Skip to content

Commit ce7f298

Browse files
chore(deps-dev): bump esbuild (#796)
Bumps the dev-dependencies group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.24.2 to 0.25.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](evanw/esbuild@v0.24.2...v0.25.0) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef064ed commit ce7f298

File tree

4 files changed

+268
-10
lines changed

4 files changed

+268
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@rspack/cli": "^1.2.2",
1818
"@rspack/core": "^1.2.2",
1919
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
20-
"esbuild": "^0.24.2",
20+
"esbuild": "^0.25.0",
2121
"happy-dom": "^17.0.3",
2222
"publint": "^0.3.2",
2323
"typescript": "^5.7.3",

packages/create-anywidget/__tests__/__snapshots__/index.test.js.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ src/ipyfoo/static
13081308
"react-dom": "^19.0.0"
13091309
},
13101310
"devDependencies": {
1311-
"esbuild": "^0.24.2"
1311+
"esbuild": "^0.25.0"
13121312
}
13131313
}",
13141314
"path": "package.json",
@@ -1542,7 +1542,7 @@ src/ipyfoo/static
15421542
"@types/react": "^19.0.8",
15431543
"@types/react-dom": "^19.0.3",
15441544
"typescript": "^5.7.3",
1545-
"esbuild": "^0.24.2"
1545+
"esbuild": "^0.25.0"
15461546
}
15471547
}",
15481548
"path": "package.json",
@@ -1796,7 +1796,7 @@ src/ipyfoo/static
17961796
},
17971797
"dependencies": {},
17981798
"devDependencies": {
1799-
"esbuild": "^0.24.2"
1799+
"esbuild": "^0.25.0"
18001800
}
18011801
}",
18021802
"path": "package.json",
@@ -2240,7 +2240,7 @@ src/ipyfoo/static
22402240
"devDependencies": {
22412241
"@anywidget/types": "0.2.0",
22422242
"typescript": "^5.7.3",
2243-
"esbuild": "^0.24.2"
2243+
"esbuild": "^0.25.0"
22442244
}
22452245
}",
22462246
"path": "package.json",

packages/create-anywidget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/node": "^22.13.0",
3131
"@types/react": "^19.0.8",
3232
"@types/react-dom": "^19.0.3",
33-
"esbuild": "^0.24.2",
33+
"esbuild": "^0.25.0",
3434
"react": "^19.0.0",
3535
"react-dom": "^19.0.0",
3636
"typescript": "^5.7.3"

0 commit comments

Comments
 (0)