Skip to content

Commit 80926fa

Browse files
ematipicoJisu-Woniunatemoo-reflorian-lefebvreascorbic
authored
chore(deps): update esbuild and vite versions (#13323)
Co-authored-by: Jisu-Woniu <[email protected]> Co-authored-by: natemoo-re <[email protected]> Co-authored-by: florian-lefebvre <[email protected]> Co-authored-by: ascorbic <[email protected]>
1 parent 5b6df02 commit 80926fa

File tree

15 files changed

+647
-649
lines changed

15 files changed

+647
-649
lines changed

.changeset/flat-ladybugs-argue.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
'astro': patch
3+
'@astrojs/cloudflare': patch
4+
'@astrojs/svelte': patch
5+
'@astrojs/solid-js': patch
6+
'@astrojs/react': patch
7+
'@astrojs/preact': patch
8+
'@astrojs/markdoc': patch
9+
'@astrojs/netlify': patch
10+
'@astrojs/vercel': patch
11+
---
12+
13+
Updates `esbuild` and `vite` to the latest to avoid false positives audits warnings caused by `esbuild`.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@changesets/changelog-github": "^0.5.0",
6060
"@changesets/cli": "^2.27.12",
6161
"@types/node": "^18.17.8",
62-
"esbuild": "^0.24.2",
62+
"esbuild": "^0.25.0",
6363
"eslint": "^9.19.0",
6464
"eslint-plugin-regexp": "^2.7.0",
6565
"only-allow": "^1.2.1",

packages/astro/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"dlv": "^1.1.3",
142142
"dset": "^3.1.4",
143143
"es-module-lexer": "^1.6.0",
144-
"esbuild": "^0.24.2",
144+
"esbuild": "^0.25.0",
145145
"estree-walker": "^3.0.3",
146146
"flattie": "^1.1.1",
147147
"github-slugger": "^2.0.0",
@@ -168,7 +168,7 @@
168168
"unist-util-visit": "^5.0.0",
169169
"unstorage": "^1.14.4",
170170
"vfile": "^6.0.3",
171-
"vite": "^6.0.11",
171+
"vite": "^6.2.0",
172172
"vitefu": "^1.0.5",
173173
"which-pm": "^3.0.1",
174174
"xxhash-wasm": "^1.1.0",

packages/integrations/cloudflare/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
"@astrojs/internal-helpers": "workspace:*",
3737
"@astrojs/underscore-redirects": "workspace:*",
3838
"@cloudflare/workers-types": "^4.20250109.0",
39-
"esbuild": "^0.24.0",
39+
"esbuild": "^0.25.0",
4040
"estree-walker": "^3.0.3",
4141
"magic-string": "^0.30.17",
4242
"miniflare": "^3.20241230.1",
4343
"tinyglobby": "^0.2.12",
44-
"vite": "^6.0.7",
44+
"vite": "^6.2.0",
4545
"wrangler": "^3.101.0"
4646
},
4747
"peerDependencies": {

packages/integrations/markdoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@astrojs/markdown-remark": "workspace:*",
6767
"@astrojs/prism": "workspace:*",
6868
"@markdoc/markdoc": "^0.4.0",
69-
"esbuild": "^0.24.2",
69+
"esbuild": "^0.25.0",
7070
"github-slugger": "^2.0.0",
7171
"htmlparser2": "^10.0.0"
7272
},

packages/integrations/netlify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"@netlify/blobs": "^8.1.0",
4242
"@netlify/functions": "^2.8.0",
4343
"@vercel/nft": "^0.29.0",
44-
"esbuild": "^0.24.0",
44+
"esbuild": "^0.25.0",
4545
"tinyglobby": "^0.2.12",
46-
"vite": "^6.0.7"
46+
"vite": "^6.2.0"
4747
},
4848
"peerDependencies": {
4949
"astro": "^5.3.0"

packages/integrations/preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@preact/signals": "^2.0.1",
4242
"babel-plugin-transform-hook-names": "^1.0.2",
4343
"preact-render-to-string": "^6.5.13",
44-
"vite": "^6.0.11"
44+
"vite": "^6.2.0"
4545
},
4646
"devDependencies": {
4747
"astro": "workspace:*",

packages/integrations/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"dependencies": {
5252
"@vitejs/plugin-react": "^4.3.4",
5353
"ultrahtml": "^1.5.3",
54-
"vite": "^6.0.11"
54+
"vite": "^6.2.0"
5555
},
5656
"devDependencies": {
5757
"@types/react": "^18.3.18",

packages/integrations/solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"dev": "astro-scripts dev \"src/**/*.ts\""
3636
},
3737
"dependencies": {
38-
"vite-plugin-solid": "^2.11.1",
39-
"vite": "^6.0.11"
38+
"vite": "^6.2.0",
39+
"vite-plugin-solid": "^2.11.1"
4040
},
4141
"devDependencies": {
4242
"astro": "workspace:*",

packages/integrations/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@sveltejs/vite-plugin-svelte": "^5.0.3",
4343
"svelte2tsx": "^0.7.34",
44-
"vite": "^6.0.11"
44+
"vite": "^6.2.0"
4545
},
4646
"devDependencies": {
4747
"astro": "workspace:*",

packages/integrations/tailwind/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async function getViteConfiguration(
4242

4343
postcssPlugins.push(tailwindPlugin(tailwindConfigPath));
4444
postcssPlugins.push(autoprefixerPlugin());
45-
45+
4646
return {
4747
css: {
4848
postcss: {

packages/integrations/vercel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@vercel/edge": "^1.2.1",
5252
"@vercel/nft": "^0.29.0",
5353
"@vercel/routing-utils": "^5.0.4",
54-
"esbuild": "^0.24.0",
54+
"esbuild": "^0.25.0",
5555
"tinyglobby": "^0.2.12"
5656
},
5757
"peerDependencies": {

packages/integrations/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@vitejs/plugin-vue": "^5.2.1",
4646
"@vitejs/plugin-vue-jsx": "^4.1.1",
4747
"@vue/compiler-sfc": "^3.5.13",
48-
"vite": "^6.0.11",
48+
"vite": "^6.2.0",
4949
"vite-plugin-vue-devtools": "^7.7.1"
5050
},
5151
"devDependencies": {

0 commit comments

Comments
 (0)