Update @nuxt/content to v3.1.0 and related dependencies

Upgraded @nuxt/content to v3.1.0 along with other related dependencies and peer dependencies. This includes improvements in optional dependencies and type updates for smoother integration. Updated `pnpm-lock.yaml` to reflect the new versions and resolutions.
This commit is contained in:
2025-02-03 21:19:11 +01:00
parent f7efe2b7b8
commit 4e68cd9b39
2 changed files with 157 additions and 62 deletions

View File

@@ -14,7 +14,7 @@
"db:generate": "drizzle-kit generate" "db:generate": "drizzle-kit generate"
}, },
"dependencies": { "dependencies": {
"@nuxt/content": "3.0.1", "@nuxt/content": "3.1.0",
"@nuxt/image": "^1.9.0", "@nuxt/image": "^1.9.0",
"@nuxt/ui": "3.0.0-alpha.12", "@nuxt/ui": "3.0.0-alpha.12",
"@nuxthub/core": "^0.8.15", "@nuxthub/core": "^0.8.15",

217
pnpm-lock.yaml generated
View File

@@ -9,8 +9,8 @@ importers:
.: .:
dependencies: dependencies:
'@nuxt/content': '@nuxt/content':
specifier: 3.0.1 specifier: 3.1.0
version: 3.0.1(@libsql/client@0.5.6(encoding@0.1.13))(magicast@0.3.5)(pg@8.13.1)(rollup@4.32.1) version: 3.1.0(@libsql/client@0.5.6(encoding@0.1.13))(drizzle-orm@0.33.0(@cloudflare/workers-types@4.20250124.3)(@libsql/client@0.5.6(encoding@0.1.13))(@opentelemetry/api@1.9.0)(better-sqlite3@11.8.1)(pg@8.13.1))(magicast@0.3.5)(rollup@4.32.1)(typescript@5.7.3)
'@nuxt/image': '@nuxt/image':
specifier: ^1.9.0 specifier: ^1.9.0
version: 1.9.0(ioredis@5.4.1)(magicast@0.3.5)(rollup@4.32.1) version: 1.9.0(ioredis@5.4.1)(magicast@0.3.5)(rollup@4.32.1)
@@ -1338,11 +1338,19 @@ packages:
engines: {node: ^16.10.0 || >=18.0.0} engines: {node: ^16.10.0 || >=18.0.0}
hasBin: true hasBin: true
'@nuxt/content@3.0.1': '@nuxt/content@3.1.0':
resolution: {integrity: sha512-Tvu9LOqc7HDTSeoGmt2TdnQpyfhXoGLlrXPgmJJj6XQOBVKrDizK1fh9NwN73debQdNqiAr8FOW5Hl22sJPd2w==} resolution: {integrity: sha512-/KQUbkdvGjp1UpzvSAgrPZ17JKrUAuQIlpILVm7IspoBXPgH/TMw2ghqDeDbkZHHNIhW2tydkqKlkE3la8fJwQ==}
peerDependencies: peerDependencies:
'@electric-sql/pglite': '*'
'@libsql/client': '*' '@libsql/client': '*'
pg: '*' sqlite3: '*'
peerDependenciesMeta:
'@electric-sql/pglite':
optional: true
'@libsql/client':
optional: true
sqlite3:
optional: true
'@nuxt/devalue@2.0.2': '@nuxt/devalue@2.0.2':
resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==} resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==}
@@ -1732,24 +1740,42 @@ packages:
'@shikijs/core@1.29.1': '@shikijs/core@1.29.1':
resolution: {integrity: sha512-Mo1gGGkuOYjDu5H8YwzmOuly9vNr8KDVkqj9xiKhhhFS8jisAtDSEWB9hzqRHLVQgFdA310e8XRJcW4tYhRB2A==} resolution: {integrity: sha512-Mo1gGGkuOYjDu5H8YwzmOuly9vNr8KDVkqj9xiKhhhFS8jisAtDSEWB9hzqRHLVQgFdA310e8XRJcW4tYhRB2A==}
'@shikijs/core@2.2.0':
resolution: {integrity: sha512-U+vpKdsQDWuX3fPTCkSc8XPX9dCaS+r+qEP1XhnU30yxRFo2OxHJmY2H5rO1q+v0zB5R2vobsxEFt5uPf31CGQ==}
'@shikijs/engine-javascript@1.29.1': '@shikijs/engine-javascript@1.29.1':
resolution: {integrity: sha512-Hpi8k9x77rCQ7F/7zxIOUruNkNidMyBnP5qAGbLFqg4kRrg1HZhkB8btib5EXbQWTtLb5gBHOdBwshk20njD7Q==} resolution: {integrity: sha512-Hpi8k9x77rCQ7F/7zxIOUruNkNidMyBnP5qAGbLFqg4kRrg1HZhkB8btib5EXbQWTtLb5gBHOdBwshk20njD7Q==}
'@shikijs/engine-javascript@2.2.0':
resolution: {integrity: sha512-96SpZ4V3UVMtpSPR5QpmU395CNrQiRPszXK62m8gKR2HMA0653ruce7omS5eX6EyAyFSYHvBWtTuspiIsHpu4A==}
'@shikijs/engine-oniguruma@1.29.1': '@shikijs/engine-oniguruma@1.29.1':
resolution: {integrity: sha512-gSt2WhLNgEeLstcweQOSp+C+MhOpTsgdNXRqr3zP6M+BUBZ8Md9OU2BYwUYsALBxHza7hwaIWtFHjQ/aOOychw==} resolution: {integrity: sha512-gSt2WhLNgEeLstcweQOSp+C+MhOpTsgdNXRqr3zP6M+BUBZ8Md9OU2BYwUYsALBxHza7hwaIWtFHjQ/aOOychw==}
'@shikijs/engine-oniguruma@2.2.0':
resolution: {integrity: sha512-wowCKwkvPFFMXFkiKK/a2vs5uTCc0W9+O9Xcu/oqFP6VoDFe14T8u/D+Rl4dCJJSOyeynP9mxNPJ82T5JHTNCw==}
'@shikijs/langs@1.29.1': '@shikijs/langs@1.29.1':
resolution: {integrity: sha512-iERn4HlyuT044/FgrvLOaZgKVKf3PozjKjyV/RZ5GnlyYEAZFcgwHGkYboeBv2IybQG1KVS/e7VGgiAU4JY2Gw==} resolution: {integrity: sha512-iERn4HlyuT044/FgrvLOaZgKVKf3PozjKjyV/RZ5GnlyYEAZFcgwHGkYboeBv2IybQG1KVS/e7VGgiAU4JY2Gw==}
'@shikijs/langs@2.2.0':
resolution: {integrity: sha512-RSWLH3bnoyG6O1kZ2msh5jOkKKp8eENwyT30n62vUtXfp5cxkF/bpWPpO+p4+GAPhL2foBWR2kOerwkKG0HXlQ==}
'@shikijs/themes@1.29.1': '@shikijs/themes@1.29.1':
resolution: {integrity: sha512-lb11zf72Vc9uxkl+aec2oW1HVTHJ2LtgZgumb4Rr6By3y/96VmlU44bkxEb8WBWH3RUtbqAJEN0jljD9cF7H7g==} resolution: {integrity: sha512-lb11zf72Vc9uxkl+aec2oW1HVTHJ2LtgZgumb4Rr6By3y/96VmlU44bkxEb8WBWH3RUtbqAJEN0jljD9cF7H7g==}
'@shikijs/themes@2.2.0':
resolution: {integrity: sha512-8Us9ZF2mV9kuh+4ySJ9MzrUDIpc2RIkRfKBZclkliW1z9a0PlGU2U7fCkItZZHpR5e4/ft5BzuO+GDqombC6Aw==}
'@shikijs/transformers@1.29.1': '@shikijs/transformers@1.29.1':
resolution: {integrity: sha512-jVzJhriZ0t9y8TvsV4AzBm74BCLUoK6Bf41aIjJkZc1hKeL0PQtsNL096b1AxgZRwJwTfQalWZ+jBkRAuqVMPw==} resolution: {integrity: sha512-jVzJhriZ0t9y8TvsV4AzBm74BCLUoK6Bf41aIjJkZc1hKeL0PQtsNL096b1AxgZRwJwTfQalWZ+jBkRAuqVMPw==}
'@shikijs/types@1.29.1': '@shikijs/types@1.29.1':
resolution: {integrity: sha512-aBqAuhYRp5vSir3Pc9+QPu9WESBOjUo03ao0IHLC4TyTioSsp/SkbAZSrIH4ghYYC1T1KTEpRSBa83bas4RnPA==} resolution: {integrity: sha512-aBqAuhYRp5vSir3Pc9+QPu9WESBOjUo03ao0IHLC4TyTioSsp/SkbAZSrIH4ghYYC1T1KTEpRSBa83bas4RnPA==}
'@shikijs/types@2.2.0':
resolution: {integrity: sha512-wkZZKs80NtW5Jp/7ONI1j7EdXSatX2BKMS7I01wliDa09gJKHkZyVqlEMRka/mjT5Qk9WgAyitoCKgGgbsP/9g==}
'@shikijs/vscode-textmate@10.0.1': '@shikijs/vscode-textmate@10.0.1':
resolution: {integrity: sha512-fTIQwLF+Qhuws31iw7Ncl1R3HUDtGwIipiJ9iU+UsDUwMhegFcQKQHd51nZjb7CArq0MvON8rbgCGQYWHUKAdg==} resolution: {integrity: sha512-fTIQwLF+Qhuws31iw7Ncl1R3HUDtGwIipiJ9iU+UsDUwMhegFcQKQHd51nZjb7CArq0MvON8rbgCGQYWHUKAdg==}
@@ -1764,8 +1790,8 @@ packages:
'@socket.io/component-emitter@3.1.2': '@socket.io/component-emitter@3.1.2':
resolution: {integrity: sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==} resolution: {integrity: sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==}
'@sqlite.org/sqlite-wasm@3.48.0-build1': '@sqlite.org/sqlite-wasm@3.48.0-build4':
resolution: {integrity: sha512-iRhDKMGVQ4P29W+fUnKV5TgX1fEsWyKzbiaHl/7b3EaCYFr7HUKO06eBz0fUYeFYBvyUiTd9SNDU7+mj2O0iWA==} resolution: {integrity: sha512-hI6twvUkzOmyGZhQMza1gpfqErZxXRw6JEsiVjUbo7tFanVD+8Oil0Ih3l2nGzHdxPI41zFmfUQG7GHqhciKZQ==}
hasBin: true hasBin: true
'@stylistic/eslint-plugin@3.0.0': '@stylistic/eslint-plugin@3.0.0':
@@ -2263,6 +2289,9 @@ packages:
'@vueuse/shared@12.5.0': '@vueuse/shared@12.5.0':
resolution: {integrity: sha512-vMpcL1lStUU6O+kdj6YdHDixh0odjPAUM15uJ9f7MY781jcYkIwFA4iv2EfoIPO6vBmvutI1HxxAwmf0cx5ISQ==} resolution: {integrity: sha512-vMpcL1lStUU6O+kdj6YdHDixh0odjPAUM15uJ9f7MY781jcYkIwFA4iv2EfoIPO6vBmvutI1HxxAwmf0cx5ISQ==}
'@webcontainer/env@1.1.1':
resolution: {integrity: sha512-6aN99yL695Hi9SuIk1oC88l9o0gmxL1nGWWQ/kNy81HigJ0FoaoTXpytCj6ItzgyCEwA9kF1wixsTuv5cjsgng==}
abbrev@3.0.0: abbrev@3.0.0:
resolution: {integrity: sha512-+/kfrslGQ7TNV2ecmQwMJj/B65g5KVq1/L3SGVZ3tCYGqlzFuFCGBZJtMP99wH3NpEUyAjn0zPdPUg0D+DwrOA==} resolution: {integrity: sha512-+/kfrslGQ7TNV2ecmQwMJj/B65g5KVq1/L3SGVZ3tCYGqlzFuFCGBZJtMP99wH3NpEUyAjn0zPdPUg0D+DwrOA==}
engines: {node: ^18.17.0 || >=20.5.0} engines: {node: ^18.17.0 || >=20.5.0}
@@ -3804,9 +3833,6 @@ packages:
hast-util-raw@9.0.4: hast-util-raw@9.0.4:
resolution: {integrity: sha512-LHE65TD2YiNsHD3YuXcKPHXPLuYh/gjp12mOfU8jxSrm1f/yJpsb0F/KKljS6U9LJoP0Ux+tCe8iJ2AsPzTdgA==} resolution: {integrity: sha512-LHE65TD2YiNsHD3YuXcKPHXPLuYh/gjp12mOfU8jxSrm1f/yJpsb0F/KKljS6U9LJoP0Ux+tCe8iJ2AsPzTdgA==}
hast-util-to-html@9.0.3:
resolution: {integrity: sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==}
hast-util-to-html@9.0.4: hast-util-to-html@9.0.4:
resolution: {integrity: sha512-wxQzXtdbhiwGAUKrnQJXlOPmHnEehzphwkK7aluUPQ+lEc1xefC8pblMgpp2w5ldBTEfveRIrADcrhGIWrlTDA==} resolution: {integrity: sha512-wxQzXtdbhiwGAUKrnQJXlOPmHnEehzphwkK7aluUPQ+lEc1xefC8pblMgpp2w5ldBTEfveRIrADcrhGIWrlTDA==}
@@ -5568,6 +5594,9 @@ packages:
shiki@1.29.1: shiki@1.29.1:
resolution: {integrity: sha512-TghWKV9pJTd/N+IgAIVJtr0qZkB7FfFCUrrEJc0aRmZupo3D1OCVRknQWVRVA7AX/M0Ld7QfoAruPzr3CnUJuw==} resolution: {integrity: sha512-TghWKV9pJTd/N+IgAIVJtr0qZkB7FfFCUrrEJc0aRmZupo3D1OCVRknQWVRVA7AX/M0Ld7QfoAruPzr3CnUJuw==}
shiki@2.2.0:
resolution: {integrity: sha512-3uoZBmc+zpd2JOEeTvKP/vK5UVDDe8YiigkT9flq+MV5Z1MKFiUXfbLIvHfqcJ+V90StDiP1ckN97z1WlhC6cQ==}
signal-exit@3.0.7: signal-exit@3.0.7:
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
@@ -7667,10 +7696,12 @@ snapshots:
- bufferutil - bufferutil
- encoding - encoding
- utf-8-validate - utf-8-validate
optional: true
'@libsql/core@0.5.6': '@libsql/core@0.5.6':
dependencies: dependencies:
js-base64: 3.7.7 js-base64: 3.7.7
optional: true
'@libsql/darwin-arm64@0.3.19': '@libsql/darwin-arm64@0.3.19':
optional: true optional: true
@@ -7688,6 +7719,7 @@ snapshots:
- bufferutil - bufferutil
- encoding - encoding
- utf-8-validate - utf-8-validate
optional: true
'@libsql/isomorphic-fetch@0.1.12(encoding@0.1.13)': '@libsql/isomorphic-fetch@0.1.12(encoding@0.1.13)':
dependencies: dependencies:
@@ -7695,6 +7727,7 @@ snapshots:
node-fetch: 2.7.0(encoding@0.1.13) node-fetch: 2.7.0(encoding@0.1.13)
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
optional: true
'@libsql/isomorphic-ws@0.1.5': '@libsql/isomorphic-ws@0.1.5':
dependencies: dependencies:
@@ -7703,6 +7736,7 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- bufferutil - bufferutil
- utf-8-validate - utf-8-validate
optional: true
'@libsql/linux-arm64-gnu@0.3.19': '@libsql/linux-arm64-gnu@0.3.19':
optional: true optional: true
@@ -7738,7 +7772,8 @@ snapshots:
json5: 2.2.3 json5: 2.2.3
rollup: 4.32.1 rollup: 4.32.1
'@neon-rs/load@0.0.4': {} '@neon-rs/load@0.0.4':
optional: true
'@netlify/functions@2.8.2': '@netlify/functions@2.8.2':
dependencies: dependencies:
@@ -7790,19 +7825,19 @@ snapshots:
ufo: 1.5.4 ufo: 1.5.4
transitivePeerDependencies: transitivePeerDependencies:
- magicast - magicast
- uWebSockets.js
'@nuxt/content@3.0.1(@libsql/client@0.5.6(encoding@0.1.13))(magicast@0.3.5)(pg@8.13.1)(rollup@4.32.1)': '@nuxt/content@3.1.0(@libsql/client@0.5.6(encoding@0.1.13))(drizzle-orm@0.33.0(@cloudflare/workers-types@4.20250124.3)(@libsql/client@0.5.6(encoding@0.1.13))(@opentelemetry/api@1.9.0)(better-sqlite3@11.8.1)(pg@8.13.1))(magicast@0.3.5)(rollup@4.32.1)(typescript@5.7.3)':
dependencies: dependencies:
'@libsql/client': 0.5.6(encoding@0.1.13) '@nuxt/kit': 3.15.4(magicast@0.3.5)(rollup@4.32.1)
'@nuxt/kit': 3.15.2(magicast@0.3.5)(rollup@4.32.1)
'@nuxtjs/mdc': 0.13.2(magicast@0.3.5)(rollup@4.32.1) '@nuxtjs/mdc': 0.13.2(magicast@0.3.5)(rollup@4.32.1)
'@shikijs/langs': 1.29.1 '@shikijs/langs': 2.2.0
'@sqlite.org/sqlite-wasm': 3.48.0-build1 '@sqlite.org/sqlite-wasm': 3.48.0-build4
'@webcontainer/env': 1.1.1
better-sqlite3: 11.8.1 better-sqlite3: 11.8.1
c12: 2.0.1(magicast@0.3.5) c12: 2.0.1(magicast@0.3.5)
chokidar: 4.0.3 chokidar: 4.0.3
consola: 3.4.0 consola: 3.4.0
db0: 0.2.3(@libsql/client@0.5.6(encoding@0.1.13))(better-sqlite3@11.8.1)(drizzle-orm@0.33.0(@cloudflare/workers-types@4.20250124.3)(@libsql/client@0.5.6(encoding@0.1.13))(@opentelemetry/api@1.9.0)(better-sqlite3@11.8.1)(pg@8.13.1))
defu: 6.1.4 defu: 6.1.4
destr: 2.0.3 destr: 2.0.3
fast-glob: 3.3.3 fast-glob: 3.3.3
@@ -7823,15 +7858,13 @@ snapshots:
ohash: 1.1.4 ohash: 1.1.4
parse-git-config: 3.0.0 parse-git-config: 3.0.0
pathe: 2.0.2 pathe: 2.0.2
pg: 8.13.1
pkg-types: 1.3.1 pkg-types: 1.3.1
remark-mdc: 3.5.3 remark-mdc: 3.5.3
scule: 1.3.0 scule: 1.3.0
shiki: 1.29.1 shiki: 2.2.0
slugify: 1.6.6 slugify: 1.6.6
socket.io-client: 4.8.1 socket.io-client: 4.8.1
tar: 7.4.3 tar: 7.4.3
typescript: 5.7.3
ufo: 1.5.4 ufo: 1.5.4
unified: 11.0.5 unified: 11.0.5
unist-util-stringify-position: 4.0.0 unist-util-stringify-position: 4.0.0
@@ -7840,12 +7873,16 @@ snapshots:
zod: 3.24.1 zod: 3.24.1
zod-to-json-schema: 3.24.1(zod@3.24.1) zod-to-json-schema: 3.24.1(zod@3.24.1)
zod-to-ts: 1.2.0(typescript@5.7.3)(zod@3.24.1) zod-to-ts: 1.2.0(typescript@5.7.3)(zod@3.24.1)
optionalDependencies:
'@libsql/client': 0.5.6(encoding@0.1.13)
transitivePeerDependencies: transitivePeerDependencies:
- bufferutil - bufferutil
- drizzle-orm
- magicast - magicast
- mysql2
- rollup - rollup
- supports-color - supports-color
- uWebSockets.js - typescript
- utf-8-validate - utf-8-validate
'@nuxt/devalue@2.0.2': {} '@nuxt/devalue@2.0.2': {}
@@ -8439,7 +8476,7 @@ snapshots:
'@nuxtjs/mdc@0.13.2(magicast@0.3.5)(rollup@4.32.1)': '@nuxtjs/mdc@0.13.2(magicast@0.3.5)(rollup@4.32.1)':
dependencies: dependencies:
'@nuxt/kit': 3.15.3(magicast@0.3.5)(rollup@4.32.1) '@nuxt/kit': 3.15.4(magicast@0.3.5)(rollup@4.32.1)
'@shikijs/transformers': 1.29.1 '@shikijs/transformers': 1.29.1
'@types/hast': 3.0.4 '@types/hast': 3.0.4
'@types/mdast': 4.0.4 '@types/mdast': 4.0.4
@@ -8726,25 +8763,53 @@ snapshots:
'@types/hast': 3.0.4 '@types/hast': 3.0.4
hast-util-to-html: 9.0.4 hast-util-to-html: 9.0.4
'@shikijs/core@2.2.0':
dependencies:
'@shikijs/engine-javascript': 2.2.0
'@shikijs/engine-oniguruma': 2.2.0
'@shikijs/types': 2.2.0
'@shikijs/vscode-textmate': 10.0.1
'@types/hast': 3.0.4
hast-util-to-html: 9.0.4
'@shikijs/engine-javascript@1.29.1': '@shikijs/engine-javascript@1.29.1':
dependencies: dependencies:
'@shikijs/types': 1.29.1 '@shikijs/types': 1.29.1
'@shikijs/vscode-textmate': 10.0.1 '@shikijs/vscode-textmate': 10.0.1
oniguruma-to-es: 2.3.0 oniguruma-to-es: 2.3.0
'@shikijs/engine-javascript@2.2.0':
dependencies:
'@shikijs/types': 2.2.0
'@shikijs/vscode-textmate': 10.0.1
oniguruma-to-es: 2.3.0
'@shikijs/engine-oniguruma@1.29.1': '@shikijs/engine-oniguruma@1.29.1':
dependencies: dependencies:
'@shikijs/types': 1.29.1 '@shikijs/types': 1.29.1
'@shikijs/vscode-textmate': 10.0.1 '@shikijs/vscode-textmate': 10.0.1
'@shikijs/engine-oniguruma@2.2.0':
dependencies:
'@shikijs/types': 2.2.0
'@shikijs/vscode-textmate': 10.0.1
'@shikijs/langs@1.29.1': '@shikijs/langs@1.29.1':
dependencies: dependencies:
'@shikijs/types': 1.29.1 '@shikijs/types': 1.29.1
'@shikijs/langs@2.2.0':
dependencies:
'@shikijs/types': 2.2.0
'@shikijs/themes@1.29.1': '@shikijs/themes@1.29.1':
dependencies: dependencies:
'@shikijs/types': 1.29.1 '@shikijs/types': 1.29.1
'@shikijs/themes@2.2.0':
dependencies:
'@shikijs/types': 2.2.0
'@shikijs/transformers@1.29.1': '@shikijs/transformers@1.29.1':
dependencies: dependencies:
'@shikijs/core': 1.29.1 '@shikijs/core': 1.29.1
@@ -8755,6 +8820,11 @@ snapshots:
'@shikijs/vscode-textmate': 10.0.1 '@shikijs/vscode-textmate': 10.0.1
'@types/hast': 3.0.4 '@types/hast': 3.0.4
'@shikijs/types@2.2.0':
dependencies:
'@shikijs/vscode-textmate': 10.0.1
'@types/hast': 3.0.4
'@shikijs/vscode-textmate@10.0.1': {} '@shikijs/vscode-textmate@10.0.1': {}
'@sindresorhus/is@4.6.0': {} '@sindresorhus/is@4.6.0': {}
@@ -8763,7 +8833,7 @@ snapshots:
'@socket.io/component-emitter@3.1.2': {} '@socket.io/component-emitter@3.1.2': {}
'@sqlite.org/sqlite-wasm@3.48.0-build1': {} '@sqlite.org/sqlite-wasm@3.48.0-build4': {}
'@stylistic/eslint-plugin@3.0.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.3)': '@stylistic/eslint-plugin@3.0.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.3)':
dependencies: dependencies:
@@ -8915,6 +8985,7 @@ snapshots:
dependencies: dependencies:
'@types/node': 22.12.0 '@types/node': 22.12.0
form-data: 4.0.0 form-data: 4.0.0
optional: true
'@types/node@22.12.0': '@types/node@22.12.0':
dependencies: dependencies:
@@ -8935,6 +9006,7 @@ snapshots:
'@types/ws@8.5.13': '@types/ws@8.5.13':
dependencies: dependencies:
'@types/node': 22.12.0 '@types/node': 22.12.0
optional: true
'@typescript-eslint/eslint-plugin@8.22.0(@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.3)': '@typescript-eslint/eslint-plugin@8.22.0(@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.19.0(jiti@2.4.2))(typescript@5.7.3)':
dependencies: dependencies:
@@ -9386,6 +9458,8 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- typescript - typescript
'@webcontainer/env@1.1.1': {}
abbrev@3.0.0: {} abbrev@3.0.0: {}
abort-controller@3.0.0: abort-controller@3.0.0:
@@ -9495,7 +9569,8 @@ snapshots:
async@3.2.5: {} async@3.2.5: {}
asynckit@0.4.0: {} asynckit@0.4.0:
optional: true
autoprefixer@10.4.20(postcss@8.5.1): autoprefixer@10.4.20(postcss@8.5.1):
dependencies: dependencies:
@@ -9796,6 +9871,7 @@ snapshots:
combined-stream@1.0.8: combined-stream@1.0.8:
dependencies: dependencies:
delayed-stream: 1.0.0 delayed-stream: 1.0.0
optional: true
comma-separated-tokens@2.0.3: {} comma-separated-tokens@2.0.3: {}
@@ -9968,7 +10044,8 @@ snapshots:
data-uri-to-buffer@2.0.2: {} data-uri-to-buffer@2.0.2: {}
data-uri-to-buffer@4.0.1: {} data-uri-to-buffer@4.0.1:
optional: true
db0@0.2.3(@libsql/client@0.5.6(encoding@0.1.13))(better-sqlite3@11.8.1)(drizzle-orm@0.33.0(@cloudflare/workers-types@4.20250124.3)(@libsql/client@0.5.6(encoding@0.1.13))(@opentelemetry/api@1.9.0)(better-sqlite3@11.8.1)(pg@8.13.1)): db0@0.2.3(@libsql/client@0.5.6(encoding@0.1.13))(better-sqlite3@11.8.1)(drizzle-orm@0.33.0(@cloudflare/workers-types@4.20250124.3)(@libsql/client@0.5.6(encoding@0.1.13))(@opentelemetry/api@1.9.0)(better-sqlite3@11.8.1)(pg@8.13.1)):
optionalDependencies: optionalDependencies:
@@ -10032,7 +10109,8 @@ snapshots:
defu@6.1.4: {} defu@6.1.4: {}
delayed-stream@1.0.0: {} delayed-stream@1.0.0:
optional: true
denque@2.1.0: {} denque@2.1.0: {}
@@ -10048,7 +10126,8 @@ snapshots:
detect-libc@1.0.3: {} detect-libc@1.0.3: {}
detect-libc@2.0.2: {} detect-libc@2.0.2:
optional: true
detect-libc@2.0.3: {} detect-libc@2.0.3: {}
@@ -10717,6 +10796,7 @@ snapshots:
dependencies: dependencies:
node-domexception: 1.0.0 node-domexception: 1.0.0
web-streams-polyfill: 3.3.3 web-streams-polyfill: 3.3.3
optional: true
file-entry-cache@8.0.0: file-entry-cache@8.0.0:
dependencies: dependencies:
@@ -10789,10 +10869,12 @@ snapshots:
asynckit: 0.4.0 asynckit: 0.4.0
combined-stream: 1.0.8 combined-stream: 1.0.8
mime-types: 2.1.35 mime-types: 2.1.35
optional: true
formdata-polyfill@4.0.10: formdata-polyfill@4.0.10:
dependencies: dependencies:
fetch-blob: 3.2.0 fetch-blob: 3.2.0
optional: true
fraction.js@4.3.7: {} fraction.js@4.3.7: {}
@@ -11087,20 +11169,6 @@ snapshots:
web-namespaces: 2.0.1 web-namespaces: 2.0.1
zwitch: 2.0.4 zwitch: 2.0.4
hast-util-to-html@9.0.3:
dependencies:
'@types/hast': 3.0.4
'@types/unist': 3.0.3
ccount: 2.0.1
comma-separated-tokens: 2.0.3
hast-util-whitespace: 3.0.0
html-void-elements: 3.0.0
mdast-util-to-hast: 13.2.0
property-information: 6.5.0
space-separated-tokens: 2.0.2
stringify-entities: 4.0.4
zwitch: 2.0.4
hast-util-to-html@9.0.4: hast-util-to-html@9.0.4:
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.4
@@ -11121,7 +11189,7 @@ snapshots:
'@types/mdast': 4.0.4 '@types/mdast': 4.0.4
'@ungap/structured-clone': 1.2.0 '@ungap/structured-clone': 1.2.0
hast-util-phrasing: 3.0.1 hast-util-phrasing: 3.0.1
hast-util-to-html: 9.0.3 hast-util-to-html: 9.0.4
hast-util-to-text: 4.0.2 hast-util-to-text: 4.0.2
hast-util-whitespace: 3.0.0 hast-util-whitespace: 3.0.0
mdast-util-phrasing: 4.1.0 mdast-util-phrasing: 4.1.0
@@ -11420,7 +11488,8 @@ snapshots:
jiti@2.4.2: {} jiti@2.4.2: {}
js-base64@3.7.7: {} js-base64@3.7.7:
optional: true
js-levenshtein@1.1.6: {} js-levenshtein@1.1.6: {}
@@ -11514,6 +11583,7 @@ snapshots:
'@libsql/linux-x64-gnu': 0.3.19 '@libsql/linux-x64-gnu': 0.3.19
'@libsql/linux-x64-musl': 0.3.19 '@libsql/linux-x64-musl': 0.3.19
'@libsql/win32-x64-msvc': 0.3.19 '@libsql/win32-x64-msvc': 0.3.19
optional: true
lightningcss-darwin-arm64@1.29.1: lightningcss-darwin-arm64@1.29.1:
optional: true optional: true
@@ -11571,10 +11641,10 @@ snapshots:
citty: 0.1.6 citty: 0.1.6
clipboardy: 4.0.0 clipboardy: 4.0.0
consola: 3.4.0 consola: 3.4.0
crossws: 0.2.4 crossws: 0.3.3
defu: 6.1.4 defu: 6.1.4
get-port-please: 3.1.2 get-port-please: 3.1.2
h3: 1.13.0 h3: 1.14.0
http-shutdown: 1.2.2 http-shutdown: 1.2.2
jiti: 2.4.2 jiti: 2.4.2
mlly: 1.7.4 mlly: 1.7.4
@@ -11584,8 +11654,6 @@ snapshots:
ufo: 1.5.4 ufo: 1.5.4
untun: 0.1.3 untun: 0.1.3
uqr: 0.1.2 uqr: 0.1.2
transitivePeerDependencies:
- uWebSockets.js
local-pkg@0.5.0: local-pkg@0.5.0:
dependencies: dependencies:
@@ -12117,11 +12185,13 @@ snapshots:
braces: 3.0.3 braces: 3.0.3
picomatch: 2.3.1 picomatch: 2.3.1
mime-db@1.52.0: {} mime-db@1.52.0:
optional: true
mime-types@2.1.35: mime-types@2.1.35:
dependencies: dependencies:
mime-db: 1.52.0 mime-db: 1.52.0
optional: true
mime@1.6.0: {} mime@1.6.0: {}
@@ -12358,7 +12428,6 @@ snapshots:
- sqlite3 - sqlite3
- supports-color - supports-color
- typescript - typescript
- uWebSockets.js
- uploadthing - uploadthing
node-abi@3.65.0: node-abi@3.65.0:
@@ -12370,7 +12439,8 @@ snapshots:
node-addon-api@7.1.1: {} node-addon-api@7.1.1: {}
node-domexception@1.0.0: {} node-domexception@1.0.0:
optional: true
node-emoji@2.1.3: node-emoji@2.1.3:
dependencies: dependencies:
@@ -12394,6 +12464,7 @@ snapshots:
data-uri-to-buffer: 4.0.1 data-uri-to-buffer: 4.0.1
fetch-blob: 3.2.0 fetch-blob: 3.2.0
formdata-polyfill: 4.0.10 formdata-polyfill: 4.0.10
optional: true
node-forge@1.3.1: {} node-forge@1.3.1: {}
@@ -12438,7 +12509,7 @@ snapshots:
nuxt-component-meta@0.10.0(magicast@0.3.5)(rollup@4.32.1): nuxt-component-meta@0.10.0(magicast@0.3.5)(rollup@4.32.1):
dependencies: dependencies:
'@nuxt/kit': 3.15.3(magicast@0.3.5)(rollup@4.32.1) '@nuxt/kit': 3.15.4(magicast@0.3.5)(rollup@4.32.1)
citty: 0.1.6 citty: 0.1.6
mlly: 1.7.4 mlly: 1.7.4
scule: 1.3.0 scule: 1.3.0
@@ -12563,7 +12634,6 @@ snapshots:
- terser - terser
- tsx - tsx
- typescript - typescript
- uWebSockets.js
- uploadthing - uploadthing
- utf-8-validate - utf-8-validate
- vite - vite
@@ -12783,15 +12853,19 @@ snapshots:
pg-cloudflare@1.1.1: pg-cloudflare@1.1.1:
optional: true optional: true
pg-connection-string@2.7.0: {} pg-connection-string@2.7.0:
optional: true
pg-int8@1.0.1: {} pg-int8@1.0.1:
optional: true
pg-pool@3.7.0(pg@8.13.1): pg-pool@3.7.0(pg@8.13.1):
dependencies: dependencies:
pg: 8.13.1 pg: 8.13.1
optional: true
pg-protocol@1.7.0: {} pg-protocol@1.7.0:
optional: true
pg-types@2.2.0: pg-types@2.2.0:
dependencies: dependencies:
@@ -12800,6 +12874,7 @@ snapshots:
postgres-bytea: 1.0.0 postgres-bytea: 1.0.0
postgres-date: 1.0.7 postgres-date: 1.0.7
postgres-interval: 1.2.0 postgres-interval: 1.2.0
optional: true
pg@8.13.1: pg@8.13.1:
dependencies: dependencies:
@@ -12810,10 +12885,12 @@ snapshots:
pgpass: 1.0.5 pgpass: 1.0.5
optionalDependencies: optionalDependencies:
pg-cloudflare: 1.1.1 pg-cloudflare: 1.1.1
optional: true
pgpass@1.0.5: pgpass@1.0.5:
dependencies: dependencies:
split2: 4.2.0 split2: 4.2.0
optional: true
phenomenon@1.6.0: {} phenomenon@1.6.0: {}
@@ -13012,15 +13089,19 @@ snapshots:
picocolors: 1.1.1 picocolors: 1.1.1
source-map-js: 1.2.1 source-map-js: 1.2.1
postgres-array@2.0.0: {} postgres-array@2.0.0:
optional: true
postgres-bytea@1.0.0: {} postgres-bytea@1.0.0:
optional: true
postgres-date@1.0.7: {} postgres-date@1.0.7:
optional: true
postgres-interval@1.2.0: postgres-interval@1.2.0:
dependencies: dependencies:
xtend: 4.0.2 xtend: 4.0.2
optional: true
prebuild-install@7.1.2: prebuild-install@7.1.2:
dependencies: dependencies:
@@ -13519,6 +13600,17 @@ snapshots:
'@shikijs/vscode-textmate': 10.0.1 '@shikijs/vscode-textmate': 10.0.1
'@types/hast': 3.0.4 '@types/hast': 3.0.4
shiki@2.2.0:
dependencies:
'@shikijs/core': 2.2.0
'@shikijs/engine-javascript': 2.2.0
'@shikijs/engine-oniguruma': 2.2.0
'@shikijs/langs': 2.2.0
'@shikijs/themes': 2.2.0
'@shikijs/types': 2.2.0
'@shikijs/vscode-textmate': 10.0.1
'@types/hast': 3.0.4
signal-exit@3.0.7: {} signal-exit@3.0.7: {}
signal-exit@4.1.0: {} signal-exit@4.1.0: {}
@@ -13618,7 +13710,8 @@ snapshots:
speakingurl@14.0.1: {} speakingurl@14.0.1: {}
split2@4.2.0: {} split2@4.2.0:
optional: true
stable-hash@0.0.4: {} stable-hash@0.0.4: {}
@@ -14506,7 +14599,8 @@ snapshots:
web-namespaces@2.0.1: {} web-namespaces@2.0.1: {}
web-streams-polyfill@3.3.3: {} web-streams-polyfill@3.3.3:
optional: true
webidl-conversions@3.0.1: {} webidl-conversions@3.0.1: {}
@@ -14586,7 +14680,8 @@ snapshots:
cssfilter: 0.0.10 cssfilter: 0.0.10
optional: true optional: true
xtend@4.0.2: {} xtend@4.0.2:
optional: true
y18n@5.0.8: {} y18n@5.0.8: {}