From 52fd67238b12834913af73fb1508785b12ef53c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:16:25 +0000 Subject: [PATCH] fix(deps): update all dependencies --- .github/workflows/community-content.yaml | 12 +-- .github/workflows/format.yaml | 8 +- .nvmrc | 2 +- package.json | 4 +- pnpm-lock.yaml | 106 +++++++++++------------ 5 files changed, 66 insertions(+), 66 deletions(-) diff --git a/.github/workflows/community-content.yaml b/.github/workflows/community-content.yaml index 08c57f3d..58ced5cb 100644 --- a/.github/workflows/community-content.yaml +++ b/.github/workflows/community-content.yaml @@ -15,28 +15,28 @@ jobs: if: github.repository_owner == 'astrolicious' runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: ${{ github.event.pull_request.head.ref }} - - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version-file: ".nvmrc" cache: "pnpm" - run: pnpm i --frozen-lockfile - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 id: generator with: github-token: ${{secrets.GITHUB_TOKEN}} script: | const { default: script } = await import('${{ github.workspace }}/.github/scripts/mdx.js') await script({github, context, core}) - - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 + - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 id: app-token with: app-id: ${{ vars.BOT_APPID }} private-key: ${{ secrets.BOT_SECRET }} - - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6 + - uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7 with: commit_user_email: 168325803+astrolicious[bot]@users.noreply.github.com commit_user_name: astrolicious[bot] diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 41328947..ab4e3274 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -15,13 +15,13 @@ jobs: contents: write steps: - - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 + - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 id: app-token with: app-id: ${{ vars.BOT_APPID }} private-key: ${{ secrets.BOT_SECRET }} - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: token: ${{ steps.app-token.outputs.token }} ref: ${{ github.head_ref }} @@ -30,7 +30,7 @@ jobs: uses: pnpm/action-setup@v3 - name: Setup Node - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version-file: ".nvmrc" cache: "pnpm" @@ -42,7 +42,7 @@ jobs: run: pnpm run format - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6 + uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7 with: commit_message: "[ci] lint" branch: ${{ github.head_ref }} diff --git a/.nvmrc b/.nvmrc index 5b540673..8e350348 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.16.0 +24.14.1 diff --git a/package.json b/package.json index c66ba74f..073da2e7 100644 --- a/package.json +++ b/package.json @@ -23,12 +23,12 @@ "semver": "7.7.2", "sharp": "0.34.2", "starlight-package-managers": "0.11.0", - "typescript": "5.8.3" + "typescript": "6.0.2" }, "devDependencies": { "@biomejs/biome": "2.0.6", "@types/mdast": "4.0.4", - "@types/node": "22.16.0", + "@types/node": "24.12.0", "@types/semver": "7.7.0", "mdast-util-mdx": "3.0.0", "mdast-util-to-markdown": "2.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 88b5f2df..7557667b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,16 +10,16 @@ importers: dependencies: '@astrojs/check': specifier: 0.9.6 - version: 0.9.6(prettier-plugin-astro@0.14.1)(prettier@3.6.2)(typescript@5.8.3) + version: 0.9.6(prettier-plugin-astro@0.14.1)(prettier@3.6.2)(typescript@6.0.2) '@astrojs/cloudflare': specifier: 12.6.12 - version: 12.6.12(@types/node@22.16.0)(astro@5.16.13(@types/node@22.16.0)(rollup@4.46.2)(typescript@5.8.3)(yaml@2.8.1))(yaml@2.8.1) + version: 12.6.12(@types/node@24.12.0)(astro@5.16.13(@types/node@24.12.0)(rollup@4.46.2)(typescript@6.0.2)(yaml@2.8.1))(yaml@2.8.1) '@astrojs/starlight': specifier: 0.34.8 - version: 0.34.8(astro@5.16.13(@types/node@22.16.0)(rollup@4.46.2)(typescript@5.8.3)(yaml@2.8.1)) + version: 0.34.8(astro@5.16.13(@types/node@24.12.0)(rollup@4.46.2)(typescript@6.0.2)(yaml@2.8.1)) astro: specifier: 5.16.13 - version: 5.16.13(@types/node@22.16.0)(rollup@4.46.2)(typescript@5.8.3)(yaml@2.8.1) + version: 5.16.13(@types/node@24.12.0)(rollup@4.46.2)(typescript@6.0.2)(yaml@2.8.1) semver: specifier: 7.7.2 version: 7.7.2 @@ -28,10 +28,10 @@ importers: version: 0.34.2 starlight-package-managers: specifier: 0.11.0 - version: 0.11.0(@astrojs/starlight@0.34.8(astro@5.16.13(@types/node@22.16.0)(rollup@4.46.2)(typescript@5.8.3)(yaml@2.8.1))) + version: 0.11.0(@astrojs/starlight@0.34.8(astro@5.16.13(@types/node@24.12.0)(rollup@4.46.2)(typescript@6.0.2)(yaml@2.8.1))) typescript: - specifier: 5.8.3 - version: 5.8.3 + specifier: 6.0.2 + version: 6.0.2 devDependencies: '@biomejs/biome': specifier: 2.0.6 @@ -40,8 +40,8 @@ importers: specifier: 4.0.4 version: 4.0.4 '@types/node': - specifier: 22.16.0 - version: 22.16.0 + specifier: 24.12.0 + version: 24.12.0 '@types/semver': specifier: 7.7.0 version: 7.7.0 @@ -1111,8 +1111,8 @@ packages: '@types/node@17.0.45': resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} - '@types/node@22.16.0': - resolution: {integrity: sha512-B2egV9wALML1JCpv3VQoQ+yesQKAmNMBIAY7OteVrikcOcAkWm+dGL6qpeCktPjAv6N1JLnhbNiqS35UpFyBsQ==} + '@types/node@24.12.0': + resolution: {integrity: sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==} '@types/sax@1.2.7': resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==} @@ -2378,8 +2378,8 @@ packages: typescript-auto-import-cache@0.3.6: resolution: {integrity: sha512-RpuHXrknHdVdK7wv/8ug3Fr0WNsNi5l5aB8MYYuXhq2UH5lnEB1htJ1smhtD5VeCsGr2p8mUDtd83LCQDFVgjQ==} - typescript@5.8.3: - resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} + typescript@6.0.2: + resolution: {integrity: sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==} engines: {node: '>=14.17'} hasBin: true @@ -2395,8 +2395,8 @@ packages: uncrypto@0.1.3: resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==} - undici-types@6.21.0: - resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + undici-types@7.16.0: + resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} undici@5.29.0: resolution: {integrity: sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==} @@ -2798,25 +2798,25 @@ packages: snapshots: - '@astrojs/check@0.9.6(prettier-plugin-astro@0.14.1)(prettier@3.6.2)(typescript@5.8.3)': + '@astrojs/check@0.9.6(prettier-plugin-astro@0.14.1)(prettier@3.6.2)(typescript@6.0.2)': dependencies: - '@astrojs/language-server': 2.16.3(prettier-plugin-astro@0.14.1)(prettier@3.6.2)(typescript@5.8.3) + '@astrojs/language-server': 2.16.3(prettier-plugin-astro@0.14.1)(prettier@3.6.2)(typescript@6.0.2) chokidar: 4.0.3 kleur: 4.1.5 - typescript: 5.8.3 + typescript: 6.0.2 yargs: 17.7.2 transitivePeerDependencies: - prettier - prettier-plugin-astro - '@astrojs/cloudflare@12.6.12(@types/node@22.16.0)(astro@5.16.13(@types/node@22.16.0)(rollup@4.46.2)(typescript@5.8.3)(yaml@2.8.1))(yaml@2.8.1)': + '@astrojs/cloudflare@12.6.12(@types/node@24.12.0)(astro@5.16.13(@types/node@24.12.0)(rollup@4.46.2)(typescript@6.0.2)(yaml@2.8.1))(yaml@2.8.1)': dependencies: '@astrojs/internal-helpers': 0.7.5 '@astrojs/underscore-redirects': 1.0.0 '@cloudflare/workers-types': 4.20260124.0 - astro: 5.16.13(@types/node@22.16.0)(rollup@4.46.2)(typescript@5.8.3)(yaml@2.8.1) + astro: 5.16.13(@types/node@24.12.0)(rollup@4.46.2)(typescript@6.0.2)(yaml@2.8.1) tinyglobby: 0.2.15 - vite: 6.4.1(@types/node@22.16.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.12.0)(yaml@2.8.1) wrangler: 4.50.0(@cloudflare/workers-types@4.20260124.0) transitivePeerDependencies: - '@types/node' @@ -2841,12 +2841,12 @@ snapshots: '@astrojs/internal-helpers@0.7.5': {} - '@astrojs/language-server@2.16.3(prettier-plugin-astro@0.14.1)(prettier@3.6.2)(typescript@5.8.3)': + '@astrojs/language-server@2.16.3(prettier-plugin-astro@0.14.1)(prettier@3.6.2)(typescript@6.0.2)': dependencies: '@astrojs/compiler': 2.13.0 '@astrojs/yaml2ts': 0.2.2 '@jridgewell/sourcemap-codec': 1.5.5 - '@volar/kit': 2.4.27(typescript@5.8.3) + '@volar/kit': 2.4.27(typescript@6.0.2) '@volar/language-core': 2.4.27 '@volar/language-server': 2.4.27 '@volar/language-service': 2.4.27 @@ -2919,12 +2919,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@astrojs/mdx@4.3.3(astro@5.16.13(@types/node@22.16.0)(rollup@4.46.2)(typescript@5.8.3)(yaml@2.8.1))': + '@astrojs/mdx@4.3.3(astro@5.16.13(@types/node@24.12.0)(rollup@4.46.2)(typescript@6.0.2)(yaml@2.8.1))': dependencies: '@astrojs/markdown-remark': 6.3.5 '@mdx-js/mdx': 3.1.0(acorn@8.15.0) acorn: 8.15.0 - astro: 5.16.13(@types/node@22.16.0)(rollup@4.46.2)(typescript@5.8.3)(yaml@2.8.1) + astro: 5.16.13(@types/node@24.12.0)(rollup@4.46.2)(typescript@6.0.2)(yaml@2.8.1) es-module-lexer: 1.7.0 estree-util-visit: 2.0.0 hast-util-to-html: 9.0.5 @@ -2948,17 +2948,17 @@ snapshots: stream-replace-string: 2.0.0 zod: 3.25.76 - '@astrojs/starlight@0.34.8(astro@5.16.13(@types/node@22.16.0)(rollup@4.46.2)(typescript@5.8.3)(yaml@2.8.1))': + '@astrojs/starlight@0.34.8(astro@5.16.13(@types/node@24.12.0)(rollup@4.46.2)(typescript@6.0.2)(yaml@2.8.1))': dependencies: '@astrojs/markdown-remark': 6.3.5 - '@astrojs/mdx': 4.3.3(astro@5.16.13(@types/node@22.16.0)(rollup@4.46.2)(typescript@5.8.3)(yaml@2.8.1)) + '@astrojs/mdx': 4.3.3(astro@5.16.13(@types/node@24.12.0)(rollup@4.46.2)(typescript@6.0.2)(yaml@2.8.1)) '@astrojs/sitemap': 3.4.2 '@pagefind/default-ui': 1.3.0 '@types/hast': 3.0.4 '@types/js-yaml': 4.0.9 '@types/mdast': 4.0.4 - astro: 5.16.13(@types/node@22.16.0)(rollup@4.46.2)(typescript@5.8.3)(yaml@2.8.1) - astro-expressive-code: 0.41.3(astro@5.16.13(@types/node@22.16.0)(rollup@4.46.2)(typescript@5.8.3)(yaml@2.8.1)) + astro: 5.16.13(@types/node@24.12.0)(rollup@4.46.2)(typescript@6.0.2)(yaml@2.8.1) + astro-expressive-code: 0.41.3(astro@5.16.13(@types/node@24.12.0)(rollup@4.46.2)(typescript@6.0.2)(yaml@2.8.1)) bcp-47: 2.1.0 hast-util-from-html: 2.0.3 hast-util-select: 6.0.4 @@ -3709,13 +3709,13 @@ snapshots: '@types/node@17.0.45': {} - '@types/node@22.16.0': + '@types/node@24.12.0': dependencies: - undici-types: 6.21.0 + undici-types: 7.16.0 '@types/sax@1.2.7': dependencies: - '@types/node': 22.16.0 + '@types/node': 24.12.0 '@types/semver@7.7.0': {} @@ -3725,12 +3725,12 @@ snapshots: '@ungap/structured-clone@1.3.0': {} - '@volar/kit@2.4.27(typescript@5.8.3)': + '@volar/kit@2.4.27(typescript@6.0.2)': dependencies: '@volar/language-service': 2.4.27 '@volar/typescript': 2.4.27 typesafe-path: 0.2.2 - typescript: 5.8.3 + typescript: 6.0.2 vscode-languageserver-textdocument: 1.0.12 vscode-uri: 3.1.0 @@ -3829,12 +3829,12 @@ snapshots: astring@1.9.0: {} - astro-expressive-code@0.41.3(astro@5.16.13(@types/node@22.16.0)(rollup@4.46.2)(typescript@5.8.3)(yaml@2.8.1)): + astro-expressive-code@0.41.3(astro@5.16.13(@types/node@24.12.0)(rollup@4.46.2)(typescript@6.0.2)(yaml@2.8.1)): dependencies: - astro: 5.16.13(@types/node@22.16.0)(rollup@4.46.2)(typescript@5.8.3)(yaml@2.8.1) + astro: 5.16.13(@types/node@24.12.0)(rollup@4.46.2)(typescript@6.0.2)(yaml@2.8.1) rehype-expressive-code: 0.41.3 - astro@5.16.13(@types/node@22.16.0)(rollup@4.46.2)(typescript@5.8.3)(yaml@2.8.1): + astro@5.16.13(@types/node@24.12.0)(rollup@4.46.2)(typescript@6.0.2)(yaml@2.8.1): dependencies: '@astrojs/compiler': 2.13.0 '@astrojs/internal-helpers': 0.7.5 @@ -3885,20 +3885,20 @@ snapshots: svgo: 4.0.0 tinyexec: 1.0.2 tinyglobby: 0.2.15 - tsconfck: 3.1.6(typescript@5.8.3) + tsconfck: 3.1.6(typescript@6.0.2) ultrahtml: 1.6.0 unifont: 0.7.3 unist-util-visit: 5.0.0 unstorage: 1.17.4 vfile: 6.0.3 - vite: 6.4.1(@types/node@22.16.0)(yaml@2.8.1) - vitefu: 1.1.1(vite@6.4.1(@types/node@22.16.0)(yaml@2.8.1)) + vite: 6.4.1(@types/node@24.12.0)(yaml@2.8.1) + vitefu: 1.1.1(vite@6.4.1(@types/node@24.12.0)(yaml@2.8.1)) xxhash-wasm: 1.1.0 yargs-parser: 21.1.1 yocto-spinner: 0.2.3 zod: 3.25.76 zod-to-json-schema: 3.25.1(zod@3.25.76) - zod-to-ts: 1.2.0(typescript@5.8.3)(zod@3.25.76) + zod-to-ts: 1.2.0(typescript@6.0.2)(zod@3.25.76) optionalDependencies: sharp: 0.34.2 transitivePeerDependencies: @@ -5552,9 +5552,9 @@ snapshots: as-table: 1.0.55 get-source: 2.0.12 - starlight-package-managers@0.11.0(@astrojs/starlight@0.34.8(astro@5.16.13(@types/node@22.16.0)(rollup@4.46.2)(typescript@5.8.3)(yaml@2.8.1))): + starlight-package-managers@0.11.0(@astrojs/starlight@0.34.8(astro@5.16.13(@types/node@24.12.0)(rollup@4.46.2)(typescript@6.0.2)(yaml@2.8.1))): dependencies: - '@astrojs/starlight': 0.34.8(astro@5.16.13(@types/node@22.16.0)(rollup@4.46.2)(typescript@5.8.3)(yaml@2.8.1)) + '@astrojs/starlight': 0.34.8(astro@5.16.13(@types/node@24.12.0)(rollup@4.46.2)(typescript@6.0.2)(yaml@2.8.1)) stoppable@1.1.0: {} @@ -5622,9 +5622,9 @@ snapshots: trough@2.2.0: {} - tsconfck@3.1.6(typescript@5.8.3): + tsconfck@3.1.6(typescript@6.0.2): optionalDependencies: - typescript: 5.8.3 + typescript: 6.0.2 tslib@2.8.1: optional: true @@ -5637,7 +5637,7 @@ snapshots: dependencies: semver: 7.7.2 - typescript@5.8.3: {} + typescript@6.0.2: {} ufo@1.6.1: {} @@ -5647,7 +5647,7 @@ snapshots: uncrypto@0.1.3: {} - undici-types@6.21.0: {} + undici-types@7.16.0: {} undici@5.29.0: dependencies: @@ -5762,7 +5762,7 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.3 - vite@6.4.1(@types/node@22.16.0)(yaml@2.8.1): + vite@6.4.1(@types/node@24.12.0)(yaml@2.8.1): dependencies: esbuild: 0.25.8 fdir: 6.4.6(picomatch@4.0.3) @@ -5771,13 +5771,13 @@ snapshots: rollup: 4.46.2 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 22.16.0 + '@types/node': 24.12.0 fsevents: 2.3.3 yaml: 2.8.1 - vitefu@1.1.1(vite@6.4.1(@types/node@22.16.0)(yaml@2.8.1)): + vitefu@1.1.1(vite@6.4.1(@types/node@24.12.0)(yaml@2.8.1)): optionalDependencies: - vite: 6.4.1(@types/node@22.16.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.12.0)(yaml@2.8.1) volar-service-css@0.0.68(@volar/language-service@2.4.27): dependencies: @@ -6014,9 +6014,9 @@ snapshots: dependencies: zod: 3.25.76 - zod-to-ts@1.2.0(typescript@5.8.3)(zod@3.25.76): + zod-to-ts@1.2.0(typescript@6.0.2)(zod@3.25.76): dependencies: - typescript: 5.8.3 + typescript: 6.0.2 zod: 3.25.76 zod@3.22.3: {}