Skip to content

Commit

Permalink
chore(deps): update esbuild and vite versions (#13323)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
5 people authored Feb 27, 2025
1 parent 5b6df02 commit 80926fa
Show file tree
Hide file tree
Showing 15 changed files with 647 additions and 649 deletions.
13 changes: 13 additions & 0 deletions .changeset/flat-ladybugs-argue.md
Original file line number Diff line number Diff line change
@@ -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`.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/integrations/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/integrations/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/integrations/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/tailwind/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async function getViteConfiguration(

postcssPlugins.push(tailwindPlugin(tailwindConfigPath));
postcssPlugins.push(autoprefixerPlugin());

return {
css: {
postcss: {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Loading

0 comments on commit 80926fa

Please sign in to comment.