build: update rules_nodejs and clean up bazel warnings (#30370)
Preserve compatibility with rollup_bundle rule. Add missing npm dependencies, which are now enforced by the strict_deps plugin in tsc_wrapped PR Close #30370
This commit is contained in:

committed by
Alex Rickabaugh

parent
3fecab64b1
commit
06efc340b6
@ -50,8 +50,8 @@ function addDevDependenciesToPackageJson(options: Schema) {
|
||||
'@angular/bazel': angularCoreVersion,
|
||||
'@bazel/bazel': '^0.26.0-rc.5',
|
||||
'@bazel/ibazel': '^0.10.2',
|
||||
'@bazel/karma': '0.27.12',
|
||||
'@bazel/typescript': '0.27.12',
|
||||
'@bazel/karma': '0.29.0',
|
||||
'@bazel/typescript': '0.29.0',
|
||||
};
|
||||
|
||||
const recorder = host.beginUpdate(packageJson);
|
||||
|
Reference in New Issue
Block a user