Skip to content

Commit 742a874

Browse files
committed
ci: block esbuild-wasm updates due to a regression
Version 0.27.4 caused a regression which breaks metadata file See: evanw/esbuild#4420
1 parent 65f39d0 commit 742a874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"baseBranchPatterns": ["main", "21.2.x"],
44
"extends": ["github>angular/dev-infra//renovate-presets/default.json5"],
5-
"ignoreDeps": ["esbuild"],
5+
"ignoreDeps": ["esbuild", "esbuild-wasm"],
66
"ignorePaths": ["tests/e2e/assets/**", "tests/schematics/update/packages/**"],
77
"packageRules": [
88
{

0 commit comments

Comments
 (0)