mirror of
https://github.com/withastro/astro.git
synced 2025-04-07 23:41:43 -05:00
fix(deps): update all non-major dependencies (#11522)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
This commit is contained in:
parent
80681318c6
commit
536209aa74
45 changed files with 359 additions and 364 deletions
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
|
@ -16,7 +16,7 @@
|
|||
"@biomejs/biome",
|
||||
"@types/node",
|
||||
"@preact/preset-vite", // v2.8.3 starts to use Vite's esbuild for perf, but this conflicts with the react plugin
|
||||
"preact-render-to-string", // https://github.com/withastro/astro/pull/10200
|
||||
"drizzle-orm", // TODO: investigate upgrade (has type issues)
|
||||
"sharp",
|
||||
|
||||
// manually bumping workflow actions
|
||||
|
|
|
@ -24,6 +24,6 @@
|
|||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.8.18",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
"dependencies": {
|
||||
"@astrojs/vue": "^4.5.0",
|
||||
"astro": "^4.12.2",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,14 +13,14 @@
|
|||
"@astrojs/node": "^8.3.2",
|
||||
"@astrojs/react": "^3.6.0",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"@fortawesome/fontawesome-free": "^6.5.2",
|
||||
"@fortawesome/fontawesome-free": "^6.6.0",
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"astro": "^4.12.2",
|
||||
"postcss": "^8.4.38",
|
||||
"postcss": "^8.4.39",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"tailwindcss": "^3.4.3"
|
||||
"tailwindcss": "^3.4.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,6 +18,6 @@
|
|||
"autoprefixer": "^10.4.19",
|
||||
"canvas-confetti": "^1.9.3",
|
||||
"postcss": "^8.4.39",
|
||||
"tailwindcss": "^3.4.5"
|
||||
"tailwindcss": "^3.4.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -47,12 +47,12 @@
|
|||
"engines": {
|
||||
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
|
||||
},
|
||||
"packageManager": "pnpm@9.3.0",
|
||||
"packageManager": "pnpm@9.6.0",
|
||||
"dependencies": {
|
||||
"astro-benchmark": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.8.1",
|
||||
"@astrojs/check": "^0.8.2",
|
||||
"@biomejs/biome": "1.8.1",
|
||||
"@changesets/changelog-github": "^0.5.0",
|
||||
"@changesets/cli": "^2.27.7",
|
||||
|
@ -66,7 +66,7 @@
|
|||
"only-allow": "^1.2.1",
|
||||
"organize-imports-cli": "^0.10.0",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-astro": "^0.14.0",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"tiny-glob": "^0.2.9",
|
||||
"turbo": "^1.13.4",
|
||||
"typescript": "~5.5.3",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.8.1",
|
||||
"@astrojs/check": "^0.8.2",
|
||||
"@astrojs/db": "workspace:*",
|
||||
"@astrojs/node": "workspace:*",
|
||||
"@astrojs/react": "workspace:*",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.8.1",
|
||||
"@astrojs/check": "^0.8.2",
|
||||
"@astrojs/db": "workspace:*",
|
||||
"@astrojs/node": "workspace:*",
|
||||
"@astrojs/react": "workspace:*",
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"dependencies": {
|
||||
"@astrojs/vue": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.8.18",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
"sass": "^1.77.8",
|
||||
"solid-js": "^1.8.18",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,6 +19,6 @@
|
|||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.8.18",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.8.18",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.8.18",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.8.18",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.8.18",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.8.18",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.8.18",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "astro dev"
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
"astro": "workspace:*",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"postcss": "^8.4.39",
|
||||
"tailwindcss": "^3.4.5"
|
||||
"tailwindcss": "^3.4.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"@astrojs/mdx": "workspace:*",
|
||||
"@astrojs/vue": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
"test:node": "astro-scripts test \"test/**/*.test.js\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^2.9.0",
|
||||
"@astrojs/compiler": "^2.9.2",
|
||||
"@astrojs/internal-helpers": "workspace:*",
|
||||
"@astrojs/markdown-remark": "workspace:*",
|
||||
"@astrojs/telemetry": "workspace:*",
|
||||
|
@ -174,8 +174,8 @@
|
|||
"preferred-pm": "^4.0.0",
|
||||
"prompts": "^2.4.2",
|
||||
"rehype": "^13.0.1",
|
||||
"semver": "^7.6.2",
|
||||
"shiki": "^1.10.3",
|
||||
"semver": "^7.6.3",
|
||||
"shiki": "^1.11.0",
|
||||
"string-width": "^7.2.0",
|
||||
"strip-ansi": "^7.1.0",
|
||||
"tsconfck": "^3.1.1",
|
||||
|
@ -192,7 +192,7 @@
|
|||
"sharp": "^0.33.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.8.1",
|
||||
"@astrojs/check": "^0.8.2",
|
||||
"@playwright/test": "^1.45.2",
|
||||
"@types/aria-query": "^5.0.4",
|
||||
"@types/babel__generator": "^7.6.8",
|
||||
|
@ -203,7 +203,7 @@
|
|||
"@types/debug": "^4.1.12",
|
||||
"@types/diff": "^5.2.1",
|
||||
"@types/dlv": "^1.1.4",
|
||||
"@types/dom-view-transitions": "^1.0.4",
|
||||
"@types/dom-view-transitions": "^1.0.5",
|
||||
"@types/hast": "^3.0.4",
|
||||
"@types/html-escaper": "^3.0.2",
|
||||
"@types/http-cache-semantics": "^4.0.4",
|
||||
|
@ -227,7 +227,7 @@
|
|||
"rehype-slug": "^6.0.0",
|
||||
"rehype-toc": "^3.0.2",
|
||||
"remark-code-titles": "^0.1.2",
|
||||
"rollup": "^4.18.1",
|
||||
"rollup": "^4.19.0",
|
||||
"sass": "^1.77.8",
|
||||
"srcset-parse": "^1.1.0",
|
||||
"undici": "^6.19.2",
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"astro": "workspace:*",
|
||||
"preact": "^10.22.1",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"dependencies": {
|
||||
"@astrojs/vue": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.8.18",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"astro": "workspace:*",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"astro": "workspace:*",
|
||||
"preact": "^10.22.1",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,6 +17,6 @@
|
|||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.8.18",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"postcss": "^8.4.39",
|
||||
"solid-js": "^1.8.18",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
},
|
||||
"devDependencies": {
|
||||
"postcss-preset-env": "^9.6.0"
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"@astrojs/mdx": "workspace:*",
|
||||
"@astrojs/vue": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"@astrojs/tailwind": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"postcss": "^8.4.39",
|
||||
"tailwindcss": "^3.4.5"
|
||||
"tailwindcss": "^3.4.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
"astro": "workspace:*",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"postcss": "^8.4.39",
|
||||
"tailwindcss": "^3.4.5"
|
||||
"tailwindcss": "^3.4.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"dependencies": {
|
||||
"@astrojs/vue": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"dependencies": {
|
||||
"@astrojs/vue": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
"@astrojs/vue": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"svelte": "^4.2.18",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.8.1",
|
||||
"@astrojs/check": "^0.8.2",
|
||||
"@astrojs/db": "workspace:*",
|
||||
"@astrojs/node": "workspace:*",
|
||||
"@astrojs/react": "^3.6.0",
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
"astro": "workspace:*",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
"astro-scripts": "workspace:*",
|
||||
"tailwindcss": "^3.4.5",
|
||||
"tailwindcss": "^3.4.6",
|
||||
"vite": "^5.3.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
"dependencies": {
|
||||
"@astrojs/internal-helpers": "workspace:*",
|
||||
"@vercel/analytics": "^1.3.1",
|
||||
"@vercel/edge": "^1.1.1",
|
||||
"@vercel/edge": "^1.1.2",
|
||||
"@vercel/nft": "^0.27.3",
|
||||
"esbuild": "^0.21.5",
|
||||
"fast-glob": "^3.3.2",
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"dependencies": {
|
||||
"@vitejs/plugin-vue": "^5.0.5",
|
||||
"@vitejs/plugin-vue-jsx": "^4.0.0",
|
||||
"@vue/compiler-sfc": "^3.4.31",
|
||||
"@vue/compiler-sfc": "^3.4.33",
|
||||
"vite-plugin-vue-devtools": "^7.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -55,7 +55,7 @@
|
|||
"cheerio": "1.0.0-rc.12",
|
||||
"linkedom": "^0.18.4",
|
||||
"vite": "^5.3.4",
|
||||
"vue": "^3.4.31"
|
||||
"vue": "^3.4.33"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^4.0.0",
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"test": "astro-scripts test --timeout 50000 \"test/**/*.test.js\""
|
||||
},
|
||||
"dependencies": {
|
||||
"web-vitals": "^4.2.1"
|
||||
"web-vitals": "^4.2.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@astrojs/db": "^0.12.0"
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.0",
|
||||
"remark-smartypants": "^3.0.2",
|
||||
"shiki": "^1.10.3",
|
||||
"shiki": "^1.11.0",
|
||||
"unified": "^11.0.5",
|
||||
"unist-util-remove-position": "^5.0.0",
|
||||
"unist-util-visit": "^5.0.0",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"//b": "DEPENDENCIES IS FOR UNBUNDLED PACKAGES",
|
||||
"dependencies": {
|
||||
"@astrojs/cli-kit": "^0.4.1",
|
||||
"semver": "^7.6.2",
|
||||
"semver": "^7.6.3",
|
||||
"preferred-pm": "^4.0.0",
|
||||
"terminal-link": "^3.0.0"
|
||||
},
|
||||
|
|
615
pnpm-lock.yaml
generated
615
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue