[NEUTRAL] Update dependency @bazel/terser to v4.6.2 #58
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:
4.4.2
->4.6.2
Release Notes
bazelbuild/rules_nodejs (@bazel/terser)
v4.6.2
Compare Source
note, npm packages are tagged
lts
rather thanlatest
What's Changed
New Contributors
Full Changelog: bazel-contrib/rules_nodejs@4.6.1...4.6.2
v4.6.1
Compare 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.0
Compare 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_project
calledtranspiler
which lets you swap out which program is used to generate the JavaScript outputs, while still usingtsc
for 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.0
Compare 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
minify
shorthand attribute isfalse
by @devversion in https://github.com/bazelbuild/rules_nodejs/pull/31062b35b2d
by @renovate-bot in https://github.com/bazelbuild/rules_nodejs/pull/3095js_library
by @devversion in https://github.com/bazelbuild/rules_nodejs/pull/3108dc76ef7
by @renovate-bot in https://github.com/bazelbuild/rules_nodejs/pull/311486c54e5
by @renovate-bot in https://github.com/bazelbuild/rules_nodejs/pull/3116New Contributors
Full Changelog: bazel-contrib/rules_nodejs@4.4.6...4.5.0
v4.4.6
Compare Source
Upgrade with:
and update
@bazel
-scoped npm packages.For the core package:
What's Changed
61e2df8
by @renovate-bot in https://github.com/bazelbuild/rules_nodejs/pull/2900Full Changelog: bazel-contrib/rules_nodejs@4.4.5...4.4.6
v4.4.5
Compare Source
To upgrade,
What's Changed
Full Changelog: bazel-contrib/rules_nodejs@4.4.4...4.4.5
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
disabled