Update rules nodejs #21928
Update rules nodejs #21928
Conversation
LGTM once Jeremy's comments have been addressed. |
5c84d21
to
fee339e
b64d8f4
to
7d0b9eb
LGTM |
@@ -3,12 +3,12 @@ | |||
* want to launch any browser and just enable manual browser debugging. | |||
*/ | |||
|
|||
const bazelKarma = require('@bazel/karma'); | |||
const bazelKarma = require('@bazel/concatjs'); |
jelbourn
Feb 17, 2021
Member
I find it really strange that they changed these rules to live under a package named for the bundler
josephperrott
Feb 17, 2021
Author
Member
Yeah, my guess is that its about consolidation overall: https://github.com/bazelbuild/rules_nodejs/wiki#introducing-bazelconcatjs
Still LGTM with a couple of nits. |
e2faea4
to
5addaed
4623415
to
54834e2
Update to use rules_nodejs@3.1.0 and update correseponding build rule usages and references
Loading the dev-infra rules via the @npm// workspace as the private @npm_dev_infra_private repo is no longer published.
… type Update JSON.parse usages to be better typed rather than resulting in an any type.
… as a type Update JSON.parse usages to be better typed rather than resulting in an any type.
54834e2
to
6676d3e
496867d
into
angular:master
@@ -0,0 +1 @@ | |||
12.14.1 |
Splaktar
Mar 11, 2021
Member
Is there any reason this can't just be 12
? As is, it won't let me commit when I'm using NodeJS 12.21.0
.
josephperrott
Mar 11, 2021
Author
Member
The intention is that by using the exact same version here and on CI, there are not any unexpected differences between our usages.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
See individual commits.