fix: align esbuild to vite (#12361)

Co-authored-by: bluwy <bjornlu.dev@gmail.com>
This commit is contained in:
Stefano 2025-01-13 15:19:44 +00:00 committed by GitHub
parent 6c68269c0e
commit 3d89e62822
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 222 additions and 443 deletions

View file

@ -0,0 +1,7 @@
---
'@astrojs/markdoc': patch
'@astrojs/markdown-remark': patch
'astro': patch
---
Upgrades the `esbuild` version to match `vite`

View file

@ -59,7 +59,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@types/node": "^18.17.8",
"esbuild": "^0.21.5",
"esbuild": "^0.24.2",
"eslint": "^9.15.0",
"eslint-plugin-regexp": "^2.7.0",
"globby": "^14.0.2",

View file

@ -141,7 +141,7 @@
"dlv": "^1.1.3",
"dset": "^3.1.4",
"es-module-lexer": "^1.5.4",
"esbuild": "^0.21.5",
"esbuild": "^0.24.2",
"estree-walker": "^3.0.3",
"fast-glob": "^3.3.2",
"flattie": "^1.1.1",
@ -168,7 +168,7 @@
"unist-util-visit": "^5.0.0",
"unstorage": "^1.14.0",
"vfile": "^6.0.3",
"vite": "^6.0.5",
"vite": "^6.0.7",
"vitefu": "^1.0.4",
"which-pm": "^3.0.0",
"xxhash-wasm": "^1.1.0",

View file

@ -91,6 +91,6 @@
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
"typescript": "^5.6.3",
"vite": "^6.0.5"
"vite": "^6.0.7"
}
}

View file

@ -41,7 +41,7 @@
"@playwright/test": "1.49.0",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"vite": "^6.0.5"
"vite": "^6.0.7"
},
"publishConfig": {
"provenance": true

View file

@ -66,7 +66,7 @@
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/prism": "workspace:*",
"@markdoc/markdoc": "^0.4.0",
"esbuild": "^0.21.5",
"esbuild": "^0.24.2",
"github-slugger": "^2.0.0",
"htmlparser2": "^10.0.0"
},
@ -79,7 +79,7 @@
"astro-scripts": "workspace:*",
"devalue": "^5.1.1",
"linkedom": "^0.18.5",
"vite": "^6.0.5"
"vite": "^6.0.7"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=22.0.0"

View file

@ -70,7 +70,7 @@
"remark-toc": "^9.0.0",
"shiki": "^1.23.1",
"unified": "^11.0.5",
"vite": "^6.0.5"
"vite": "^6.0.7"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=22.0.0"

View file

@ -41,7 +41,7 @@
"@preact/signals": "^2.0.0",
"babel-plugin-transform-hook-names": "^1.0.2",
"preact-render-to-string": "^6.5.11",
"vite": "^6.0.5"
"vite": "^6.0.7"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -51,7 +51,7 @@
"dependencies": {
"@vitejs/plugin-react": "^4.3.4",
"ultrahtml": "^1.5.3",
"vite": "^6.0.5"
"vite": "^6.0.7"
},
"devDependencies": {
"@types/react": "^18.3.12",

View file

@ -36,7 +36,7 @@
},
"dependencies": {
"vite-plugin-solid": "^2.11.0",
"vite": "^6.0.5"
"vite": "^6.0.7"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -41,7 +41,7 @@
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"svelte2tsx": "^0.7.22",
"vite": "^6.0.5"
"vite": "^6.0.7"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -43,7 +43,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"tailwindcss": "^3.4.14",
"vite": "^6.0.5"
"vite": "^6.0.7"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0 || ^5.0.0",

View file

@ -45,7 +45,7 @@
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/compiler-sfc": "^3.5.12",
"vite": "^6.0.5",
"vite": "^6.0.7",
"vite-plugin-vue-devtools": "^7.6.7"
},
"devDependencies": {

View file

@ -59,7 +59,7 @@
"@types/mdast": "^4.0.4",
"@types/unist": "^3.0.3",
"astro-scripts": "workspace:*",
"esbuild": "^0.21.5",
"esbuild": "^0.24.2",
"mdast-util-mdx-expression": "^2.0.1"
},
"publishConfig": {

View file

@ -42,6 +42,6 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"typescript": "^5.6.3",
"vite": "^6.0.5"
"vite": "^6.0.7"
}
}

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@
"astro-scripts": "./index.js"
},
"dependencies": {
"esbuild": "^0.21.5",
"esbuild": "^0.24.2",
"esbuild-plugin-copy": "^2.1.1",
"fast-glob": "^3.3.2",
"kleur": "^4.1.5",