Skip to content

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

Merged
crisbeto merged 1 commit into
angular:22.1.xfrom
angular-robot:ng-renovate/22.1.x-bazel-dependencies
Aug 7, 2026
Merged

build: update bazel dependencies (22.1.x)#33644
crisbeto merged 1 commit into
angular:22.1.xfrom
angular-robot:ng-renovate/22.1.x-bazel-dependencies

Conversation

@angular-robot

@angular-robot angular-robot commented Aug 6, 2026

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.2.33.4.0
aspect_rules_ts bazel_dep minor 3.9.13.10.0
bazel_lib bazel_dep minor 3.5.03.7.1
bazel_skylib bazel_dep patch 1.9.01.9.2

  • 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

v3.9.2

Using Bzlmod:

Add to your MODULE.bazel file:

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

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

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

bazelbuild/bazel-skylib (bazel_skylib)

v1.9.2

Compare Source

What's Changed

  • Revert allow_symlink = True by default for non-executables
  • Change from stamp to some other boolean flag
  • Update Bazel versions in CI: drop Bazel 6, add Bazel 9
  • Change Starlark flag default propagation from "universal" to "target"

Contributors:
@​gzm0, @​kotlaja, @​susinmotion, @​justinhorvitz

@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 6, 2026
@pullapprove
pullapprove Bot requested review from andrewseguin and ok7sai August 6, 2026 06:15
@angular-robot
angular-robot force-pushed the ng-renovate/22.1.x-bazel-dependencies branch from fe36637 to 18b4b60 Compare August 7, 2026 07:19
See associated pull request for more information.
@angular-robot
angular-robot force-pushed the ng-renovate/22.1.x-bazel-dependencies branch from 18b4b60 to d4498da Compare August 7, 2026 08:41
@crisbeto
crisbeto merged commit 8d53895 into angular:22.1.x Aug 7, 2026
23 checks passed
@crisbeto

crisbeto commented Aug 7, 2026

Copy link
Copy Markdown
Member

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

@angular-robot
angular-robot deleted the ng-renovate/22.1.x-bazel-dependencies branch August 7, 2026 11:10
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