This repository was archived by the owner on Nov 21, 2025. It is now read-only.
build: update bazel dependencies (major) - autoclosed #2184
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:
v0.3.1->v2.0.0v1.33.2->v2.5.0v1.4.5->v3.7.0Release Notes
aspect-build/rules_jasmine (aspect_rules_jasmine)
v2.0.0Compare Source
Using Bzlmod with Bazel 6 or later:
Add to your
MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazelfile:What's Changed
Full Changelog: aspect-build/rules_jasmine@v1.2.0...v2.0.0
v1.2.0Compare Source
Using Bzlmod with Bazel 6 or later:
Add to your
MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazelfile:What's Changed
New Contributors
Full Changelog: aspect-build/rules_jasmine@v1.1.0...v1.2.0
v1.1.1Compare Source
WORKSPACE snippet:
What's Changed
Full Changelog: aspect-build/rules_jasmine@v1.0.0...v1.1.1
v1.0.0Compare Source
WORKSPACE snippet:
What's Changed
Full Changelog: aspect-build/rules_jasmine@v0.6.0...v1.0.0
v0.6.0Compare Source
WORKSPACE snippet:
What's Changed
New Contributors
Full Changelog: aspect-build/rules_jasmine@v0.5.0...v0.6.0
v0.5.0Compare Source
WORKSPACE snippet:
What's Changed
Full Changelog: aspect-build/rules_jasmine@v0.4.0...v0.5.0
v0.4.0Compare Source
jasmine_repositoriesrepository rule is removed and a newnode_modulesattribute is now required forjasmine_test. This change is BREAKING for all users.The
//path/to:node_modulestree target must be passed to thejasmine_testrules via thenode_modulesattribute. For example,You'll need
jasmineandjasmine-reporterslinked in the node_modules tree provided. Thejasmine-reportersrequirements can be removed by settinggenerate_junit_xml = Falseon yourjasmine_testtargets.jasmine-coreis also required if you use sharding.This change has the added benefits of not requiring users to keep the jasmine version used in their
package.jsonin sync with their WORKSPACE and not requiring any changes torules_jasmineto support new releases of jasmine.This change is in the spirit of the change in rules_webpack v0.11.0 and will also be rolled out to rules_jest, rules_rollup & rules_terser in the near future so the patterns on the downstream rules_js rulesets we maintain are aligned both for maintainers and for users.
WORKSPACE snippet
What's Changed
jasmine_test()by @dgp1130 in #41New Contributors
Full Changelog: aspect-build/rules_jasmine@v0.3.1...v0.4.0
aspect-build/rules_js (aspect_rules_js)
v2.5.0Compare Source
Many companies are successfully building with rules_js.
If you're getting value from the project, please let us know!
Just comment on our Adoption Discussion.
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACEfile:What's Changed
New Contributors
Full Changelog: aspect-build/rules_js@v2.4.2...v2.5.0
v2.4.2Compare Source
Many companies are successfully building with rules_js.
If you're getting value from the project, please let us know!
Just comment on our Adoption Discussion.
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACEfile:What's Changed
Full Changelog: aspect-build/rules_js@v2.4.1...v2.4.2
v2.4.1Compare Source
Many companies are successfully building with rules_js.
If you're getting value from the project, please let us know!
Just comment on our Adoption Discussion.
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACEfile:What's Changed
./by @jaqx0r in #2278New Contributors
Full Changelog: aspect-build/rules_js@v2.4.0...v2.4.1
v2.4.0Compare Source
Many companies are successfully building with rules_js.
If you're getting value from the project, please let us know!
Just comment on our Adoption Discussion.
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACEfile:What's Changed
_lcov_mergerunder coverage by @gzm0 in #2273New Contributors
Full Changelog: aspect-build/rules_js@v2.3.8...v2.4.0
v2.3.8Compare Source
Many companies are successfully building with rules_js.
If you're getting value from the project, please let us know!
Just comment on our Adoption Discussion.
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACEfile:What's Changed
Full Changelog: aspect-build/rules_js@v2.3.7...v2.3.8
v2.3.7Compare Source
Many companies are successfully building with rules_js.
If you're getting value from the project, please let us know!
Just comment on our Adoption Discussion.
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACEfile:What's Changed
Full Changelog: aspect-build/rules_js@v2.3.6...v2.3.7
v2.3.6Compare Source
Many companies are successfully building with rules_js.
If you're getting value from the project, please let us know!
Just comment on our Adoption Discussion.
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazelfile: