Skip to content

dependency: update dependency esbuild to ^0.25.0 [security] #32231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 30 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
d123496
fix(deps): update dependency esbuild to ^0.25.0 [security]
renovate[bot] Aug 18, 2025
711c00e
empty commit
jennifer-shehane Aug 18, 2025
6e696ea
bumping esbuild in system-tests
jennifer-shehane Aug 18, 2025
bd192af
bump to higher version
jennifer-shehane Aug 18, 2025
52f7a12
index on renovate/npm-esbuild-vulnerability: bd192afbf9 bump to highe…
Aug 18, 2025
5165885
WIP on renovate/npm-esbuild-vulnerability: bd192afbf9 bump to higher …
Aug 18, 2025
a50a360
index on renovate/npm-esbuild-vulnerability: bd192afbf9 bump to highe…
Aug 18, 2025
e1f5a46
WIP on renovate/npm-esbuild-vulnerability: bd192afbf9 bump to higher …
Aug 18, 2025
adfe553
Merge commit 'stash' into renovate/npm-esbuild-vulnerability
Aug 18, 2025
0d529b4
index on renovate/npm-esbuild-vulnerability: bd192afbf9 bump to highe…
Aug 18, 2025
9c96838
WIP on renovate/npm-esbuild-vulnerability: bd192afbf9 bump to higher …
Aug 18, 2025
120a13e
Merge commit 'stash' into renovate/npm-esbuild-vulnerability
Aug 18, 2025
8a8a013
Merge branch 'develop' into renovate/npm-esbuild-vulnerability
jennifer-shehane Aug 20, 2025
d58d12e
bump to 0.25.2
jennifer-shehane Aug 20, 2025
60430d8
Merge branch 'renovate/npm-esbuild-vulnerability' of https://github.c…
jennifer-shehane Aug 20, 2025
20b9d37
update due to esbuild metadata output additions
ryanthemanuel Aug 21, 2025
2e26c2c
index on renovate/npm-esbuild-vulnerability: 20b9d374d7 update due to…
Aug 21, 2025
885b3d6
WIP on renovate/npm-esbuild-vulnerability: 20b9d374d7 update due to e…
Aug 21, 2025
f87b917
index on renovate/npm-esbuild-vulnerability: 20b9d374d7 update due to…
Aug 21, 2025
9477c60
WIP on renovate/npm-esbuild-vulnerability: 20b9d374d7 update due to e…
Aug 21, 2025
cd6b559
Merge commit 'stash' into renovate/npm-esbuild-vulnerability
Aug 21, 2025
244858a
index on renovate/npm-esbuild-vulnerability: 20b9d374d7 update due to…
Aug 21, 2025
ff95dce
WIP on renovate/npm-esbuild-vulnerability: 20b9d374d7 update due to e…
Aug 21, 2025
1b2cd24
Merge commit 'stash' into renovate/npm-esbuild-vulnerability
Aug 21, 2025
58d76ff
Merge branch 'develop' into renovate/npm-esbuild-vulnerability
ryanthemanuel Aug 21, 2025
8869b1b
fix binary-cleanup
ryanthemanuel Aug 21, 2025
0450e23
Fix tslib module paths in binary-cleanup.js
ryanthemanuel Aug 21, 2025
71b1115
Update tslib import paths in binary-cleanup.js
ryanthemanuel Aug 21, 2025
44e09d5
Remove tslib ES6 module references
ryanthemanuel Aug 21, 2025
0be757b
Merge branch 'develop' into renovate/npm-esbuild-vulnerability
ryanthemanuel Aug 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/packherd-require/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@packages/ts": "0.0.0-development",
"esbuild": "^0.15.3",
"esbuild": "^0.25.2",
"mocha": "7.0.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"chai-uuid": "1.0.6",
"chrome-har-capturer": "0.14.2",
"devtools-protocol": "0.0.1459876",
"esbuild": "^0.15.3",
"esbuild": "^0.25.2",
"eventsource": "2.0.2",
"https-proxy-agent": "3.0.1",
"mocha": "7.1.0",
Expand Down
1 change: 1 addition & 0 deletions scripts/binary/binary-cleanup.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const getDependencyPathsToKeep = async (buildAppDir) => {
// needed in the server entry point
'node_modules/tsx/dist/cjs/index.cjs',
'node_modules/tsx/dist/loader.mjs',
'node_modules/tslib/tslib.js',
// esbuild is also a runtime dependency with tsx
'node_modules/esbuild/lib/main.js',
'node_modules/find-up/index.js',
Expand Down
2 changes: 1 addition & 1 deletion system-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"debug": "^4.3.4",
"dedent": "^0.7.0",
"dockerode": "3.3.1",
"esbuild": "^0.15.3",
"esbuild": "^0.25.2",
"execa": "4.1.0",
"express": "4.21.0",
"express-session": "1.16.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"esbuild": "0.24.0",
"esbuild": "0.25.2",
"typescript": "5.6.3"
},
"type": "module",
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"esbuild": "0.24.0",
"esbuild": "0.25.2",
"find-up": "^7.0.0"
},
"type": "module"
Expand Down
302 changes: 154 additions & 148 deletions system-tests/projects/config-with-ts-module-error/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion system-tests/projects/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"css-loader": "^7.1.2",
"esbuild": "^0.24.0",
"esbuild": "^0.25.2",
"mini-css-extract-plugin": "^2.9.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
306 changes: 159 additions & 147 deletions system-tests/projects/protocol/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tooling/packherd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"debug": "^4.3.4",
"esbuild": "^0.15.3"
"esbuild": "^0.25.2"
},
"devDependencies": {
"@packages/ts": "0.0.0-development",
Expand Down
2 changes: 2 additions & 0 deletions tooling/packherd/test/packherd.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ describe('Packherd', () => {
expect(meta.inputs[pathRelativeToCwd(projectBaseDir, 'entry.js')].imports).to.deep.equal([
{
kind: 'require-call',
original: './node_modules/isobject/index.cjs.js',
path: pathRelativeToCwd(projectBaseDir, 'node_modules', 'isobject', 'index.cjs.js'),
},
{
kind: 'require-call',
original: './node_modules/tmpfile/index.js',
path: pathRelativeToCwd(projectBaseDir, 'node_modules', 'tmpfile', 'index.js'),
},
])
Expand Down
396 changes: 135 additions & 261 deletions yarn.lock

Large diffs are not rendered by default.

Loading