Skip to content

Commit 3d89e62

Browse files
LunaticMuchbluwy
andauthored
fix: align esbuild to vite (#12361)
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
1 parent 6c68269 commit 3d89e62

17 files changed

Lines changed: 222 additions & 443 deletions

File tree

.changeset/cyan-panthers-count.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@astrojs/markdoc': patch
3+
'@astrojs/markdown-remark': patch
4+
'astro': patch
5+
---
6+
7+
Upgrades the `esbuild` version to match `vite`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@changesets/changelog-github": "^0.5.0",
6060
"@changesets/cli": "^2.27.10",
6161
"@types/node": "^18.17.8",
62-
"esbuild": "^0.21.5",
62+
"esbuild": "^0.24.2",
6363
"eslint": "^9.15.0",
6464
"eslint-plugin-regexp": "^2.7.0",
6565
"globby": "^14.0.2",

packages/astro/package.json

Lines changed: 2 additions & 2 deletions
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.5.4",
144-
"esbuild": "^0.21.5",
144+
"esbuild": "^0.24.2",
145145
"estree-walker": "^3.0.3",
146146
"fast-glob": "^3.3.2",
147147
"flattie": "^1.1.1",
@@ -168,7 +168,7 @@
168168
"unist-util-visit": "^5.0.0",
169169
"unstorage": "^1.14.0",
170170
"vfile": "^6.0.3",
171-
"vite": "^6.0.5",
171+
"vite": "^6.0.7",
172172
"vitefu": "^1.0.4",
173173
"which-pm": "^3.0.0",
174174
"xxhash-wasm": "^1.1.0",

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@
9191
"astro-scripts": "workspace:*",
9292
"cheerio": "1.0.0",
9393
"typescript": "^5.6.3",
94-
"vite": "^6.0.5"
94+
"vite": "^6.0.7"
9595
}
9696
}

packages/integrations/alpinejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@playwright/test": "1.49.0",
4242
"astro": "workspace:*",
4343
"astro-scripts": "workspace:*",
44-
"vite": "^6.0.5"
44+
"vite": "^6.0.7"
4545
},
4646
"publishConfig": {
4747
"provenance": true

packages/integrations/markdoc/package.json

Lines changed: 2 additions & 2 deletions
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.21.5",
69+
"esbuild": "^0.24.2",
7070
"github-slugger": "^2.0.0",
7171
"htmlparser2": "^10.0.0"
7272
},
@@ -79,7 +79,7 @@
7979
"astro-scripts": "workspace:*",
8080
"devalue": "^5.1.1",
8181
"linkedom": "^0.18.5",
82-
"vite": "^6.0.5"
82+
"vite": "^6.0.7"
8383
},
8484
"engines": {
8585
"node": "^18.17.1 || ^20.3.0 || >=22.0.0"

packages/integrations/mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"remark-toc": "^9.0.0",
7171
"shiki": "^1.23.1",
7272
"unified": "^11.0.5",
73-
"vite": "^6.0.5"
73+
"vite": "^6.0.7"
7474
},
7575
"engines": {
7676
"node": "^18.17.1 || ^20.3.0 || >=22.0.0"

packages/integrations/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@preact/signals": "^2.0.0",
4242
"babel-plugin-transform-hook-names": "^1.0.2",
4343
"preact-render-to-string": "^6.5.11",
44-
"vite": "^6.0.5"
44+
"vite": "^6.0.7"
4545
},
4646
"devDependencies": {
4747
"astro": "workspace:*",

packages/integrations/react/package.json

Lines changed: 1 addition & 1 deletion
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.5"
54+
"vite": "^6.0.7"
5555
},
5656
"devDependencies": {
5757
"@types/react": "^18.3.12",

packages/integrations/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"vite-plugin-solid": "^2.11.0",
39-
"vite": "^6.0.5"
39+
"vite": "^6.0.7"
4040
},
4141
"devDependencies": {
4242
"astro": "workspace:*",

0 commit comments

Comments
 (0)