0
Fork 0
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:
Emanuele Stoppa 2025-02-27 10:44:13 +00:00 committed by GitHub
parent 5b6df02c88
commit 80926fadc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 644 additions and 646 deletions

View 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`.

View file

@ -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",

View file

@ -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",

View file

@ -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": {

View file

@ -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"
},

View file

@ -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"

View file

@ -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:*",

View file

@ -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",

View file

@ -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:*",

View file

@ -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:*",

View file

@ -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": {

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -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",