mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
chore(deps): update esbuild
and vite
versions (#13323)
Co-authored-by: Jisu-Woniu <31986081+Jisu-Woniu@users.noreply.github.com> Co-authored-by: natemoo-re <7118177+natemoo-re@users.noreply.github.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
This commit is contained in:
parent
5b6df02c88
commit
80926fadc0
15 changed files with 644 additions and 646 deletions
13
.changeset/flat-ladybugs-argue.md
Normal file
13
.changeset/flat-ladybugs-argue.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
'astro': patch
|
||||
'@astrojs/cloudflare': patch
|
||||
'@astrojs/svelte': patch
|
||||
'@astrojs/solid-js': patch
|
||||
'@astrojs/react': patch
|
||||
'@astrojs/preact': patch
|
||||
'@astrojs/markdoc': patch
|
||||
'@astrojs/netlify': patch
|
||||
'@astrojs/vercel': patch
|
||||
---
|
||||
|
||||
Updates `esbuild` and `vite` to the latest to avoid false positives audits warnings caused by `esbuild`.
|
|
@ -59,7 +59,7 @@
|
|||
"@changesets/changelog-github": "^0.5.0",
|
||||
"@changesets/cli": "^2.27.12",
|
||||
"@types/node": "^18.17.8",
|
||||
"esbuild": "^0.24.2",
|
||||
"esbuild": "^0.25.0",
|
||||
"eslint": "^9.19.0",
|
||||
"eslint-plugin-regexp": "^2.7.0",
|
||||
"only-allow": "^1.2.1",
|
||||
|
|
|
@ -141,7 +141,7 @@
|
|||
"dlv": "^1.1.3",
|
||||
"dset": "^3.1.4",
|
||||
"es-module-lexer": "^1.6.0",
|
||||
"esbuild": "^0.24.2",
|
||||
"esbuild": "^0.25.0",
|
||||
"estree-walker": "^3.0.3",
|
||||
"flattie": "^1.1.1",
|
||||
"github-slugger": "^2.0.0",
|
||||
|
@ -168,7 +168,7 @@
|
|||
"unist-util-visit": "^5.0.0",
|
||||
"unstorage": "^1.14.4",
|
||||
"vfile": "^6.0.3",
|
||||
"vite": "^6.0.11",
|
||||
"vite": "^6.2.0",
|
||||
"vitefu": "^1.0.5",
|
||||
"which-pm": "^3.0.1",
|
||||
"xxhash-wasm": "^1.1.0",
|
||||
|
|
|
@ -36,12 +36,12 @@
|
|||
"@astrojs/internal-helpers": "workspace:*",
|
||||
"@astrojs/underscore-redirects": "workspace:*",
|
||||
"@cloudflare/workers-types": "^4.20250109.0",
|
||||
"esbuild": "^0.24.0",
|
||||
"esbuild": "^0.25.0",
|
||||
"estree-walker": "^3.0.3",
|
||||
"magic-string": "^0.30.17",
|
||||
"miniflare": "^3.20241230.1",
|
||||
"tinyglobby": "^0.2.12",
|
||||
"vite": "^6.0.7",
|
||||
"vite": "^6.2.0",
|
||||
"wrangler": "^3.101.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
"@astrojs/markdown-remark": "workspace:*",
|
||||
"@astrojs/prism": "workspace:*",
|
||||
"@markdoc/markdoc": "^0.4.0",
|
||||
"esbuild": "^0.24.2",
|
||||
"esbuild": "^0.25.0",
|
||||
"github-slugger": "^2.0.0",
|
||||
"htmlparser2": "^10.0.0"
|
||||
},
|
||||
|
|
|
@ -41,9 +41,9 @@
|
|||
"@netlify/blobs": "^8.1.0",
|
||||
"@netlify/functions": "^2.8.0",
|
||||
"@vercel/nft": "^0.29.0",
|
||||
"esbuild": "^0.24.0",
|
||||
"esbuild": "^0.25.0",
|
||||
"tinyglobby": "^0.2.12",
|
||||
"vite": "^6.0.7"
|
||||
"vite": "^6.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^5.3.0"
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"@preact/signals": "^2.0.1",
|
||||
"babel-plugin-transform-hook-names": "^1.0.2",
|
||||
"preact-render-to-string": "^6.5.13",
|
||||
"vite": "^6.0.11"
|
||||
"vite": "^6.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"dependencies": {
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"ultrahtml": "^1.5.3",
|
||||
"vite": "^6.0.11"
|
||||
"vite": "^6.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.3.18",
|
||||
|
|
|
@ -35,8 +35,8 @@
|
|||
"dev": "astro-scripts dev \"src/**/*.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"vite-plugin-solid": "^2.11.1",
|
||||
"vite": "^6.0.11"
|
||||
"vite": "^6.2.0",
|
||||
"vite-plugin-solid": "^2.11.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"dependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
||||
"svelte2tsx": "^0.7.34",
|
||||
"vite": "^6.0.11"
|
||||
"vite": "^6.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
|
|
|
@ -42,7 +42,7 @@ async function getViteConfiguration(
|
|||
|
||||
postcssPlugins.push(tailwindPlugin(tailwindConfigPath));
|
||||
postcssPlugins.push(autoprefixerPlugin());
|
||||
|
||||
|
||||
return {
|
||||
css: {
|
||||
postcss: {
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"@vercel/edge": "^1.2.1",
|
||||
"@vercel/nft": "^0.29.0",
|
||||
"@vercel/routing-utils": "^5.0.4",
|
||||
"esbuild": "^0.24.0",
|
||||
"esbuild": "^0.25.0",
|
||||
"tinyglobby": "^0.2.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
||||
"@vue/compiler-sfc": "^3.5.13",
|
||||
"vite": "^6.0.11",
|
||||
"vite": "^6.2.0",
|
||||
"vite-plugin-vue-devtools": "^7.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
1243
pnpm-lock.yaml
generated
1243
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -8,7 +8,7 @@
|
|||
"astro-scripts": "./index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"esbuild": "^0.24.2",
|
||||
"esbuild": "^0.25.0",
|
||||
"kleur": "^4.1.5",
|
||||
"p-limit": "^6.2.0",
|
||||
"tinyexec": "^0.3.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue