Skip to content

Commit

Permalink
chore: bump esbuild to 0.25.0 (#19389)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored Feb 20, 2025
1 parent 021443c commit 73987f2
Show file tree
Hide file tree
Showing 3 changed files with 1,258 additions and 1,526 deletions.
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"postcss": "^8.5.2",
"rollup": "^4.30.1"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/js-sourcemap/__tests__/js-sourcemap.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe.runIf(isBuild)('build tests', () => {
const map = findAssetFile(/after-preload-dynamic-[-\w]{8}\.js\.map/)
expect(formatSourcemapForSnapshot(JSON.parse(map))).toMatchInlineSnapshot(`
{
"debugId": "c3dabf82-954a-4c41-ba03-767350e274b5",
"debugId": "b4f4ae40-1415-414c-8350-c7286c81a413",
"ignoreList": [],
"mappings": ";+8BAAA,OAAO,2BAAuB,0BAE9B,QAAQ,IAAI,uBAAuB",
"sources": [
Expand Down
Loading

0 comments on commit 73987f2

Please sign in to comment.