1.6.0 (2020-04-11)
- builtin: export version to npm/yarn install (011278e)
- jasmine: check pkg version to rules_nodejs (22bebbc)
- typescript: wire up use_angular_plugin attribute (520493d)
- builtin: always symlink node_modules at
execroot/my_wksp/node_modules
even when running in runfiles (#1805) (5c2f6c1) - builtin: don't allow symlinks to escape or enter bazel managed node_module folders (#1800) (4554ce7)
- builtin: fix for pkg_npm single directory artifact dep case (5a7c1a7)
- builtin: fix node patches lstat short-circuit logic (#1818) (b0627be)
- builtin: fix npm_version_check.js when running outside of bazel (#1802) (afabe89)
- builtin: look in the execroot for nodejs_binary source entry_points (#1816) (b84d65e), closes #1787 #1787
- builtin: preserve lone $ in templated_args for legacy support (#1772) (72c14d8)
- builtin: under runfiles linker should link node_modules folder at root of runfiles tree (13510ad)
- rollup: fix worker not picking up config file changes (a19eb2b), closes #1790
- typescript: don't mix worker mode and linker (55c6c4a), closes #1803 #1803
- typescript: include extended tsconfigs in _TsConfigInfo (cd8520d), closes #1754
- examples: add support for server side rendering with universal (c09ca89)
- examples: build and consume an Angular workspace library (#1633) (b459d6d)
- docs:
yarn_urls
should bestring_list
, notstring
(3357c08)
1.5.0 (2020-03-28)
- builtin: entry point of a .tsx file is .js (#1732) (24607ed), closes #1730
- builtin: fix for nodejs_binary entry point in bazel-out logic (#1739) (a6e29c2) (863c7de) closes #1606
- jasmine: user templated_args should be passed to jasmine after 3 internal templated_args (#1743) (baa68c1)
- typescript: fix ts_library to allow deps with module_name but no module_root attrs (#1738) (0b5ad2a)
- typescript: pass rootDir to ts_project tsc actions (#1748) (13caf8b)
- builtin: add LinkablePackageInfo to pkg_npm, js_library & ts_library (1023852)
- builtin: add support for predefined variables and custom variable to params_file (34b8cf4)
-
builtin: support
$(rootpath), $ (execpath), predefined & custom variables in templated_args (5358d56) - labs: introduce a new ts_proto_library with grpc support (8b43896)
- rollup: add worker support to rollup_bundle (66db579)
- typescript: add devmode_target, devmode_module, prodmode_target & prodmode_module attributes (#1687) (1a83a7f)
- typescript: add ts_project rule (#1710) (26f6698)
- docs: invalid link of examples (#1728) (7afaa48)
- docs: syntax error in example code (#1731) (51785e5)
- docs: invalid link in index (b47cc74)
1.4.1 (2020-03-06)
- builtin: Bazel build failing when project is not on the system drive on Windows (C:) (#1641) (d9cbb99f
- windows_utils: Escaping \ and " before passing args to bash scrip… (#1685) (f9be953d
1.4.0 (2020-03-02)
- builtin: don't include external files when pkg_npm is in root package (#1677) (8089999), closes #1499
- examples: change build target label to //src:prodapp (a7f07d1)
- examples: fix angular examples to use bazelisk (02e6462)
- ensure BAZEL_NODE_RUNFILES_HELPER & BAZEL_NODE_PATCH_REQUIRE are absolute (#1634) (25600ea)
- expand_variables helper should handle external labels (3af3a0d)
- logic error in expand_variables (#1631) (32c003f)
- yarn cache path should be a string (#1679) (a43809b)
- builtin: use posix paths in assembler (d635dca), closes #1635
- create: use latest typescript (a8ba18e), closes #1602
- examples: add fixes to angular architect (f6f40c3)
- remove empty arguments from launcher (#1650) (aa3cd6c)
- @bazel/jasmine: update dependencies to jasmine v3.5.0 (98fab93)
- docs: add authroing instructions (4dde728)
- docs: add header anchor links (2002046)
- docs: add vscode debugging section (78d308f)
- examples: add serve to angular architect (1569f4b)
- jasmine: configure XML reporter to capture detailed testlogs (8abd20d)
- rollup: add
args
attribute to rollup_bundle rule (#1681) (94c6182) - rollup: add silent attr to rollup_bundle to support --silent flag (#1680) (18e8001)
- typescript: use run_node helper to execute tsc (066a52c)
1.3.0 (2020-02-07)
- builtin: strip leading v prefix from stamp (#1591) (39bb821)
- angular example ts_scripts path in Windows (30d0f37), closes #1604
- html script injection is broken on windows (7f7a45b), closes #1604
- unset YARN_IGNORE_PATH before calling yarn in @nodejs targets (aee3003), closes #1588
- builtin: add environment attribute to yarn_install & npm_install (#1596) (87b2a64)
- builtin: expose
@npm//foo__all_files
filegroup that includes all files in the npm package (#1600) (8d77827) - examples: add protractor angular architect (#1594) (d420019)
1.2.4 (2020-01-31)
1.2.2 (2020-01-31)
- unset YARN_IGNORE_PATH in yarn_install before calling yarn (5a2af71)
- fixes bazel-contrib#1567 Recursively copy files from subdirectories into mirrored structure in the npm archive (c83b026)
- Replace grep with bash's regex operator (9fb080b)
1.2.1 (2020-01-30)
- allow "src" and "bin" module mappings to win over "runfiles" (110e00e)
- also link "runfiles" mappings from *_test rules (79bedc5)
- osx hide-bazel-files issue with fsevents (#1578) (64a31ab)
- yarn_install failure if yarn is a dependency (#1581) (f712377)
1.2.0 (2020-01-24)
- builtin: legacy module_mappings_runtime_aspect handles dep with module_name but no module_root (9ac0534)
- builtin: nodejs_binary collects module_mappings for linker (4419f95)
- builtin: set cwd before running yarn for yarn_install (#1569) (d7083ac)
- builtin: add configuration_env_vars to npm_package_bin (07d9f5d)
1.1.0 (2020-01-12)
- separate nodejs require patches from loader and —require them first (b10d230)
- karma: pass --node_options to karma (d48f237)
- protractor: pass --node_options to protractor (a3b39ab)
- builtin: add support for Predefined variables and Custom variable to npm_package_bin (34176e5)
- examples: add nestjs test (f448931)
- examples: add nodejs_binary cluster example (#1515) (f217519)
1.0.1 (2020-01-03)
- don't bake COMPILATION_MODE into launcher as exported environment var (8a931d8)
- builtin: make .pack and .publish targets work again (43716d3), closes #1493
- create: @bazel/create should verbose log based on VERBOSE_LOGS instead of COMPILATION_MODE (c1b97d6)
- builtin: allow patching require in bootstrap scripts (842dfb4)
1.0.0 (2019-12-20)
- builtin: bin folder was included in runfiles path for tests when link type was 'bin' (f938ab7)
- builtin: link module_name to directories recursively to avoid directory clashes (#1432) (0217724), closes #1411
- builtin: strip BOM when parsing package.json (#1453) (c65d9b7), closes #1448
- typescript: remove stray references to ts_auto_deps (#1449) (aacd924)
- pkg_npm attributes renames packages=>nested_packages & replacements=>substitutions (7e1b7df)
- remove
bootstrap
attribute & fix $(location) expansions in nodejs_binary templated_args (1860a6a) - remove templated_args_file from nodejs_binary & nodejs_test (799acb4)
- builtin: add
args
to yarn_install & npm_install (#1462) (d245d09) - builtin: remove legacy jasmine_node_test (6d731cf)
- builtin: renamed npm_package to pkg_npm to match naming convention (7df4109)
- pre-1.0 release breaking changes (cc64818)
- remove unused exclude_packages from npm_install & yarn_install (f50dea3)
templated_args_file
removed from nodejs_binary, nodejs_test & jasmine_node_test. This was a separation of concerns and complicated node.bzl more than necessary while also being rigid in how the params file is formatted. It is more flexible to expose this functionality as another simple rule named params_file.
To match standard
load("@build_bazel_rules_nodejs//:index.bzl", "params_file", "nodejs_binary")
params_file(
name = "params_file",
args = [
"--some_param",
"$(location //path/to/some:file)",
"--some_other_param",
"$(location //path/to/some/other:file)",
],
data = [
"//path/to/some:file",
"//path/to/some/other:file",
],
)
nodejs_binary(
name = "my_binary",
data = [":params_file"],
entry_point = ":my_binary.js",
templated_args = ["$(location :params_file)"],
)
- bootstrap attribute in nodejs_binary, nodejs_test & jasmine_node_test removed
This can be replaced with the --node_options=--require=$(location label)
argument such as,
nodejs_test(
name = "bootstrap_test",
templated_args = ["--node_options=--require=$(rlocation $(location :bootstrap.js))"],
entry_point = ":bootstrap.spec.js",
data = ["bootstrap.js"],
)
or
jasmine_node_test(
name = "bootstrap_test",
srcs = ["bootstrap.spec.js"],
templated_args = ["--node_options=--require=$(rlocation $(location :bootstrap.js))"],
data = ["bootstrap.js"],
)
templated_args
$(location)
and $(locations)
are now correctly expanded when there is no space before $(location
such as templated_args = ["--node_options=--require=$(rlocation $(location :bootstrap.js))"]
.
Path is returned in runfiles manifest path format such as repo/path/to/file
. This differs from how args
attribute of a *_binary or *_test which returns
the runfiles short path of the format ./path/to/file
for user repo and ../external_repo/path/to/file
for external
repositories. We may change this behavior in the future with
-
- pkg_npm attribute packages renamed to nested_packages
- pkg_npm attribute replacements renamed to substitutions
- builtin: legacy @build_bazel_rules_nodejs//internal/jasmine_node_test removed; use jasmine_node_test from @bazel/jasmine npm package instead
- builtin:
args
in yarn_install and npm_install can be used to pass arbitrary arguments so we removed the following attributes: - prod_only from yarn_install and npm_install; should be replaced by args = ["--prod"] and args = ["--production"] respectively
- frozen_lockfile from yarn_install; should be replaced by args = ["--frozen-lockfile"]
- network_timeout from yanr_install; should be replaced by args = ["--network_timeout", ""]
- builtin:
npm_package
renamed topkg_npm
. This is to match the naming convention for package rules https://docs.bazel.build/versions/master/be/pkg.html. - Users must now switch to loading from index.bzl
- Removed unused exclude_packages from npm_install & yarn_install
- //:declaration_provider.bzl deleted; load from //:providers.bzl instead //internal/common:npm_pacakge_info.bzl removed; load from //:providers.bzl instead transitive_js_ecma_script_module_info macro removed; use js_ecma_script_module_info instead @npm_bazel_karma//:browser_repositories.bzl removed; use @io_bazel_rules_webtesting//web/versioned:browsers-0.3.2.bzl instead @npm_bazel_protractor//:browser_repositories.bzl removed; use @io_bazel_rules_webtesting//web/versioned:browsers-0.3.2.bzl instead ts_web_test & ts_web_test_suite marcos removed; use karma_web_test & karma_web_test_suite instead
0.42.3 (2019-12-10)
To upgrade:
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "a54b2511d6dae42c1f7cdaeb08144ee2808193a088004fc3b464a04583d5aa2e",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.42.3/rules_nodejs-0.42.3.tar.gz"],
)
and run yarn upgrade --scope @bazel
to update all your @bazel
-scoped npm packages to the latest versions.
(or manually do the npm equivalent - they don't have a way to update a scope)
- builtin: handle scoped packages in generated npm_umd_bundle targets (#1425) (e9e2e8e), closes #1095
- builtin: only stamp artifacts when --stamp is passed to bazel (#1441) (cbaab60)
- docs default values are now documented for rule attributes
0.42.2 (2019-12-04)
- builtin: additional_root_paths in pkg_web should also include paths in genfiles and bin dirs (#1402) (9ce8c85)
- typescript: fix for cross platform ts_devserver issue #1409 (#1413) (172caff), closes #1415
- support realpath.native and fix crash in mkdirp (b9282b9)
0.42.1 (2019-11-27)
To upgrade:
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "c612d6b76eaa17540e8b8c806e02701ed38891460f9ba3303f4424615437887a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.42.1/rules_nodejs-0.42.1.tar.gz"],
)
and run yarn upgrade --scope @bazel
to update all your @bazel
-scoped npm packages to the latest versions.
(or manually do the npm equivalent - they don't have a way to update a scope)
In 0.41.0 we noted that a feature for inserting <script>
and <link>
tags was dropped from ts_devserver
and pkg_web
but the replacement wasn't available. Now it is thanks to @jbedard who published a standalone npm package html-insert-assets
. You can see how it's wired in the examples.
If you waited to upgrade before, now you should.
- @npm//foobar:foobar__files target no longer includes nested node_modules (#1390) (a13f2b6)
- allow files in protractor data attribute (3feb13c)
- builtin: $(RULEDIR) npm_package_bin expansion should always be the root output directory (b494974)
- builtin: locations arg of npm_package_bin should result in separate argv (242379f)
- builtin: use correct genrule-style make vars (77039b1)
- examples: kotlin example server working (adf6934)
-
builtin: We fixed
npm_package_bin
and all rules generated by it, to match genrule behavior as documented at https://docs.bazel.build/versions/master/be/make-variables.html#predefined_genrule_variables This means that usage of the$@
shortcut to refer to the output directory should now be$(@D)
whenoutput_dir=True
and you can now use$@
to refer to the location of a single output
0.41.0 (2019-11-22)
To upgrade:
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "8dc1466f8563f3aa4ac7ab7aa3c96651eb7764108219f40b2d1c918e1a81c601",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.41.0/rules_nodejs-0.41.0.tar.gz"],
)
and run yarn upgrade --scope @bazel
to update all your @bazel
-scoped npm packages to the latest versions.
(or manually do the npm equivalent - they don't have a way to update a scope)
As mentioned before, we are close to a 1.0 release, so we are making all our breaking changes now to prepare for a period of stability. Sorry for the long list this time!
web_package
rule has been renamed topkg_web
and is now a public API
Update your load statements from
load("@build_bazel_rules_nodejs//internal/web_package:web_package.bzl", "web_package")
to
load("@build_bazel_rules_nodejs//:index.bzl", "pkg_web")
ts_devserver
andpkg_web
(previouslyweb_package
) no longer have anindex_html
attribute.
They expect an index.html file to be among the assets, and to already have the script and link tags needed for the app to work.
The feature where those tags were injected into the html dynamically has been moved to its own rule, inject_html.
We are in a transition state where the inject_html
rule is not published, because we want this to be a plain npm package and not Bazel-specific. We will publish this functionality soon. If you depend on it, you may want to delay this upgrade.
-
internal/rollup_bundle rule is removed. see https://github.com/bazelbuild/rules_nodejs/wiki for migration instructions
-
Removed the expand_location_into_runfiles helper from //internal:node.bzl Load it from //internal/common:expand_into_runfiles instead
-
npm karma deps for karma_web_test and karma_web_suite are now peer deps so that the versions used can be chosen by the user.
This PR also removes the built-in @io_bazel_rules_webtesting//browsers/sauce:chrome-win10
saucelabs support. It is not very useful as it only tests a single browser and it difficult to use. In the angular repo, saucelabs support was implemented with a custom karma config using karma_web_test. This is the recommended approach.
-
--define=DEBUG=1
is no longer functional to request debugging outputs. Use-c dbg
instead (this matches Bazel's behavior for C++). -
We renamed some of the generated targets in the
@nodejs//
workspace:
bazel run @nodejs//:npm
is replaced with bazel run @nodejs//:npm_node_repositories
and bazel run @nodejs//:yarn
is replaced with bazel run @nodejs//:yarn_node_repositories
. @nodejs//:yarn
and @nodejs//:npm
now run yarn & npm in the current working directory instead of on all of the package.json
files in node_repositories()
.
@nodejs//:bin/node
& @nodejs//:bin/node.cmd
(on Windows) are no longer valid targets. Use @nodejs//:node
instead on all platforms. You can still call the old targets in their platform specific node repositories such as @nodejs_darwin_amd64//:bin/node
.
@nodejs//:bin/yarn
& @nodejs//:bin/yarn.cmd
(on Windows) are no longer valid targets. Use @nodejs//:yarn
instead on all platforms. You can still call the old targets in their platform specific node repositories such as @nodejs_darwin_amd64//:bin/yarn
.
@nodejs//:bin/npm
& @nodejs//:bin/npm.cmd
(on Windows) are no longer valid targets. Use @nodejs//:npm
instead on all platforms. You can still call the old targets in their platform specific node repositories such as @nodejs_darwin_amd64//:bin/npm
.
- builtin: allow .tsx entry_point in node binary/test (313d484), closes #1351
- terser: call terser binary instead of uglifyjs (#1360) (a100420)
- terser: remove ngDevMode & ngI18nClosureMode global_defs from default terser config (98c8dbc)
- move injector feature to own rule (be06d23)
- node-patches\filesystem patcher. (#1332) (0b2f675)
- support --compilation_mode flag (9fa4343)
- builtin: rename @nodejs//:npm and @nodejs//:yarn to @nodejs//:[yarn/npm]_node_repositories (#1369) (01079a3)
- karma: npm peer deps & remove @rules_webtesting//browsers/sauce:chrome-win10 support (318bbf3)
- protractor: protractor npm package is now a peer deps (#1352) (5db7c8e)
0.40.0 (2019-11-13)
- fix nodejs_binary cross-platform RBE issue #1305 (38d0b3d)
- prevent dpulicate entries in owners files for global owners (afea290)
- karma: remove ts_web_test and ts_web_test_suite rules (8384562)
- terser: add
args
attribute to support additional command line arguments (563bad7)
0.39.1 (2019-10-29)
- fix for bazel-contrib#1307 (7163571)
- karma: load scripts in strict mode (5498f93), closes #922
- examples: demonstrate using Webpack to build and serve a React app (c5d0909)
0.39.0 (2019-10-23)
- bundle names in angular examples (b4f01e2)
- builtin: allow more than 2 segments in linker module names (7e98089)
- webpack should be a peerDep of @bazel/labs (312aa4d)
- builtin: turn off a strict requirement for peer dependencies (#1163) (bd2f108)
- examples: add Jest example (#1274) (f864462), closes /github.com/ecosia/bazel_rules_nodejs_contrib/issues/4#issuecomment-475291612
- The dynamic_deps attribute of yarn_install and npm_install is removed, in favor of declaring needed packages in the deps/data of the rule that invokes the tool.
0.38.3 (2019-10-11)
- examples: angular view engine example (#1252) (c10272a)
- terser: support .map files in directory inputs (#1250) (dfefc11)
0.38.2 (2019-10-09)
- clean_nested_workspaces.sh (acaa5fb)
- rollup: handle transitive npm deps in rollup_bundle (77289e0)
- dont generate build files in symlinked node_modules (#1111) (2e7de34), closes #871
- linker can't assume that transitive module_mappings are in the sandbox (a67a844)
- examples: add closure compiler example (79b0927)
- document the escape hatch from ts_library (#1247) (baa9aa8)
- examples: illustrate how to run a mocha test (#1216) (5485a8a)
- examples: update examples/angular to new rollup_bundle (#1238) (54f5d8c)
- terser: add source map links (32eb7ca)
- typescript: add a transitive_js_ecma_script_module_info alias to js_ecma_script_module_info (#1243) (77e2d4a)
- typescript: add direct_sources field to JSEcmaScriptModuleInfo (1ee00e6)
- typescript: add JSNamedModuleInfo provider to ts_library outputs (#1215) (bb1f9b4)
0.38.1 (2019-10-03)
- builtin: bugs in 0.38 found while rolling out to angular repo (d2262c8)
- README: update "sections below" reference (#1210) (a59203c)
- invalidate installed npm repositories correctly (#1200) (#1205) (0312800)
- docs: fix typo in TypeScript.md (#1211) (893f61e)
- pin @bazel/karma karma dep to ~4.1.0 as 4.2.0 breaks stack traces in karma output (4e86283)
- examples: updated to angular 8.2.8 in examples/angular (#1226) (697bd22)
- examples: upgrade to v9 and enable ivy (#1227) (1c7426f)
0.38.0 (2019-09-26)
- builtin: linker test should run program as an action (#1113) (7f0102e)
- add golden file (9a02ee0)
- add missing async test fixes (12f711a)
- builtin: support for scoped modules in linker (#1199) (94abf68)
- protractor: update rules_webtesting patch to include additional windows fixes (#1140) (f76e97b)
- rollup: npm requires an index.js file (2ababdf)
- builtin: detect APF node module format if ANGULAR_PACKAGE file found (#1112) (162e436)
- builtin: expose the new linker to node programs (65d8a36)
- builtin: introduce npm_package_bin (#1139) (2fd80cf)
- builtin: linker should resolve workspace-absolute paths (307a796)
- builtin: npm_package_bin can produce directory output (#1164) (6d8c625)
- examples: demonstrate that a macro assembles a workflow (7231aaa)
- examples: replace examples/webapp with new rollup_bundle (c6cd91c)
- examples: the Angular example now lives in rules_nodejs (9072ddb)
- rollup: ensure that sourcemaps work end-to-end (f340589)
- rollup: new implementation of rollup_bundle in @bazel/rollup package (3873715), closes #532 #724
- rollup: support multiple entry points (f660d39)
- rollup: tests and docs for new rollup_bundle (cfef773)
- terser: support directory inputs (21b5142)
- add angular example (#1124) (c376355)
- terser: support source map files (#1195) (d5bac48)
- typescript: add JSEcmaScriptModuleInfo provider to ts_library outputs (1433eb9)
- @bazel/typescript and @bazel/karma no longer have a defs.bzl file. Use index.bzl instead.
The @yarn workspace is no longer created. Use @nodejs//:yarn instead.
- history_server and http_server rules are no longer built-in.
To use them, first install the http-server and/or history-server packages Then load("@npm//http-server:index.bzl", "http_server") (or replace with history-server, noting that the rule has underscore where the package has hyphen)
0.37.1 (2019-09-16)
- protractor: update rules_webtesting patch to include additional windows fixes (#1140) (f76e97b)
- rollup: npm requires an index.js file (2ababdf)
- add golden file (9a02ee0)
- add missing async test fixes (12f711a)
- builtin: linker test should run program as an action (#1113) (7f0102e)
- examples: the Angular example now lives in rules_nodejs (9072ddb)
- add angular example (#1124) (c376355)
- builtin: detect APF node module format if ANGULAR_PACKAGE file found (#1112) (162e436)
- builtin: expose the new linker to node programs (65d8a36)
- rollup: new implementation of rollup_bundle in @bazel/rollup package (3873715), closes #532 #724
- rollup: support multiple entry points (f660d39)
- rollup: tests and docs for new rollup_bundle (cfef773)
- terser: support directory inputs (21b5142)
0.37.0 (2019-09-06)
- builtin: --nolegacy_external_runfiles on build (38814aa)
- builtin: fix localWorkspacePath logic (0a7fb01), closes #1087
- npm_install: dynamic_deps attribute not working for scoped packages (bf68577)
- node executables not running on windows if bash toolchain path (#1104) (c82b43d)
- node_loader windows fix for RUNFILES_MANIFEST_FILE slashes (d3886ce)
- add default DEBUG and VERBOSE_LOGS configuration_env_vars to nodejs_binary (#1080) (df37fca)
- builtin: add Kotlin example (0912014)
- builtin: introduce a linker (62037c9)
- A compatibility layer was removed. See discussion in bazel-contrib#1086
0.36.2 (2019-08-30)
- account for breaking path change in new chromedriver distro (d8a0ccb), closes /github.com/bazelbuild/rules_webtesting/commit/62062b4bd111acc8598bfc816e87cda012bdaae6#diff-bb710201187c4ad0a3fbbe941ffc4b0
- patching rules_webtesting to fix chrome path (97933d8)
- builtin: reformat the error message for Node loader.js (67bca8f), closes /github.com/nodejs/node/blob/a49b20d3245dd2a4d890e28582f3c013c07c3136/lib/internal/modules/cjs/loader.js#L264
- karma: error messages truncated due to custom formatter (f871be6)
- typescript: add peerDependency on typescript (48c5088)
- builtin: add a DeclarationInfo provider (3d7eb13)
- add templated_args_file to allow long agrs to be written to a file (b34d7bb)
- builtin: support yarn --frozen_lockfile (426861f)
- terser: introduce @bazel/terser package (232acfe)
0.36.1 (2019-08-20)
- builtin: add browser to rollup mainFields (e488cb6)
- builtin: introduce dynamic dependencies concept (a47410e)
- less: add less link to the docs's drawer (ec6e0d1)
- less: new less package (462f6e9)
- less: updated default compiler to @bazel/less as mentioned in code review (fd71f26)
- less: updated package.json in e2e/less to pull latest (6027aa3)
0.36.0 (2019-08-15)
- jasmine: correct comment about behavior of config_file attr (59a7239)
- fix yarn_install yarn cache mutex bug (31aa1a6)
- get rules_go dependency from build_bazel_rules_typescript (ea6ee0b)
- npm_package issue with external files on windows (8679b9e)
- sconfig deps sandbox bug (161693c)
- jasmine: introduce config_file attribute (b0b2648)
- jasmine_node_test: add attr
jasmine_config
(715ffc6) - worker: new worker package (9e26856)
- add browser module main priority to generated umd bundles (17cfac9)
0.35.0 (2019-08-02)
- jasmine: enforce that jasmine_node_test is loaded from new location (7708858), closes #838
- fencing for npm packages (#946) (780dfb4)
- builtin: do code splitting even if only one entry point (f51c129)
- stylus: add initial stylus rule (804a788)
- stylus: output sourcemap (dac014a)
- stylus: support import by allowing files in deps (3987070)
- jasmine: You can no longer get jasmine_node_test from @build_bazel_rules_nodejs.
- Use
load("@npm_bazel_jasmine//:index.bzl", "jasmine_node_test")
instead - You need to remove
@npm//jasmine
from the deps of the jasmine_node_test - If you use user-managed dependencies, see the commit for examples of the change needed
Also makes the repo bazel-lint-clean, so running yarn bazel:lint-fix no longer makes edits.
0.34.0 (2019-07-23)
- builtin: process/browser should resolve from browserify (a98eda7)
- fix for node windows cross-compile (001d945), closes #909
- node runfiles resolution from external workspaces (82500de)
- protractor: add protractor rule (35a344c)
0.33.1 (2019-07-12)
- builtin: include package.json files in browserify inputs (13c09e6)
0.33.0 (2019-07-12)
- builtin: update to latest ncc (c1e3f4d), closes #771
- builtin: use a local mod to revert a browserify change (253e9cb)
- builtin: add nodejs toolchain support (9afb8db)
0.32.2 (2019-06-21)
- builtin: add test case for @bazel/hide-bazel-files bug (2a63ed6)
- builtin: always hide bazel files in yarn_install & npm install--- (0104be7)
0.32.1 (2019-06-19)
- typescript: exclude typescript lib declarations in (3d55b41)
- typescript: remove override of @bazel/tsetse (2e128ce)
0.32.0 (2019-06-18)
- builtin: add @bazel/hide-bazel-files utility (e7d2fbd)
- builtin: fix for issue 834 (#847) (c0fe512)
- builtin: fix for symlinked node_modules issue #802 (43cebe7)
- create: run ts_setup_workspace in TypeScript workspaces (c8e61c5)
- typescript: fix issue with types[] in non-sandboxed tsc (08b231a)
- typescript: include transitive_declarations (bbcfcdd)