From e8bcc0dd603e4a9c725b0191a213dc91daacb094 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sun, 20 Jul 2025 14:24:35 +0700 Subject: [PATCH] bump: update astro to version 5.12.0 and related dependencies (#563) - Updated astro from 5.11.0 to 5.12.0 in package.json and pnpm-lock.yaml. - Upgraded @astrojs/markdown-remark from 6.3.2 to 6.3.3. - Updated smol-toml from 1.3.1 to 1.4.1. - Updated semver from 7.7.1 to 7.7.2. --- package.json | 2 +- pnpm-lock.yaml | 65 +++++++++++++++++++------------------------------- 2 files changed, 25 insertions(+), 42 deletions(-) diff --git a/package.json b/package.json index 844fa03..d450c28 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@astrojs/sitemap": "^3.4.1", "@resvg/resvg-js": "^2.6.2", "@tailwindcss/vite": "^4.1.11", - "astro": "^5.11.0", + "astro": "^5.12.0", "dayjs": "^1.11.13", "lodash.kebabcase": "^4.1.1", "remark-collapse": "^0.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4abc7f4..e750b31 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^4.1.11 version: 4.1.11(vite@6.3.5(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.7.0)) astro: - specifier: ^5.11.0 - version: 5.11.0(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.7.0) + specifier: ^5.12.0 + version: 5.12.0(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.7.0) dayjs: specifier: ^1.11.13 version: 1.11.13 @@ -124,8 +124,8 @@ packages: prettier-plugin-astro: optional: true - '@astrojs/markdown-remark@6.3.2': - resolution: {integrity: sha512-bO35JbWpVvyKRl7cmSJD822e8YA8ThR/YbUsciWNA7yTcqpIAL2hJDToWP5KcZBWxGT6IOdOkHSXARSNZc4l/Q==} + '@astrojs/markdown-remark@6.3.3': + resolution: {integrity: sha512-DDRtD1sPvAuA7ms2btc9A7/7DApKqgLMNrE6kh5tmkfy8utD0Z738gqd3p5aViYYdUtHIyEJ1X4mCMxfCfu15w==} '@astrojs/prism@3.3.0': resolution: {integrity: sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==} @@ -1157,11 +1157,6 @@ packages: peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - acorn@8.14.1: - resolution: {integrity: sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==} - engines: {node: '>=0.4.0'} - hasBin: true - acorn@8.15.0: resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} engines: {node: '>=0.4.0'} @@ -1213,8 +1208,8 @@ packages: resolution: {integrity: sha512-3oqANMjrvJ+IE5pwlUWsH/4UztmYf/GTL0HPUkWnYBNAHiGVGrOh2EbegxS5niAwlO0w9dRYk0CkCPlJcu8c3Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - astro@5.11.0: - resolution: {integrity: sha512-MEICntERthUxJPSSDsDiZuwiCMrsaYy3fnDhp4c6ScUfldCB8RBnB/myYdpTFXpwYBy6SgVsHQ1H4MuuA7ro/Q==} + astro@5.12.0: + resolution: {integrity: sha512-Oov5JsMFHuUmuO+Nx6plfv3nQNK1Xl/8CgLvR8lBhZTjYnraxhuPX5COVAzbom+YLgwaDfK7KBd8zOEopRf9mg==} engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} hasBin: true @@ -2442,11 +2437,6 @@ packages: sax@1.4.1: resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} - semver@7.7.1: - resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==} - engines: {node: '>=10'} - hasBin: true - semver@7.7.2: resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==} engines: {node: '>=10'} @@ -2482,8 +2472,8 @@ packages: engines: {node: '>=14.0.0', npm: '>=6.0.0'} hasBin: true - smol-toml@1.3.1: - resolution: {integrity: sha512-tEYNll18pPKHroYSmLLrksq233j021G0giwW7P3D24jC54pQ5W5BXMsQ/Mvw1OJCmEYDgY+lrzT+3nNUtoNfXQ==} + smol-toml@1.4.1: + resolution: {integrity: sha512-CxdwHXyYTONGHThDbq5XdwbFsuY4wlClRGejfE2NtwUtiHYsP1QtNsHb/hnj31jKYSchztJsaA8pSQoVzkfCFg==} engines: {node: '>= 18'} source-map-js@1.2.1: @@ -3043,7 +3033,7 @@ snapshots: transitivePeerDependencies: - typescript - '@astrojs/markdown-remark@6.3.2': + '@astrojs/markdown-remark@6.3.3': dependencies: '@astrojs/internal-helpers': 0.6.1 '@astrojs/prism': 3.3.0 @@ -3060,7 +3050,7 @@ snapshots: remark-rehype: 11.1.2 remark-smartypants: 3.0.2 shiki: 3.6.0 - smol-toml: 1.3.1 + smol-toml: 1.4.1 unified: 11.0.5 unist-util-remove-position: 5.0.0 unist-util-visit: 5.0.0 @@ -3951,16 +3941,10 @@ snapshots: '@vscode/l10n@0.0.18': {} - acorn-jsx@5.3.2(acorn@8.14.1): - dependencies: - acorn: 8.14.1 - acorn-jsx@5.3.2(acorn@8.15.0): dependencies: acorn: 8.15.0 - acorn@8.14.1: {} - acorn@8.15.0: {} ajv@6.12.6: @@ -4006,10 +3990,10 @@ snapshots: astro-eslint-parser@1.2.1: dependencies: - '@astrojs/compiler': 2.10.4 + '@astrojs/compiler': 2.12.2 '@typescript-eslint/scope-manager': 8.24.0 '@typescript-eslint/types': 8.24.0 - astrojs-compiler-sync: 1.0.1(@astrojs/compiler@2.10.4) + astrojs-compiler-sync: 1.0.1(@astrojs/compiler@2.12.2) debug: 4.4.0 entities: 6.0.0 eslint-scope: 8.2.0 @@ -4017,15 +4001,15 @@ snapshots: espree: 10.3.0 fast-glob: 3.3.3 is-glob: 4.0.3 - semver: 7.7.1 + semver: 7.7.2 transitivePeerDependencies: - supports-color - astro@5.11.0(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.7.0): + astro@5.12.0(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.7.0): dependencies: '@astrojs/compiler': 2.12.2 '@astrojs/internal-helpers': 0.6.1 - '@astrojs/markdown-remark': 6.3.2 + '@astrojs/markdown-remark': 6.3.3 '@astrojs/telemetry': 3.3.0 '@capsizecss/unpack': 2.4.0 '@oslojs/encoding': 1.1.0 @@ -4068,6 +4052,7 @@ snapshots: rehype: 13.0.2 semver: 7.7.2 shiki: 3.6.0 + smol-toml: 1.4.1 tinyexec: 0.3.2 tinyglobby: 0.2.14 tsconfck: 3.1.5(typescript@5.8.3) @@ -4121,9 +4106,9 @@ snapshots: - uploadthing - yaml - astrojs-compiler-sync@1.0.1(@astrojs/compiler@2.10.4): + astrojs-compiler-sync@1.0.1(@astrojs/compiler@2.12.2): dependencies: - '@astrojs/compiler': 2.10.4 + '@astrojs/compiler': 2.12.2 synckit: 0.9.2 axobject-query@4.1.0: {} @@ -4371,7 +4356,7 @@ snapshots: eslint-compat-utils@0.6.4(eslint@9.30.1(jiti@2.4.2)): dependencies: eslint: 9.30.1(jiti@2.4.2) - semver: 7.7.1 + semver: 7.7.2 eslint-plugin-astro@1.3.1(eslint@9.30.1(jiti@2.4.2)): dependencies: @@ -4447,8 +4432,8 @@ snapshots: espree@10.3.0: dependencies: - acorn: 8.14.1 - acorn-jsx: 5.3.2(acorn@8.14.1) + acorn: 8.15.0 + acorn-jsx: 5.3.2(acorn@8.15.0) eslint-visitor-keys: 4.2.0 espree@10.4.0: @@ -5546,8 +5531,6 @@ snapshots: sax@1.4.1: {} - semver@7.7.1: {} - semver@7.7.2: {} sharp@0.33.5: @@ -5635,7 +5618,7 @@ snapshots: arg: 5.0.2 sax: 1.4.1 - smol-toml@1.3.1: {} + smol-toml@1.4.1: {} source-map-js@1.2.1: {} @@ -5739,7 +5722,7 @@ snapshots: typescript-auto-import-cache@0.3.5: dependencies: - semver: 7.7.1 + semver: 7.7.2 typescript-eslint@8.36.0(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3): dependencies: @@ -5917,7 +5900,7 @@ snapshots: volar-service-typescript@0.0.62(@volar/language-service@2.4.11): dependencies: path-browserify: 1.0.1 - semver: 7.7.1 + semver: 7.7.2 typescript-auto-import-cache: 0.3.5 vscode-languageserver-textdocument: 1.0.12 vscode-nls: 5.2.0