Open
Conversation
d17f291 to
c4d539c
Compare
c4d539c to
02bd135
Compare
81df8fb to
9334335
Compare
9334335 to
ce7f177
Compare
e006fa3 to
9b5a3ec
Compare
9b5a3ec to
263b2a4
Compare
5f81e07 to
9d5f253
Compare
9d5f253 to
4420612
Compare
4420612 to
980583a
Compare
980583a to
994bada
Compare
994bada to
2a3255c
Compare
2a3255c to
7d74831
Compare
7d74831 to
4e7be55
Compare
4e7be55 to
bfe4857
Compare
bfe4857 to
e19c3e2
Compare
82e0147 to
cc567e0
Compare
cc567e0 to
38648e3
Compare
38648e3 to
8ebe5b7
Compare
bf4c04f to
898486a
Compare
6191cb6 to
eee81c2
Compare
eee81c2 to
1c7769b
Compare
45dc4d8 to
18465dc
Compare
8f5157e to
34e3aea
Compare
34e3aea to
408b5c2
Compare
109e9ec to
96da483
Compare
ffbc628 to
ea72fd4
Compare
4add2d9 to
d0ac8f4
Compare
d0ac8f4 to
29aabdb
Compare
29aabdb to
68e12c3
Compare
68e12c3 to
ff9dcf3
Compare
ff9dcf3 to
0a1a218
Compare
0bb6470 to
b9c6301
Compare
86442dc to
bf955bc
Compare
bf955bc to
8c60e82
Compare
74af47c to
b9967ec
Compare
b9967ec to
083476f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.5.0→5.8.11.5.0→2.3.23.5.10→6.0.03.5.0→6.1.03.5.0→6.1.01.3.0→2.1.33.1.1→5.1.07.1.1→11.7.5Release Notes
bazelbuild/rules_nodejs (@bazel/jasmine)
v5.8.1Compare Source
Bug Fixes
Features
v5.7.3Compare Source
Bug Fixes
v5.7.2Compare Source
Bug Fixes
v5.7.1Compare Source
v5.7.0Compare Source
Bug Fixes
Features
v5.6.0Compare Source
Bug Fixes
Features
--workspaceDirflag (3a28a02)5.5.4 (2022-09-10)
Bug Fixes
ts_projectfail ifroot_dirused deep in source tree (#3535) (dccbb63)5.5.3 (2022-08-01)
Bug Fixes
tsicklehost (#3510) (78a0528)5.5.2 (2022-07-10)
Bug Fixes
--packageManagerflag work (#3498) (cd3db48)5.5.1 (2022-06-24)
Bug Fixes
v5.5.4Compare Source
Bug Fixes
ts_projectfail ifroot_dirused deep in source tree (#3535) (dccbb63)v5.5.3Compare Source
Bug Fixes
tsicklehost (#3510) (78a0528)v5.5.2Compare Source
Bug Fixes
--packageManagerflag work (#3498) (cd3db48)v5.5.1Compare Source
Bug Fixes
v5.5.0Compare Source
Bug Fixes
Features
5.4.2 (2022-04-29)
Bug Fixes
Features
5.4.1 (2022-04-25)
Bug Fixes
v5.4.2Compare Source
Bug Fixes
Features
v5.4.1Compare Source
Bug Fixes
v5.4.0Compare Source
Bug Fixes
Features
5.3.1 (2022-03-29)
Bug Fixes
v5.3.1Compare Source
Bug Fixes
v5.3.0Compare Source
Bug Fixes
yarn_installwith vendored yarn.cjsfile breaks (#3350) (4a025c0)Features
v5.2.0Compare Source
Bug Fixes
Features
v5.1.0Compare Source
Bug Fixes
Features
5.0.2 (2022-01-27)
Bug Fixes
5.0.1 (2022-01-24)
Bug Fixes
v5.0.2Compare Source
Bug Fixes
v5.0.1Compare Source
Bug Fixes
v5.0.0Compare Source
Bug Fixes
v4.6.2Compare Source
note, npm packages are tagged
ltsrather thanlatestWhat's Changed
New Contributors
Full Changelog: bazel-contrib/rules_nodejs@4.6.1...4.6.2
v4.6.1Compare Source
To upgrade,
and update
@bazel-scoped npm packages.What's Changed
Full Changelog: bazel-contrib/rules_nodejs@4.6.0...4.6.1
v4.6.0Compare Source
To update:
or for the core package
and update
@bazel-scoped npm packages.New Feature: faster TypeScript transpiles
We've added an attribute to
ts_projectcalledtranspilerwhich lets you swap out which program is used to generate the JavaScript outputs, while still usingtscfor type-checking. This pattern lets you decouple type-checking from your development loop, enabling an order of magnitude faster rebuilds, without having to create lots of boilerplate in your BUILD.bazel configs.As an example, we've been using SWC in some large codebases and saw ~20x speedup in transpilation time. Here's a tiny working example
See the documentation for the transpiler attribute for more info on this.
Thanks to our friends at EngFlow for sponsoring this work!
What's Changed
New Contributors
Full Changelog: bazel-contrib/rules_nodejs@4.5.1...4.6.0
v4.5.0Compare Source
Note: for several hours this release was published with wrong tar.gz artifacts. If your systems cached that artifact, and the SHA doesn't match, then please use 4.5.1 tar.gz artifacts instead. The npm packages are fine at 4.5.0. Sorry for mutating a release artifact!
Upgrade with:
and update
@bazel-scoped npm packages.For the new core package in
MODULE.bazel(bzlmod users):or for the new core package in
WORKSPACE:What's Changed
minifyshorthand attribute isfalseby @devversion in #31062b35b2dby @renovate-bot in #3095js_libraryby @devversion in #3108dc76ef7by @renovate-bot in #311486c54e5by @renovate-bot in #3116New Contributors
Full Changelog: bazel-contrib/rules_nodejs@4.4.6...4.5.0
v4.4.6Compare Source
Upgrade with:
and update
@bazel-scoped npm packages.For the core package:
What's Changed
61e2df8by @renovate-bot in #2900Full Changelog: bazel-contrib/rules_nodejs@4.4.5...4.4.6
v4.4.5Compare Source
To upgrade,
What's Changed
Full Changelog: bazel-contrib/rules_nodejs@4.4.4...4.4.5
v4.4.2Compare Source
Upgrade with
and update
@bazel-scoped npm packages.if using the new "core" package:
What's Changed
New Contributors
Full Changelog: bazel-contrib/rules_nodejs@4.4.1...4.4.2
v4.4.0Compare Source
Bug Fixes
Features
v4.3.0Compare Source
Bug Fi
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.