Skip to content

build: update bazel dependencies (22.1.x) - #33854

Open
angular-robot wants to merge 1 commit into
angular:22.1.xfrom
angular-robot:ng-renovate/22.1.x-bazel-dependencies
Open

build: update bazel dependencies (22.1.x)#33854
angular-robot wants to merge 1 commit into
angular:22.1.xfrom
angular-robot:ng-renovate/22.1.x-bazel-dependencies

Conversation

@angular-robot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
aspect_rules_esbuild bazel_dep minor 0.26.00.27.0
aspect_rules_js bazel_dep minor 3.3.13.4.0
aspect_rules_ts bazel_dep minor 3.9.23.10.0
rules_pkg (source) bazel_dep minor 1.2.01.3.0

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

Release Notes

aspect-build/rules_ts (aspect_rules_ts)

v3.10.0

Using Bzlmod:

Add to your MODULE.bazel file:

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

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

typescript.deps(
    version_from = "//:package.json",
)

use_repo(typescript, "npm_typescript")

What's Changed

Full Changelog: aspect-build/rules_ts@v3.9.2...v3.10.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 Aug 13, 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, including aspect_rules_js, aspect_rules_ts, rules_pkg, and aspect_rules_esbuild, along with their corresponding lockfile updates in MODULE.bazel.lock. The review feedback correctly points out that upgrading aspect_rules_ts to 3.10.0 deprecates the ext module extension, and provides a helpful code suggestion to transition to the new typescript extension API.

Comment thread MODULE.bazel
bazel_dep(name = "aspect_rules_ts", version = "3.9.2")
bazel_dep(name = "rules_pkg", version = "1.2.0")
bazel_dep(name = "aspect_rules_js", version = "3.4.0")
bazel_dep(name = "aspect_rules_ts", version = "3.10.0")

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

With the upgrade of aspect_rules_ts to 3.10.0, the ext module extension has been deprecated in favor of the new typescript extension API.\n\nPlease update the usage of ext in this file (lines 187-194) to use the new typescript extension instead. For example:\n\nstarlark\ntypescript = use_extension(\"@aspect_rules_ts//ts:extensions.bzl\", \"typescript\")\ntypescript.deps(\n name = \"angular_cli_npm_typescript\",\n ts_integrity = \"sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==\",\n ts_version = \"6.0.3\",\n)\nuse_repo(typescript, **{\"npm_typescript\": \"angular_cli_npm_typescript\"})\n

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.

1 participant