Skip to content

build: update cross-repo angular dependencies (main) - #33769

Merged
crisbeto merged 1 commit into
angular:mainfrom
angular-robot:ng-renovate/main-cross-repo-angular-dependencies
Sep 3, 2026
Merged

build: update cross-repo angular dependencies (main)#33769
crisbeto merged 1 commit into
angular:mainfrom
angular-robot:ng-renovate/main-cross-repo-angular-dependencies

Conversation

@angular-robot

@angular-robot angular-robot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
@angular/ng-dev devDependencies digest 151e36fdd47442
angular/dev-infra action digest 6a54b1ff826089
devinfra git_override digest 6a54b1ff826089
rules_angular git_override digest 0b3df62fbe1177
rules_browsers git_override digest c00a3cb8577ef7
rules_sass git_override digest afe73f9d0064e9

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


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

@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 Sep 3, 2026
@angular-robot

angular-robot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

ℹ️ Note

This PR body was truncated due to platform limits.

Renovate failed to update an artifact 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: MODULE.bazel.lock
Command failed: bazel mod deps --lockfile_mode=update
2026/09/03 10:52:55 Downloading https://releases.bazel.build/8.8.0/release/bazel-8.8.0-linux-x86_64...
Extracting Bazel installation...
Starting local Bazel server (8.8.0) and connecting to it...
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
DEBUG: /home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/aspect_rules_ts+/ts/extensions.bzl:103:14: WARNING: rules_ts: the 'ext' module extension symbol is deprecated and will be removed in the next
major release. Rename `use_extension(..., "ext")` to `use_extension(..., "typescript")`.
DEBUG: /home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/aspect_rules_ts+/ts/extensions.bzl:105:14: WARNING: rules_ts: the 'ts_version', 'ts_version_from' and 'ts_integrity' attributes of the
TypeScript module extension are deprecated and will be removed in the next major release. Rename
them to 'version', 'version_from' and 'integrity':

    typescript = use_extension("@aspect_rules_ts//ts:extensions.bzl", "typescript")
    typescript.deps(version = "...")   # or version_from = "//:package.json"
    use_repo(typescript, "npm_typescript")
 no actions running
 no actions running
 no actions running
ERROR: /home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/aspect_rules_js+/npm/private/pnpm.bzl:135:9: Traceback (most recent call last):
	File "/home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/aspect_rules_js+/npm/extensions.bzl", line 89, column 39, in _npm_extension_impl
		_npm_translate_lock_bzlmod(module_ctx, mod, attr, exclude_package_contents_config, replace_packages)
	File "/home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/aspect_rules_js+/npm/extensions.bzl", line 137, column 34, in _npm_translate_lock_bzlmod
		state = parse_and_verify_lock(module_ctx, mod, attr)
	File "/home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/aspect_rules_js+/npm/private/npm_translate_lock.bzl", line 360, column 41, in parse_and_verify_lock
		state = npm_translate_lock_state.new(rctx, mod, attr)
	File "/home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/aspect_rules_js+/npm/private/npm_translate_lock_state.bzl", line 522, column 10, in _new
		_init(priv, rctx, attr)
	File "/home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/aspect_rules_js+/npm/private/npm_translate_lock_state.bzl", line 45, column 23, in _init
		_load_lockfile(priv, rctx, attr, rctx.path(attr.pnpm_lock), is_windows)
	File "/home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/aspect_rules_js+/npm/private/npm_translate_lock_state.bzl", line 425, column 99, in _load_lockfile
		importers, packages, pnpm_patched_dependencies, lock_parse_err = pnpm.parse_pnpm_lock_json(
	File "/home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/aspect_rules_js+/npm/private/pnpm.bzl", line 267, column 27, in _parse_pnpm_lock_json
		return _parse_lockfile(json.decode(content) if content else None, no_dev, no_optional, None)
	File "/home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/aspect_rules_js+/npm/private/pnpm.bzl", line 305, column 36, in _parse_lockfile
		packages = _convert_v9_packages(packages, snapshots, no_optional)
	File "/home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/aspect_rules_js+/npm/private/pnpm.bzl", line 243, column 67, in _convert_v9_packages
		dependencies = _convert_pnpm_v9_package_dependency_map(packages, snapshots, snapshot_key, package_snapshot.get("dependencies", {})),
	File "/home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/aspect_rules_js+/npm/private/pnpm.bzl", line 140, column 67, in _convert_pnpm_v9_package_dependency_map
		result[name] = _convert_pnpm_v9_package_dependency_version(packages, snapshots, snapshot_key, name, version)
	File "/home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/aspect_rules_js+/npm/private/pnpm.bzl", line 135, column 9, in _convert_pnpm_v9_package_dependency_version
		fail("Unknown package {} ({}) not in snapshots: {}".format(name, version, snapshots.keys()))
Error in fail: Unknown package @jridgewell/sourcemap-codec (1.5.5) not in snapshots: ["@actions/core@3.0.1", "@actions/exec@3.0.0", "@actions/http-client@4.0.1", "@actions/io@3.0.2", "@ampproject/remapping@2.3.0", "@angular-devkit/architect@0.2202.0-next.6(chokidar@5.0.0)", "@angular-devkit/build-angular@22.2.0-next.6(9a99aea2848a1abd8cf4ac06343c2044)", "@angular-devkit/build-webpack@0.2202.0-next.6(chokidar@5.0.0)(webpack-dev-server@6.0.0(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3)))(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3))", "@angular-devkit/core@22.2.0-next.6(chokidar@5.0.0)", "@angular-devkit/schematics@22.2.0-next.6(chokidar@5.0.0)", "@angular/build@22.2.0-next.6(c0a03389e396eacbd065238f13995b33)", "@angular/cli@22.2.0-next.6(@types/node@22.20.1)(chokidar@5.0.0)", "@angular/common@22.2.0-next.5(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7)", "@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2)", "@angular/compiler@22.2.0-next.5", "@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2)", "@angular/forms@22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7)", "@angular/localize@22.2.0-next.5(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/compiler@22.2.0-next.5)", "@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/151e36ffa910f4a01aafe1c482ed8294e2050566(@modelcontextprotocol/sdk@1.30.0(supports-color@11.0.0))", "@angular/platform-browser-dynamic@22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler@22.2.0-next.5)(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2)))", "@angular/platform-browser@22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2))", "@angular/platform-server@22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/compiler@22.2.0-next.5)(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7)", "@angular/router@22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2))(@angular/platform-browser@22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2))(rxjs@6.6.7))(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@6.6.7)(zone.js@0.16.2)))(rxjs@6.6.7)", "@angular/ssr@22.2.0-next.6(fd29e7161d627a6c9ac542b2d387cd00)", "@apidevtools/json-schema-ref-parser@9.1.2", "@apphosting/common@0.0.8", "@babel/code-frame@7.29.7", "@babel/code-frame@8.0.0", "@babel/compat-data@7.29.7", "@babel/compat-data@8.0.0", "@babel/core@7.29.7(supports-color@11.0.0)", "@babel/core@8.0.1", "@babel/generator@7.29.8", "@babel/generator@8.0.0", "@babel/helper-annotate-as-pure@8.0.0", "@babel/helper-compilation-targets@7.29.7", "@babel/helper-compilation-targets@8.0.0", "@babel/helper-create-class-features-plugin@8.0.1(@babel/core@8.0.1)", "@babel/helper-create-regexp-features-plugin@8.0.1(@babel/core@8.0.1)", "@babel/helper-define-polyfill-provider@1.0.0(@babel/core@8.0.1)", "@babel/helper-globals@7.29.7", "@babel/helper-globals@8.0.0", "@babel/helper-member-expression-to-functions@8.0.0", "@babel/helper-module-imports@7.29.7(supports-color@11.0.0)", "@babel/helper-module-imports@8.0.0", "@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7(supports-color@11.0.0))(supports-color@11.0.0)", "@babel/helper-module-transforms@8.0.1(@babel/core@8.0.1)", "@babel/helper-optimise-call-expression@8.0.0", "@babel/helper-plugin-utils@8.0.1(@babel/core@8.0.1)", "@babel/helper-remap-async-to-generator@8.0.1(@babel/core@8.0.1)", "@babel/helper-replace-supers@8.0.1(@babel/core@8.0.1)", "@babel/helper-skip-transparent-expression-wrappers@8.0.0", "@babel/helper-split-export-declaration@7.24.7", "@babel/helper-string-parser@7.29.7", "@babel/helper-string-parser@8.0.0", "@babel/helper-validator-identifier@7.29.7", "@babel/helper-validator-identifier@8.0.4", "@babel/helper-validator-option@7.29.7", "@babel/helper-validator-option@8.0.0", "@babel/helper-wrap-function@8.0.0", "@babel/helpers@7.29.7", "@babel/helpers@8.0.0", "@babel/parser@7.29.8", "@babel/parser@8.0.4", "@babel/plugin-bugfix-firefox-class-in-computed-class-key@8.0.1(@babel/core@8.0.1)", "@babel/plugin-bugfix-safari-class-field-initializer-scope@8.0.1(@babel/core@8.0.1)", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@8.0.1(@babel/core@8.0.1)", "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@8.0.1(@babel/core@8.0.1)", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@8.0.1(@babel/core@8.0.1)", "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-arrow-functions@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-async-generator-functions@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-async-to-generator@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-block-scoped-functions@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-block-scoping@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-class-properties@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-class-static-block@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-classes@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-computed-properties@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-destructuring@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-dotall-regex@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-duplicate-keys@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-duplicate-named-capturing-groups-regex@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-dynamic-import@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-explicit-resource-management@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-exponentiation-operator@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-export-namespace-from@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-for-of@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-function-name@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-json-strings@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-literals@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-logical-assignment-operators@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-member-expression-literals@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-modules-amd@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-modules-commonjs@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-modules-systemjs@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-modules-umd@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-named-capturing-groups-regex@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-new-target@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-nullish-coalescing-operator@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-numeric-separator@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-object-rest-spread@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-object-super@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-optional-catch-binding@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-optional-chaining@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-parameters@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-private-methods@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-private-property-in-object@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-property-literals@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-regenerator@8.0.2(@babel/core@8.0.1)", "@babel/plugin-transform-regexp-modifiers@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-reserved-words@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-runtime@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-shorthand-properties@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-spread@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-sticky-regex@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-template-literals@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-typeof-symbol@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-unicode-escapes@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-unicode-property-regex@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-unicode-regex@8.0.1(@babel/core@8.0.1)", "@babel/plugin-transform-unicode-sets-regex@8.0.1(@babel/core@8.0.1)", "@babel/preset-env@8.0.2(@babel/core@8.0.1)", "@babel/preset-modules@0.2.0(@babel/core@8.0.1)", "@babel/runtime@8.0.0", "@babel/template@7.29.7", "@babel/template@8.0.0", "@babel/traverse@7.29.8(supports-color@11.0.0)", "@babel/traverse@8.0.4", "@babel/types@7.29.8", "@babel/types@8.0.4", "@bazel/bazelisk@1.28.1", "@bazel/buildifier@8.2.1", "@bazel/ibazel@0.28.0", "@bazel/runfiles@6.5.0", "@bufbuild/protobuf@2.14.1", "@colors/colors@1.5.0", "@colors/colors@1.6.0", "@conventional-changelog/git-client@3.1.2(conventional-commits-filter@6.0.1)(conventional-commits-parser@7.1.2)", "@cspotcode/source-map-support@0.8.1", "@csstools/selector-specificity@2.2.0(postcss-selector-parser@6.1.4)", "@dabh/diagnostics@2.0.8", "@discoveryjs/json-ext@1.1.0", "@electric-sql/pglite-tools@0.2.21(@electric-sql/pglite@0.3.16)", "@electric-sql/pglite@0.2.17", "@electric-sql/pglite@0.3.16", "@esbuild/aix-ppc64@0.28.2", "@esbuild/android-arm64@0.28.2", "@esbuild/android-arm@0.28.2", "@esbuild/android-x64@0.28.2", "@esbuild/darwin-arm64@0.28.2", "@esbuild/darwin-x64@0.28.2", "@esbuild/freebsd-arm64@0.28.2", "@esbuild/freebsd-x64@0.28.2", "@esbuild/linux-arm64@0.28.2", "@esbuild/linux-arm@0.28.2", "@esbuild/linux-ia32@0.28.2", "@esbuild/linux-loong64@0.28.2", "@esbuild/linux-mips64el@0.28.2", "@esbuild/linux-ppc64@0.28.2", "@esbuild/linux-riscv64@0.28.2", "@esbuild/linux-s390x@0.28.2", "@esbuild/linux-x64@0.28.2", "@esbuild/netbsd-arm64@0.28.2", "@esbuild/netbsd-x64@0.28.2", "@esbuild/openbsd-arm64@0.28.2", "@esbuild/openbsd-x64@0.28.2", "@esbuild/openharmony-arm64@0.28.2", "@esbuild/sunos-x64@0.28.2", "@esbuild/win32-arm64@0.28.2", "@esbuild/win32-ia32@0.28.2", "@esbuild/win32-x64@0.28.2", "@firebase/ai@2.15.0(@firebase/app-types@0.9.6)(@firebase/app@0.16.1)", "@firebase/analytics-compat@0.2.30(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1)", "@firebase/analytics-types@0.8.5", "@firebase/analytics@0.10.24(@firebase/app@0.16.1)", "@firebase/app-check-compat@0.4.7(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1)", "@firebase/app-check-interop-types@0.3.5", "@firebase/app-check-types@0.5.5", "@firebase/app-check@0.13.1(@firebase/app@0.16.1)", "@firebase/app-compat@0.5.17", "@firebase/app-types@0.9.6", "@firebase/app@0.16.1", "@firebase/auth-compat@0.6.10(@firebase/app-compat@0.5.17)(@firebase/app-types@0.9.6)(@firebase/app@0.16.1)", "@firebase/auth-interop-types@0.2.6", "@firebase/auth-types@0.13.2(@firebase/app-types@0.9.6)(@firebase/util@1.15.3)", "@firebase/auth@1.13.5(@firebase/app@0.16.1)", "@firebase/component@0.7.5", "@firebase/data-connect@0.7.4(@firebase/app@0.16.1)", "@firebase/database-compat@2.1.7(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1)", "@firebase/database-types@1.0.22", "@firebase/database@1.1.5", "@firebase/firestore-compat@0.4.13(@firebase/app-compat@0.5.17)(@firebase/app-types@0.9.6)(@firebase/app@0.16.1)", "@firebase/firestore-types@3.0.5(@firebase/app-types@0.9.6)(@firebase/util@1.15.3)", "@firebase/firestore@4.17.1(@firebase/app@0.16.1)", "@firebase/functions-compat@0.5.0(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1)", "@firebase/functions-types@0.6.5", "@firebase/functions@0.14.0(@firebase/app@0.16.1)", "@firebase/installations-compat@0.2.24(@firebase/app-compat@0.5.17)(@firebase/app-types@0.9.6)(@firebase/app@0.16.1)", "@firebase/installations-types@0.5.5(@firebase/app-types@0.9.6)", "@firebase/installations@0.6.24(@firebase/app@0.16.1)", "@firebase/logger@0.5.2", "@firebase/messaging-compat@0.2.29(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1)", "@firebase/messaging-interop-types@0.2.6", "@firebase/messaging@0.13.2(@firebase/app@0.16.1)", "@firebase/performance-compat@0.2.27(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1)", "@firebase/performance-types@0.2.5", "@firebase/performance@0.7.14(@firebase/app@0.16.1)", "@firebase/remote-config-compat@0.2.29(@firebase/app-compat@0.5.17)(@firebase/app@0.16.1)", "@firebase/remote-config-types@0.5.2", "@firebase/remote-config@0.9.2(@firebase/app@0.16.1)", "@firebase/storage-compat@0.4.5(@firebase/app-compat@0.5.17)(@firebase/app-types@0.9.6)(@firebase/app@0.16.1)", "@firebase/storage-types@0.8.5(@firebase/app-types@0.9.6)(@firebase/util@1.15.3)", "@firebase/storage@0.14.5(@firebase/app@0.16.1)", "@firebase/util@1.15.3", "@firebase/webchannel-wrapper@1.0.7", "@formatjs/ecma402-abstract@2.3.6", "@formatjs/fast-memoize@2.2.7", "@formatjs/icu-messageformat-parser@2.11.4", "@formatjs/icu-skeleton-parser@1.8.16", "@formatjs/intl-localematcher@0.6.2", "@google-cloud/cloud-sql-connector@1.11.3(supports-color@11.0.0)", "@google-cloud/common@6.1.0(supports-color@11.0.0)", "@google-cloud/paginator@6.1.0", "@google-cloud/precise-date@5.2.0", "@google-cloud/projectify@4.0.0", "@google-cloud/projectify@5.2.0", "@google-cloud/promisify@4.1.0", "@google-cloud/promisify@5.1.0", "@google-cloud/pubsub@5.3.1(supports-color@11.0.0)", "@google-cloud/spanner@8.0.0(supports-color@11.0.0)", "@google/genai@2.19.0(@modelcontextprotocol/sdk@1.30.0(supports-color@11.0.0))(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)", "@googleapis/sqladmin@37.0.0(supports-color@11.0.0)", "@grpc/grpc-js@1.14.4", "@grpc/grpc-js@1.9.16", "@grpc/proto-loader@0.7.15", "@grpc/proto-loader@0.8.1", "@harperfast/extended-iterable@1.0.3", "@hono/node-server@2.1.1(hono@4.13.5)", "@inquirer/ansi@1.0.2", "@inquirer/ansi@2.0.7", "@inquirer/checkbox@4.3.2(@types/node@22.20.1)", "@inquirer/checkbox@5.2.3(@types/node@22.20.1)", "@inquirer/checkbox@5.2.3(@types/node@24.13.3)", "@inquirer/confirm@5.1.21(@types/node@22.20.1)", "@inquirer/confirm@6.2.0(@types/node@22.20.1)", "@inquirer/confirm@6.3.0(@types/node@22.20.1)", "@inquirer/confirm@6.3.0(@types/node@24.13.3)", "@inquirer/core@10.3.2(@types/node@22.20.1)", "@inquirer/core@12.0.1(@types/node@22.20.1)", "@inquirer/core@12.0.1(@types/node@24.13.3)", "@inquirer/editor@4.2.23(@types/node@22.20.1)", "@inquirer/editor@5.3.1(@types/node@22.20.1)", "@inquirer/editor@5.3.1(@types/node@24.13.3)", "@inquirer/expand@4.0.23(@types/node@22.20.1)", "@inquirer/expand@5.1.3(@types/node@22.20.1)", "@inquirer/expand@5.1.3(@types/node@24.13.3)", "@inquirer/external-editor@1.0.3(@types/node@22.20.1)", "@inquirer/external-editor@3.0.4(@types/node@22.20.1)", "@inquirer/external-editor@3.0.4(@types/node@24.13.3)", "@inquirer/figures@1.0.15", "@inquirer/figures@2.0.8", "@inquirer/input@4.3.1(@types/node@22.20.1)", "@inquirer/input@5.1.4(@types/node@22.20.1)", "@inquirer/input@5.1.4(@types/node@24.13.3)", "@inquirer/number@3.0.23(@types/node@22.20.1)", "@inquirer/number@4.2.1(@types/node@22.20.1)", "@inquirer/number@4.2.1(@types/node@24.13.3)", "@inquirer/password@4.0.23(@types/node@22.20.1)", "@inquirer/password@5.2.0(@types/node@22.20.1)", "@inquirer/password@5.2.0(@types/node@24.13.3)", "@inquirer/prompts@7.10.1(@types/node@22.20.1)", "@inquirer/prompts@8.6.0(@types/node@22.20.1)", "@inquirer/prompts@8.7.0(@types/node@24.13.3)", "@inquirer/rawlist@4.1.11(@types/node@22.20.1)", "@inquirer/rawlist@5.3.3(@types/node@22.20.1)", "@inquirer/rawlist@5.3.3(@types/node@24.13.3)", "@inquirer/search@3.2.2(@types/node@22.20.1)", "@inquirer/search@4.3.1(@types/node@22.20.1)", "@inquirer/search@4.3.1(@types/node@24.13.3)", "@inquirer/select@4.4.2(@types/node@22.20.1)", "@inquirer/select@5.2.3(@types/node@22.20.1)", "@inquirer/select@5.2.3(@types/node@24.13.3)", "@inquirer/type@3.0.10(@types/node@22.20.1)", "@inquirer/type@4.1.0(@types/node@22.20.1)", "@inquirer/type@4.1.0(@types/node@24.13.3)", "@isaacs/cliui@8.0.2", "@isaacs/cliui@9.0.0", "@isaacs/fs-minipass@4.0.1", "@istanbuljs/schema@0.1.6", "@jasminejs/reporters@1.1.0", "@jridgewell/gen-mapping@0.3.13", "@jridgewell/remapping@2.3.5", "@jridgewell/resolve-uri@3.1.2", "@jridgewell/source-map@0.3.11", "@jridgewell/sourcemap-codec@1.6.0", "@jridgewell/trace-mapping@0.3.31", "@jridgewell/trace-mapping@0.3.9", "@js-sdsl/ordered-map@4.4.2", "@jsdevtools/ono@7.1.3", "@jsonjoy.com/base64@1.1.2(tslib@2.8.1)", "@jsonjoy.com/base64@17.67.0(tslib@2.8.1)", "@jsonjoy.com/buffers@1.2.1(tslib@2.8.1)", "@jsonjoy.com/buffers@17.67.0(tslib@2.8.1)", "@jsonjoy.com/codegen@1.0.0(tslib@2.8.1)", "@jsonjoy.com/codegen@17.67.0(tslib@2.8.1)", "@jsonjoy.com/fs-core@4.68.2(tslib@2.8.1)", "@jsonjoy.com/fs-fsa@4.68.2(tslib@2.8.1)", "@jsonjoy.com/fs-node-builtins@4.68.2(tslib@2.8.1)", "@jsonjoy.com/fs-node-to-fsa@4.68.2(tslib@2.8.1)", "@jsonjoy.com/fs-node-utils@4.68.2(tslib@2.8.1)", "@jsonjoy.com/fs-node@4.68.2(tslib@2.8.1)", "@jsonjoy.com/fs-print@4.68.2(tslib@2.8.1)", "@jsonjoy.com/fs-snapshot@4.68.2(tslib@2.8.1)", "@jsonjoy.com/json-pack@1.21.0(tslib@2.8.1)", "@jsonjoy.com/json-pack@17.67.0(tslib@2.8.1)", "@jsonjoy.com/json-pointer@1.0.2(tslib@2.8.1)", "@jsonjoy.com/json-pointer@17.67.0(tslib@2.8.1)", "@jsonjoy.com/util@1.9.0(tslib@2.8.1)", "@jsonjoy.com/util@17.67.0(tslib@2.8.1)", "@leichtgewicht/ip-codec@2.0.5", "@listr2/prompt-adapter-inquirer@4.2.6(@inquirer/prompts@8.6.0(@types/node@22.20.1))(@types/node@22.20.1)(listr2@11.0.1)", "@lmdb/lmdb-darwin-arm64@3.5.6", "@lmdb/lmdb-darwin-x64@3.5.6", "@lmdb/lmdb-linux-arm64@3.5.6", "@lmdb/lmdb-linux-arm@3.5.6", "@lmdb/lmdb-linux-x64@3.5.6", "@lmdb/lmdb-win32-arm64@3.5.6", "@lmdb/lmdb-win32-x64@3.5.6", "@material/material-color-utilities@0.4.0", "@modelcontextprotocol/core@2.0.0", "@modelcontextprotocol/sdk@1.30.0(supports-color@11.0.0)", "@modelcontextprotocol/server@2.0.0", "@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.4", "@msgpackr-extract/msgpackr-extract-darwin-x64@3.0.4", "@msgpackr-extract/msgpackr-extract-linux-arm64@3.0.4", "@msgpackr-extract/msgpackr-extract-linux-arm@3.0.4", "@msgpackr-extract/msgpackr-extract-linux-x64@3.0.4", "@msgpackr-extract/msgpackr-extract-win32-x64@3.0.4", "@mswjs/interceptors@0.41.9", "@napi-rs/lzma-linux-x64-gnu@1.5.1", "@napi-rs/nice-android-arm-eabi@1.1.1", "@napi-rs/nice-android-arm64@1.1.1", "@napi-rs/nice-darwin-arm64@1.1.1", "@napi-rs/nice-darwin-x64@1.1.1", "@napi-rs/nice-freebsd-x64@1.1.1", "@napi-rs/nice-linux-arm-gnueabihf@1.1.1", "@napi-rs/nice-linux-arm64-gnu@1.1.1", "@napi-rs/nice-linux-arm64-musl@1.1.1", "@napi-rs/nice-linux-ppc64-gnu@1.1.1", "@napi-rs/nice-linux-riscv64-gnu@1.1.1", "@napi-rs/nice-linux-s390x-gnu@1.1.1", "@napi-rs/nice-linux-x64-gnu@1.1.1", "@napi-rs/nice-linux-x64-musl@1.1.1", "@napi-rs/nice-openharmony-arm64@1.1.1", "@napi-rs/nice-win32-arm64-msvc@1.1.1", "@napi-rs/nice-win32-ia32-msvc@1.1.1", "@napi-rs/nice-win32-x64-msvc@1.1.1", "@napi-rs/nice@1.1.1", "@nginfra/angular-linking@1.0.11(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))", "@ngtools/webpack@22.2.0-next.6(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.2))(typescript@6.0.2)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3))", "@noble/hashes@1.4.0", "@nodelib/fs.scandir@2.1.5", "@nodelib/fs.stat@2.0.5", "@nodelib/fs.walk@1.2.8", "@octokit/auth-app@8.3.0", "@octokit/auth-oauth-app@9.0.5", "@octokit/auth-oauth-device@8.0.5", "@octokit/auth-oauth-user@6.0.4", "@octokit/auth-token@6.0.0", "@octokit/core@7.0.7", "@octokit/core@7.0.8", "@octokit/endpoint@11.0.5", "@octokit/graphql-schema@15.26.1", "@octokit/graphql@9.0.4", "@octokit/graphql@9.0.5", "@octokit/oauth-authorization-url@8.0.0", "@octokit/oauth-methods@6.0.5", "@octokit/openapi-types@27.0.0", "@octokit/openapi-types@28.0.0", "@octokit/openapi-types@29.0.1", "@octokit/plugin-paginate-rest@14.0.0(@octokit/core@7.0.8)", "@octokit/plugin-paginate-rest@15.0.0(@octokit/core@7.0.7)", "@octokit/plugin-request-log@6.0.0(@octokit/core@7.0.8)", "@octokit/plugin-rest-endpoint-methods@17.0.0(@octokit/core@7.0.8)", "@octokit/plugin-rest-endpoint-methods@18.0.0(@octokit/core@7.0.7)", "@octokit/request-error@7.1.1", "@octokit/request-error@7.1.2", "@octokit/request@10.0.16", "@octokit/rest@22.0.1", "@octokit/types@16.0.0", "@octokit/types@17.0.0", "@octokit/types@18.0.0", "@open-draft/deferred-promise@2.2.0", "@open-draft/logger@0.3.0", "@open-draft/until@2.1.0", "@opentelemetry/api-logs@0.220.0", "@opentelemetry/api@1.9.1", "@opentelemetry/context-async-hooks@2.11.0(@opentelemetry/api@1.9.1)", "@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.1)", "@opentelemetry/core@2.11.0(@opentelemetry/api@1.9.1)", "@opentelemetry/instrumentation@0.220.0(@opentelemetry/api@1.9.1)(supports-color@11.0.0)", "@opentelemetry/resources@2.11.0(@opentelemetry/api@1.9.1)", "@opentelemetry/sdk-trace-base@2.11.0(@opentelemetry/api@1.9.1)", "@opentelemetry/sdk-trace@2.11.0(@opentelemetry/api@1.9.1)", "@opentelemetry/semantic-conventions@1.28.0", "@opentelemetry/semantic-conventions@1.39.0", "@opentelemetry/semantic-conventions@1.43.0", "@oxc-parser/binding-android-arm-eabi@0.147.0", "@oxc-parser/binding-android-arm64@0.147.0", "@oxc-parser/binding-darwin-arm64@0.147.0", "@oxc-parser/binding-darwin-x64@0.147.0", "@oxc-parser/binding-freebsd-x64@0.147.0", "@oxc-parser/binding-linux-arm-gnueabihf@0.147.0", "@oxc-parser/binding-linux-arm-musleabihf@0.147.0", "@oxc-parser/binding-linux-arm64-gnu@0.147.0", "@oxc-parser/binding-linux-arm64-musl@0.147.0", "@oxc-parser/binding-linux-ppc64-gnu@0.147.0", "@oxc-parser/binding-linux-riscv64-gnu@0.147.0", "@oxc-parser/binding-linux-riscv64-musl@0.147.0", "@oxc-parser/binding-linux-s390x-gnu@0.147.0", "@oxc-parser/binding-linux-x64-gnu@0.147.0", "@oxc-parser/binding-linux-x64-musl@0.147.0", "@oxc-parser/binding-openharmony-arm64@0.147.0", "@oxc-parser/binding-win32-arm64-msvc@0.147.0", "@oxc-parser/binding-win32-ia32-msvc@0.147.0", "@oxc-parser/binding-win32-x64-msvc@0.147.0", "@oxc-project/types@0.146.0", "@oxc-project/types@0.147.0", "@parcel/watcher-android-arm64@2.6.0", "@parcel/watcher-darwin-arm64@2.6.0", "@parcel/watcher-darwin-x64@2.6.0", "@parcel/watcher-freebsd-x64@2.6.0", "@parcel/watcher-linux-arm-glibc@2.6.0", "@parcel/watcher-linux-arm-musl@2.6.0", "@parcel/watcher-linux-arm64-glibc@2.6.0", "@parcel/watcher-linux-arm64-musl@2.6.0", "@parcel/watcher-linux-x64-glibc@2.6.0", "@parcel/watcher-linux-x64-musl@2.6.0", "@parcel/watcher-win32-arm64@2.6.0", "@parcel/watcher-win32-x64@2.6.0", "@parcel/watcher@2.6.0", "@paulirish/trace_engine@0.0.65", "@peculiar/asn1-cms@2.9.4", "@peculiar/asn1-csr@2.9.4", "@peculiar/asn1-ecc@2.9.4", "@peculiar/asn1-pfx@2.9.4", "@peculiar/asn1-pkcs8@2.9.4", "@peculiar/asn1-pkcs9@2.9.4", "@peculiar/asn1-rsa@2.9.4", "@peculiar/asn1-schema@2.9.4", "@peculiar/asn1-x509-attr@2.9.4", "@peculiar/asn1-x509@2.9.4", "@peculiar/utils@2.0.3", "@peculiar/x509@1.14.3", "@phenomnomnominal/tsquery@4.2.0(typescript@6.0.2)", "@pkgjs/parseargs@0.11.0", "@pnpm/config.env-replace@1.1.0", "@pnpm/crypto.hash@1000.2.2", "@pnpm/crypto.polyfill@1000.1.0", "@pnpm/dependency-path@1001.1.10", "@pnpm/graceful-fs@1000.1.0", "@pnpm/network.ca-file@1.0.2", "@pnpm/npm-conf@3.0.3", "@pnpm/types@1001.3.0", "@puppeteer/browsers@3.2.1", "@rolldown/binding-android-arm-eabi@1.2.5", "@rolldown/binding-android-arm64@1.2.5", "@rolldown/binding-darwin-arm64@1.2.5", "@rolldown/binding-darwin-x64@1.2.5", "@rolldown/binding-freebsd-x64@1.2.5", "@rolldown/binding-linux-arm-gnueabihf@1.2.5", "@rolldown/binding-linux-arm64-gnu@1.2.5", "@rolldown/binding-linux-arm64-musl@1.2.5", "@rolldown/binding-linux-ppc64-gnu@1.2.5", "@rolldown/binding-linux-s390x-gnu@1.2.5", "@rolldown/binding-linux-x64-gnu@1.2.5", "@rolldown/binding-linux-x64-musl@1.2.5", "@rolldown/binding-openharmony-arm64@1.2.5", "@rolldown/binding-win32-arm64-msvc@1.2.5", "@rolldown/binding-win32-x64-msvc@1.2.5", "@rolldown/pluginutils@1.0.1", "@rollup/plugin-commonjs@29.0.3(rollup@4.63.1)", "@rollup/plugin-node-resolve@16.0.3(rollup@4.63.1)", "@rollup/pluginutils@5.4.0(rollup@4.63.1)", "@rollup/rollup-android-arm-eabi@4.63.1", "@rollup/rollup-android-arm64@4.63.1", "@rollup/rollup-darwin-arm64@4.63.1", "@rollup/rollup-darwin-x64@4.63.1", "@rollup/rollup-freebsd-arm64@4.63.1", "@rollup/rollup-freebsd-x64@4.63.1", "@rollup/rollup-linux-arm-gnueabihf@4.63.1", "@rollup/rollup-linux-arm-musleabihf@4.63.1", "@rollup/rollup-linux-arm64-gnu@4.63.1", "@rollup/rollup-linux-arm64-musl@4.63.1", "@rollup/rollup-linux-loong64-gnu@4.63.1", "@rollup/rollup-linux-loong64-musl@4.63.1", "@rollup/rollup-linux-ppc64-gnu@4.63.1", "@rollup/rollup-linux-ppc64-musl@4.63.1", "@rollup/rollup-linux-riscv64-gnu@4.63.1", "@rollup/rollup-linux-riscv64-musl@4.63.1", "@rollup/rollup-linux-s390x-gnu@4.63.1", "@rollup/rollup-linux-x64-gnu@4.63.1", "@rollup/rollup-linux-x64-musl@4.63.1", "@rollup/rollup-openbsd-x64@4.63.1", "@rollup/rollup-openharmony-arm64@4.63.1", "@rollup/rollup-win32-arm64-msvc@4.63.1", "@rollup/rollup-win32-ia32-msvc@4.63.1", "@rollup/rollup-win32-x64-gnu@4.63.1", "@rollup/rollup-win32-x64-msvc@4.63.1", "@schematics/angular@22.2.0-next.6(chokidar@5.0.0)", "@sentry/conventions@0.16.0", "@sentry/core@10.73.0", "@sentry/node-core@10.73.0(@opentelemetry/api@1.9.1)(@opentelemetry/core@2.11.0(@opentelemetry/api@1.9.1))(@opentelemetry/instrumentation@0.220.0(@opentelemetry/api@1.9.1)(supports-color@11.0.0))(@opentelemetry/sdk-trace-base@2.11.0(@opentelemetry/api@1.9.1))", "@sentry/node@10.73.0(@opentelemetry/core@2.11.0(@opentelemetry/api@1.9.1))(supports-color@11.0.0)", "@sentry/opentelemetry@10.73.0(@opentelemetry/api@1.9.1)(@opentelemetry/core@2.11.0(@opentelemetry/api@1.9.1))(@opentelemetry/sdk-trace-base@2.11.0(@opentelemetry/api@1.9.1))", "@sentry/server-utils@10.73.0", "@simple-libs/child-process-utils@2.0.0", "@simple-libs/stream-utils@2.0.0", "@sindresorhus/is@4.6.0", "@so-ric/colorspace@1.1.6", "@socket.io/component-emitter@3.1.2", "@stackblitz/sdk@1.11.1", "@standard-schema/spec@1.1.0", "@tootallnate/quickjs-emscripten@0.23.0", "@tsconfig/node10@1.0.13", "@tsconfig/node12@1.0.11", "@tsconfig/node14@1.0.3", "@tsconfig/node16@1.0.4", "@types/babel__core@7.20.5", "@types/babel__generator@7.27.0", "@types/babel__template@7.4.4", "@types/babel__traverse@7.28.0", "@types/big.js@6.2.2", "@types/body-parser@1.19.6", "@types/bonjour@3.5.13", "@types/cli-progress@3.11.6", "@types/connect-history-api-fallback@1.5.4", "@types/connect@3.4.38", "@types/cors@2.8.19", "@types/duplexify@3.6.5", "@types/ejs@3.1.5", "@types/estree@1.0.9", "@types/events@3.0.3", "@types/express-serve-static-core@5.1.3", "@types/express@5.0.6", "@types/folder-hash@4.0.4", "@types/fs-extra@11.0.4", "@types/gensync@1.0.5", "@types/google.maps@3.66.1", "@types/http-errors@2.0.5", "@types/jasmine@6.0.0", "@types/jsesc@2.5.1", "@types/json-schema@7.0.15", "@types/jsonfile@6.1.4", "@types/less@3.0.8", "@types/luxon@3.7.5", "@types/minimist@1.2.5", "@types/node@22.20.1", "@types/node@24.13.3", "@types/normalize-package-data@2.4.4", "@types/parse-json@4.0.2", "@types/pumpify@1.4.5", "@types/q@0.0.32", "@types/qs@6.15.1", "@types/range-parser@1.2.7", "@types/resolve@1.20.2", "@types/retry@0.12.0", "@types/selenium-webdriver@3.0.26", "@types/semver@7.8.0", "@types/send@1.2.1", "@types/serve-index@1.9.4", "@types/serve-static@2.2.0", "@types/shelljs@0.10.0", "@types/stack-trace@0.0.33", "@types/triple-beam@1.3.5", "@types/unist@2.0.11", "@types/unist@3.0.3", "@types/vfile-message@2.0.0", "@types/vfile@3.0.2", "@types/which@3.0.4", "@types/ws@8.18.1", "@types/yargs-parser@21.0.3", "@types/yargs@17.0.35", "@types/yarnpkg__lockfile@1.1.9", "@types/youtube@0.3.0", "@vitejs/plugin-basic-ssl@2.3.0(vite@8.2.2(@types/node@22.20.1)(esbuild@0.28.2)(jiti@2.7.0)(less@4.9.0(supports-color@11.0.0))(sass-embedded@1.103.1)(sass@1.103.1)(terser@5.50.0)(tsx@4.23.12)(yaml@2.9.0))", "@webassemblyjs/ast@1.14.1", "@webassemblyjs/floating-point-hex-parser@1.13.2", "@webassemblyjs/helper-api-error@1.13.2", "@webassemblyjs/helper-buffer@1.14.1", "@webassemblyjs/helper-numbers@1.13.2", "@webassemblyjs/helper-wasm-bytecode@1.13.2", "@webassemblyjs/helper-wasm-section@1.14.1", "@webassemblyjs/ieee754@1.13.2", "@webassemblyjs/leb128@1.13.2", "@webassemblyjs/utf8@1.13.2", "@webassemblyjs/wasm-edit@1.14.1", "@webassemblyjs/wasm-gen@1.14.1", "@webassemblyjs/wasm-opt@1.14.1", "@webassemblyjs/wasm-parser@1.14.1", "@webassemblyjs/wast-printer@1.14.1", "@xmldom/xmldom@0.8.15", "@xtuc/ieee754@1.2.0", "@xtuc/long@4.2.2", "@yarnpkg/lockfile@1.1.0", "a-sync-waterfall@1.0.1", "abbrev@1.0.9", "abbrev@5.0.0", "abort-controller@3.0.0", "accepts@1.3.8", "accepts@2.0.0", "acorn-jsx@5.3.2(acorn@7.4.1)", "acorn-walk@8.3.5", "acorn@7.4.1", "acorn@8.18.0", "adjust-sourcemap-loader@4.0.0", "adm-zip@0.5.18", "agent-base@4.3.0", "agent-base@6.0.2(supports-color@11.0.0)", "agent-base@7.1.4", "agent-base@9.0.0", "ajv-formats@2.1.1(ajv@8.20.0)", "ajv-formats@3.0.1", "ajv-keywords@5.1.0(ajv@8.20.0)", "ajv@6.15.0", "ajv@8.20.0", "amdefine@1.0.1", "ansi-align@3.0.1", "ansi-colors@4.1.3", "ansi-escapes@7.3.0", "ansi-html-community@0.0.8", "ansi-regex@2.1.1", "ansi-regex@5.0.1", "ansi-regex@6.3.0", "ansi-styles@2.2.1", "ansi-styles@3.2.1", "ansi-styles@4.3.0", "ansi-styles@6.2.3", "any-promise@1.3.0", "anymatch@3.1.3", "archiver-utils@5.0.2", "archiver@7.0.1", "arg@4.1.3", "argparse@1.0.10", "argparse@2.0.1", "argue-cli@3.2.0", "array-buffer-byte-length@1.0.2", "array-differ@4.0.0", "array-flatten@1.1.1", "array-union@1.0.2", "array-union@2.1.0", "array-union@3.0.1", "array-uniq@1.0.3", "arraybuffer.prototype.slice@1.0.4", "arrify@1.0.1", "arrify@2.0.1", "as-array@2.0.0", "asap@2.0.6", "asn1@0.2.6", "asn1js@3.0.10", "assert-plus@1.0.0", "ast-types@0.13.4", "astral-regex@2.0.0", "async-function@1.0.0", "async-lock@1.4.1", "async@1.5.2", "async@2.6.4", "async@3.2.6", "asynckit@0.4.0", "atomically@2.1.1", "autoprefixer@10.5.4(postcss@8.5.26)", "available-typed-arrays@1.0.7", "aws-sign2@0.7.0", "aws4@1.13.2", "axe-core@4.13.0", "b4a@1.8.1", "babel-loader@10.1.1(@babel/core@8.0.1)(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3))", "babel-plugin-polyfill-corejs3@1.0.0(@babel/core@8.0.1)", "bail@1.0.5", "balanced-match@1.0.2", "balanced-match@2.0.0", "balanced-match@4.0.4", "bare-events@2.9.2", "bare-fs@4.8.1", "bare-path@3.1.2", "bare-stream@2.13.4(bare-events@2.9.2)", "bare-url@2.5.3", "base64-js@1.5.1", "base64id@2.0.0", "baseline-browser-mapping@2.11.20", "basic-auth-connect@1.1.0", "basic-auth@2.0.1", "basic-ftp@5.3.1", "batch@0.6.1", "bcrypt-pbkdf@1.0.2", "beasties@0.4.3", "before-after-hook@4.0.0", "bent@7.3.12", "big.js@5.2.2", "big.js@7.0.1", "bignumber.js@9.3.1", "binary-extensions@2.3.0", "bl@4.1.0", "blocking-proxy@1.0.1", "body-parser@1.20.6(supports-color@11.0.0)", "body-parser@2.3.0(supports-color@11.0.0)", "bonjour-service@1.4.4", "boolbase@1.0.0", "boxen@5.1.2", "brace-expansion@1.1.18", "brace-expansion@2.1.4", "brace-expansion@5.0.9", "braces@3.0.3", "browserslist@4.28.8", "browserstack-local@1.5.13(supports-color@11.0.0)", "browserstack@1.5.3(supports-color@11.0.0)", "browserstack@1.6.1(supports-color@11.0.0)", "buffer-crc32@1.0.0", "buffer-equal-constant-time@1.0.1", "buffer-from@1.1.2", "buffer@5.7.1", "buffer@6.0.3", "bufferutil@4.1.0", "builtin-modules@1.1.1", "bundle-name@4.1.0", "bytes@3.1.2", "bytesish@0.4.4", "bytestreamjs@2.0.1", "call-bind-apply-helpers@1.0.2", "call-bind@1.0.9", "call-bound@1.0.4", "call-me-maybe@1.0.2", "callsites@3.1.0", "camel-case@3.0.0", "camelcase-keys@6.2.2", "camelcase@5.3.1", "camelcase@6.3.0", "caniuse-lite@1.0.30001810", "canonical-path@0.0.2", "canonical-path@1.0.0", "caseless@0.12.0", "catharsis@0.8.11", "ccount@1.1.0", "chalk@1.1.3", "chalk@2.4.2", "chalk@4.1.2", "chalk@5.6.2", "chalk@6.0.0", "change-case@3.0.0", "char-regex@1.0.2", "character-entities-html4@1.1.4", "character-entities-legacy@1.1.4", "chardet@2.2.0", "checkpoint-stream@0.1.2", "chokidar@3.6.0", "chokidar@5.0.0", "chownr@3.0.0", "chrome-launcher@1.2.1(supports-color@11.0.0)", "chrome-trace-event@1.0.4", "chromium-bidi@17.0.2(devtools-protocol@0.0.1666840)", "ci-info@2.0.0", "cjs-module-lexer@2.2.1", "cjson@0.3.3", "cli-boxes@2.2.1", "cli-cursor@3.1.0", "cli-cursor@5.0.0", "cli-highlight@2.1.11", "cli-progress@3.12.0", "cli-spinners@2.9.2", "cli-spinners@3.4.0", "cli-table3@0.6.5", "cli-truncate@6.1.1", "cli-width@4.1.0", "cliui@6.0.0", "cliui@7.0.4", "cliui@8.0.1", "cliui@9.0.1", "clone-deep@4.0.1", "clone@1.0.4", "clonedeep@2.0.0", "color-convert@1.9.3", "color-convert@2.0.1", "color-convert@3.1.3", "color-name@1.1.3", "color-name@1.1.4", "color-name@2.1.1", "color-string@2.1.4", "color@5.0.3", "colord@2.10.0", "colorette@2.0.20", "colorjs.io@0.7.1", "colors@1.0.3", "colors@1.4.0", "combined-stream@1.0.8", "comma-separated-tokens@1.0.8", "commander@10.0.1", "commander@2.20.3", "commander@5.1.0", "commander@6.2.1", "commondir@1.0.1", "compress-commons@6.0.2", "compressible@2.0.18", "compression@1.8.1(supports-color@11.0.0)", "concat-map@0.0.1", "config-chain@1.1.13", "configstore@5.0.1", "configstore@7.1.0", "connect-history-api-fallback@1.6.0", "connect-history-api-fallback@2.0.0", "connect-injector@0.4.4(supports-color@11.0.0)", "connect@3.7.0(supports-color@11.0.0)", "constant-case@2.0.0", "content-disposition@0.5.4", "content-disposition@1.1.0", "content-type@1.0.5", "content-type@2.1.0", "content-type@3.0.0", "conventional-commits-filter@6.0.1", "conventional-commits-parser@7.1.2", "convert-source-map@1.9.0", "convert-source-map@2.0.0", "cookie-signature@1.0.7", "cookie-signature@1.2.2", "cookie@0.7.2", "copy-anything@3.0.5", "copy-webpack-plugin@14.0.0(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3))", "core-js-compat@3.50.0", "core-util-is@1.0.2", "core-util-is@1.0.3", "cors@2.8.6", "cosmiconfig@7.1.0", "cosmiconfig@9.0.2(typescript@6.0.2)", "crc-32@1.2.2", "crc32-stream@6.0.0", "create-require@1.1.1", "cross-env@7.0.3", "cross-spawn@6.0.6", "cross-spawn@7.0.6", "crypto-random-string@2.0.0", "csp_evaluator@1.1.8", "css-functions-list@3.3.3", "css-loader@7.1.4(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3))", "css-select@6.0.0", "css-what@7.0.0", "cssesc@3.0.0", "csv-parse@5.6.0", "custom-event@1.0.1", "cycle@1.0.3", "dashdash@1.14.1", "data-uri-to-buffer@4.0.1", "data-uri-to-buffer@6.0.2", "data-view-buffer@1.0.2", "data-view-byte-length@1.0.2", "data-view-byte-offset@1.0.1", "date-fns@4.4.0", "date-format@4.0.14", "debug@2.6.9(supports-color@11.0.0)", "debug@3.2.7(supports-color@11.0.0)", "debug@4.3.1(supports-color@11.0.0)", "debug@4.4.0(supports-color@11.0.0)", "debug@4.4.3(supports-color@11.0.0)", "decamelize-keys@1.1.1", "decamelize@1.2.0", "decamelize@4.0.0", "decimal.js@10.6.0", "deep-extend@0.6.0", "deep-freeze@0.0.1", "deep-is@0.1.4", "deepmerge@4.3.1", "default-browser-id@5.0.1", "default-browser@5.5.1", "defaults@1.0.4", "define-data-property@1.1.4", "define-lazy-prop@2.0.0", "define-lazy-prop@3.0.0", "define-properties@1.2.1", "degenerator@5.0.1", "del@2.2.2", "delayed-stream@1.0.0", "depd@1.1.2", "depd@2.0.0", "dependency-graph@0.7.2", "destroy@1.0.4", "destroy@1.2.0", "detect-libc@2.1.2", "detect-node@2.1.0", "devtools-protocol@0.0.1663043", "devtools-protocol@0.0.1666840", "dgeni-packages@0.30.0(dgeni@0.4.14)", "dgeni@0.4.14", "di@0.0.1", "diff@4.0.4", "dir-glob@3.0.1", "discontinuous-range@1.0.0", "dns-packet@5.6.1", "dom-serialize@2.2.1", "dom-serializer@0.2.2", "dom-serializer@2.0.0", "domelementtype@1.3.1", "domelementtype@2.3.0", "domhandler@2.4.2", "domhandler@5.0.3", "domutils@1.7.0", "domutils@3.2.2", "dot-case@2.1.1", "dot-prop@5.3.0", "dot-prop@9.0.0", "dunder-proto@1.0.1", "duplexify@3.7.1", "duplexify@4.1.3", "eastasianwidth@0.2.0", "ecc-jsbn@0.1.2", "ecdsa-sig-formatter@1.0.11", "ee-first@1.1.1", "ejs@6.0.1", "electron-to-chromium@1.5.420", "emoji-regex@10.6.0", "emoji-regex@8.0.0", "emoji-regex@9.2.2", "emojilib@2.4.0", "emojis-list@3.0.0", "empathic@2.0.1", "enabled@2.0.0", "encodeurl@1.0.2", "encodeurl@2.0.0", "encoding@0.1.13", "end-of-stream@1.4.5", "engine.io-parser@5.2.3", "engine.io@6.6.9(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)", "enhanced-resolve@5.24.5", "enquirer@2.4.1", "ent@2.2.2", "entities@1.1.2", "entities@2.2.0", "entities@4.5.0", "entities@7.0.1", "entities@8.0.0", "env-paths@2.2.1", "environment@1.1.0", "errno@0.1.8", "error-ex@1.3.4", "es-abstract-get@1.0.0", "es-abstract@1.24.2", "es-define-property@1.0.1", "es-errors@1.3.0", "es-module-lexer@2.3.2", "es-object-atoms@1.1.2", "es-set-tostringtag@2.1.0", "es-to-primitive@1.3.4", "es6-promise@4.2.8", "es6-promisify@5.0.0", "esbuild-wasm@0.28.2", "esbuild@0.28.2", "escalade@3.2.0", "escape-goat@2.1.1", "escape-html@1.0.3", "escape-string-regexp@1.0.5", "escape-string-regexp@4.0.0", "escodegen@1.8.1", "escodegen@2.1.0", "eslint-scope@5.1.1", "eslint-visitor-keys@1.3.0", "espree@7.3.1", "esprima@2.7.3", "esprima@4.0.1", "esquery@1.7.0", "esrecurse@4.3.0", "estraverse@1.9.3", "estraverse@4.3.0", "estraverse@5.3.0", "estree-walker@2.0.2", "esutils@2.0.3", "etag@1.8.1", "event-target-shim@5.0.1", "eventemitter3@4.0.7", "events-intercept@2.0.0", "events-listener@1.1.0", "events-universal@1.0.1", "events@3.3.0", "eventsource-parser@3.1.1", "eventsource@3.0.7", "execa@5.1.1", "exegesis-express@4.0.0(supports-color@11.0.0)", "exegesis@4.3.0(supports-color@11.0.0)", "exit@0.1.2", "exponential-backoff@3.1.3", "express-rate-limit@8.7.0(express@5.2.1(supports-color@11.0.0))(supports-color@11.0.0)", "express@4.22.2(supports-color@11.0.0)", "express@5.2.1(supports-color@11.0.0)", "extend@3.0.2", "extsprintf@1.3.0", "eyes@0.1.8", "fast-deep-equal@3.1.3", "fast-fifo@1.3.2", "fast-glob@3.3.3", "fast-json-stable-stringify@2.1.0", "fast-levenshtein@2.0.6", "fast-string-truncated-width@3.0.3", "fast-string-width@3.0.2", "fast-uri@3.1.6", "fast-wrap-ansi@0.2.2", "fastest-levenshtein@1.0.16", "fastq@1.20.3", "faye-websocket@0.11.4", "fdir@6.5.0(picomatch@4.0.7)", "fecha@4.2.3", "fetch-blob@3.2.0", "file-entry-cache@6.0.1", "fill-range@7.1.1", "finalhandler@1.1.2(supports-color@11.0.0)", "finalhandler@1.3.2(supports-color@11.0.0)", "finalhandler@2.1.1(supports-color@11.0.0)", "find-up@4.1.0", "find-up@5.0.0", "firebase-tools@15.28.2(@types/node@22.20.1)(bufferutil@4.1.0)(encoding@0.1.13)(supports-color@11.0.0)(utf-8-validate@6.0.6)", "firebase@12.18.0", "flat-cache@3.2.0", "flat@5.0.2", "flatted@3.4.4", "fn.name@1.1.0", "folder-hash@4.1.3(supports-color@11.0.0)", "follow-redirects@1.16.0(debug@4.4.3(supports-color@11.0.0))", "for-each@0.3.5", "foreground-child@3.3.1", "forever-agent@0.6.1", "form-data@2.3.3", "form-data@4.0.6", "formdata-polyfill@4.0.10", "forwarded@0.2.0", "fraction.js@5.3.4", "fresh@0.5.2", "fresh@2.0.0", "fs-extra@10.1.0", "fs-extra@11.4.0", "fs-extra@8.1.0", "fs.realpath@1.0.0", "fsevents@2.3.3", "function-bind@1.1.2", "function.prototype.name@1.2.0", "functions-have-names@1.2.3", "fuzzy@0.1.3", "gaxios@6.7.1(encoding@0.1.13)(supports-color@11.0.0)", "gaxios@7.1.3(supports-color@11.0.0)", "gaxios@7.3.1(supports-color@11.0.0)", "gaze@1.1.3", "gcp-metadata@6.1.1(encoding@0.1.13)(supports-color@11.0.0)", "gcp-metadata@8.1.2(supports-color@11.0.0)", "gcp-metadata@8.1.4(supports-color@11.0.0)", "generator-function@2.0.1", "gensync@1.0.0-beta.2", "get-caller-file@2.0.5", "get-east-asian-width@1.6.0", "get-intrinsic@1.3.0", "get-proto@1.0.1", "get-stream@6.0.1", "get-symbol-description@1.1.0", "get-uri@6.0.5(supports-color@11.0.0)", "getpass@0.1.7", "glob-parent@5.1.2", "glob-parent@6.0.2", "glob-slash@1.0.0", "glob-slasher@1.0.1", "glob-to-regex.js@1.2.0(tslib@2.8.1)", "glob@10.5.0", "glob@11.1.0", "glob@13.0.6", "glob@5.0.15", "glob@7.1.7", "glob@7.2.3", "global-dirs@3.0.1", "global-modules@2.0.0", "global-prefix@3.0.0", "globalthis@1.0.4", "globby@11.1.0", "globby@5.0.0", "globjoin@0.1.4", "globule@1.3.4", "google-auth-library@10.5.0(supports-color@11.0.0)", "google-auth-library@10.9.1(supports-color@11.0.0)", "google-auth-library@9.15.1(encoding@0.1.13)(supports-color@11.0.0)", "google-gax@5.0.8(supports-color@11.0.0)", "google-logging-utils@0.0.2", "google-logging-utils@1.1.3", "google-logging-utils@1.2.0", "googleapis-common@8.0.3(supports-color@11.0.0)", "gopd@1.2.0", "graceful-fs@4.2.10", "graceful-fs@4.2.11", "graphql-tag@2.12.7(graphql@16.14.2)", "graphql@16.14.2", "grpc-gcp@1.1.1", "gtoken@7.1.0(encoding@0.1.13)(supports-color@11.0.0)", "gtoken@8.0.0(supports-color@11.0.0)", "handle-thing@2.0.1", "handlebars@4.7.9", "har-schema@2.0.0", "har-validator@5.1.5", "hard-rejection@2.1.0", "has-ansi@2.0.0", "has-bigints@1.1.0", "has-flag@1.0.0", "has-flag@3.0.0", "has-flag@4.0.0", "has-property-descriptors@1.0.2", "has-proto@1.2.0", "has-symbols@1.1.0", "has-tostringtag@1.0.2", "has-yarn@2.1.0", "hasown@2.0.4", "hast-util-from-parse5@5.0.3", "hast-util-is-element@1.1.0", "hast-util-parse-selector@2.2.5", "hast-util-to-html@6.1.0", "hast-util-whitespace@1.0.4", "hastscript@5.1.2", "header-case@1.0.1", "heap-js@2.7.1", "highlight.js@10.7.3", "highlight.js@11.12.0", "hono@4.13.5", "hosted-git-info@10.1.1", "hosted-git-info@2.8.9", "hosted-git-info@4.1.0", "hpack.js@2.1.6", "html-entities@2.6.0", "html-escaper@2.0.2", "html-tags@3.3.1", "html-void-elements@1.0.5", "htmlencode@0.0.4", "htmlparser2@10.1.0", "htmlparser2@3.10.1", "http-deceiver@1.2.7", "http-errors@1.8.1", "http-errors@2.0.1", "http-link-header@1.1.4", "http-parser-js@0.5.10", "http-proxy-agent@7.0.2(supports-color@11.0.0)", "http-proxy-middleware@4.2.0(supports-color@11.0.0)", "http-proxy@1.18.1(debug@4.4.3(supports-color@11.0.0))", "http-signature@1.2.0", "https-proxy-agent@2.2.4(supports-color@11.0.0)", "https-proxy-agent@5.0.1(supports-color@11.0.0)", "https-proxy-agent@7.0.6(supports-color@11.0.0)", "https-proxy-agent@9.1.0(supports-color@11.0.0)", "httpxy@0.5.5", "human-signals@2.1.0", "husky@9.1.7", "hyperdyperid@1.2.0", "iconv-lite@0.4.24", "iconv-lite@0.6.3", "iconv-lite@0.7.3", "icss-utils@5.1.0(postcss@8.5.26)", "idb@7.1.1", "ieee754@1.2.1", "ignore@5.3.2", "ignore@7.0.8", "image-ssim@0.2.0", "immediate@3.0.6", "immutable@5.1.9", "import-fresh@3.3.1", "import-in-the-middle@3.4.0", "import-lazy@2.1.0", "import-lazy@4.0.0", "import-meta-resolve@4.2.0", "imurmurhash@0.1.4", "indent-string@4.0.0", "inflight@1.0.6", "inherits@2.0.4", "ini@1.3.8", "ini@2.0.0", "install-artifact-from-github@1.8.0", "internal-slot@1.1.0", "intl-messageformat@10.7.18", "ip-address@10.7.0", "ip-regex@2.1.0", "ipaddr.js@1.9.1", "ipaddr.js@2.5.0", "is-alphabetical@1.0.4", "is-alphanumerical@1.0.4", "is-array-buffer@3.0.5", "is-arrayish@0.2.1", "is-async-function@2.1.1", "is-bigint@1.1.0", "is-binary-path@2.1.0", "is-boolean-object@1.2.2", "is-buffer@2.0.5", "is-callable@1.2.7", "is-ci@2.0.0", "is-core-module@2.16.2", "is-data-view@1.0.2", "is-date-object@1.1.0", "is-decimal@1.0.4", "is-docker@2.2.1", "is-docker@3.0.0", "is-document.all@1.0.0", "is-extglob@2.1.1", "is-finalizationregistry@1.1.1", "is-fullwidth-code-point@3.0.0", "is-fullwidth-code-point@5.1.0", "is-generator-function@1.1.2", "is-glob@4.0.3", "is-hexadecimal@1.0.4", "is-in-ssh@1.0.0", "is-inside-container@1.0.0", "is-installed-globally@0.4.0", "is-interactive@1.0.0", "is-interactive@2.0.0", "is-lower-case@1.1.3", "is-map@2.0.3", "is-module@1.0.0", "is-negative-zero@2.0.3", "is-network-error@1.3.2", "is-node-process@1.2.0", "is-npm@5.0.0", "is-number-object@1.1.1", "is-number@7.0.0", "is-obj@2.0.0", "is-path-cwd@1.0.0", "is-path-in-cwd@1.0.1", "is-path-inside@1.0.1", "is-path-inside@3.0.3", "is-plain-obj@1.1.0", "is-plain-obj@4.1.0", "is-plain-object@2.0.4", "is-plain-object@5.1.0", "is-promise@4.0.0", "is-reference@1.2.1", "is-regex@1.2.1", "is-running@2.1.0", "is-set@2.0.3", "is-shared-array-buffer@1.0.4", "is-stream-ended@0.1.4", "is-stream@2.0.1", "is-string@1.1.1", "is-symbol@1.1.1", "is-typed-array@1.1.15", "is-typedarray@1.0.0", "is-unicode-supported@0.1.0", "is-unicode-supported@2.1.0", "is-upper-case@1.1.2", "is-url@1.2.4", "is-weakmap@2.0.2", "is-weakref@1.1.1", "is-weakset@2.0.4", "is-what@4.1.16", "is-wsl@1.1.0", "is-wsl@2.2.0", "is-wsl@3.1.1", "is-yarn-global@0.3.0", "is2@2.0.1", "is@3.3.2", "isarray@0.0.1", "isarray@1.0.0", "isarray@2.0.5", "isbinaryfile@4.0.10", "isexe@2.0.0", "isexe@4.0.0", "isobject@3.0.1", "isomorphic-fetch@3.0.0(encoding@0.1.13)", "isstream@0.1.2", "istanbul-lib-coverage@3.2.2", "istanbul-lib-instrument@5.2.1(supports-color@11.0.0)", "istanbul-lib-instrument@6.0.3(supports-color@11.0.0)", "istanbul-lib-report@3.0.1", "istanbul-lib-source-maps@4.0.1(supports-color@11.0.0)", "istanbul-reports@3.2.0", "istanbul@0.4.5", "jackspeak@3.4.3", "jackspeak@4.2.3", "jasmine-core@2.8.0", "jasmine-core@4.6.1", "jasmine-core@6.3.0", "jasmine-core@7.0.2", "jasmine-reporters@2.5.2", "jasmine-spec-reporter@7.0.0", "jasmine@2.8.0", "jasmine@6.3.0", "jasmine@7.0.0", "jasminewd2@2.2.0", "jest-worker@27.5.1", "jiti@2.7.0", "jju@1.4.0", "join-path@1.1.1", "jose@6.2.10", "jpeg-js@0.4.4", "js-library-detector@6.7.0", "js-tokens@10.0.0", "js-tokens@4.0.0", "js-yaml@3.15.2", "js-yaml@4.3.2", "jsbn@0.1.1", "jsesc@3.1.0", "json-bigint@1.0.0", "json-buffer@3.0.1", "json-parse-better-errors@1.0.2", "json-parse-even-better-errors@2.3.1", "json-parse-helpfulerror@1.0.3", "json-ptr@3.1.1", "json-schema-traverse@0.4.1", "json-schema-traverse@1.0.0", "json-schema-typed@8.0.2", "json-schema@0.4.0", "json-stringify-safe@5.0.1", "json-with-bigint@3.5.12", "json5@2.2.3", "jsonc-parser@3.3.1", "jsonfile@4.0.0", "jsonfile@6.2.1", "jsonwebtoken@9.0.3", "jsprim@1.4.2", "jszip@3.10.1", "jwa@2.0.1", "jws@4.0.1", "kagekiri@2.0.0", "karma-browserstack-launcher@1.6.0(karma@6.4.4(bufferutil@4.1.0)(debug@4.4.3(supports-color@11.0.0))(supports-color@11.0.0)(utf-8-validate@6.0.6))(supports-color@11.0.0)", "karma-chrome-launcher@3.2.0", "karma-coverage@2.2.1(supports-color@11.0.0)", "karma-firefox-launcher@2.1.3", "karma-jasmine@5.1.0(karma@6.4.4(bufferutil@4.1.0)(debug@4.4.3(supports-color@11.0.0))(supports-color@11.0.0)(utf-8-validate@6.0.6))", "karma-parallel@0.3.1(karma@6.4.4(bufferutil@4.1.0)(debug@4.4.3(supports-color@11.0.0))(supports-color@11.0.0)(utf-8-validate@6.0.6))", "karma-source-map-support@1.4.0", "karma-sourcemap-loader@0.4.0", "karma@6.4.4(bufferutil@4.1.0)(debug@4.4.3(supports-color@11.0.0))(supports-color@11.0.0)(utf-8-validate@6.0.6)", "keyv@4.5.4", "kind-of@6.0.3", "kleur@3.0.3", "known-css-properties@0.26.0", "kuler@2.0.0", "launch-editor@2.14.1", "lazystream@1.0.1", "legacy-javascript@0.0.1", "less-loader@13.0.0(less@4.9.0(supports-color@11.0.0))(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3))", "less@4.9.0(supports-color@11.0.0)", "levn@0.3.0", "libsodium-wrappers@0.7.16", "libsodium@0.7.16", "license-webpack-plugin@4.0.2(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3))", "lie@3.3.0", "light-server@2.9.1(bufferutil@4.1.0)(debug@4.4.3(supports-color@11.0.0))(supports-color@11.0.0)(utf-8-validate@6.0.6)", "lighthouse-logger@2.0.2(supports-color@11.0.0)", "lighthouse-stack-packs@1.12.3", "lighthouse@13.4.1(@opentelemetry/core@2.11.0(@opentelemetry/api@1.9.1))(bufferutil@4.1.0)(supports-color@11.0.0)(utf-8-validate@6.0.6)", "lightningcss-android-arm64@1.33.0", "lightningcss-darwin-arm64@1.33.0", "lightningcss-darwin-x64@1.33.0", "lightningcss-freebsd-x64@1.33.0", "lightningcss-linux-arm-gnueabihf@1.33.0", "lightningcss-linux-arm64-gnu@1.33.0", "lightningcss-linux-arm64-musl@1.33.0", "lightningcss-linux-x64-gnu@1.33.0", "lightningcss-linux-x64-musl@1.33.0", "lightningcss-win32-arm64-msvc@1.33.0", "lightningcss-win32-x64-msvc@1.33.0", "lightningcss@1.33.0", "lines-and-columns@1.2.4", "listr2@11.0.1", "lmdb@3.5.6", "load-json-file@4.0.0", "loader-utils@2.0.4", "loader-utils@3.3.1", "locate-path@5.0.0", "locate-path@6.0.0", "lodash-es@4.18.1", "lodash._objecttypes@2.4.1", "lodash._reinterpolate@3.0.0", "lodash.camelcase@4.3.0", "lodash.debounce@4.0.8", "lodash.difference@4.5.0", "lodash.includes@4.3.0", "lodash.isboolean@3.0.3", "lodash.isinteger@4.0.4", "lodash.isnumber@3.0.3", "lodash.isobject@2.4.1", "lodash.isplainobject@4.0.6", "lodash.isstring@4.0.1", "lodash.merge@4.6.2", "lodash.once@4.1.1", "lodash.snakecase@4.1.1", "lodash.template@4.18.1", "lodash.templatesettings@4.2.0", "lodash.truncate@4.4.2", "lodash@4.18.1", "log-symbols@4.1.0", "log-symbols@7.0.1", "log-update@8.0.0", "log4js@6.9.1(supports-color@11.0.0)", "logform@2.7.0", "long@5.3.2", "lookup-closest-locale@6.2.0", "lower-case-first@1.0.2", "lower-case@1.1.4", "lru-cache@10.4.3", "lru-cache@11.5.2", "lru-cache@5.1.1", "lru-cache@6.0.0", "lru-cache@7.18.3", "lsofi@2.0.0", "luxon@3.7.2", "magic-string@0.30.21", "magic-string@1.2.2", "magic-string@1.2.3", "make-dir@3.1.0", "make-dir@4.0.0", "make-dir@5.1.0", "make-error@1.3.6", "map-obj@1.0.1", "map-obj@4.3.0", "marked-terminal@7.3.0(marked@13.0.3)", "marked@0.7.0", "marked@13.0.3", "marked@18.0.11", "marky@1.3.0", "math-intrinsics@1.1.0", "mathml-tag-names@2.1.3", "media-typer@0.3.0", "media-typer@1.1.1", "memfs@4.68.2", "memorystream@0.3.1", "meow@9.0.0", "merge-descriptors@1.0.3", "merge-descriptors@2.0.0", "merge-stream@2.0.0", "merge2@1.4.1", "methods@1.1.2", "micromatch@4.0.8", "mime-db@1.52.0", "mime-db@1.54.0", "mime-types@2.1.35", "mime-types@3.0.2", "mime@1.6.0", "mime@2.6.0", "mimic-fn@2.1.0", "mimic-function@5.0.1", "min-indent@1.0.1", "mini-css-extract-plugin@2.10.2(webpack@5.109.2(esbuild@0.28.2)(lightningcss@1.33.0)(postcss@8.5.26)(uglify-js@3.19.3))", "minimalistic-assert@1.0.1", "minimatch@10.2.6", "minimatch@3.0.8", "minimatch@3.1.5", "minimatch@5.1.9", "minimatch@6.2.3", "minim

> ✂ **Note**
> 
> PR body was truncated to here.

@angular-robot angular-robot added the target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] label Sep 3, 2026
@pullapprove
pullapprove Bot requested review from andrewseguin and tjshiu September 3, 2026 10:31
See associated pull request for more information.
@angular-robot
angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from 62e6c99 to 748323c Compare September 3, 2026 10:53
@crisbeto
crisbeto merged commit c330818 into angular:main Sep 3, 2026
29 checks passed
@crisbeto

crisbeto commented Sep 3, 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/main-cross-repo-angular-dependencies branch September 3, 2026 11:26
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