chore(astro): upgrade to astro 6

This commit is contained in:
ThatGuySam 2026-03-15 12:20:42 -05:00
parent f378862b23
commit ed9f680505
4 changed files with 6716 additions and 3088 deletions

View file

@ -3,7 +3,7 @@ import vue from '@astrojs/vue'
import tailwind from '@astrojs/tailwind'
// Astro Netlify Reference
// https://github.com/withastro/astro/tree/main/packages/integrations/netlify
import netlify from '@astrojs/netlify/functions'
import netlify from '@astrojs/netlify'
// import sitemap from '@astrojs/sitemap'
import partytown from '@astrojs/partytown'

View file

@ -65,9 +65,9 @@
},
"dependencies": {
"7z-wasm": "^1.0.0-beta.5",
"@astrojs/netlify": "^2.6.0",
"@astrojs/partytown": "^1.2.3",
"@astrojs/vue": "^2.2.1",
"@astrojs/netlify": "^7.0.2",
"@astrojs/partytown": "^2.1.5",
"@astrojs/vue": "^6.0.0",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@fontsource/inter": "^4.0.1",
@ -76,7 +76,7 @@
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@supercharge/promise-pool": "^2.1.0",
"@zip.js/zip.js": "^2.5.25",
"astro": "^2.10.7",
"astro": "^6.0.4",
"axios": "^0.21.0",
"buffer": "^6.0.3",
"can-autoplay": "^3.0.0",
@ -115,17 +115,17 @@
"sitemap": "^7.1.1",
"slugify": "^1.4.6",
"std-env": "^3.3.2",
"terser": "^4.8.0",
"terser": "^5.46.0",
"uuid": "^8.3.2",
"vite-node": "^0.34.1",
"vue": "^3.2.30",
"vite-node": "^5.3.0",
"vue": "^3.5.30",
"workerpool": "^6.2.1",
"zip-lib": "^0.7.3"
},
"devDependencies": {
"@astrojs/sitemap": "^2.0.1",
"@astrojs/tailwind": "^4.0.0",
"@vitest/web-worker": "^0.20.3",
"@astrojs/sitemap": "^3.7.1",
"@astrojs/tailwind": "^6.0.2",
"@vitest/web-worker": "^4.1.0",
"autoprefixer": "^10.0.2",
"ava": "^6.2.0",
"babel-eslint": "^8.2.1",
@ -148,7 +148,7 @@
"tailwindcss": "^3.2.6",
"tsconfig-paths": "^3.14.1",
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^3.5.0",
"vitest": "^2.1.8"
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.0"
}
}

9777
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

1
src/env.d.ts vendored
View file

@ -1 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />