Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrades Bazel to
4.2.0
, rules_nodejs
and @bazel/*
packages to …
…`4.0.0`, and NodeJS to `12.22.5`. These are the latest Bazel and `rules_nodejs` versions, necessary to include some fixes/improvements for re-exporting `js_library()` and `ts_library()` targets, see #39 (comment). `rules_nodejs@4.0.0` actually updates NodeJS to `14.17.5`, however this breaks `@bazel/postcss@0.5.0` and there is no later release for it. There is actually a fix, but it hasn't been released. I filed bazelbuild/rules_postcss#73 to request a release, but for now I'm keeping NodeJS at `12.22.5`, which is the current latest release that does not include the v14 breaking change. Note that NodeJS v13 is already unsupported as it is not an LTS release. This is the most I can upgrade Bazel/`rules_nodejs` without breaking `@bazel/postcss`.
- Loading branch information