Skip to content

Commit aba23e7

Browse files
committed
ci: configure Renovate to ignore quicktype-core
This is needed as currently this breaks lock file maintenance Renovate PR #20107 due to quicktype-core has an unspecified dependency on lodash. ``` bazel-out/host/bin/tools/quicktype_runner.sh packages/angular_devkit/build_angular/src/app-shell/schema.json bazel-out/k8-fastbuild/bin/packages/angular_devkit/build_angular/src/app-shell/schema.ts) Execution platform: //tools:rbe_ubuntu1604-angular Error: Cannot find module 'lodash'. Please verify that the package.json has a valid "main" entry at Function.module.constructor._resolveFilename (/b/f/w/bazel-out/host/bin/tools/quicktype_runner.sh.runfiles/angular_cli/tools/quicktype_runner_require_patch.js:480:17) at Function.Module._load (internal/modules/cjs/loader.js:667:27) at Module.require (internal/modules/cjs/loader.js:887:19) at require (internal/modules/cjs/helpers.js:74:18) at Object.<anonymous> (/b/f/w/bazel-out/host/bin/tools/quicktype_runner.sh.runfiles/npm/node_modules/quicktype-core/dist/language/Dart.js:14:18) at Module._compile (internal/modules/cjs/loader.js:999:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) at Module.load (internal/modules/cjs/loader.js:863:32) at Function.Module._load (internal/modules/cjs/loader.js:708:14) at Module.require (internal/modules/cjs/loader.js:887:19) INFO: Elapsed time: 81.607s, Critical Path: 8.94s
1 parent 2d59871 commit aba23e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"master"
2323
],
2424
"ignoreDeps": [
25-
"@types/node"
25+
"@types/node",
26+
"quicktype-core"
2627
],
2728
"packageFiles": [
2829
"WORKSPACE",

0 commit comments

Comments
 (0)