Skip to content

build: update bazel dependencies (20.1.x) #62543

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 20.1.x
Choose a base branch
from

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Jul 9, 2025

This PR contains the following updates:

Package Type Update Change
aspect_rules_js http_archive minor v2.3.8 -> v2.4.0
rules_angular git_repository digest 88ddcf8 -> 8bf9ae3
rules_browsers git_repository digest 0d82118 -> 56ef800

Release Notes

aspect-build/rules_js (aspect_rules_js)

v2.4.0

Compare 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.bazel file:

bazel_dep(name = "aspect_rules_js", version = "2.4.0")

####### Node.js version #########

### By default you get the node version from DEFAULT_NODE_VERSION in @​rules_nodejs//nodejs:repositories.bzl
### Optionally you can pin a different node version:
bazel_dep(name = "rules_nodejs", version = "6.3.0")
node = use_extension("@​rules_nodejs//nodejs:extensions.bzl", "node", dev_dependency = True)
node.toolchain(node_version = "16.14.2")

#################################

npm = use_extension("@​aspect_rules_js//npm:extensions.bzl", "npm", dev_dependency = True)

npm.npm_translate_lock(
    name = "npm",
    pnpm_lock = "//:pnpm-lock.yaml",
    verify_node_modules_ignored = "//:.bazelignore",
)

use_repo(npm, "npm")

pnpm = use_extension("@​aspect_rules_js//npm:extensions.bzl", "pnpm")

### Allows developers to use the matching pnpm version, for example:
### bazel run -- @​pnpm --dir /home/runner/work/rules_js/rules_js install
use_repo(pnpm, "pnpm")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "aspect_rules_js",
    sha256 = "961393890a58de989ad7aa36ce147fc9b15a77c8144454889bf068bdd12c5165",
    strip_prefix = "rules_js-2.4.0",
    url = "https://github.com/aspect-build/rules_js/releases/download/v2.4.0/rules_js-v2.4.0.tar.gz",
)

load("@​aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")

rules_js_dependencies()

load("@​aspect_rules_js//js:toolchains.bzl", "DEFAULT_NODE_VERSION", "rules_js_register_toolchains")

rules_js_register_toolchains(node_version = DEFAULT_NODE_VERSION)

load("@​aspect_rules_js//npm:repositories.bzl", "npm_translate_lock")

npm_translate_lock(
    name = "npm",
    npmrc = "//:.npmrc",
    pnpm_lock = "//:pnpm-lock.yaml",
    verify_node_modules_ignored = "//:.bazelignore",
)

load("@​npm//:repositories.bzl", "npm_repositories")

npm_repositories()

What's Changed

New Contributors

Full Changelog: https://github.com/aspect-build/rules\_js/compare/v2.3.8...v2.4.0


Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 5:00am every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@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: rc This PR is targeted for the next release-candidate labels Jul 9, 2025
@angular-robot
Copy link
Collaborator Author

angular-robot commented Jul 9, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: yarn bazel run //.github/actions/deploy-docs-site:main.update
Loading: 
Loading: 
Loading: 
Loading: 1 packages loaded
ERROR: Skipping '//.github/actions/deploy-docs-site:main.update': no such target '//.github/actions/deploy-docs-site:main.update': target 'main.update' not declared in package '.github/actions/deploy-docs-site' defined by /tmp/renovate/repos/github/angular/angular/.github/actions/deploy-docs-site/BUILD.bazel (Tip: use `query "//.github/actions/deploy-docs-site:*"` to see all the targets in that package)
WARNING: Target pattern parsing failed.
ERROR: no such target '//.github/actions/deploy-docs-site:main.update': target 'main.update' not declared in package '.github/actions/deploy-docs-site' defined by /tmp/renovate/repos/github/angular/angular/.github/actions/deploy-docs-site/BUILD.bazel (Tip: use `query "//.github/actions/deploy-docs-site:*"` to see all the targets in that package)
INFO: Elapsed time: 2.748s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (2 packages loaded)
ERROR: Build failed. Not running target
error Command failed with exit code 1.

File name: undefined
Command failed: yarn bazel run //packages/common:base_currencies_file.update
Loading: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //packages/common:base_currencies_file.update (1 packages loaded, 0 targets configured)
Analyzing: target //packages/common:base_currencies_file.update (65 packages loaded, 4799 targets configured)
Analyzing: target //packages/common:base_currencies_file.update (70 packages loaded, 28255 targets configured)
Analyzing: target //packages/common:base_currencies_file.update (147 packages loaded, 28342 targets configured)
Analyzing: target //packages/common:base_currencies_file.update (406 packages loaded, 30336 targets configured)
INFO: Analyzed target //packages/common:base_currencies_file.update (406 packages loaded, 36628 targets configured).
 checking cached actions
INFO: Found 1 target...
[0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt
[767 / 771] [Prepa] Transpiling & type-checking TypeScript project @rules_angular//src/worker:vanilla_worker_lib [tsc -p external/rules_angular/src/worker/tsconfig.json] [for tool]
[767 / 771] Transpiling & type-checking TypeScript project @rules_angular//src/worker:vanilla_worker_lib [tsc -p external/rules_angular/src/worker/tsconfig.json] [for tool]; 1s processwrapper-sandbox
[768 / 771] Compiling TS: @//packages/common/locales/generate-locales-tool:generate-locales-tool_rjs [for tool]; 1s worker
ERROR: /tmp/renovate/repos/github/angular/angular/packages/common/locales/generate-locales-tool/BUILD.bazel:14:11: Compiling TS: @//packages/common/locales/generate-locales-tool:generate-locales-tool_rjs [for tool] failed: (Exit 1): worker_vanilla_ts failed: error executing command (from target //packages/common/locales/generate-locales-tool:generate-locales-tool_rjs) bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts ... (remaining 1 argument skipped)
TypeError: Cannot read properties of undefined (reading 'length')
    at fileExtensionIs (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:8714:15)
    at tryRemoveExtension (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:22630:10)
    at removeFileExtension (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:22622:27)
    at getOutputPathsForBundle (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:119582:79)
    at getOutputPathsFor (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:119589:12)
    at forEachEmittedFile (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:119539:31)
    at verifyCompilerOptions (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:128325:7)
    at Object.createProgram (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:126276:5)
    at VanillaTsProgram.init (file:///home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/rules_angular/src/worker/program_abstractions/vanilla_ts.mjs:7:30)
    at executeBuild (file:///home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/rules_angular/src/worker/loop.mjs:96:19)Target //packages/common:base_currencies_file.update failed to build
Use --verbose_failures to see the command lines of failed build steps.
ERROR: /tmp/renovate/repos/github/angular/angular/packages/common/locales/generate-locales-tool/bin/BUILD.bazel:24:15 Middleman _middlemen/packages_Scommon_Slocales_Sgenerate-locales-tool_Sbin_Sget-base-currencies-file.sh-runfiles failed: (Exit 1): worker_vanilla_ts failed: error executing command (from target //packages/common/locales/generate-locales-tool:generate-locales-tool_rjs) bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts ... (remaining 1 argument skipped)
INFO: Elapsed time: 14.200s, Critical Path: 5.77s
INFO: 12 processes: 9 internal, 1 local, 2 processwrapper-sandbox.
FAILED: Build did NOT complete successfully
ERROR: Build failed. Not running target
error Command failed with exit code 1.

File name: undefined
Command failed: yarn bazel run //packages/common/locales:closure_locale_file.update
Loading: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //packages/common/locales:closure_locale_file.update (1 packages loaded, 0 targets configured)
INFO: Analyzed target //packages/common/locales:closure_locale_file.update (2 packages loaded, 20 targets configured).
INFO: Found 1 target...
[6 / 9] [Prepa] BazelWorkspaceStatusAction stable-status.txt
ERROR: /tmp/renovate/repos/github/angular/angular/packages/common/locales/generate-locales-tool/BUILD.bazel:14:11: Compiling TS: @//packages/common/locales/generate-locales-tool:generate-locales-tool_rjs [for tool] failed: (Exit 1): worker_vanilla_ts failed: error executing command (from target //packages/common/locales/generate-locales-tool:generate-locales-tool_rjs) bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts ... (remaining 1 argument skipped)
TypeError: Cannot read properties of undefined (reading 'length')
    at fileExtensionIs (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:8714:15)
    at tryRemoveExtension (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:22630:10)
    at removeFileExtension (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:22622:27)
    at getOutputPathsForBundle (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:119582:79)
    at getOutputPathsFor (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:119589:12)
    at forEachEmittedFile (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:119539:31)
    at verifyCompilerOptions (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:128325:7)
    at Object.createProgram (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:126276:5)
    at VanillaTsProgram.init (file:///home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/rules_angular/src/worker/program_abstractions/vanilla_ts.mjs:7:30)
    at executeBuild (file:///home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/rules_angular/src/worker/loop.mjs:96:19)Target //packages/common/locales:closure_locale_file.update failed to build
Use --verbose_failures to see the command lines of failed build steps.
ERROR: /tmp/renovate/repos/github/angular/angular/packages/common/locales/generate-locales-tool/bin/BUILD.bazel:24:15 Middleman _middlemen/packages_Scommon_Slocales_Sgenerate-locales-tool_Sbin_Sget-closure-locale-file.sh-runfiles failed: (Exit 1): worker_vanilla_ts failed: error executing command (from target //packages/common/locales/generate-locales-tool:generate-locales-tool_rjs) bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts ... (remaining 1 argument skipped)
INFO: Elapsed time: 2.096s, Critical Path: 1.10s
INFO: 2 processes: 2 internal.
FAILED: Build did NOT complete successfully
ERROR: Build failed. Not running target
error Command failed with exit code 1.

File name: undefined
Command failed: yarn bazel run //packages/core:base_locale_file.update
Loading: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //packages/core:base_locale_file.update (1 packages loaded, 0 targets configured)
INFO: Analyzed target //packages/core:base_locale_file.update (2 packages loaded, 20 targets configured).
INFO: Found 1 target...
[6 / 9] [Prepa] BazelWorkspaceStatusAction stable-status.txt
ERROR: /tmp/renovate/repos/github/angular/angular/packages/common/locales/generate-locales-tool/BUILD.bazel:14:11: Compiling TS: @//packages/common/locales/generate-locales-tool:generate-locales-tool_rjs [for tool] failed: (Exit 1): worker_vanilla_ts failed: error executing command (from target //packages/common/locales/generate-locales-tool:generate-locales-tool_rjs) bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts ... (remaining 1 argument skipped)
TypeError: Cannot read properties of undefined (reading 'length')
    at fileExtensionIs (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:8714:15)
    at tryRemoveExtension (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:22630:10)
    at removeFileExtension (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:22622:27)
    at getOutputPathsForBundle (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:119582:79)
    at getOutputPathsFor (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:119589:12)
    at forEachEmittedFile (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:119539:31)
    at verifyCompilerOptions (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:128325:7)
    at Object.createProgram (/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/angular/node_modules/.aspect_rules_js/typescript@5.8.3/node_modules/typescript/lib/typescript.js:126276:5)
    at VanillaTsProgram.init (file:///home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/rules_angular/src/worker/program_abstractions/vanilla_ts.mjs:7:30)
    at executeBuild (file:///home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/execroot/angular/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts.runfiles/rules_angular/src/worker/loop.mjs:96:19)Target //packages/core:base_locale_file.update failed to build
Use --verbose_failures to see the command lines of failed build steps.
ERROR: /tmp/renovate/repos/github/angular/angular/packages/common/locales/generate-locales-tool/bin/BUILD.bazel:24:15 Middleman _middlemen/packages_Scommon_Slocales_Sgenerate-locales-tool_Sbin_Sget-base-locale-file.sh-runfiles failed: (Exit 1): worker_vanilla_ts failed: error executing command (from target //packages/common/locales/generate-locales-tool:generate-locales-tool_rjs) bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_angular/src/worker/worker_vanilla_ts_/worker_vanilla_ts ... (remaining 1 argument skipped)
INFO: Elapsed time: 1.898s, Critical Path: 1.06s
INFO: 2 processes: 2 internal.
FAILED: Build did NOT complete successfully
ERROR: Build failed. Not running target
error Command failed with exit code 1.

@ngbot ngbot bot added this to the Backlog milestone Jul 9, 2025
@pullapprove pullapprove bot requested a review from thePunderWoman July 9, 2025 10:09
@AndrewKushnir
Copy link
Contributor

@josephperrott it looks like CI is failing for this rules_angular update. Is this PR relevant or those updates will be happening as a part of other PRs?

@AndrewKushnir AndrewKushnir added target: patch This PR is targeted for the next patch release and removed target: rc This PR is targeted for the next release-candidate labels Jul 9, 2025
@AndrewKushnir AndrewKushnir added the action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews label Jul 9, 2025
@thePunderWoman thePunderWoman removed the action: merge The PR is ready for merge by the caretaker label Jul 11, 2025
@angular-robot angular-robot force-pushed the ng-renovate/20.1.x-bazel-dependencies branch from b1f0baf to d65ba89 Compare July 11, 2025 17:09
@angular-robot angular-robot changed the title build: update rules_angular digest to 8bf9ae3 (20.1.x) build: update bazel dependencies (20.1.x) Jul 12, 2025
@angular-robot angular-robot force-pushed the ng-renovate/20.1.x-bazel-dependencies branch from d65ba89 to 904829f Compare July 12, 2025 22:09
@josephperrott
Copy link
Member

This will become unblocked after #62541 lands

See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/20.1.x-bazel-dependencies branch from 904829f to cdd95c6 Compare July 15, 2025 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews area: build & ci Related the build and CI infrastructure of the project target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants