Skip to content

Releases: bazel-contrib/rules_nodejs

0.15.0

04 Oct 23:18
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Fine grained deps targets changed from @wksp//:pkg to @wksp//pkg and binary targets changed from @wksp//:pkg/name to @wksp//pkg/bin:name

0.14.0

21 Sep 19:04
Compare
Choose a tag to compare

Various bug fixes including Windows support for rollup.

BREAKING CHANGES:

  • If your nodejs_binary relies on variables from bazel build --define=foo=bar to be available as environment variables in the node process, you must now list those variable names in the configuration_env_vars attribute
  • The manual_build_file_contents attribute on yarn_install and npm_install is now appended to generated build file instead of replacing its contents
  • The prod_only attribute on yarn_install was removed since fine-grained npm deps gives more control

0.13.1

14 Sep 17:21
Compare
Choose a tag to compare

Minor bugfix to jasmine spec filtering.

See https://github.com/bazelbuild/rules_nodejs/wiki#migrating-to-rules_nodejs-013 for breaking changes in 0.13

fine-grained deps

14 Sep 17:20
Compare
Choose a tag to compare

0.2.3: Change node module load order

14 Nov 01:23
Compare
Choose a tag to compare
Try looking in the directory containing the label first, before the one in the working directory.
Needed for tsickle tests to use a different TypeScript version in one test, and probably generally useful.