Skip to content
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

📦 Update dependency esbuild to v0.11.23 #34407

Merged
merged 2 commits into from
May 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 0 additions & 4 deletions build-system/tasks/runtime-test/runtime-test-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,6 @@ class RuntimeTestConfig {
},
plugins: [importPathPlugin, babelPlugin],
sourcemap: 'inline',
// TODO(rsimha): Remove this workaround once evanw/esbuild#1202 is fixed.
banner: {
js: "function require(x) { throw new Error('Cannot require ' + x) }",
},
};
}

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"del": "6.0.0",
"enzyme": "3.11.0",
"enzyme-adapter-preact-pure": "3.1.0",
"esbuild": "0.11.21",
"esbuild": "0.11.23",
"escodegen": "2.0.0",
"eslint": "7.26.0",
"eslint-config-prettier": "8.3.0",
Expand Down