Skip to content

build: update bazel dependencies (main)#33580

Merged
dgp1130 merged 1 commit into
angular:mainfrom
angular-robot:ng-renovate/main-bazel-dependencies
Jul 16, 2026
Merged

build: update bazel dependencies (main)#33580
dgp1130 merged 1 commit into
angular:mainfrom
angular-robot:ng-renovate/main-bazel-dependencies

Conversation

@angular-robot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
aspect_rules_js bazel_dep patch 3.2.23.2.3
aspect_rules_ts bazel_dep minor 3.8.113.9.1
bazel_lib bazel_dep minor 3.4.03.5.0

  • If you want to rebase/retry this PR, check this box

Release Notes

aspect-build/rules_ts (aspect_rules_ts)

v3.9.1

Using Bzlmod:

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_ts", version = "3.9.1")

rules_ts_ext = use_extension("@​aspect_rules_ts//ts:extensions.bzl", "ext", dev_dependency = True)

rules_ts_ext.deps(
    ts_version_from = "//:package.json",
)

use_repo(rules_ts_ext, "npm_typescript")

What's Changed

  • perf: calculate all ts_project output paths in a single pass over srcs by @​jbedard in #​945
  • perf: use tuple form of endswith in hot src-classification paths by @​jbedard in #​946
  • refactor: drop redundant copy_files_to_bin_actions pass over tsconfig_inputs by @​jbedard in #​947
  • refactor: minor ts version naming clarifications by @​jbedard in #​949
  • perf: reduce per-file string work in write_tsconfig and srcs path relativization by @​jbedard in #​948

Full Changelog: aspect-build/rules_ts@v3.9.0...v3.9.1

v3.9.0

Using Bzlmod:

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_ts", version = "3.9.0")

rules_ts_ext = use_extension("@​aspect_rules_ts//ts:extensions.bzl", "ext", dev_dependency = True)

rules_ts_ext.deps(
    ts_version_from = "//:package.json",
)

use_repo(rules_ts_ext, "npm_typescript")

What's Changed

New Contributors

Full Changelog: aspect-build/rules_ts@v3.8.11...v3.9.0

See associated pull request for more information.
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Jul 16, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates several Bazel dependencies in MODULE.bazel and updates the lockfile MODULE.bazel.lock accordingly. Specifically, aspect_rules_js is upgraded to 3.2.3, aspect_rules_ts is upgraded to 3.9.1, and bazel_lib is upgraded to 3.5.0. I have no feedback to provide.

@dgp1130 dgp1130 merged commit a2346bf into angular:main Jul 16, 2026
42 checks passed
@dgp1130

dgp1130 commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

This PR was merged into the repository. The changes were merged into the following branches:

@angular-robot angular-robot deleted the ng-renovate/main-bazel-dependencies branch July 16, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants