Skip to content

build: update jest monorepo to v30 (main) (major) #61979

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: main
Choose a base branch
from

Conversation

angular-robot
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
jest (source) devDependencies major ^29.0 -> ^30.0.0
jest-environment-jsdom (source) devDependencies major ^29.0.3 -> ^30.0.0
jest-environment-node (source) devDependencies major ^29.0.3 -> ^30.0.0

Release Notes

jestjs/jest (jest)

v30.0.0

Compare Source

Features
  • [*] Renamed globalsCleanupMode to globalsCleanup and --waitNextEventLoopTurnForUnhandledRejectionEvents to --waitForUnhandledRejections
  • [expect] Add ArrayOf asymmetric matcher for validating array elements. (#​15567)
  • [babel-jest] Add option excludeJestPreset to allow opting out of babel-preset-jest (#​15164)
  • [expect] Revert #​15038 to fix expect(fn).toHaveBeenCalledWith(expect.objectContaining(...)) when there are multiple calls (#​15508)
  • [jest-circus, jest-cli, jest-config] Add waitNextEventLoopTurnForUnhandledRejectionEvents flag to minimise performance impact of correct detection of unhandled promise rejections introduced in #​14315 (#​14681)
  • [jest-circus] Add a waitBeforeRetry option to jest.retryTimes (#​14738)
  • [jest-circus] Add a retryImmediately option to jest.retryTimes (#​14696)
  • [jest-circus, jest-jasmine2] Allow setupFilesAfterEnv to export an async function (#​10962)
  • [jest-circus, jest-test-result] Add startedAt timestamp in TestCaseResultObject within onTestCaseResult (#​15145)
  • [jest-cli] Export buildArgv (#​15310)
  • [jest-config] [BREAKING] Add mts and cts to default moduleFileExtensions config (#​14369)
  • [jest-config] [BREAKING] Update testMatch and testRegex default option for supporting mjs, cjs, mts, and cts (#​14584)
  • [jest-config] Loads config file from provided path in package.json (#​14044)
  • [jest-config] Allow loading jest.config.cts files (#​14070)
  • [jest-config] Show rootDir in error message when a preset fails to load (#​15194)
  • [jest-config] Support loading TS config files using esbuild-register via docblock loader (#​15190)
  • [jest-config] Allow passing TS config loader options via docblock comment (#​15234)
  • [jest-config] If Node is running with type stripping enabled, do not require a TS loader (#​15480)
  • [@jest/core] Group together open handles with the same stack trace (#​13417, & #​14789)
  • [@jest/core] Add perfStats to surface test setup overhead (#​14622)
  • [@jest/core] [BREAKING] Changed --filter to accept an object with shape { filtered: Array<string> } to match documentation (#​13319)
  • [@jest/core] Support --outputFile option for --listTests (#​14980)
  • [@jest/core] Stringify Errors properly with --json flag (#​15329)
  • [@jest/core, @&#8203;jest/test-sequencer] [BREAKING] Exposes globalConfig & contexts to TestSequencer (#​14535, & #​14543)
  • [jest-each] Introduce %$ option to add number of the test to its title (#​14710)
  • [@jest/environment] [BREAKING] Remove deprecated jest.genMockFromModule() (#​15042)
  • [@jest/environment] [BREAKING] Remove unnecessary defensive code (#​15045)
  • [jest-environment-jsdom] [BREAKING] Upgrade JSDOM to v22 (#​13825)
  • [@jest/environment-jsdom-abstract] Introduce new package which abstracts over the jsdom environment, allowing usage of custom versions of JSDOM (#​14717)
  • [jest-environment-node] Update jest environment with dispose symbols Symbol (#​14888 & #​14909)
  • [expect, @&#8203;jest/expect] [BREAKING] Add type inference for function parameters in CalledWith assertions (#​15129)
  • [@jest/expect-utils] Properly compare all types of TypedArrays (#​15178)
  • [@jest/fake-timers] [BREAKING] Upgrade @sinonjs/fake-timers to v13 (#​14544 & #​15470)
  • [@jest/fake-timers] Exposing new modern timers function advanceTimersToFrame() which advances all timers by the needed milliseconds to execute callbacks currently scheduled with requestAnimationFrame (#​14598)
  • [jest-matcher-utils] Add SERIALIZABLE_PROPERTIES to allow custom serialization of objects (#​14893)
  • [jest-mock] Add support for the Explicit Resource Management proposal to use the using keyword with jest.spyOn(object, methodName) (#​14895)
  • [jest-reporters] Add support for DEC mode 2026 (#​15008)
  • [jest-resolver] Support file:// URLs as paths (#​15154)
  • [jest-resolve,jest-runtime,jest-resolve-dependencies] Pass the conditions when resolving stub modules (#​15489)
  • [jest-runtime] Exposing new modern timers function jest.advanceTimersToFrame() from @jest/fake-timers (#​14598)
  • [jest-runtime] Support import.meta.filename and import.meta.dirname (available from Node 20.11) (#​14854)
  • [jest-runtime] Support import.meta.resolve (#​14930)
  • [jest-runtime] [BREAKING] Make it mandatory to pass globalConfig to the Runtime constructor (#​15044)
  • [jest-runtime] Add unstable_unmockModule (#​15080)
  • [jest-runtime] Add onGenerateMock transformer callback for auto generated callbacks (#​15433 & #​15482)
  • [jest-runtime] [BREAKING] Use vm.compileFunction over vm.Script (#​15461)
  • [@jest/schemas] Upgrade @sinclair/typebox to v0.34 (#​15450)
  • [@jest/types] test.each(): Accept a readonly (as const) table properly (#​14565)
  • [@jest/types] Improve argument type inference passed to test and describe callback functions from each tables (#​14920)
  • [jest-snapshot] [BREAKING] Add support for Error causes in snapshots (#​13965)
  • [jest-snapshot] Support Prettier 3 (#​14566)
  • [@jest/util-snapshot] Extract utils used by tooling from jest-snapshot into its own package (#​15095)
  • [pretty-format] [BREAKING] Do not render empty string children ('') in React plugin (#​14470)
Fixes
  • [expect] Show AggregateError to display (#​15346)
  • [*] Replace exit with exit-x (#​15399)
  • [babel-plugin-jest-hoist] Use denylist instead of the deprecated blacklist for Babel 8 support (#​14109)
  • [babel-plugin-jest-hoist] Do not rely on buggy Babel behaviour (#​15415)
  • [expect] Check error instance type for toThrow/toThrowError (#​14576)
  • [expect] Improve diff for failing expect.objectContaining (#​15038)
  • [expect] Use Array.isArray to check if an array is an Array (#​15101)
  • [expect] Fix Error cause assertion errors (#​15339)
  • [jest-changed-files] Print underlying errors when VCS commands fail (#​15052)
  • [jest-changed-files] Abort sl root call if output resembles a steam locomotive (#​15053)
  • [jest-circus] [BREAKING] Prevent false test failures caused by promise rejections handled asynchronously (#​14315)
  • [jest-circus] Replace recursive makeTestResults implementation with iterative one (#​14760)
  • [jest-circus] Omit expect.hasAssertions() errors if a test already has errors (#​14866)
  • [jest-circus, jest-expect, jest-snapshot] Pass test.failing tests when containing failing snapshot matchers (#​14313)
  • [jest-circus] Concurrent tests now emit jest circus events at the correct point and in the expected order. (#​15381)
  • [jest-cli] [BREAKING] Validate CLI flags that require arguments receives them (#​14783)
  • [jest-config] Make sure to respect runInBand option (#​14578)
  • [jest-config] Support testTimeout in project config (#​14697)
  • [jest-config] Support coverageReporters in project config (#​14697)
  • [jest-config] Allow reporters in project config (#​14768)
  • [jest-config] Allow Node16/NodeNext/Bundler moduleResolution in project's tsconfig (#​14739)
  • [@jest/create-cache-key-function] Correct the return type of createCacheKey (#​15159)
  • [jest-each] Allow $keypath templates with null or undefined values (#​14831)
  • [@jest/expect-utils] Fix comparison of DataView (#​14408)
  • [@jest/expect-utils] [BREAKING] exclude non-enumerable in object matching (#​14670)
  • [@jest/expect-utils] Fix comparison of URL (#​14672)
  • [@jest/expect-utils] Check Symbol properties in equality (#​14688)
  • [@jest/expect-utils] Catch circular references within arrays when matching objects (#​14894)
  • [@jest/expect-utils] Fix not addressing to Sets and Maps as objects without keys (#​14873)
  • [jest-haste-map] Fix errors or clobbering with multiple hasteImplModulePaths (#​15522)
  • [jest-leak-detector] Make leak-detector more aggressive when running GC (#​14526)
  • [jest-runtime] Properly handle re-exported native modules in ESM via CJS (#​14589)
  • [jest-runtime] Refactor _importCoreModel so required core module is consistent if modified while loading (#​15077)
  • [jest-schemas, jest-types] [BREAKING] Fix type of testFailureExitCode config option(#​15232)
  • [jest-util] Make sure isInteractive works in a browser (#​14552)
  • [pretty-format] [BREAKING] Print ArrayBuffer and DataView correctly (#​14290)
  • [pretty-format] Fixed a bug where "anonymous custom elements" were not being printed as expected. (#​15138)
  • [jest-cli] When specifying paths on the command line, only match against the relative paths of the test files (#​12519)
    • [BREAKING] Changes testPathPattern configuration option to testPathPatterns, which now takes a list of patterns instead of the regex.
    • [BREAKING] --testPathPattern is now --testPathPatterns
    • [BREAKING] Specifying testPathPatterns when programmatically calling watch must be specified as new TestPathPatterns(patterns), where TestPathPatterns can be imported from @jest/pattern
  • [jest-reporters, jest-runner] Unhandled errors without stack get correctly logged to console (#​14619)
  • [jest-util] Always load mjs files with import (#​15447)
  • [jest-worker] Properly handle a circular reference error when worker tries to send an assertion fails where either the expected or actual value is circular (#​15191)
  • [jest-worker] Properly handle a BigInt when worker tries to send an assertion fails where either the expected or actual value is BigInt (#​15191)
  • [expect] Resolve issue where ObjectContaining matched non-object values. ([#​15463])(https://github.com/jestjs/jest/pull/15463).
    • Adds a conditional/check to ensure the argument passed to expect is an object.
    • Add unit tests for new ObjectContaining behavior.
    • Remove invalid/wrong test case assertions for ObjectContaining.
  • [jest-worker] Addresses incorrect state on exit (#​15610)
Performance
  • [*] [BREAKING] Bundle all of Jest's modules into index.js (#​12348, #​14550 & #​14661)
  • [jest-haste-map] Only spawn one process to check for watchman installation (#​14826)
  • [jest-runner] Better cleanup source-map-support after test to resolve (minor) memory leak (#​15233)
  • [jest-circus, jest-environment-node, jest-repl, jest-runner, jest-util] Cleanup global variables on environment teardown to reduce memory leaks (#​15215 & #​15636 & #​15643)
Chore & Maintenance
  • [jest-environment-jsdom, jest-environment-jsdom-abstract] Increased version of jsdom to ^26.0.0 (#​15325CVE-2024-37890)
  • [*] Increase version of micromatch to ^4.0.7 (#​15082)
  • [*] [BREAKING] Drop support for Node.js versions 14, 16, 19, 21 and 23 (#​14460, #​15118, #​15623, #​15640)
  • [*] [BREAKING] Drop support for typescript@4.3, minimum version is now 5.4 (#​14542, #​15621)
  • [*] Depend on exact versions of monorepo dependencies instead of ^ range (#​14553)
  • [*] [BREAKING] Add ESM wrapper for all of Jest's modules (#​14661)
  • [*] [BREAKING] Upgrade to glob@10 (#​14509)
  • [*] Use TypeError over Error where appropriate (#​14799)
  • [docs] Fix typos in CHANGELOG.md and packages/jest-validate/README.md (#​14640)
  • [docs] Don't use alias matchers in docs (#​14631)
  • [babel-jest, babel-preset-jest] [BREAKING] Increase peer dependency of @babel/core to ^7.11 (#​14109)
  • [babel-jest, @&#8203;jest/transform] Update babel-plugin-istanbul to v6 (#​15156)
  • [babel-plugin-jest-hoist] Move unnecessary dependencies to devDependencies (#​15010)
  • [expect] [BREAKING] Remove .toBeCalled(), .toBeCalledTimes(), .toBeCalledWith(), .lastCalledWith(), .nthCalledWith(), .toReturn(), .toReturnTimes(), .toReturnWith(), .lastReturnedWith(), .nthReturnedWith() and .toThrowError() matcher aliases (#​14632)
  • [jest-cli, jest-config, @&#8203;jest/types] [BREAKING] Remove deprecated --init argument (#​14490)
  • [jest-config, @&#8203;jest/core, jest-util] Upgrade ci-info (#​14655)
  • [jest-mock] [BREAKING] Remove MockFunctionMetadataType, MockFunctionMetadata and SpyInstance types (#​14621)
  • [@jest/reporters] Upgrade istanbul-lib-source-maps (#​14924)
  • [jest-schemas] Upgrade @sinclair/typebox (#​14775)
  • [jest-transform] Upgrade write-file-atomic (#​14274)
  • [jest-util] Upgrade picomatch to v4 (#​14653 & #​14885)
  • [docs] Append to NODE_OPTIONS, not overwrite ([#&#8203;14730](https://redirect.github.com/jestjs/jest/pull/14730))
  • [docs] Updated .toHaveBeenCalled() documentation to correctly reflect its functionality (#​14842)
  • [docs] Link NestJS documentation on testing with Jest (#​14940)
  • [docs] Revised documentation for .toHaveBeenCalled() to accurately depict its functionality. (#​14853)
  • [docs] Removed ExpressJS reference link from documentation due to dead link (#​15270)
  • [docs] Correct broken links in docs (#​15359)

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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: minor This PR is targeted for the next minor release labels Jun 10, 2025
@angular-robot
Copy link
Collaborator Author

angular-robot commented Jun 10, 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: pnpm-lock.yaml
Scope: all 19 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
.                                        |  WARN  deprecated @babel/plugin-proposal-async-generator-functions@7.20.7
.                                        |  WARN  deprecated gulp-conventional-changelog@5.0.0
.                                        |  WARN  deprecated angular@1.5.11
.                                        |  WARN  deprecated angular@1.6.10
.                                        |  WARN  deprecated angular@1.7.9
.                                        |  WARN  deprecated angular@1.8.3
Progress: resolved 133, reused 0, downloaded 0, added 0
Packages are hard linked from the content-addressable store to the virtual store.
  Content-addressable store is at: /tmp/renovate/cache/others/pnpm-store/v3
  Virtual store is at:             node_modules/.pnpm
.                                        |  WARN  deprecated protractor@7.0.0
.                                        |  WARN  deprecated tslint@6.1.3
 WARN  The git-hosted package fetched from "https://codeload.github.com/angular/domino/tar.gz/93e720f143d0296dd2726ffbcf4fc12283363a7b" has to be built but the build scripts were ignored.
Progress: resolved 192, reused 0, downloaded 3, added 0
Progress: resolved 536, reused 0, downloaded 3, added 0
Progress: resolved 933, reused 0, downloaded 3, added 0
Progress: resolved 1433, reused 0, downloaded 3, added 0
Progress: resolved 1987, reused 0, downloaded 3, added 0
Progress: resolved 2451, reused 0, downloaded 3, added 0
 ERR_PNPM_NO_MATCHING_VERSION  No matching version found for @angular/platform-browser@0.0.0-PLACEHOLDER

This error happened while installing a direct dependency of /tmp/renovate/repos/github/angular/angular

The latest release of @angular/platform-browser is "20.0.2".

Other releases are:
  * v4-lts: 4.4.7
  * v5-lts: 5.2.11
  * v6-lts: 6.1.10
  * v7-lts: 7.2.15
  * v8-lts: 8.2.14
  * v9-lts: 9.1.13
  * v10-lts: 10.2.5
  * v11-lts: 11.2.14
  * v12-lts: 12.2.17
  * v14-lts: 14.3.0
  * v13-lts: 13.4.0
  * v15-lts: 15.2.10
  * v16-lts: 16.2.12
  * v17-lts: 17.3.12
  * v18-lts: 18.2.13
  * v19-lts: 19.2.14
  * next: 20.1.0-next.0

If you need the full list of all 916 published versions run "$ pnpm view @angular/platform-browser versions".

File name: undefined
Command failed: yarn bazel run //.github/actions/deploy-docs-site:main.update
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 1 packages loaded
Analyzing: target //.github/actions/deploy-docs-site:main.update (2 packages loaded, 0 targets configured)
Analyzing: target //.github/actions/deploy-docs-site:main.update (40 packages loaded, 7 targets configured)
Analyzing: target //.github/actions/deploy-docs-site:main.update (57 packages loaded, 4569 targets configured)
Analyzing: target //.github/actions/deploy-docs-site:main.update (59 packages loaded, 4575 targets configured)
Analyzing: target //.github/actions/deploy-docs-site:main.update (62 packages loaded, 4795 targets configured)
Analyzing: target //.github/actions/deploy-docs-site:main.update (62 packages loaded, 4795 targets configured)
Analyzing: target //.github/actions/deploy-docs-site:main.update (62 packages loaded, 4795 targets configured)
INFO: Repository npm_typescript instantiated at:
  /tmp/renovate/repos/github/angular/angular/WORKSPACE:152:22: in <toplevel>
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/repositories.bzl:79:21: in rules_ts_dependencies
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/private/npm_repositories.bzl:83:10: in npm_dependencies
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/bazel_tools/tools/build_defs/repo/utils.bzl:233:18: in maybe
Repository rule http_archive_version defined at:
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/private/npm_repositories.bzl:64:39: in <toplevel>
WARNING: Download from https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
ERROR: An error occurred during the fetch of repository 'npm_typescript':
   Traceback (most recent call last):
	File "/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/private/npm_repositories.bzl", line 45, column 30, in _http_archive_version_impl
		rctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz] to /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm_typescript/temp17643788214784701570/typescript-5.8.3.tgz: Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
ERROR: /tmp/renovate/repos/github/angular/angular/WORKSPACE:152:22: fetching http_archive_version rule //external:npm_typescript: Traceback (most recent call last):
	File "/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/private/npm_repositories.bzl", line 45, column 30, in _http_archive_version_impl
		rctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz] to /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm_typescript/temp17643788214784701570/typescript-5.8.3.tgz: Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
INFO: Repository bsd_tar_linux_amd64 instantiated at:
  /tmp/renovate/repos/github/angular/angular/WORKSPACE:69:29: in <toplevel>
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_js/js/toolchains.bzl:72:33: in rules_js_register_toolchains
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_bazel_lib/lib/repositories.bzl:96:27: in register_tar_toolchains
Repository rule bsdtar_binary_repo defined at:
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_bazel_lib/lib/private/tar_toolchain.bzl:82:37: in <toplevel>
INFO: Repository coreutils_linux_amd64 instantiated at:
  /tmp/renovate/repos/github/angular/angular/WORKSPACE:69:29: in <toplevel>
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_js/js/toolchains.bzl:68:39: in rules_js_register_toolchains
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_bazel_lib/lib/repositories.bzl:219:32: in register_coreutils_toolchains
Repository rule coreutils_platform_repo defined at:
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_bazel_lib/lib/private/coreutils_toolchain.bzl:224:42: in <toplevel>
INFO: Repository copy_directory_linux_amd64 instantiated at:
  /tmp/renovate/repos/github/angular/angular/WORKSPACE:69:29: in <toplevel>
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_js/js/toolchains.bzl:64:44: in rules_js_register_toolchains
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_bazel_lib/lib/repositories.bzl:255:37: in register_copy_directory_toolchains
Repository rule copy_directory_platform_repo defined at:
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_bazel_lib/lib/private/copy_directory_toolchain.bzl:183:47: in <toplevel>
ERROR: /tmp/renovate/repos/github/angular/angular/.github/actions/deploy-docs-site/BUILD.bazel:30:11: //.github/actions/deploy-docs-site:lib_rjs depends on @npm_typescript//:tsc in repository @npm_typescript which failed to fetch. no such package '@npm_typescript//': java.io.IOException: Error downloading [https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz] to /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm_typescript/temp17643788214784701570/typescript-5.8.3.tgz: Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
ERROR: /tmp/renovate/repos/github/angular/angular/.github/actions/deploy-docs-site/BUILD.bazel:30:11: //.github/actions/deploy-docs-site:lib_rjs depends on @npm_typescript//:validator in repository @npm_typescript which failed to fetch. no such package '@npm_typescript//': java.io.IOException: Error downloading [https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz] to /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm_typescript/temp17643788214784701570/typescript-5.8.3.tgz: Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
ERROR: Analysis of target '//.github/actions/deploy-docs-site:main.update' failed; build aborted: 
INFO: Elapsed time: 45.678s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (70 packages loaded, 4797 targets configured)
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
Loading: 0 packages loaded
    currently loading: packages/common
Loading: 0 packages loaded
    currently loading: packages/common
Analyzing: target //packages/common:base_currencies_file.update (1 packages loaded, 0 targets configured)
Analyzing: target //packages/common:base_currencies_file.update (4 packages loaded, 4 targets configured)
INFO: Repository npm_typescript instantiated at:
  /tmp/renovate/repos/github/angular/angular/WORKSPACE:152:22: in <toplevel>
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/repositories.bzl:79:21: in rules_ts_dependencies
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/private/npm_repositories.bzl:83:10: in npm_dependencies
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/bazel_tools/tools/build_defs/repo/utils.bzl:233:18: in maybe
Repository rule http_archive_version defined at:
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/private/npm_repositories.bzl:64:39: in <toplevel>
WARNING: Download from https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
ERROR: An error occurred during the fetch of repository 'npm_typescript':
   Traceback (most recent call last):
	File "/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/private/npm_repositories.bzl", line 45, column 30, in _http_archive_version_impl
		rctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz] to /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm_typescript/temp2144010617868908207/typescript-5.8.3.tgz: Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
ERROR: /tmp/renovate/repos/github/angular/angular/WORKSPACE:152:22: fetching http_archive_version rule //external:npm_typescript: Traceback (most recent call last):
	File "/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/private/npm_repositories.bzl", line 45, column 30, in _http_archive_version_impl
		rctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz] to /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm_typescript/temp2144010617868908207/typescript-5.8.3.tgz: Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
ERROR: /tmp/renovate/repos/github/angular/angular/packages/common/locales/generate-locales-tool/bin/BUILD.bazel:13:11: //packages/common/locales/generate-locales-tool/bin:bin_rjs depends on @npm_typescript//:tsc in repository @npm_typescript which failed to fetch. no such package '@npm_typescript//': java.io.IOException: Error downloading [https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz] to /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm_typescript/temp2144010617868908207/typescript-5.8.3.tgz: Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
ERROR: /tmp/renovate/repos/github/angular/angular/packages/common/locales/generate-locales-tool/bin/BUILD.bazel:13:11: //packages/common/locales/generate-locales-tool/bin:bin_rjs depends on @npm_typescript//:validator in repository @npm_typescript which failed to fetch. no such package '@npm_typescript//': java.io.IOException: Error downloading [https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz] to /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm_typescript/temp2144010617868908207/typescript-5.8.3.tgz: Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
ERROR: Analysis of target '//packages/common:base_currencies_file.update' failed; build aborted: 
INFO: Elapsed time: 7.085s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (18 packages loaded, 2386 targets configured)
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: Repository npm_typescript instantiated at:
  /tmp/renovate/repos/github/angular/angular/WORKSPACE:152:22: in <toplevel>
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/repositories.bzl:79:21: in rules_ts_dependencies
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/private/npm_repositories.bzl:83:10: in npm_dependencies
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/bazel_tools/tools/build_defs/repo/utils.bzl:233:18: in maybe
Repository rule http_archive_version defined at:
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/private/npm_repositories.bzl:64:39: in <toplevel>
WARNING: Download from https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
ERROR: An error occurred during the fetch of repository 'npm_typescript':
   Traceback (most recent call last):
	File "/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/private/npm_repositories.bzl", line 45, column 30, in _http_archive_version_impl
		rctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz] to /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm_typescript/temp14826952454948615798/typescript-5.8.3.tgz: Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
ERROR: /tmp/renovate/repos/github/angular/angular/WORKSPACE:152:22: fetching http_archive_version rule //external:npm_typescript: Traceback (most recent call last):
	File "/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/private/npm_repositories.bzl", line 45, column 30, in _http_archive_version_impl
		rctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz] to /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm_typescript/temp14826952454948615798/typescript-5.8.3.tgz: Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
INFO: Repository npm2__at_types_node__18.19.110 instantiated at:
  /tmp/renovate/repos/github/angular/angular/WORKSPACE:141:17: in <toplevel>
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm2/repositories.bzl:27613:15: in npm_repositories
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_js/npm/private/npm_import.bzl:1302:20: in npm_import
Repository rule npm_import_rule defined at:
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_js/npm/private/npm_import.bzl:986:34: in <toplevel>
INFO: Repository npm2__tinyglobby__0.2.14 instantiated at:
  /tmp/renovate/repos/github/angular/angular/WORKSPACE:141:17: in <toplevel>
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm2/repositories.bzl:76148:15: in npm_repositories
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_js/npm/private/npm_import.bzl:1302:20: in npm_import
Repository rule npm_import_rule defined at:
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_js/npm/private/npm_import.bzl:986:34: in <toplevel>
ERROR: /tmp/renovate/repos/github/angular/angular/packages/common/locales/generate-locales-tool/bin/BUILD.bazel:13:11: //packages/common/locales/generate-locales-tool/bin:bin_rjs depends on @npm_typescript//:tsc in repository @npm_typescript which failed to fetch. no such package '@npm_typescript//': java.io.IOException: Error downloading [https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz] to /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm_typescript/temp14826952454948615798/typescript-5.8.3.tgz: Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
ERROR: /tmp/renovate/repos/github/angular/angular/packages/common/locales/generate-locales-tool/bin/BUILD.bazel:13:11: //packages/common/locales/generate-locales-tool/bin:bin_rjs depends on @npm_typescript//:validator in repository @npm_typescript which failed to fetch. no such package '@npm_typescript//': java.io.IOException: Error downloading [https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz] to /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm_typescript/temp14826952454948615798/typescript-5.8.3.tgz: Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
ERROR: Analysis of target '//packages/common/locales:closure_locale_file.update' failed; build aborted: 
INFO: Elapsed time: 0.809s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (108 packages loaded, 10 targets configured)
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)
Analyzing: target //packages/core:base_locale_file.update (5 packages loaded, 21178 targets configured)
INFO: Repository npm_typescript instantiated at:
  /tmp/renovate/repos/github/angular/angular/WORKSPACE:152:22: in <toplevel>
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/repositories.bzl:79:21: in rules_ts_dependencies
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/private/npm_repositories.bzl:83:10: in npm_dependencies
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/bazel_tools/tools/build_defs/repo/utils.bzl:233:18: in maybe
Repository rule http_archive_version defined at:
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/private/npm_repositories.bzl:64:39: in <toplevel>
WARNING: Download from https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
ERROR: An error occurred during the fetch of repository 'npm_typescript':
   Traceback (most recent call last):
	File "/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/private/npm_repositories.bzl", line 45, column 30, in _http_archive_version_impl
		rctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz] to /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm_typescript/temp5717249936026360930/typescript-5.8.3.tgz: Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
ERROR: /tmp/renovate/repos/github/angular/angular/WORKSPACE:152:22: fetching http_archive_version rule //external:npm_typescript: Traceback (most recent call last):
	File "/home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_ts/ts/private/npm_repositories.bzl", line 45, column 30, in _http_archive_version_impl
		rctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz] to /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm_typescript/temp5717249936026360930/typescript-5.8.3.tgz: Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
INFO: Repository npm2__cldr__7.9.0 instantiated at:
  /tmp/renovate/repos/github/angular/angular/WORKSPACE:141:17: in <toplevel>
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm2/repositories.bzl:34247:15: in npm_repositories
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_js/npm/private/npm_import.bzl:1302:20: in npm_import
Repository rule npm_import_rule defined at:
  /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/aspect_rules_js/npm/private/npm_import.bzl:986:34: in <toplevel>
ERROR: /tmp/renovate/repos/github/angular/angular/packages/common/locales/generate-locales-tool/bin/BUILD.bazel:13:11: //packages/common/locales/generate-locales-tool/bin:bin_rjs depends on @npm_typescript//:tsc in repository @npm_typescript which failed to fetch. no such package '@npm_typescript//': java.io.IOException: Error downloading [https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz] to /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm_typescript/temp5717249936026360930/typescript-5.8.3.tgz: Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
ERROR: /tmp/renovate/repos/github/angular/angular/packages/common/locales/generate-locales-tool/bin/BUILD.bazel:13:11: //packages/common/locales/generate-locales-tool/bin:bin_rjs depends on @npm_typescript//:validator in repository @npm_typescript which failed to fetch. no such package '@npm_typescript//': java.io.IOException: Error downloading [https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz] to /home/runner/.cache/bazel/_bazel_runner/8f5b072875bde9d89b3b6abd45d6c4e0/external/npm_typescript/temp5717249936026360930/typescript-5.8.3.tgz: Checksum was a757625ba4ea2fd2f4ee7371bd130cee130cc387395cea3fd626cbe1a0081a6480b7db254c4d57830e4a5aea1fdae4cebc283d058ed9462f86685fbbb1f80f79 but wanted 6899fac2ad77fda7d9a7f8d3f50666c048c3aaabd21a9d554f919583e7ffb7afe8572ae05cce8163587d05187f3b9a773e550f01ef96ba21193a66ffe3d46aa1
ERROR: Analysis of target '//packages/core:base_locale_file.update' failed; build aborted: 
INFO: Elapsed time: 2.322s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (82 packages loaded, 21492 targets configured)
ERROR: Build failed. Not running target
error Command failed with exit code 1.

@ngbot ngbot bot added this to the Backlog milestone Jun 10, 2025
@pullapprove pullapprove bot requested review from atscott and JiaLiPassion June 10, 2025 05:09
@angular-robot angular-robot force-pushed the ng-renovate/main-major-jest-monorepo branch 3 times, most recently from caa7e0d to b161634 Compare June 11, 2025 09:41
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-major-jest-monorepo branch from b161634 to d3f323c Compare June 11, 2025 10:43
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: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant