From 41f2821a6b485feeaa81f1323aa42330e1f56434 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Fri, 7 Mar 2025 08:28:53 +0000 Subject: [PATCH] build: update angular --- .../npm_translate_lock_MzA5NzUwNzMx | 6 +- WORKSPACE | 2 +- package.json | 26 +- ...tch => @angular+bazel+20.0.0-next.1.patch} | 6 +- pnpm-lock.yaml | 296 +++++++++++++----- tests/legacy-cli/e2e/ng-snapshot/package.json | 32 +- yarn.lock | 190 +++++------ 7 files changed, 345 insertions(+), 213 deletions(-) rename patches/{@angular+bazel+19.1.0-next.4.patch => @angular+bazel+20.0.0-next.1.patch} (84%) diff --git a/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx b/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx index cb2f6315ad..64bc4f601b 100755 --- a/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx +++ b/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx @@ -3,7 +3,7 @@ # This file should be checked into version control along with the pnpm-lock.yaml file. .npmrc=-1406867100 modules/testing/builder/package.json=973445093 -package.json=-401840940 +package.json=1960283937 packages/angular/build/package.json=752867172 packages/angular/cli/package.json=-1917515334 packages/angular/pwa/package.json=1108903917 @@ -17,7 +17,7 @@ packages/angular_devkit/schematics/package.json=-1133510866 packages/angular_devkit/schematics_cli/package.json=-2026655035 packages/ngtools/webpack/package.json=71458652 packages/schematics/angular/package.json=251715148 -pnpm-lock.yaml=-1863973885 +pnpm-lock.yaml=-790030541 pnpm-workspace.yaml=-1264044456 tests/package.json=700948366 -yarn.lock=-1885275523 +yarn.lock=1891664180 diff --git a/WORKSPACE b/WORKSPACE index 443617756a..2fc017d81f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -115,7 +115,7 @@ yarn_install( data = [ "//:.yarn/releases/yarn-4.5.0.cjs", "//:.yarnrc.yml", - "//:patches/@angular+bazel+19.1.0-next.4.patch", + "//:patches/@angular+bazel+20.0.0-next.1.patch", ], # Currently disabled due to: # 1. Missing Windows support currently. diff --git a/package.json b/package.json index 5dfe5ba8ae..5b4222272e 100644 --- a/package.json +++ b/package.json @@ -43,23 +43,23 @@ "homepage": "https://github.com/angular/angular-cli", "devDependencies": { "@ampproject/remapping": "2.3.0", - "@angular/animations": "20.0.0-next.0", - "@angular/bazel": "https://github.com/angular/bazel-builds.git#40b05a09a87b74e90f115cf2d9d506ac9483c78c", + "@angular/animations": "20.0.0-next.1", + "@angular/bazel": "https://github.com/angular/bazel-builds.git#3422dcb650e407d2c00ac724acf560ab1506d68c", "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d4727212a9d0f7eb63ae3116d73c769d9bd0bdc1", "@angular/cdk": "20.0.0-next.0", - "@angular/common": "20.0.0-next.0", - "@angular/compiler": "20.0.0-next.0", - "@angular/compiler-cli": "20.0.0-next.0", - "@angular/core": "20.0.0-next.0", - "@angular/forms": "20.0.0-next.0", - "@angular/localize": "20.0.0-next.0", + "@angular/common": "20.0.0-next.1", + "@angular/compiler": "20.0.0-next.1", + "@angular/compiler-cli": "20.0.0-next.1", + "@angular/core": "20.0.0-next.1", + "@angular/forms": "20.0.0-next.1", + "@angular/localize": "20.0.0-next.1", "@angular/material": "20.0.0-next.0", "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#dbcf3afdd0b7d3bd95c71e3df43a210364d3939b", - "@angular/platform-browser": "20.0.0-next.0", - "@angular/platform-browser-dynamic": "20.0.0-next.0", - "@angular/platform-server": "20.0.0-next.0", - "@angular/router": "20.0.0-next.0", - "@angular/service-worker": "20.0.0-next.0", + "@angular/platform-browser": "20.0.0-next.1", + "@angular/platform-browser-dynamic": "20.0.0-next.1", + "@angular/platform-server": "20.0.0-next.1", + "@angular/router": "20.0.0-next.1", + "@angular/service-worker": "20.0.0-next.1", "@babel/core": "7.26.9", "@babel/generator": "7.26.9", "@babel/helper-annotate-as-pure": "7.25.9", diff --git a/patches/@angular+bazel+19.1.0-next.4.patch b/patches/@angular+bazel+20.0.0-next.1.patch similarity index 84% rename from patches/@angular+bazel+19.1.0-next.4.patch rename to patches/@angular+bazel+20.0.0-next.1.patch index 1f08cfc5b8..d389caeaaf 100644 --- a/patches/@angular+bazel+19.1.0-next.4.patch +++ b/patches/@angular+bazel+20.0.0-next.1.patch @@ -1,11 +1,11 @@ diff --git a/node_modules/@angular/bazel/src/ng_package/packager.mjs b/node_modules/@angular/bazel/src/ng_package/packager.mjs -index 7184fd910a6ecaa817d5078a1fb17f78aee9113b..ef3e508cfa8f309ca298a21c0546bba60fae095c 100755 +index dd6ec61..c2a0acf 100755 --- a/node_modules/@angular/bazel/src/ng_package/packager.mjs +++ b/node_modules/@angular/bazel/src/ng_package/packager.mjs -@@ -7,7 +7,7 @@ - */ +@@ -8,7 +8,7 @@ import * as fs from 'fs'; import * as path from 'path'; + import fastGlob from 'fast-glob'; -import { analyzeFileAndEnsureNoCrossImports } from './cross_entry_points_imports'; +import { analyzeFileAndEnsureNoCrossImports } from './cross_entry_points_imports.mjs'; /** diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 86228e5514..8990e0c7b4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,56 +20,56 @@ importers: specifier: 2.3.0 version: 2.3.0 '@angular/animations': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/core@20.0.0-next.0) + specifier: 20.0.0-next.1 + version: 20.0.0-next.1(@angular/core@20.0.0-next.1) '@angular/bazel': - specifier: https://github.com/angular/bazel-builds.git#40b05a09a87b74e90f115cf2d9d506ac9483c78c - version: github.com/angular/bazel-builds/40b05a09a87b74e90f115cf2d9d506ac9483c78c(@angular/compiler-cli@20.0.0-next.0)(@rollup/plugin-commonjs@28.0.2)(@rollup/plugin-node-resolve@13.3.0)(@types/node@20.17.23)(rollup-plugin-sourcemaps@0.6.3)(rollup@4.34.9)(terser@5.39.0)(typescript@5.8.2) + specifier: https://github.com/angular/bazel-builds.git#3422dcb650e407d2c00ac724acf560ab1506d68c + version: github.com/angular/bazel-builds/3422dcb650e407d2c00ac724acf560ab1506d68c(@angular/compiler-cli@20.0.0-next.1)(@rollup/plugin-commonjs@28.0.2)(@rollup/plugin-node-resolve@13.3.0)(@types/node@20.17.23)(rollup-plugin-sourcemaps@0.6.3)(rollup@4.34.9)(terser@5.39.0)(typescript@5.8.2) '@angular/build-tooling': specifier: https://github.com/angular/dev-infra-private-build-tooling-builds.git#d4727212a9d0f7eb63ae3116d73c769d9bd0bdc1 version: github.com/angular/dev-infra-private-build-tooling-builds/d4727212a9d0f7eb63ae3116d73c769d9bd0bdc1(debug@4.4.0)(karma-chrome-launcher@3.2.0)(karma-jasmine@5.1.0)(karma@6.4.4)(rxjs@7.8.2)(terser@5.39.0)(zone.js@0.15.0) '@angular/cdk': specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0)(rxjs@7.8.2) + version: 20.0.0-next.0(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(rxjs@7.8.2) '@angular/common': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/core@20.0.0-next.0)(rxjs@7.8.2) + specifier: 20.0.0-next.1 + version: 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) '@angular/compiler': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/core@20.0.0-next.0) + specifier: 20.0.0-next.1 + version: 20.0.0-next.1(@angular/core@20.0.0-next.1) '@angular/compiler-cli': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/compiler@20.0.0-next.0)(typescript@5.8.2) + specifier: 20.0.0-next.1 + version: 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2) '@angular/core': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0) + specifier: 20.0.0-next.1 + version: 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) '@angular/forms': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0)(@angular/platform-browser@20.0.0-next.0)(rxjs@7.8.2) + specifier: 20.0.0-next.1 + version: 20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.2) '@angular/localize': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/compiler-cli@20.0.0-next.0)(@angular/compiler@20.0.0-next.0) + specifier: 20.0.0-next.1 + version: 20.0.0-next.1(@angular/compiler-cli@20.0.0-next.1)(@angular/compiler@20.0.0-next.1) '@angular/material': specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/cdk@20.0.0-next.0)(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0)(@angular/forms@20.0.0-next.0)(@angular/platform-browser@20.0.0-next.0)(rxjs@7.8.2) + version: 20.0.0-next.0(@angular/cdk@20.0.0-next.0)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/forms@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.2) '@angular/ng-dev': specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#dbcf3afdd0b7d3bd95c71e3df43a210364d3939b version: github.com/angular/dev-infra-private-ng-dev-builds/dbcf3afdd0b7d3bd95c71e3df43a210364d3939b '@angular/platform-browser': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/animations@20.0.0-next.0)(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0) + specifier: 20.0.0-next.1 + version: 20.0.0-next.1(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1) '@angular/platform-browser-dynamic': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/common@20.0.0-next.0)(@angular/compiler@20.0.0-next.0)(@angular/core@20.0.0-next.0)(@angular/platform-browser@20.0.0-next.0) + specifier: 20.0.0-next.1 + version: 20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/compiler@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1) '@angular/platform-server': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/common@20.0.0-next.0)(@angular/compiler@20.0.0-next.0)(@angular/core@20.0.0-next.0)(@angular/platform-browser@20.0.0-next.0) + specifier: 20.0.0-next.1 + version: 20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/compiler@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1) '@angular/router': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0)(@angular/platform-browser@20.0.0-next.0)(rxjs@7.8.2) + specifier: 20.0.0-next.1 + version: 20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.2) '@angular/service-worker': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/core@20.0.0-next.0)(rxjs@7.8.2) + specifier: 20.0.0-next.1 + version: 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) '@babel/core': specifier: 7.26.9 version: 7.26.9 @@ -378,7 +378,7 @@ importers: version: 2.0.1 ng-packagr: specifier: 20.0.0-next.1 - version: 20.0.0-next.1(@angular/compiler-cli@20.0.0-next.0)(tslib@2.8.1)(typescript@5.8.2) + version: 20.0.0-next.1(@angular/compiler-cli@20.0.0-next.1)(tslib@2.8.1)(typescript@5.8.2) npm: specifier: ^11.0.0 version: 11.1.0 @@ -728,7 +728,7 @@ importers: version: 20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0) '@angular/platform-browser': specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/animations@20.0.0-next.0)(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0) + version: 20.0.0-next.0(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0) '@angular/platform-server': specifier: 20.0.0-next.0 version: 20.0.0-next.0(@angular/common@20.0.0-next.0)(@angular/compiler@20.0.0-next.0)(@angular/core@20.0.0-next.0)(@angular/platform-browser@20.0.0-next.0) @@ -1038,7 +1038,7 @@ importers: version: link:../../angular_devkit/core '@angular/compiler': specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/core@20.0.0-next.0) + version: 20.0.0-next.0(@angular/core@20.0.0-next.1) '@angular/compiler-cli': specifier: 20.0.0-next.0 version: 20.0.0-next.0(@angular/compiler@20.0.0-next.0)(typescript@5.8.2) @@ -1076,13 +1076,13 @@ packages: '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 - /@angular/animations@20.0.0-next.0(@angular/core@20.0.0-next.0): - resolution: {integrity: sha512-z1l9D6uUUFrFcnzCN+OZB55gC/OAduT9f2oCZ1SHvGc3jn/l+tAHGl2ZkEiAahOspi9O/j1dKFzzG1EXzt2OGg==} + /@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1): + resolution: {integrity: sha512-gdQmIX1QIeTavYipty612eWNvhkBITKkvgnk34rZ2anDOJeCL+7HimHy4bOhj0oeRx2c+WGcrFLYMK4jOf5JYA==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/core': 20.0.0-next.0 + '@angular/core': 20.0.0-next.1 dependencies: - '@angular/core': 20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) tslib: 2.8.1 dev: true @@ -1096,15 +1096,15 @@ packages: - zone.js dev: true - /@angular/cdk@20.0.0-next.0(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0)(rxjs@7.8.2): + /@angular/cdk@20.0.0-next.0(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(rxjs@7.8.2): resolution: {integrity: sha512-3PB0GP6EaEHC/8kkEUwZ3ULjDhXcIfBdlI14eKVpKMDnmVJxg3Yl48k2U6zrWbHR+nPsWqpGd96iKkbSm1YM6g==} peerDependencies: '@angular/common': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 '@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 20.0.0-next.0(@angular/core@20.0.0-next.0)(rxjs@7.8.2) - '@angular/core': 20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) rxjs: 7.8.2 tslib: 2.8.1 optionalDependencies: @@ -1123,6 +1123,18 @@ packages: tslib: 2.8.1 dev: true + /@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2): + resolution: {integrity: sha512-NqkucRjpT4L6Y9ghkhxEevGGnOONE9jRYi1HszTba3lZWOhHLUkAO18z3wNDVREcTI+Bw25z9U/M5VAM7wAxUw==} + engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + peerDependencies: + '@angular/core': 20.0.0-next.1 + rxjs: ^6.5.3 || ^7.4.0 + dependencies: + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) + rxjs: 7.8.2 + tslib: 2.8.1 + dev: true + /@angular/compiler-cli@20.0.0-next.0(@angular/compiler@20.0.0-next.0)(typescript@5.8.2): resolution: {integrity: sha512-DBm+x4uz+92KTlmdKJlVG2fCulUKMcAmc9WS2JUB6rPzgRD+4PaForLuQfd17UTxGplN8SpYEh6PvecV+wEwHg==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} @@ -1131,7 +1143,29 @@ packages: '@angular/compiler': 20.0.0-next.0 typescript: 5.8.2 dependencies: - '@angular/compiler': 20.0.0-next.0(@angular/core@20.0.0-next.0) + '@angular/compiler': 20.0.0-next.0(@angular/core@20.0.0-next.1) + '@babel/core': 7.26.9 + '@jridgewell/sourcemap-codec': 1.5.0 + chokidar: 4.0.3 + convert-source-map: 1.9.0 + reflect-metadata: 0.2.2 + semver: 7.7.1 + tslib: 2.8.1 + typescript: 5.8.2 + yargs: 17.7.2 + transitivePeerDependencies: + - supports-color + dev: true + + /@angular/compiler-cli@20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2): + resolution: {integrity: sha512-6g17TQVRA8CWYP1oYLED6aUw7Txy586aQ14Fmlkmd5drpOWSPzyawE+bV0KHq3zT1Hx3UoKuU/ALB4RvlgeY9w==} + engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + hasBin: true + peerDependencies: + '@angular/compiler': 20.0.0-next.1 + typescript: 5.8.2 + dependencies: + '@angular/compiler': 20.0.0-next.1(@angular/core@20.0.0-next.1) '@babel/core': 7.26.9 '@jridgewell/sourcemap-codec': 1.5.0 chokidar: 4.0.3 @@ -1158,6 +1192,32 @@ packages: tslib: 2.8.1 dev: true + /@angular/compiler@20.0.0-next.0(@angular/core@20.0.0-next.1): + resolution: {integrity: sha512-DU6YAf1b0BYpHnfDTlACSAa9K6UpKMg6KcYTdcCpcVcw9LitKMVBZSvIwjQmev7pEPfZ5Amdm9y/VSgKYWLZSg==} + engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + peerDependencies: + '@angular/core': 20.0.0-next.0 + peerDependenciesMeta: + '@angular/core': + optional: true + dependencies: + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) + tslib: 2.8.1 + dev: true + + /@angular/compiler@20.0.0-next.1(@angular/core@20.0.0-next.1): + resolution: {integrity: sha512-IlNC7y+xYSygp3t+BiFk+xM1cbOXMOZ+2hftmWCJS5DmCGp775DtlPGT/lQd6yV5ud4PJ67dhcpj2SJFtNpL8A==} + engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + peerDependencies: + '@angular/core': 20.0.0-next.1 + peerDependenciesMeta: + '@angular/core': + optional: true + dependencies: + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) + tslib: 2.8.1 + dev: true + /@angular/core@14.3.0(rxjs@7.8.2)(zone.js@0.15.0): resolution: {integrity: sha512-wYiwItc0Uyn4FWZ/OAx/Ubp2/WrD3EgUJ476y1XI7yATGPF8n9Ld5iCXT08HOvc4eBcYlDfh90kTXR6/MfhzdQ==} engines: {node: ^14.15.0 || >=16.10.0} @@ -1182,32 +1242,49 @@ packages: zone.js: 0.15.0 dev: true - /@angular/forms@20.0.0-next.0(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0)(@angular/platform-browser@20.0.0-next.0)(rxjs@7.8.2): - resolution: {integrity: sha512-6piHqel5GJcIpc90llXpV4zJs9UBI1DkwdzCmQ9Si63igDjvPhPz4WO6JPIl2KkgCfz3rX5BlQ3g6YBjbj+bjw==} + /@angular/core@20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0): + resolution: {integrity: sha512-QBJI6eG1qfDoEXddyc6rObyoWVrWbGBFsFNRfW8hzyKE6xILDyN9lca327CU0iPTysJBlzeeKPPrlaUZ1X0Hww==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/common': 20.0.0-next.0 - '@angular/core': 20.0.0-next.0 - '@angular/platform-browser': 20.0.0-next.0 + '@angular/compiler': 20.0.0-next.1 + rxjs: ^6.5.3 || ^7.4.0 + zone.js: ~0.15.0 + peerDependenciesMeta: + '@angular/compiler': + optional: true + dependencies: + '@angular/compiler': 20.0.0-next.1(@angular/core@20.0.0-next.1) + rxjs: 7.8.2 + tslib: 2.8.1 + zone.js: 0.15.0 + dev: true + + /@angular/forms@20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.2): + resolution: {integrity: sha512-Eb3aWev/pWUFaE22nJPyJG32j8GwARUJ3LSBePpMY0Dd9Ddo4z02evAGsihkIOwuPlwml6hWVWbjHSAwGbfeoQ==} + engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + peerDependencies: + '@angular/common': 20.0.0-next.1 + '@angular/core': 20.0.0-next.1 + '@angular/platform-browser': 20.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 20.0.0-next.0(@angular/core@20.0.0-next.0)(rxjs@7.8.2) - '@angular/core': 20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0-next.0(@angular/animations@20.0.0-next.0)(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0) + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/platform-browser': 20.0.0-next.1(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1) rxjs: 7.8.2 tslib: 2.8.1 dev: true - /@angular/localize@20.0.0-next.0(@angular/compiler-cli@20.0.0-next.0)(@angular/compiler@20.0.0-next.0): - resolution: {integrity: sha512-rfNc0pdatrXWmqsNBDcyZmrh6Fyef0BQ3JzVPKujiV8scxRTfK2qN7Ec9A+OEBEjUDt9z+XMZ7Ia6sep3QLOew==} + /@angular/localize@20.0.0-next.1(@angular/compiler-cli@20.0.0-next.1)(@angular/compiler@20.0.0-next.1): + resolution: {integrity: sha512-5oOqQlCnE5H2YdDDWUxn+s51BWJGabF9m3bfnRxDAmoriMzUn5Z9eUqQ2v7zG32q9Ve71TgqfGPy1jQmlbWV7Q==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} hasBin: true peerDependencies: - '@angular/compiler': 20.0.0-next.0 - '@angular/compiler-cli': 20.0.0-next.0 + '@angular/compiler': 20.0.0-next.1 + '@angular/compiler-cli': 20.0.0-next.1 dependencies: - '@angular/compiler': 20.0.0-next.0(@angular/core@20.0.0-next.0) - '@angular/compiler-cli': 20.0.0-next.0(@angular/compiler@20.0.0-next.0)(typescript@5.8.2) + '@angular/compiler': 20.0.0-next.1(@angular/core@20.0.0-next.1) + '@angular/compiler-cli': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2) '@babel/core': 7.26.9 '@types/babel__core': 7.20.5 fast-glob: 3.3.3 @@ -1216,7 +1293,7 @@ packages: - supports-color dev: true - /@angular/material@20.0.0-next.0(@angular/cdk@20.0.0-next.0)(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0)(@angular/forms@20.0.0-next.0)(@angular/platform-browser@20.0.0-next.0)(rxjs@7.8.2): + /@angular/material@20.0.0-next.0(@angular/cdk@20.0.0-next.0)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/forms@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.2): resolution: {integrity: sha512-cexU/AOkVFzPCVh5BtVEzUAewE0KjLQW/8nC6LGSOnbHjJ1tUoM+zHeqiMMDvOKzA7f7YsQg4WddlL++ANF5jA==} peerDependencies: '@angular/cdk': 20.0.0-next.0 @@ -1226,32 +1303,32 @@ packages: '@angular/platform-browser': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/cdk': 20.0.0-next.0(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0)(rxjs@7.8.2) - '@angular/common': 20.0.0-next.0(@angular/core@20.0.0-next.0)(rxjs@7.8.2) - '@angular/core': 20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/forms': 20.0.0-next.0(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0)(@angular/platform-browser@20.0.0-next.0)(rxjs@7.8.2) - '@angular/platform-browser': 20.0.0-next.0(@angular/animations@20.0.0-next.0)(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0) + '@angular/cdk': 20.0.0-next.0(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(rxjs@7.8.2) + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/forms': 20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.2) + '@angular/platform-browser': 20.0.0-next.1(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1) rxjs: 7.8.2 tslib: 2.8.1 dev: true - /@angular/platform-browser-dynamic@20.0.0-next.0(@angular/common@20.0.0-next.0)(@angular/compiler@20.0.0-next.0)(@angular/core@20.0.0-next.0)(@angular/platform-browser@20.0.0-next.0): - resolution: {integrity: sha512-3cjSrwLtDxh0GbptObWTAAZsE+a/5maiYzOZFHYpTJSND3zpGSxfUOvU24lBB9l4JoR8J2m4mkqQdVoGyKAR2w==} + /@angular/platform-browser-dynamic@20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/compiler@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1): + resolution: {integrity: sha512-HoQXaW3Se8wxuRYtcJzanX2fOROXfy+VAEjLTyk7GFh2oXj/PsQs837sdX4qJfxdV2DXWkAB60YpzNI3xXuHtw==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/common': 20.0.0-next.0 - '@angular/compiler': 20.0.0-next.0 - '@angular/core': 20.0.0-next.0 - '@angular/platform-browser': 20.0.0-next.0 + '@angular/common': 20.0.0-next.1 + '@angular/compiler': 20.0.0-next.1 + '@angular/core': 20.0.0-next.1 + '@angular/platform-browser': 20.0.0-next.1 dependencies: - '@angular/common': 20.0.0-next.0(@angular/core@20.0.0-next.0)(rxjs@7.8.2) - '@angular/compiler': 20.0.0-next.0(@angular/core@20.0.0-next.0) - '@angular/core': 20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0-next.0(@angular/animations@20.0.0-next.0)(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0) + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) + '@angular/compiler': 20.0.0-next.1(@angular/core@20.0.0-next.1) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/platform-browser': 20.0.0-next.1(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1) tslib: 2.8.1 dev: true - /@angular/platform-browser@20.0.0-next.0(@angular/animations@20.0.0-next.0)(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0): + /@angular/platform-browser@20.0.0-next.0(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0): resolution: {integrity: sha512-pRXFSkvhNfN2AUKvk4VQcl9CW95D24lqyWg3wHHVz3I3Iy66fnMUjGAwGr6N6eHIaxxL6UEia75su+pi0WAJqg==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: @@ -1262,12 +1339,29 @@ packages: '@angular/animations': optional: true dependencies: - '@angular/animations': 20.0.0-next.0(@angular/core@20.0.0-next.0) + '@angular/animations': 20.0.0-next.1(@angular/core@20.0.0-next.1) '@angular/common': 20.0.0-next.0(@angular/core@20.0.0-next.0)(rxjs@7.8.2) '@angular/core': 20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0) tslib: 2.8.1 dev: true + /@angular/platform-browser@20.0.0-next.1(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1): + resolution: {integrity: sha512-v0r05Y/GqvFtjVh0P9/TEzuElmX15fKLpqm+OPGKPjHstibzLPtS6bDMxpONVW0/cBtH25gm9zkim19GY3o2eA==} + engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + peerDependencies: + '@angular/animations': 20.0.0-next.1 + '@angular/common': 20.0.0-next.1 + '@angular/core': 20.0.0-next.1 + peerDependenciesMeta: + '@angular/animations': + optional: true + dependencies: + '@angular/animations': 20.0.0-next.1(@angular/core@20.0.0-next.1) + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) + tslib: 2.8.1 + dev: true + /@angular/platform-server@20.0.0-next.0(@angular/common@20.0.0-next.0)(@angular/compiler@20.0.0-next.0)(@angular/core@20.0.0-next.0)(@angular/platform-browser@20.0.0-next.0): resolution: {integrity: sha512-IzJ0vzKwwZeHjMnqobGxr7vahBAcv1D/EaKdvaeZYbOxKh8NriKnWpdJcnMsvFXMdpO3X9rNzd2tb00gXn2PDQ==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} @@ -1280,7 +1374,24 @@ packages: '@angular/common': 20.0.0-next.0(@angular/core@20.0.0-next.0)(rxjs@7.8.2) '@angular/compiler': 20.0.0-next.0(@angular/core@20.0.0-next.0) '@angular/core': 20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0-next.0(@angular/animations@20.0.0-next.0)(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0) + '@angular/platform-browser': 20.0.0-next.0(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0) + tslib: 2.8.1 + xhr2: 0.2.1 + dev: true + + /@angular/platform-server@20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/compiler@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1): + resolution: {integrity: sha512-M0Q+RJ0AXfKW2h0zRVK0/xAKTD0TAP4v9W36AO5aa7ywnxvyYm+52s6qHRAZGqCLwCwCkOqTMv7rlvPMWNg7Xw==} + engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + peerDependencies: + '@angular/common': 20.0.0-next.1 + '@angular/compiler': 20.0.0-next.1 + '@angular/core': 20.0.0-next.1 + '@angular/platform-browser': 20.0.0-next.1 + dependencies: + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) + '@angular/compiler': 20.0.0-next.1(@angular/core@20.0.0-next.1) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/platform-browser': 20.0.0-next.1(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1) tslib: 2.8.1 xhr2: 0.2.1 dev: true @@ -1296,20 +1407,36 @@ packages: dependencies: '@angular/common': 20.0.0-next.0(@angular/core@20.0.0-next.0)(rxjs@7.8.2) '@angular/core': 20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0-next.0(@angular/animations@20.0.0-next.0)(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0) + '@angular/platform-browser': 20.0.0-next.0(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.0)(@angular/core@20.0.0-next.0) rxjs: 7.8.2 tslib: 2.8.1 dev: true - /@angular/service-worker@20.0.0-next.0(@angular/core@20.0.0-next.0)(rxjs@7.8.2): - resolution: {integrity: sha512-s8deq7qXwrEs3LjHP/kR5TfhZNWFlMIxVX32vkaUnCY4doDCCNq4Sj3wYVelA3HtKcvziy2VZW43wWZ7zB+kig==} + /@angular/router@20.0.0-next.1(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1)(rxjs@7.8.2): + resolution: {integrity: sha512-aScQ230WCripRSQ2gg0zSoR4nBHPN2eD9DzCX2jQWFRnTAflqHpGJvBV/MRiTGRDUNk7Q4d9mC/y9R36fyuPLw==} + engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + peerDependencies: + '@angular/common': 20.0.0-next.1 + '@angular/core': 20.0.0-next.1 + '@angular/platform-browser': 20.0.0-next.1 + rxjs: ^6.5.3 || ^7.4.0 + dependencies: + '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/platform-browser': 20.0.0-next.1(@angular/animations@20.0.0-next.1)(@angular/common@20.0.0-next.1)(@angular/core@20.0.0-next.1) + rxjs: 7.8.2 + tslib: 2.8.1 + dev: true + + /@angular/service-worker@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2): + resolution: {integrity: sha512-WFwZIY06x8jKZxWHUgWOzZeBLTB87psTzgttbKlCOQ7Dz6W6unSOfv95gyk9+0LV61cOSfYZaZmS+6mbMUihpg==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} hasBin: true peerDependencies: - '@angular/core': 20.0.0-next.0 + '@angular/core': 20.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/core': 20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) rxjs: 7.8.2 tslib: 2.8.1 dev: true @@ -10440,7 +10567,7 @@ packages: engines: {node: '>= 0.4.0'} dev: true - /ng-packagr@20.0.0-next.1(@angular/compiler-cli@20.0.0-next.0)(tslib@2.8.1)(typescript@5.8.2): + /ng-packagr@20.0.0-next.1(@angular/compiler-cli@20.0.0-next.1)(tslib@2.8.1)(typescript@5.8.2): resolution: {integrity: sha512-6v6t7R9U3UVHx0MywijxWMiQ0OujNCPDaWK/Ih7hUfNmBAIqeF+bdlKc+BnItcHSTyaouethcSQCttxAhpmOXQ==} engines: {node: ^18.19.1 || >=20.11.1} hasBin: true @@ -10453,7 +10580,7 @@ packages: tailwindcss: optional: true dependencies: - '@angular/compiler-cli': 20.0.0-next.0(@angular/compiler@20.0.0-next.0)(typescript@5.8.2) + '@angular/compiler-cli': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2) '@rollup/plugin-json': 6.1.0(rollup@4.34.9) '@rollup/wasm-node': 4.34.9 ajv: 8.17.1 @@ -14230,15 +14357,15 @@ packages: resolution: {integrity: sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==} dev: true - github.com/angular/bazel-builds/40b05a09a87b74e90f115cf2d9d506ac9483c78c(@angular/compiler-cli@20.0.0-next.0)(@rollup/plugin-commonjs@28.0.2)(@rollup/plugin-node-resolve@13.3.0)(@types/node@20.17.23)(rollup-plugin-sourcemaps@0.6.3)(rollup@4.34.9)(terser@5.39.0)(typescript@5.8.2): - resolution: {tarball: https://codeload.github.com/angular/bazel-builds/tar.gz/40b05a09a87b74e90f115cf2d9d506ac9483c78c} - id: github.com/angular/bazel-builds/40b05a09a87b74e90f115cf2d9d506ac9483c78c + github.com/angular/bazel-builds/3422dcb650e407d2c00ac724acf560ab1506d68c(@angular/compiler-cli@20.0.0-next.1)(@rollup/plugin-commonjs@28.0.2)(@rollup/plugin-node-resolve@13.3.0)(@types/node@20.17.23)(rollup-plugin-sourcemaps@0.6.3)(rollup@4.34.9)(terser@5.39.0)(typescript@5.8.2): + resolution: {tarball: https://codeload.github.com/angular/bazel-builds/tar.gz/3422dcb650e407d2c00ac724acf560ab1506d68c} + id: github.com/angular/bazel-builds/3422dcb650e407d2c00ac724acf560ab1506d68c name: '@angular/bazel' version: 20.0.0-next.1 engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} hasBin: true peerDependencies: - '@angular/compiler-cli': 20.0.0-next.1+sha-cae1fe5 + '@angular/compiler-cli': 20.0.0-next.1+sha-aa1ab41 '@bazel/concatjs': ^5.3.0 '@bazel/worker': ^5.3.0 '@rollup/plugin-commonjs': ^28.0.0 @@ -14251,10 +14378,11 @@ packages: terser: optional: true dependencies: - '@angular/compiler-cli': 20.0.0-next.0(@angular/compiler@20.0.0-next.0)(typescript@5.8.2) + '@angular/compiler-cli': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2) '@microsoft/api-extractor': 7.51.1(@types/node@20.17.23) '@rollup/plugin-commonjs': 28.0.2(rollup@4.34.9) '@rollup/plugin-node-resolve': 13.3.0(rollup@4.34.9) + fast-glob: 3.3.3 magic-string: 0.30.17 rollup: 4.34.9 rollup-plugin-sourcemaps: 0.6.3(@types/node@20.17.23)(rollup@4.34.9) diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index cda81a4cfc..95b5fc4695 100644 --- a/tests/legacy-cli/e2e/ng-snapshot/package.json +++ b/tests/legacy-cli/e2e/ng-snapshot/package.json @@ -2,21 +2,21 @@ "description": "snapshot versions of Angular for e2e testing", "private": true, "dependencies": { - "@angular/animations": "github:angular/animations-builds#36cd551e56f01f81f99d1edc8b5b22c199a660d6", - "@angular/cdk": "github:angular/cdk-builds#383bfab8b04b822bca16fd8e542d99e31ce50e11", - "@angular/common": "github:angular/common-builds#464b4d17c5400062226dee8adf1e1b969b529750", - "@angular/compiler": "github:angular/compiler-builds#613f052f37368c3d04309b80308942f34e268e3e", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#a7a02f313cc4f67d40299fa78342b11a4eef078e", - "@angular/core": "github:angular/core-builds#b58524363e56f83242887bbbd546704e47b9df30", - "@angular/forms": "github:angular/forms-builds#17f11eb7651665fbcb1265ac31942a550a24eb13", - "@angular/language-service": "github:angular/language-service-builds#10ca6e30246c4159b7655262734ba5ac8e0d7c01", - "@angular/localize": "github:angular/localize-builds#a286b54e9b569f68466d2f1a36245e23ac2019a8", - "@angular/material": "github:angular/material-builds#559f22b7fa3728e07624b1165c384d3087ba4124", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#3c70abc7b1cb6d9841bf4e7724317ca8c38ee6e4", - "@angular/platform-browser": "github:angular/platform-browser-builds#8ff383845ec4ef7a0fcb1dad89afe91494ea6bcf", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#e7af1cffe97cdcf3d9fdcb58e7fd2afb5c14edb3", - "@angular/platform-server": "github:angular/platform-server-builds#cd275f9a116901ba7fbd05a1a8be2783f5b115e6", - "@angular/router": "github:angular/router-builds#3894b6fdb2b221c7c8f9d48a900318ab72c003e4", - "@angular/service-worker": "github:angular/service-worker-builds#f1dd84d689a9b4b3e26cfe306f8788b265a58251" + "@angular/animations": "github:angular/animations-builds#c901f7a1cd372714fd14bcc39ce7d38f92d41e05", + "@angular/cdk": "github:angular/cdk-builds#b4b9f801d2ecd5484377cbb262f0e61b32d5d9dc", + "@angular/common": "github:angular/common-builds#6560654ad4e22cd4ba49638e96aac93469c3b17f", + "@angular/compiler": "github:angular/compiler-builds#ac937211ad29345f37e97ee54341c6eee5a624b8", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#ab69a3e250a95bc78d49d11d301e2159a356e488", + "@angular/core": "github:angular/core-builds#b255db72aacff9590a0fef1cbf1745a9f4881252", + "@angular/forms": "github:angular/forms-builds#d0324e52b662443da93b0ca35597f5bef716869e", + "@angular/language-service": "github:angular/language-service-builds#2ab1ee2fa56c9e240284c4923b96901810f6f161", + "@angular/localize": "github:angular/localize-builds#859375b3334e85dd667d12b556e6844d94589854", + "@angular/material": "github:angular/material-builds#94931a193ecbf00ee43f0e3f75849b585d090207", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#99e68f74dc55f884e3f0f7751fac2a80a6d34a43", + "@angular/platform-browser": "github:angular/platform-browser-builds#90f6e0cc9943fab50d0d789b5fb4441716dbad57", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#e3ebccfe74c06baaf075562ca0e7ba176d8291bd", + "@angular/platform-server": "github:angular/platform-server-builds#04f1520ff468d7648acf54ab4452446727316c2e", + "@angular/router": "github:angular/router-builds#4bbcd1a5271c4013ed4457c45494986ab94b58ed", + "@angular/service-worker": "github:angular/service-worker-builds#32b41d27096f9bb1d1e0d0a2e888d9b6cc3d5a9a" } } diff --git a/yarn.lock b/yarn.lock index 0b9a2224b6..561d42cec5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -44,26 +44,27 @@ __metadata: languageName: node linkType: hard -"@angular/animations@npm:20.0.0-next.0": - version: 20.0.0-next.0 - resolution: "@angular/animations@npm:20.0.0-next.0" +"@angular/animations@npm:20.0.0-next.1": + version: 20.0.0-next.1 + resolution: "@angular/animations@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/core": 20.0.0-next.0 - checksum: 10c0/ba19118af7a278a870fac42ab046f369570aa66dbece8feaa53df3802ee24e39fc63e91f1426254e5510a3d7057811f4d03fb216b4c07807068e5e6991f860e4 + "@angular/core": 20.0.0-next.1 + checksum: 10c0/f505afed1901cfe166d2e1d5bf1d90659467e6d0743032421f9bf67507250f2479965d58ef062ab7625570a0834587b9e402e5fedff881c17542f98e7ea0c2db languageName: node linkType: hard -"@angular/bazel@https://github.com/angular/bazel-builds.git#40b05a09a87b74e90f115cf2d9d506ac9483c78c": - version: 20.0.0-next.1+sha-cae1fe5 - resolution: "@angular/bazel@https://github.com/angular/bazel-builds.git#commit=40b05a09a87b74e90f115cf2d9d506ac9483c78c" +"@angular/bazel@https://github.com/angular/bazel-builds.git#3422dcb650e407d2c00ac724acf560ab1506d68c": + version: 20.0.0-next.1+sha-aa1ab41 + resolution: "@angular/bazel@https://github.com/angular/bazel-builds.git#commit=3422dcb650e407d2c00ac724acf560ab1506d68c" dependencies: "@microsoft/api-extractor": "npm:^7.24.2" + fast-glob: "npm:^3.3.3" magic-string: "npm:^0.30.0" tslib: "npm:^2.3.0" peerDependencies: - "@angular/compiler-cli": 20.0.0-next.1+sha-cae1fe5 + "@angular/compiler-cli": 20.0.0-next.1+sha-aa1ab41 "@bazel/concatjs": ^5.3.0 "@bazel/worker": ^5.3.0 "@rollup/plugin-commonjs": ^28.0.0 @@ -80,7 +81,7 @@ __metadata: packager: ./src/ng_package/packager.mjs types_bundler: ./src/types_bundle/index.mjs xi18n: ./src/ngc-wrapped/extract_i18n.mjs - checksum: 10c0/629b4b4d37c94397d607ddde7ca5c2583e710bc97e20121cc740cdd3b2b59bdc135118dcde250ba608466db0d7846e2bf407f75a5adc4497d9231c1d24561e7c + checksum: 10c0/601301d364725b5603bf672f550caa64d7648521163c446c1f01a54894d9abc40ed11d3c3b100539ed565716980f01fc42fefb9a3c9017f0780a2f8ae1818c08 languageName: node linkType: hard @@ -220,21 +221,21 @@ __metadata: languageName: node linkType: hard -"@angular/common@npm:20.0.0-next.0": - version: 20.0.0-next.0 - resolution: "@angular/common@npm:20.0.0-next.0" +"@angular/common@npm:20.0.0-next.1": + version: 20.0.0-next.1 + resolution: "@angular/common@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/core": 20.0.0-next.0 + "@angular/core": 20.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/47efc0756d690538cb0b80c92bb0c7ccb63c4885253c9dd8f8f43bc29453b2bdfeb98141364db3e4cb1e10906e72c62f97f9b5491b292587d77ce770957eb200 + checksum: 10c0/390c010d403a10c59a9581af7576c77f3dc270c10949b156fec1e8c53b8b4951c30ae8fff777cc78288ca5994686b67ceddb81e69ce3eabeb03cc0e87ecb8a7a languageName: node linkType: hard -"@angular/compiler-cli@npm:20.0.0-next.0": - version: 20.0.0-next.0 - resolution: "@angular/compiler-cli@npm:20.0.0-next.0" +"@angular/compiler-cli@npm:20.0.0-next.1": + version: 20.0.0-next.1 + resolution: "@angular/compiler-cli@npm:20.0.0-next.1" dependencies: "@babel/core": "npm:7.26.9" "@jridgewell/sourcemap-codec": "npm:^1.4.14" @@ -245,39 +246,42 @@ __metadata: tslib: "npm:^2.3.0" yargs: "npm:^17.2.1" peerDependencies: - "@angular/compiler": 20.0.0-next.0 - typescript: ">=5.5 <5.9" + "@angular/compiler": 20.0.0-next.1 + typescript: ">=5.8 <5.9" bin: ng-xi18n: bundles/src/bin/ng_xi18n.js ngc: bundles/src/bin/ngc.js - ngcc: bundles/ngcc/index.js - checksum: 10c0/1805b1fd72cadc45c250cba50b5a3eece212beb4b65043b41309d8dfd1ec968d78f4ccf7aad0a877811d444a38aff240630229fd28aa54121819ced80022aae6 + checksum: 10c0/2c7fea54c16700989d0b36b1406a534565164e9318db5e6f9234debf2b8e4e25c23ec7d53f5b50fa8164ce984ab1e7685bcdc787de69426f2162fc3b7976a44f languageName: node linkType: hard -"@angular/compiler@npm:20.0.0-next.0": - version: 20.0.0-next.0 - resolution: "@angular/compiler@npm:20.0.0-next.0" +"@angular/compiler@npm:20.0.0-next.1": + version: 20.0.0-next.1 + resolution: "@angular/compiler@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/core": 20.0.0-next.0 + "@angular/core": 20.0.0-next.1 peerDependenciesMeta: "@angular/core": optional: true - checksum: 10c0/1aa6de5e8cdfa66a79883b17cf40e8ddb0e15f893ae0c74d31dd92cc2c861738d286e87cbcd6ba749589c2b5a968f01e83da1d30f8287e4e1954fc27f34fc3b8 + checksum: 10c0/ff3de2cc3a13214ff6829cd9c35613e1e1bd7d69850617a0bc035e081069733aa9adfb6f6a09732784fd84e241f6bfc82ca1d86ba975ee834ad5fa050a50950f languageName: node linkType: hard -"@angular/core@npm:20.0.0-next.0": - version: 20.0.0-next.0 - resolution: "@angular/core@npm:20.0.0-next.0" +"@angular/core@npm:20.0.0-next.1": + version: 20.0.0-next.1 + resolution: "@angular/core@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: + "@angular/compiler": 20.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 - checksum: 10c0/0ce50f189beb2d68d1b9c30e1db887d473147f4565abe9789a942d5d426f1a949a78380f04f8da44ad34574e5c0040893de4dbc20e67ea2229dfa175c4e07189 + peerDependenciesMeta: + "@angular/compiler": + optional: true + checksum: 10c0/b849477ae384cac3901ca834ec06c906a3b8d91e5776b1e85bced584ba4f75975a95f568a23bbdfd3179f6d1a0970530597ff7800d6e17a29c7b521cb5f936e8 languageName: node linkType: hard @@ -298,23 +302,23 @@ __metadata: resolution: "@angular/devkit-repo@workspace:." dependencies: "@ampproject/remapping": "npm:2.3.0" - "@angular/animations": "npm:20.0.0-next.0" - "@angular/bazel": "https://github.com/angular/bazel-builds.git#40b05a09a87b74e90f115cf2d9d506ac9483c78c" + "@angular/animations": "npm:20.0.0-next.1" + "@angular/bazel": "https://github.com/angular/bazel-builds.git#3422dcb650e407d2c00ac724acf560ab1506d68c" "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d4727212a9d0f7eb63ae3116d73c769d9bd0bdc1" "@angular/cdk": "npm:20.0.0-next.0" - "@angular/common": "npm:20.0.0-next.0" - "@angular/compiler": "npm:20.0.0-next.0" - "@angular/compiler-cli": "npm:20.0.0-next.0" - "@angular/core": "npm:20.0.0-next.0" - "@angular/forms": "npm:20.0.0-next.0" - "@angular/localize": "npm:20.0.0-next.0" + "@angular/common": "npm:20.0.0-next.1" + "@angular/compiler": "npm:20.0.0-next.1" + "@angular/compiler-cli": "npm:20.0.0-next.1" + "@angular/core": "npm:20.0.0-next.1" + "@angular/forms": "npm:20.0.0-next.1" + "@angular/localize": "npm:20.0.0-next.1" "@angular/material": "npm:20.0.0-next.0" "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#dbcf3afdd0b7d3bd95c71e3df43a210364d3939b" - "@angular/platform-browser": "npm:20.0.0-next.0" - "@angular/platform-browser-dynamic": "npm:20.0.0-next.0" - "@angular/platform-server": "npm:20.0.0-next.0" - "@angular/router": "npm:20.0.0-next.0" - "@angular/service-worker": "npm:20.0.0-next.0" + "@angular/platform-browser": "npm:20.0.0-next.1" + "@angular/platform-browser-dynamic": "npm:20.0.0-next.1" + "@angular/platform-server": "npm:20.0.0-next.1" + "@angular/router": "npm:20.0.0-next.1" + "@angular/service-worker": "npm:20.0.0-next.1" "@babel/core": "npm:7.26.9" "@babel/generator": "npm:7.26.9" "@babel/helper-annotate-as-pure": "npm:7.25.9" @@ -476,36 +480,36 @@ __metadata: languageName: unknown linkType: soft -"@angular/forms@npm:20.0.0-next.0": - version: 20.0.0-next.0 - resolution: "@angular/forms@npm:20.0.0-next.0" +"@angular/forms@npm:20.0.0-next.1": + version: 20.0.0-next.1 + resolution: "@angular/forms@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": 20.0.0-next.0 - "@angular/core": 20.0.0-next.0 - "@angular/platform-browser": 20.0.0-next.0 + "@angular/common": 20.0.0-next.1 + "@angular/core": 20.0.0-next.1 + "@angular/platform-browser": 20.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/91cdee17587c51704d0e0da6e20e5e1268c7e1ef83fefdcdf265ce8082cecae81a9b3ec35d2192bb9e34234f1d110396498a77bd14c17687dc686c4c9c4239cb + checksum: 10c0/416a48a3d2d6793626a1808cd29ca934634dce69dbd077c3202f1b9fd29efb70a497af0ca608c1e1c74b5561dad80cfab42acbf478d092817023c4c4910010e6 languageName: node linkType: hard -"@angular/localize@npm:20.0.0-next.0": - version: 20.0.0-next.0 - resolution: "@angular/localize@npm:20.0.0-next.0" +"@angular/localize@npm:20.0.0-next.1": + version: 20.0.0-next.1 + resolution: "@angular/localize@npm:20.0.0-next.1" dependencies: "@babel/core": "npm:7.26.9" "@types/babel__core": "npm:7.20.5" fast-glob: "npm:3.3.3" yargs: "npm:^17.2.1" peerDependencies: - "@angular/compiler": 20.0.0-next.0 - "@angular/compiler-cli": 20.0.0-next.0 + "@angular/compiler": 20.0.0-next.1 + "@angular/compiler-cli": 20.0.0-next.1 bin: localize-extract: tools/bundles/src/extract/cli.js localize-migrate: tools/bundles/src/migrate/cli.js localize-translate: tools/bundles/src/translate/cli.js - checksum: 10c0/fbf2ad078fd90e218fb5769ae321714ea48a2d6d84452a75a01e0a8c36bd8fc280c7b48057d6f644ca1450ab7ff9b9ec5b11d8a583c91e157f78271e7ebd528a + checksum: 10c0/5b9400268f668aa770861d395e7d75f5c92f33f6e04cc80c82c294b58cc20ac52abcffab14eac050633117719a9ba22562bc5b9126a4db9c10c92cd4499f1903 languageName: node linkType: hard @@ -547,76 +551,76 @@ __metadata: languageName: node linkType: hard -"@angular/platform-browser-dynamic@npm:20.0.0-next.0": - version: 20.0.0-next.0 - resolution: "@angular/platform-browser-dynamic@npm:20.0.0-next.0" +"@angular/platform-browser-dynamic@npm:20.0.0-next.1": + version: 20.0.0-next.1 + resolution: "@angular/platform-browser-dynamic@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": 20.0.0-next.0 - "@angular/compiler": 20.0.0-next.0 - "@angular/core": 20.0.0-next.0 - "@angular/platform-browser": 20.0.0-next.0 - checksum: 10c0/adc1f0231f7fb7242d5aca50ee499e1bd788e1ba1a55941c6857f8dc8e70dd9d6006d9a67c21c6ee9ac66292d179dfc8ec095a871d319ef748e2c9fdb979b0fe + "@angular/common": 20.0.0-next.1 + "@angular/compiler": 20.0.0-next.1 + "@angular/core": 20.0.0-next.1 + "@angular/platform-browser": 20.0.0-next.1 + checksum: 10c0/56f96ce991a4a05c845c72abb4974a43538ca5f164013cef4b4f78a17877b57788ee2ddf539ab2039c172fbc082b0d54db00f2786d1ca4a6b32c3ddfbd38f6fe languageName: node linkType: hard -"@angular/platform-browser@npm:20.0.0-next.0": - version: 20.0.0-next.0 - resolution: "@angular/platform-browser@npm:20.0.0-next.0" +"@angular/platform-browser@npm:20.0.0-next.1": + version: 20.0.0-next.1 + resolution: "@angular/platform-browser@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/animations": 20.0.0-next.0 - "@angular/common": 20.0.0-next.0 - "@angular/core": 20.0.0-next.0 + "@angular/animations": 20.0.0-next.1 + "@angular/common": 20.0.0-next.1 + "@angular/core": 20.0.0-next.1 peerDependenciesMeta: "@angular/animations": optional: true - checksum: 10c0/80100ec894c0c575edd0c739fc5cb1bd318e5d8287da4a085b63c9a131b8c5ac95debd2726f80ad643dad737bedcea5fc8f2103bd6e47c4479b0a96c1e2e619c + checksum: 10c0/601441056a11357c9506f30bf0e14e3b50bf507e24f2693d7a0446e5125392d0a25e3f546ac53f80752a74b50e7ace83f7286a077c73adeb6110183e0cd158a9 languageName: node linkType: hard -"@angular/platform-server@npm:20.0.0-next.0": - version: 20.0.0-next.0 - resolution: "@angular/platform-server@npm:20.0.0-next.0" +"@angular/platform-server@npm:20.0.0-next.1": + version: 20.0.0-next.1 + resolution: "@angular/platform-server@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" xhr2: "npm:^0.2.0" peerDependencies: - "@angular/common": 20.0.0-next.0 - "@angular/compiler": 20.0.0-next.0 - "@angular/core": 20.0.0-next.0 - "@angular/platform-browser": 20.0.0-next.0 - checksum: 10c0/86668a7b1e4be912135acf5645bc9b5b89dc3e525ebb8d5803d5776ec2a05e17612db7cba2143d8f2c2bb33bc526d4f6d18f89694089761b5418668d54248fac + "@angular/common": 20.0.0-next.1 + "@angular/compiler": 20.0.0-next.1 + "@angular/core": 20.0.0-next.1 + "@angular/platform-browser": 20.0.0-next.1 + checksum: 10c0/fefd873c428afe883fa2cfdade5e248739405d47b13e14cc83f8d9ffd427184d6d7920dadc22ac2b47f4f0758f19ece480659349f5d0b07d821149418b382955 languageName: node linkType: hard -"@angular/router@npm:20.0.0-next.0": - version: 20.0.0-next.0 - resolution: "@angular/router@npm:20.0.0-next.0" +"@angular/router@npm:20.0.0-next.1": + version: 20.0.0-next.1 + resolution: "@angular/router@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": 20.0.0-next.0 - "@angular/core": 20.0.0-next.0 - "@angular/platform-browser": 20.0.0-next.0 + "@angular/common": 20.0.0-next.1 + "@angular/core": 20.0.0-next.1 + "@angular/platform-browser": 20.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/fdc2c20e9ddf2b4696fec3c72c5634f435a9326d305b522f26caaab9821aa6cf96418e914aad2748caea8bdeddd69b755a45924e7b648eb75cbc24cc62db27ae + checksum: 10c0/fdcf4bbae0e90aadbb4c42f5c67aa19b3e34211cc8ceafe1229e4a6fa2d516052d56b50bf449083bc5a859ef5e2e3d382c93e31961db0433f94500df611d240d languageName: node linkType: hard -"@angular/service-worker@npm:20.0.0-next.0": - version: 20.0.0-next.0 - resolution: "@angular/service-worker@npm:20.0.0-next.0" +"@angular/service-worker@npm:20.0.0-next.1": + version: 20.0.0-next.1 + resolution: "@angular/service-worker@npm:20.0.0-next.1" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/core": 20.0.0-next.0 + "@angular/core": 20.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 bin: ngsw-config: ngsw-config.js - checksum: 10c0/4ffcb10d654a7912482c2d9fead80e0a2344d7c14b92ca620d522e1c34825f661e682231f568510a7f2f4eb3ddd492516ae8615088f0e2ed666efccaf5bcff79 + checksum: 10c0/c2253655d2f8737ba4a95f83cbe7794248fd04d5ed9af9e03ff2b729d0aa49b0225a95e86804e2d7b9dd8460145ca2eaa46f45e96407dce4e12bd3a21070d242 languageName: node linkType: hard @@ -9682,7 +9686,7 @@ __metadata: languageName: node linkType: hard -"fast-glob@npm:3.3.3, fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.2": +"fast-glob@npm:3.3.3, fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.2, fast-glob@npm:^3.3.3": version: 3.3.3 resolution: "fast-glob@npm:3.3.3" dependencies: