build: update bazel dependencies - #3918
Merged
alan-agius4 merged 1 commit intoAug 14, 2026
Merged
Conversation
See associated pull request for more information.
There was a problem hiding this comment.
Code Review
This pull request updates several Bazel dependencies across multiple MODULE.bazel files, including upgrading aspect_rules_js to 3.4.0 and aspect_rules_ts to 3.10.0. The reviewer noted that upgrading aspect_rules_ts to 3.10.0 deprecates the 'ext' extension in favor of the new 'typescript' extension, and recommended updating its usage across the affected MODULE.bazel files to avoid using deprecated features.
| bazel_dep(name = "aspect_rules_esbuild", version = "0.26.0") | ||
| bazel_dep(name = "aspect_rules_ts", version = "3.9.2") | ||
| bazel_dep(name = "aspect_rules_esbuild", version = "0.27.0") | ||
| bazel_dep(name = "aspect_rules_ts", version = "3.10.0") |
There was a problem hiding this comment.
| bazel_dep(name = "aspect_rules_js", version = "3.3.1") | ||
| bazel_dep(name = "aspect_rules_ts", version = "3.9.2") | ||
| bazel_dep(name = "aspect_rules_js", version = "3.4.0") | ||
| bazel_dep(name = "aspect_rules_ts", version = "3.10.0") |
There was a problem hiding this comment.
|
|
||
| # TS | ||
| bazel_dep(name = "aspect_rules_ts", version = "3.9.2") | ||
| bazel_dep(name = "aspect_rules_ts", version = "3.10.0") |
There was a problem hiding this comment.
| use_repo(npm, "npm_rules_browsers") | ||
|
|
||
| bazel_dep(name = "aspect_rules_ts", version = "3.9.2") | ||
| bazel_dep(name = "aspect_rules_ts", version = "3.10.0") |
There was a problem hiding this comment.
alan-agius4
approved these changes
Aug 14, 2026
Contributor
|
This PR was merged into the repository. The changes were merged into the following branches:
|
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:
0.26.0→0.27.03.3.1→3.4.03.9.2→3.10.01.2.0→1.3.00.10.7→0.10.8Release Notes
aspect-build/rules_ts (aspect_rules_ts)
v3.10.0Using Bzlmod:
Add to your
MODULE.bazelfile:What's Changed
typescriptbzlmod extension API, deprecateextby @jbedard in #975Full Changelog: aspect-build/rules_ts@v3.9.2...v3.10.0
bazel-contrib/tar.bzl (tar.bzl)
v0.10.8Using Bzlmod with Bazel 6 or greater
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazelfile:What's Changed
New Contributors
Full Changelog: bazel-contrib/tar.bzl@v0.10.7...v0.10.8