diff --git a/MODULE.bazel b/MODULE.bazel index 49553f337938..3a4beec54bc2 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -49,9 +49,9 @@ use_repo(yq, "yq_toolchains") rules_ts_ext = use_extension("@aspect_rules_ts//ts:extensions.bzl", "ext") rules_ts_ext.deps( name = "components_npm_typescript", - # Obtained by: curl --silent https://registry.npmjs.org/typescript/5.9.2 | jq -r '.dist.integrity' - ts_integrity = "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", - ts_version = "5.9.2", + # Obtained by: curl --silent https://registry.npmjs.org/typescript/6.0.0-beta | jq -r '.dist.integrity' + ts_integrity = "sha512-CldZdztDpQRLM1HC6WDQjQkQN5Ub5zRau737a1diGh3lPmb9oRsaWHk1y5iqK0o7+1bNJ0oXfEGRkAogFZBL+Q==", + ts_version = "6.0.0-beta", ) use_repo(rules_ts_ext, **{"npm_typescript": "components_npm_typescript"}) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 1a041c6642f7..7f22a23a1ccd 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -574,7 +574,7 @@ "@@aspect_rules_ts+//ts:extensions.bzl%ext": { "general": { "bzlTransitiveDigest": "6NyLUdrb79stFKm8oWIBK2q65cT5Upbr8IR2Qwsywu8=", - "usagesDigest": "81NsRsd41daCKu8Q5ap/9nRQmXxXRmDwzKd17wtFeok=", + "usagesDigest": "+4aXYkDVCPwI3YZWg39BlyKfUbg7yFjNPpF5B+2QgaY=", "recordedFileInputs": { "@@rules_browsers+//package.json": "772d873d450a539e2133635aeb5e63744cf1cec86e6b37aeecd9267a147fb0d7" }, @@ -584,8 +584,8 @@ "components_npm_typescript": { "repoRuleId": "@@aspect_rules_ts+//ts/private:npm_repositories.bzl%http_archive_version", "attributes": { - "version": "5.9.2", - "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", + "version": "6.0.0-beta", + "integrity": "sha512-CldZdztDpQRLM1HC6WDQjQkQN5Ub5zRau737a1diGh3lPmb9oRsaWHk1y5iqK0o7+1bNJ0oXfEGRkAogFZBL+Q==", "urls": [ "https://registry.npmjs.org/typescript/-/typescript-{}.tgz" ] diff --git a/docs/package.json b/docs/package.json index 91a42fbeea95..768bf1c2bffe 100644 --- a/docs/package.json +++ b/docs/package.json @@ -78,6 +78,6 @@ "sass": "1.97.3", "shelljs": "^0.10.0", "ts-node": "10.9.2", - "typescript": "~5.9.2" + "typescript": "6.0.0-beta" } } diff --git a/docs/src/assets/stackblitz/tsconfig.json b/docs/src/assets/stackblitz/tsconfig.json index 61c430fae1b7..33830aaedb0b 100644 --- a/docs/src/assets/stackblitz/tsconfig.json +++ b/docs/src/assets/stackblitz/tsconfig.json @@ -5,7 +5,6 @@ "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, - "downlevelIteration": true, "experimentalDecorators": true, "moduleResolution": "bundler", "importHelpers": true, diff --git a/docs/tsconfig.json b/docs/tsconfig.json index 7fdc360d63b5..c3b0620f7acc 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -6,7 +6,6 @@ "allowSyntheticDefaultImports": true, "sourceMap": true, "declaration": false, - "downlevelIteration": true, "experimentalDecorators": true, "module": "es2022", "moduleResolution": "bundler", diff --git a/integration/ng-add-standalone/tsconfig.json b/integration/ng-add-standalone/tsconfig.json index 2c875b4075d5..4732e60b4e34 100644 --- a/integration/ng-add-standalone/tsconfig.json +++ b/integration/ng-add-standalone/tsconfig.json @@ -10,7 +10,6 @@ "noFallthroughCasesInSwitch": true, "sourceMap": true, "declaration": false, - "downlevelIteration": true, "experimentalDecorators": true, "moduleResolution": "bundler", "importHelpers": false, diff --git a/integration/ng-add/tsconfig.json b/integration/ng-add/tsconfig.json index 2c875b4075d5..4732e60b4e34 100644 --- a/integration/ng-add/tsconfig.json +++ b/integration/ng-add/tsconfig.json @@ -10,7 +10,6 @@ "noFallthroughCasesInSwitch": true, "sourceMap": true, "declaration": false, - "downlevelIteration": true, "experimentalDecorators": true, "moduleResolution": "bundler", "importHelpers": false, diff --git a/integration/yarn-pnp-compat/tsconfig.json b/integration/yarn-pnp-compat/tsconfig.json index e526ffd7cc15..ba30b4eb928c 100644 --- a/integration/yarn-pnp-compat/tsconfig.json +++ b/integration/yarn-pnp-compat/tsconfig.json @@ -11,7 +11,6 @@ "noFallthroughCasesInSwitch": true, "sourceMap": true, "declaration": false, - "downlevelIteration": true, "experimentalDecorators": true, "moduleResolution": "bundler", "importHelpers": true, diff --git a/package.json b/package.json index 9dd5afd2a41d..a8f50c9fde4a 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "tsickle": "0.46.3", "tslint": "^6.1.3", "tsutils": "^3.21.0", - "typescript": "5.9.2", + "typescript": "6.0.0-beta", "vrsource-tslint-rules": "6.0.0", "yaml": "^2.8.1", "yargs": "^18.0.0", @@ -153,7 +153,7 @@ }, "pnpm": { "overrides": { - "typescript": "5.9.2" + "typescript": "6.0.0-beta" }, "onlyBuiltDependencies": [], "packageExtensions": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a04f0eba1f78..fba360e99269 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,59 +7,59 @@ settings: catalogs: default: '@angular-devkit/build-angular': - specifier: 21.2.0 - version: 21.2.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@angular-devkit/core': - specifier: 21.2.0 - version: 21.2.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@angular-devkit/schematics': - specifier: 21.2.0 - version: 21.2.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@angular/cli': - specifier: 21.2.0 - version: 21.2.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@angular/common': - specifier: 21.2.0 - version: 21.2.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@angular/compiler': - specifier: 21.2.0 - version: 21.2.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@angular/compiler-cli': - specifier: 21.2.0 - version: 21.2.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@angular/core': - specifier: 21.2.0 - version: 21.2.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@angular/forms': - specifier: 21.2.0 - version: 21.2.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@angular/localize': - specifier: 21.2.0 - version: 21.2.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@angular/platform-browser': - specifier: 21.2.0 - version: 21.2.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@angular/platform-browser-dynamic': - specifier: 21.2.0 - version: 21.2.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@angular/platform-server': - specifier: 21.2.0 - version: 21.2.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@angular/router': - specifier: 21.2.0 - version: 21.2.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@angular/ssr': - specifier: 21.2.0 - version: 21.2.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@schematics/angular': - specifier: 21.2.0 - version: 21.2.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 rxjs: specifier: ^6.6.7 version: 6.6.7 overrides: - typescript: 5.9.2 + typescript: 6.0.0-beta packageExtensionsChecksum: sha256-aKJQSfkoOl79hd5DYaabzHnSDIJkX/dIHNav8Qv+Vb8= @@ -69,25 +69,25 @@ importers: dependencies: '@angular-devkit/core': specifier: 'catalog:' - version: 21.2.0(chokidar@5.0.0) + version: 22.0.0-next.0(chokidar@5.0.0) '@angular-devkit/schematics': specifier: 'catalog:' - version: 21.2.0(chokidar@5.0.0) + version: 22.0.0-next.0(chokidar@5.0.0) '@angular/common': specifier: 'catalog:' - version: 21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7) + version: 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 21.2.0 + version: 22.0.0-next.0 '@angular/core': specifier: 'catalog:' - version: 21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1) + version: 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1) '@angular/forms': specifier: 'catalog:' - version: 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) + version: 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) '@angular/platform-browser': specifier: 'catalog:' - version: 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)) + version: 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)) '@types/google.maps': specifier: ^3.54.10 version: 3.58.1 @@ -108,7 +108,7 @@ importers: version: 6.6.7 rxjs-tslint-rules: specifier: ^4.34.8 - version: 4.34.8(tslint@6.1.3(typescript@5.9.2))(typescript@5.9.2) + version: 4.34.8(tslint@6.1.3(typescript@6.0.0-beta))(typescript@6.0.0-beta) safevalues: specifier: ^1.2.0 version: 1.2.0 @@ -121,19 +121,19 @@ importers: devDependencies: '@angular/compiler-cli': specifier: 'catalog:' - version: 21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2) + version: 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta) '@angular/localize': specifier: 'catalog:' - version: 21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/compiler@21.2.0) + version: 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/compiler@22.0.0-next.0) '@angular/ng-dev': specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#b0ab31189ecbeaaafce2bd9259385879b9beabcc version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b0ab31189ecbeaaafce2bd9259385879b9beabcc(@modelcontextprotocol/sdk@1.27.1) '@angular/platform-server': specifier: 'catalog:' - version: 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/compiler@21.2.0)(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) + version: 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/compiler@22.0.0-next.0)(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) '@angular/router': specifier: 'catalog:' - version: 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) + version: 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) '@babel/core': specifier: ^7.16.12 version: 7.29.0 @@ -166,7 +166,7 @@ importers: version: 16.0.3(rollup@4.59.0) '@schematics/angular': specifier: 'catalog:' - version: 21.2.0(chokidar@5.0.0) + version: 22.0.0-next.0(chokidar@5.0.0) '@types/babel__core': specifier: ^7.1.18 version: 7.20.5 @@ -214,7 +214,7 @@ importers: version: 0.27.3 firebase-tools: specifier: 15.8.0 - version: 15.8.0(@types/node@22.19.13)(bufferutil@4.1.0)(encoding@0.1.13)(typescript@5.9.2) + version: 15.8.0(@types/node@22.19.13)(bufferutil@4.1.0)(encoding@0.1.13)(typescript@6.0.0-beta) fs-extra: specifier: ^11.0.0 version: 11.3.3 @@ -289,7 +289,7 @@ importers: version: 4.59.0 rollup-plugin-dts: specifier: 6.3.0 - version: 6.3.0(rollup@4.59.0)(typescript@5.9.2) + version: 6.3.0(rollup@4.59.0)(typescript@6.0.0-beta) rollup-plugin-sourcemaps2: specifier: 0.5.6 version: 0.5.6(@types/node@22.19.13)(rollup@4.59.0) @@ -319,25 +319,25 @@ importers: version: 5.46.0 ts-node: specifier: ^10.9.1 - version: 10.9.2(@types/node@22.19.13)(typescript@5.9.2) + version: 10.9.2(@types/node@22.19.13)(typescript@6.0.0-beta) tsec: specifier: 0.2.9 - version: 0.2.9(@bazel/bazelisk@1.28.1)(typescript@5.9.2) + version: 0.2.9(@bazel/bazelisk@1.28.1)(typescript@6.0.0-beta) tsickle: specifier: 0.46.3 - version: 0.46.3(typescript@5.9.2) + version: 0.46.3(typescript@6.0.0-beta) tslint: specifier: ^6.1.3 - version: 6.1.3(typescript@5.9.2) + version: 6.1.3(typescript@6.0.0-beta) tsutils: specifier: ^3.21.0 - version: 3.21.0(typescript@5.9.2) + version: 3.21.0(typescript@6.0.0-beta) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 6.0.0-beta + version: 6.0.0-beta vrsource-tslint-rules: specifier: 6.0.0 - version: 6.0.0(tslint@6.1.3(typescript@5.9.2))(typescript@5.9.2) + version: 6.0.0(tslint@6.1.3(typescript@6.0.0-beta))(typescript@6.0.0-beta) yaml: specifier: ^2.8.1 version: 2.8.2 @@ -361,25 +361,25 @@ importers: version: link:../src/cdk-experimental '@angular/common': specifier: 'catalog:' - version: 21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7) + version: 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 21.2.0 + version: 22.0.0-next.0 '@angular/components-examples': specifier: workspace:* version: link:../src/components-examples '@angular/core': specifier: 'catalog:' - version: 21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1) + version: 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1) '@angular/forms': specifier: 'catalog:' - version: 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) + version: 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) '@angular/google-maps': specifier: workspace:* version: link:../src/google-maps '@angular/localize': specifier: 'catalog:' - version: 21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/compiler@21.2.0) + version: 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/compiler@22.0.0-next.0) '@angular/material': specifier: workspace:* version: link:../src/material @@ -391,16 +391,16 @@ importers: version: link:../src/material-luxon-adapter '@angular/platform-browser': specifier: 'catalog:' - version: 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)) + version: 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)) '@angular/platform-browser-dynamic': specifier: 'catalog:' - version: 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler@21.2.0)(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))) + version: 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler@22.0.0-next.0)(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))) '@angular/router': specifier: 'catalog:' - version: 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) + version: 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) '@angular/ssr': specifier: 'catalog:' - version: 21.2.0(99af83838bee1ec2be2aa66b43ba493c) + version: 22.0.0-next.0(0623e7124a5720f22610ddde8c25b353) '@angular/youtube-player': specifier: workspace:* version: link:../src/youtube-player @@ -425,13 +425,13 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: 'catalog:' - version: 21.2.0(0a5e79bf693c370322a17ad2980b0291) + version: 22.0.0-next.0(6d70ebf69f9efa0756947c089ef831ea) '@angular/cli': specifier: 'catalog:' - version: 21.2.0(@types/node@22.19.13)(chokidar@5.0.0) + version: 22.0.0-next.0(@types/node@22.19.13)(chokidar@5.0.0) '@angular/compiler-cli': specifier: 'catalog:' - version: 21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2) + version: 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta) '@bazel/bazelisk': specifier: ^1.12.1 version: 1.28.1 @@ -446,7 +446,7 @@ importers: version: 0.10.0 firebase-tools: specifier: 15.8.0 - version: 15.8.0(@types/node@22.19.13)(bufferutil@4.1.0)(encoding@0.1.13)(typescript@5.9.2) + version: 15.8.0(@types/node@22.19.13)(bufferutil@4.1.0)(encoding@0.1.13)(typescript@6.0.0-beta) jasmine-core: specifier: ^6.0.0 version: 6.1.0 @@ -494,10 +494,10 @@ importers: version: 0.10.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@types/node@22.19.13)(typescript@5.9.2) + version: 10.9.2(@types/node@22.19.13)(typescript@6.0.0-beta) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 6.0.0-beta + version: 6.0.0-beta integration: dependencies: @@ -734,91 +734,87 @@ packages: '@actions/io@3.0.2': resolution: {integrity: sha512-nRBchcMM+QK1pdjO7/idu86rbJI5YHUKCvKs0KxnSYbVe3F51UfGxuZX4Qy/fWlp6l7gWFwIkrOzN+oUK03kfw==} - '@algolia/abtesting@1.14.1': - resolution: {integrity: sha512-Dkj0BgPiLAaim9sbQ97UKDFHJE/880wgStAM18U++NaJ/2Cws34J5731ovJifr6E3Pv4T2CqvMXf8qLCC417Ew==} + '@algolia/abtesting@1.15.1': + resolution: {integrity: sha512-2yuIC48rUuHGhU1U5qJ9kJHaxYpJ0jpDHJVI5ekOxSMYXlH4+HP+pA31G820lsAznfmu2nzDV7n5RO44zIY1zw==} engines: {node: '>= 14.0.0'} - '@algolia/client-abtesting@5.48.1': - resolution: {integrity: sha512-LV5qCJdj+/m9I+Aj91o+glYszrzd7CX6NgKaYdTOj4+tUYfbS62pwYgUfZprYNayhkQpVFcrW8x8ZlIHpS23Vw==} + '@algolia/client-abtesting@5.49.1': + resolution: {integrity: sha512-h6M7HzPin+45/l09q0r2dYmocSSt2MMGOOk5c4O5K/bBBlEwf1BKfN6z+iX4b8WXcQQhf7rgQwC52kBZJt/ZZw==} engines: {node: '>= 14.0.0'} - '@algolia/client-analytics@5.48.1': - resolution: {integrity: sha512-/AVoMqHhPm14CcHq7mwB+bUJbfCv+jrxlNvRjXAuO+TQa+V37N8k1b0ijaRBPdmSjULMd8KtJbQyUyabXOu6Kg==} + '@algolia/client-analytics@5.49.1': + resolution: {integrity: sha512-048T9/Z8OeLmTk8h76QUqaNFp7Rq2VgS2Zm6Y2tNMYGQ1uNuzePY/udB5l5krlXll7ZGflyCjFvRiOtlPZpE9g==} engines: {node: '>= 14.0.0'} - '@algolia/client-common@5.48.1': - resolution: {integrity: sha512-VXO+qu2Ep6ota28ktvBm3sG53wUHS2n7bgLWmce5jTskdlCD0/JrV4tnBm1l7qpla1CeoQb8D7ShFhad+UoSOw==} + '@algolia/client-common@5.49.1': + resolution: {integrity: sha512-vp5/a9ikqvf3mn9QvHN8PRekn8hW34aV9eX+O0J5mKPZXeA6Pd5OQEh2ZWf7gJY6yyfTlLp5LMFzQUAU+Fpqpg==} engines: {node: '>= 14.0.0'} - '@algolia/client-insights@5.48.1': - resolution: {integrity: sha512-zl+Qyb0nLg+Y5YvKp1Ij+u9OaPaKg2/EPzTwKNiVyOHnQJlFxmXyUZL1EInczAZsEY8hVpPCLtNfhMhfxluXKQ==} + '@algolia/client-insights@5.49.1': + resolution: {integrity: sha512-B6N7PgkvYrul3bntTz/l6uXnhQ2bvP+M7NqTcayh681tSqPaA5cJCUBp/vrP7vpPRpej4Eeyx2qz5p0tE/2N2g==} engines: {node: '>= 14.0.0'} - '@algolia/client-personalization@5.48.1': - resolution: {integrity: sha512-r89Qf9Oo9mKWQXumRu/1LtvVJAmEDpn8mHZMc485pRfQUMAwSSrsnaw1tQ3sszqzEgAr1c7rw6fjBI+zrAXTOw==} + '@algolia/client-personalization@5.49.1': + resolution: {integrity: sha512-v+4DN+lkYfBd01Hbnb9ZrCHe7l+mvihyx218INRX/kaCXROIWUDIT1cs3urQxfE7kXBFnLsqYeOflQALv/gA5w==} engines: {node: '>= 14.0.0'} - '@algolia/client-query-suggestions@5.48.1': - resolution: {integrity: sha512-TPKNPKfghKG/bMSc7mQYD9HxHRUkBZA4q1PEmHgICaSeHQscGqL4wBrKkhfPlDV1uYBKW02pbFMUhsOt7p4ZpA==} + '@algolia/client-query-suggestions@5.49.1': + resolution: {integrity: sha512-Un11cab6ZCv0W+Jiak8UktGIqoa4+gSNgEZNfG8m8eTsXGqwIEr370H3Rqwj87zeNSlFpH2BslMXJ/cLNS1qtg==} engines: {node: '>= 14.0.0'} - '@algolia/client-search@5.48.1': - resolution: {integrity: sha512-4Fu7dnzQyQmMFknYwTiN/HxPbH4DyxvQ1m+IxpPp5oslOgz8m6PG5qhiGbqJzH4HiT1I58ecDiCAC716UyVA8Q==} + '@algolia/client-search@5.49.1': + resolution: {integrity: sha512-Nt9hri7nbOo0RipAsGjIssHkpLMHHN/P7QqENywAq5TLsoYDzUyJGny8FEiD/9KJUxtGH8blGpMedilI6kK3rA==} engines: {node: '>= 14.0.0'} - '@algolia/ingestion@1.48.1': - resolution: {integrity: sha512-/RFq3TqtXDUUawwic/A9xylA2P3LDMO8dNhphHAUOU51b1ZLHrmZ6YYJm3df1APz7xLY1aht6okCQf+/vmrV9w==} + '@algolia/ingestion@1.49.1': + resolution: {integrity: sha512-b5hUXwDqje0Y4CpU6VL481DXgPgxpTD5sYMnfQTHKgUispGnaCLCm2/T9WbJo1YNUbX3iHtYDArp804eD6CmRQ==} engines: {node: '>= 14.0.0'} - '@algolia/monitoring@1.48.1': - resolution: {integrity: sha512-Of0jTeAZRyRhC7XzDSjJef0aBkgRcvRAaw0ooYRlOw57APii7lZdq+layuNdeL72BRq1snaJhoMMwkmLIpJScw==} + '@algolia/monitoring@1.49.1': + resolution: {integrity: sha512-bvrXwZ0WsL3rN6Q4m4QqxsXFCo6WAew7sAdrpMQMK4Efn4/W920r9ptOuckejOSSvyLr9pAWgC5rsHhR2FYuYw==} engines: {node: '>= 14.0.0'} - '@algolia/recommend@5.48.1': - resolution: {integrity: sha512-bE7JcpFXzxF5zHwj/vkl2eiCBvyR1zQ7aoUdO+GDXxGp0DGw7nI0p8Xj6u8VmRQ+RDuPcICFQcCwRIJT5tDJFw==} + '@algolia/recommend@5.49.1': + resolution: {integrity: sha512-h2yz3AGeGkQwNgbLmoe3bxYs8fac4An1CprKTypYyTU/k3Q+9FbIvJ8aS1DoBKaTjSRZVoyQS7SZQio6GaHbZw==} engines: {node: '>= 14.0.0'} - '@algolia/requester-browser-xhr@5.48.1': - resolution: {integrity: sha512-MK3wZ2koLDnvH/AmqIF1EKbJlhRS5j74OZGkLpxI4rYvNi9Jn/C7vb5DytBnQ4KUWts7QsmbdwHkxY5txQHXVw==} + '@algolia/requester-browser-xhr@5.49.1': + resolution: {integrity: sha512-2UPyRuUR/qpqSqH8mxFV5uBZWEpxhGPHLlx9Xf6OVxr79XO2ctzZQAhsmTZ6X22x+N8MBWpB9UEky7YU2HGFgA==} engines: {node: '>= 14.0.0'} - '@algolia/requester-fetch@5.48.1': - resolution: {integrity: sha512-2oDT43Y5HWRSIQMPQI4tA/W+TN/N2tjggZCUsqQV440kxzzoPGsvv9QP1GhQ4CoDa+yn6ygUsGp6Dr+a9sPPSg==} + '@algolia/requester-fetch@5.49.1': + resolution: {integrity: sha512-N+xlE4lN+wpuT+4vhNEwPVlrfN+DWAZmSX9SYhbz986Oq8AMsqdntOqUyiOXVxYsQtfLwmiej24vbvJGYv1Qtw==} engines: {node: '>= 14.0.0'} - '@algolia/requester-node-http@5.48.1': - resolution: {integrity: sha512-xcaCqbhupVWhuBP1nwbk1XNvwrGljozutEiLx06mvqDf3o8cHyEgQSHS4fKJM+UAggaWVnnFW+Nne5aQ8SUJXg==} + '@algolia/requester-node-http@5.49.1': + resolution: {integrity: sha512-zA5bkUOB5PPtTr182DJmajCiizHp0rCJQ0Chf96zNFvkdESKYlDeYA3tQ7r2oyHbu/8DiohAQ5PZ85edctzbXA==} engines: {node: '>= 14.0.0'} '@ampproject/remapping@2.3.0': resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular-devkit/architect@0.2102.0': - resolution: {integrity: sha512-kYFwTNzToG2SJMxj2f41w3QRtdqlrFuF+bpZrtIaHOP078Ktld8EPIp9KqB0Y46Vvs69ifby5Q1/wPD9wA3iaw==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/architect@0.2200.0-next.0': + resolution: {integrity: sha512-NJV7uAm8lwxksMzfvF7Mx381caUKKaaAiTP5/CTSKQZ1xvZg1pDZHd2wK1LCh16BINxNgIwMvW4WpXb73L3sNA==} + engines: {node: ^22.22.0 || >=24.13.1, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular-devkit/build-angular@21.2.0': - resolution: {integrity: sha512-owv0fJHsbTf3b2GZTpLJicwLf6fOjuEHODjvFDnREAB1mUObUi2xkf8mc99/lFIT8d+Jcz0z+xqVIdEf1VJf6g==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - peerDependencies: - '@angular/compiler-cli': ^21.0.0 - '@angular/core': ^21.0.0 - '@angular/localize': ^21.0.0 - '@angular/platform-browser': ^21.0.0 - '@angular/platform-server': ^21.0.0 - '@angular/service-worker': ^21.0.0 - '@angular/ssr': ^21.2.0 - '@web/test-runner': ^0.20.0 + '@angular-devkit/build-angular@22.0.0-next.0': + resolution: {integrity: sha512-+furQjs0g3bnqwd1he0TzotGJJLGB3KFpKoDOcoe2eTB9s9cO+EsfRPEvqmDPtQFxaOTOfkK4TmSjZ/z1ja6cg==} + engines: {node: ^22.22.0 || >=24.13.1, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + peerDependencies: + '@angular/compiler-cli': ^22.0.0-next.0 + '@angular/core': ^22.0.0-next.0 + '@angular/localize': ^22.0.0-next.0 + '@angular/platform-browser': ^22.0.0-next.0 + '@angular/platform-server': ^22.0.0-next.0 + '@angular/service-worker': ^22.0.0-next.0 + '@angular/ssr': ^22.0.0-next.0 browser-sync: ^3.0.2 - jest: ^30.2.0 - jest-environment-jsdom: ^30.2.0 karma: ^6.3.0 - ng-packagr: ^21.0.0 - protractor: ^7.0.0 + ng-packagr: ^22.0.0-next.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 - typescript: 5.9.2 + typescript: 6.0.0-beta peerDependenciesMeta: '@angular/core': optional: true @@ -832,62 +828,54 @@ packages: optional: true '@angular/ssr': optional: true - '@web/test-runner': - optional: true browser-sync: optional: true - jest: - optional: true - jest-environment-jsdom: - optional: true karma: optional: true ng-packagr: optional: true - protractor: - optional: true tailwindcss: optional: true - '@angular-devkit/build-webpack@0.2102.0': - resolution: {integrity: sha512-Za1xoxxrv8w8/B8QoYza4asDAypMjbTkeDEZi3VGiZ+QRWHNSTDsIAePQDOqs4b6Wogk898kwYYAYGyLuWEC0A==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/build-webpack@0.2200.0-next.0': + resolution: {integrity: sha512-NOde5G0hWJMPTg1grt6viIvV7Dliige3PqMb6TNr8lwQxGKo1s1D38DwAIYJMRJInBDSZkBAvkxYTvtM5rnsuA==} + engines: {node: ^22.22.0 || >=24.13.1, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 - '@angular-devkit/core@21.2.0': - resolution: {integrity: sha512-HZdTn46Ca6qbb9Zef8R/+TWsk6mNKRm4rJyL3PxHP6HnVCwSPNZ0LNN9BjVREBs+UlRdXqBGFBZh5D1nBgu5GQ==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/core@22.0.0-next.0': + resolution: {integrity: sha512-R2JFajszlEW5kW0X5S7+p4hdCpSns2T+B4+1ipNCmNdIo7+ufz1yO0Y7P1ih4A21dhFni1nzldeHRoHmJ+hVlA==} + engines: {node: ^22.22.0 || >=24.13.1, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: chokidar: ^5.0.0 peerDependenciesMeta: chokidar: optional: true - '@angular-devkit/schematics@21.2.0': - resolution: {integrity: sha512-3kn3FI5v7BQ7Zct6raek+WgvyDwOJ8wElbyC903GxMQCDBRGGcevhHvTAIHhknihEsrgplzPhTlWeMbk1JfdFg==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - - '@angular/build@21.2.0': - resolution: {integrity: sha512-K0EqiHz2y7TSyD4adWD0+C/P9khKlrsSWavXWxGRvoSJC/H3I3SK5Z6BWwftBibXR1Fis7njwvl5IGAlQrDchA==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - peerDependencies: - '@angular/compiler': ^21.0.0 - '@angular/compiler-cli': ^21.0.0 - '@angular/core': ^21.0.0 - '@angular/localize': ^21.0.0 - '@angular/platform-browser': ^21.0.0 - '@angular/platform-server': ^21.0.0 - '@angular/service-worker': ^21.0.0 - '@angular/ssr': ^21.2.0 + '@angular-devkit/schematics@22.0.0-next.0': + resolution: {integrity: sha512-9rV4VE5Ha0gM7pPTBwWwFAfKprJpDX+Cp8Bwb/Rdqj2pPvB2eMEoiFyUyIrA7aDVxtANVlODEfeqSYdwSJNpgA==} + engines: {node: ^22.22.0 || >=24.13.1, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + + '@angular/build@22.0.0-next.0': + resolution: {integrity: sha512-uZGQjk5012dcOFz1tPbXU0x02fxxkpajOwA5sPj+OM5YGDQly2voAnXZZR8aMOwn7K6UFet/Mz56bAhqTQ73VA==} + engines: {node: ^22.22.0 || >=24.13.1, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + peerDependencies: + '@angular/compiler': ^22.0.0-next.0 + '@angular/compiler-cli': ^22.0.0-next.0 + '@angular/core': ^22.0.0-next.0 + '@angular/localize': ^22.0.0-next.0 + '@angular/platform-browser': ^22.0.0-next.0 + '@angular/platform-server': ^22.0.0-next.0 + '@angular/service-worker': ^22.0.0-next.0 + '@angular/ssr': ^22.0.0-next.0 karma: ^6.4.0 less: ^4.2.0 - ng-packagr: ^21.0.0 + ng-packagr: ^22.0.0-next.0 postcss: ^8.4.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 tslib: ^2.3.0 - typescript: 5.9.2 + typescript: 6.0.0-beta vitest: ^4.0.8 peerDependenciesMeta: '@angular/core': @@ -915,38 +903,38 @@ packages: vitest: optional: true - '@angular/cli@21.2.0': - resolution: {integrity: sha512-yaGEpckqgOemcHkoWeH92i9eNrcbr9iE/dnxL+Du6s9spTAXJ2jjtYfszhmowuQZkCK5rjecMb8ctNtHlaGCjg==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular/cli@22.0.0-next.0': + resolution: {integrity: sha512-ksTVwbhcnugk5hDzQEiWYv2bj0JGQZlkphoIoiQC/vtRIxo9PkWsyU6+lg2UPodO39brxCtquIYKkBCveu3oCQ==} + engines: {node: ^22.22.0 || >=24.13.1, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular/common@21.2.0': - resolution: {integrity: sha512-6zJMPi0i/XDniEgv3/t2BjuDHiOG44lgIR5PYyxqGpgJ0kqB5hku/0TuentNEi1VnBYgthnfhjek7c+lakXmhw==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/common@22.0.0-next.0': + resolution: {integrity: sha512-f8VpaKaBLQZjnFVNituC4k+X8vlp5s9YlvWs1IZu6bQ6J2WAx87wiPeHA/zuishu9D2bp7y5OcXPccwAk/XNiw==} + engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/core': 21.2.0 + '@angular/core': 22.0.0-next.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@21.2.0': - resolution: {integrity: sha512-gZd58p0/JjgdxMX3v+LjCB6e3dBIfNVr/YzXoh55TfffdBCUQY94hl1+DFQkJ72K5EX+1zbaz03dIm30kw1bGw==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/compiler-cli@22.0.0-next.0': + resolution: {integrity: sha512-2WX/B0C2lPclLI0k0q8WJKTsUDOmgYlQqQNepe2VLKqY6h87bVgu5nJuoyOEjN5o9BDyrZWig5XDmlEGvkabrw==} + engines: {node: ^22.22.0 || >=24.13.1} hasBin: true peerDependencies: - '@angular/compiler': 21.2.0 - typescript: 5.9.2 + '@angular/compiler': 22.0.0-next.0 + typescript: 6.0.0-beta peerDependenciesMeta: typescript: optional: true - '@angular/compiler@21.2.0': - resolution: {integrity: sha512-0RPkma8UVNpse/VJcXT9w6SKzTMz4J/uMGj0l9enM1frg9xrx1fwi/lLmaVV9Nr9LfqPjQdxNFFlvaBB7g/2zg==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/compiler@22.0.0-next.0': + resolution: {integrity: sha512-tTUIKgr90oh5/sU9cjPmV3GjQ2pqSojWiZcS8GVDqydKTMx2YOflQ6A8yL3FtL5hkTJ7rlZYZwA1dzRKuNaEvQ==} + engines: {node: ^22.22.0 || >=24.13.1} - '@angular/core@21.2.0': - resolution: {integrity: sha512-VnTbmZq3g3Q+s3nCZ8VUDMLjMezOg/bqUxAJ/DrRWCrEcTP5JO3mrNPs3FHj+qlB0T+BQP7uQv6QTzPVKybwoA==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/core@22.0.0-next.0': + resolution: {integrity: sha512-HXMOh56el5hq0541LcxYlIttiFMLNmqJ3kQry27VIPuxakCgZdam8HbhWPje4PMfioiLHShdCZUF+VWnr11Erg==} + engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/compiler': 21.2.0 + '@angular/compiler': 22.0.0-next.0 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 || ~0.16.0 peerDependenciesMeta: @@ -955,74 +943,74 @@ packages: zone.js: optional: true - '@angular/forms@21.2.0': - resolution: {integrity: sha512-NduUtPWLauH/FLayEDkLyaKAGqKzXbcfO7468LOWCXN3crhNVQyIWRQPOUcdpoJwDAGLpN85m3DhJhXNnA9c5w==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/forms@22.0.0-next.0': + resolution: {integrity: sha512-eljVun7G5FLQE6SMiNt0JiMmLsfo/mSFAhAPPp+8VlVxW31RV117RTC0wvP4fMAQMzBgiRRZShQRKMc8orMnoQ==} + engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/common': 21.2.0 - '@angular/core': 21.2.0 - '@angular/platform-browser': 21.2.0 + '@angular/common': 22.0.0-next.0 + '@angular/core': 22.0.0-next.0 + '@angular/platform-browser': 22.0.0-next.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@21.2.0': - resolution: {integrity: sha512-blVjzwHSaKbFNCQN/RZy8rSbFgajMw3kBzGrDY08atMDOPn90L2nE4dot+9d0JlKAX2gL8Qfx44YgIWBI5MfsA==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/localize@22.0.0-next.0': + resolution: {integrity: sha512-efHunpqsizxKQKNay1fnG2V/oxrdI5s3+AlznUxNQQ5Rn8bpdvhwdBzGrsQY+H5FqrZNTC/9hhGqczROjMJREA==} + engines: {node: ^22.22.0 || >=24.13.1} hasBin: true peerDependencies: - '@angular/compiler': 21.2.0 - '@angular/compiler-cli': 21.2.0 + '@angular/compiler': 22.0.0-next.0 + '@angular/compiler-cli': 22.0.0-next.0 '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b0ab31189ecbeaaafce2bd9259385879b9beabcc': resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b0ab31189ecbeaaafce2bd9259385879b9beabcc} version: 0.0.0-e006a332028a4c3cb24e9d92437fac7ae99e2ed5 hasBin: true - '@angular/platform-browser-dynamic@21.2.0': - resolution: {integrity: sha512-eTHNTnTEP25eCyu4MJdPAAc/7Ib5XtR/dqUlzZdNoAldREPNw95FF12QMunvnen66v3CvCYdND8rAlbz2LkK7g==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/platform-browser-dynamic@22.0.0-next.0': + resolution: {integrity: sha512-+PNGnYCwRoog2scQNjwllWcUSf2z9ZPw+OsHigBCLENYVRT0rtK/OYswgkkqlclIzOlBdy3dF3LFBdH1ML9s4Q==} + engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/common': 21.2.0 - '@angular/compiler': 21.2.0 - '@angular/core': 21.2.0 - '@angular/platform-browser': 21.2.0 + '@angular/common': 22.0.0-next.0 + '@angular/compiler': 22.0.0-next.0 + '@angular/core': 22.0.0-next.0 + '@angular/platform-browser': 22.0.0-next.0 - '@angular/platform-browser@21.2.0': - resolution: {integrity: sha512-IUGukpvvT2B5Dl76qzk6rY7UIHUT9u4BhT2AwVz+5JqcX9KwQtYD17Gt7wj6bvIgCXKWG+CfN8Zd9DECOCYWjg==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/platform-browser@22.0.0-next.0': + resolution: {integrity: sha512-erbW9VyQMqrW3PfX6lKpAttbxJsc7xWNuO7h449B6PXsNNkyqURC8haJANDWbDx8tTUGDqxEAiAQC7ANtgT6ZA==} + engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/animations': 21.2.0 - '@angular/common': 21.2.0 - '@angular/core': 21.2.0 + '@angular/animations': 22.0.0-next.0 + '@angular/common': 22.0.0-next.0 + '@angular/core': 22.0.0-next.0 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@21.2.0': - resolution: {integrity: sha512-XE/0HTYlPpO37aOOc4BEH1AZMDcPOGd2FoZcwGoWDRWhXYrRqzgcX4h1q0WxmMZRe/p7hEd3g9lrf3Vdjj/4ZQ==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/platform-server@22.0.0-next.0': + resolution: {integrity: sha512-i3yYSZ2vrx3XpHEfJS0n18fwAYMig1gPMo8+6YoB5Ywf+R7ffq8kygPxutuI0bVDAbC4ChsVgBdXRrltTiE6fg==} + engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/common': 21.2.0 - '@angular/compiler': 21.2.0 - '@angular/core': 21.2.0 - '@angular/platform-browser': 21.2.0 + '@angular/common': 22.0.0-next.0 + '@angular/compiler': 22.0.0-next.0 + '@angular/core': 22.0.0-next.0 + '@angular/platform-browser': 22.0.0-next.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@21.2.0': - resolution: {integrity: sha512-siliJ+jJRUCRZ0cdkqc7zww9Didz56Z0Z2YPIuR2n5TZLiuJY+jAf6xotXKp/v6v8XoGJwLiRNipGgNDRIAlWA==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/router@22.0.0-next.0': + resolution: {integrity: sha512-LhFmsy+pjdyItBtRoyUni/sF67bXmQkYS3FqcOqpDKDpPKu0gKEisUt/txAp5I2npf5ZX6KTbS0OUkXW/REb8A==} + engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/common': 21.2.0 - '@angular/core': 21.2.0 - '@angular/platform-browser': 21.2.0 + '@angular/common': 22.0.0-next.0 + '@angular/core': 22.0.0-next.0 + '@angular/platform-browser': 22.0.0-next.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ssr@21.2.0': - resolution: {integrity: sha512-NqtCNJETO1ocQ0F3pK4KxkoDkPxI2qN2YPEBLPAGTrLXxTb6vM06LwYa6tTwFm0sk26tfOGTuauJV1KhRnDcVQ==} + '@angular/ssr@22.0.0-next.0': + resolution: {integrity: sha512-kDamg1+yWsi80XeA4Go6ge1SasO2ftPx08x1g4EYBtewxnJ1gXzNdAjfXvwnY0NfIEjo+pPEmmtheVbDSCTx7w==} peerDependencies: - '@angular/common': ^21.0.0 - '@angular/core': ^21.0.0 - '@angular/platform-server': ^21.0.0 - '@angular/router': ^21.0.0 + '@angular/common': ^22.0.0-next.0 + '@angular/core': ^22.0.0-next.0 + '@angular/platform-server': ^22.0.0-next.0 + '@angular/router': ^22.0.0-next.0 peerDependenciesMeta: '@angular/platform-server': optional: true @@ -2282,6 +2270,15 @@ packages: '@types/node': optional: true + '@inquirer/prompts@8.3.0': + resolution: {integrity: sha512-JAj66kjdH/F1+B7LCigjARbwstt3SNUOSzMdjpsvwJmzunK88gJeXmcm95L9nw1KynvFVuY4SzXh/3Y0lvtgSg==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/rawlist@4.1.11': resolution: {integrity: sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==} engines: {node: '>=18'} @@ -2532,12 +2529,12 @@ packages: '@leichtgewicht/ip-codec@2.0.5': resolution: {integrity: sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==} - '@listr2/prompt-adapter-inquirer@3.0.5': - resolution: {integrity: sha512-WELs+hj6xcilkloBXYf9XXK8tYEnKsgLj01Xl5ONUJpKjmT5hGVUzNUS5tooUxs7pGMrw+jFD/41WpqW4V3LDA==} - engines: {node: '>=20.0.0'} + '@listr2/prompt-adapter-inquirer@4.1.2': + resolution: {integrity: sha512-Gnq4scw3evxbEVTQ5cz7l1zpjDdF35/NOOvTqPRvbGnPNegu9YbRwhFH144o30a0G5q+7iLgz6s1xOg+B5bvhg==} + engines: {node: '>=22.0.0'} peerDependencies: - '@inquirer/prompts': '>= 3 < 8' - listr2: 9.0.5 + '@inquirer/prompts': '>= 3 < 9' + listr2: 10.1.2 '@lmdb/lmdb-darwin-arm64@3.5.1': resolution: {integrity: sha512-tpfN4kKrrMpQ+If1l8bhmoNkECJi0iOu6AEdrTJvWVC+32sLxTARX5Rsu579mPImRP9YFWfWgeRQ5oav7zApQQ==} @@ -2577,15 +2574,6 @@ packages: '@material/material-color-utilities@0.4.0': resolution: {integrity: sha512-dlq6VExJReb8dhjj3a/yTigr3ncNwoFmL5Iy2ENtbDX03EmNeOEdZ+vsaGrj7RTuO+mB7L58II4LCsl4NpM8uw==} - '@modelcontextprotocol/sdk@1.26.0': - resolution: {integrity: sha512-Y5RmPncpiDtTXDbLKswIJzTqu2hyBKxTNsgKqKclDbhIgg1wgtf1fRuvxgTnRfcnxtvvgbIEcqUOzZrJ6iSReg==} - engines: {node: '>=18'} - peerDependencies: - '@cfworker/json-schema': ^4.1.1 - peerDependenciesMeta: - '@cfworker/json-schema': - optional: true - '@modelcontextprotocol/sdk@1.27.1': resolution: {integrity: sha512-sr6GbP+4edBwFndLbM60gf07z0FQ79gaExpnsjMGePXqFcSSb7t6iscpjk9DhFhwd+mTEQrzNafGP8/iGGFYaA==} engines: {node: '>=18'} @@ -2750,12 +2738,12 @@ packages: peerDependencies: '@angular/compiler-cli': '*' - '@ngtools/webpack@21.2.0': - resolution: {integrity: sha512-UOBgwtIvN29ELit35Gc11Kxx7ISQ8H4FJglRnoTmG9l26zA9vaLklfS4JHpU/8ORou9P+6NnZlzP80+qhmJSVg==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@ngtools/webpack@22.0.0-next.0': + resolution: {integrity: sha512-mfKZeif9oEyJStG7L45TsD61QCUbv5SOL9ut2g6ZBfKfErMYB5OP01UcEXfMYTELD1mIWlNogRKjBJIXbLORDA==} + engines: {node: ^22.22.0 || >=24.13.1, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^21.0.0 - typescript: 5.9.2 + '@angular/compiler-cli': ^22.0.0-next.0 + typescript: 6.0.0-beta webpack: ^5.54.0 '@noble/hashes@1.4.0': @@ -3107,8 +3095,8 @@ packages: peerDependencies: '@opentelemetry/api': ^1.1.0 - '@oxc-project/types@0.113.0': - resolution: {integrity: sha512-Tp3XmgxwNQ9pEN9vxgJBAqdRamHibi76iowQ38O2I4PMpcvNRQNVsU2n1x1nv9yh0XoTrGFzf7cZSGxmixxrhA==} + '@oxc-project/types@0.115.0': + resolution: {integrity: sha512-4n91DKnebUS4yjUHl2g3/b2T+IUdCfmoZGhmwsovZCDaJSs+QkVAM+0AqqTxHSsHfeiMuueT75cZaZcT/m0pSw==} '@parcel/watcher-android-arm64@2.5.6': resolution: {integrity: sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==} @@ -3238,7 +3226,7 @@ packages: '@phenomnomnominal/tsquery@4.2.0': resolution: {integrity: sha512-hR2U3uVcrrdkuG30ItQ+uFDs4ncZAybxWG0OjTE8ptPzVoU7GVeXpy+vMU8zX9EbmjGeITPw/su5HjYQyAH8bA==} peerDependencies: - typescript: 5.9.2 + typescript: 6.0.0-beta '@pkgjs/parseargs@0.11.0': resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} @@ -3316,89 +3304,89 @@ packages: engines: {node: '>=18'} hasBin: true - '@rolldown/binding-android-arm64@1.0.0-rc.4': - resolution: {integrity: sha512-vRq9f4NzvbdZavhQbjkJBx7rRebDKYR9zHfO/Wg486+I7bSecdUapzCm5cyXoK+LHokTxgSq7A5baAXUZkIz0w==} + '@rolldown/binding-android-arm64@1.0.0-rc.6': + resolution: {integrity: sha512-kvjTSWGcrv+BaR2vge57rsKiYdVR8V8CoS0vgKrc570qRBfty4bT+1X0z3j2TaVV+kAYzA0PjeB9+mdZyqUZlg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@rolldown/binding-darwin-arm64@1.0.0-rc.4': - resolution: {integrity: sha512-kFgEvkWLqt3YCgKB5re9RlIrx9bRsvyVUnaTakEpOPuLGzLpLapYxE9BufJNvPg8GjT6mB1alN4yN1NjzoeM8Q==} + '@rolldown/binding-darwin-arm64@1.0.0-rc.6': + resolution: {integrity: sha512-+tJhD21KvGNtUrpLXrZQlT+j5HZKiEwR2qtcZb3vNOUpvoT9QjEykr75ZW/Kr0W89gose/HVXU6351uVZD8Qvw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@rolldown/binding-darwin-x64@1.0.0-rc.4': - resolution: {integrity: sha512-JXmaOJGsL/+rsmMfutcDjxWM2fTaVgCHGoXS7nE8Z3c9NAYjGqHvXrAhMUZvMpHS/k7Mg+X7n/MVKb7NYWKKww==} + '@rolldown/binding-darwin-x64@1.0.0-rc.6': + resolution: {integrity: sha512-DKNhjMk38FAWaHwUt1dFR3rA/qRAvn2NUvSG2UGvxvlMxSmN/qqww/j4ABAbXhNRXtGQNmrAINMXRuwHl16ZHg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@rolldown/binding-freebsd-x64@1.0.0-rc.4': - resolution: {integrity: sha512-ep3Catd6sPnHTM0P4hNEvIv5arnDvk01PfyJIJ+J3wVCG1eEaPo09tvFqdtcaTrkwQy0VWR24uz+cb4IsK53Qw==} + '@rolldown/binding-freebsd-x64@1.0.0-rc.6': + resolution: {integrity: sha512-8TThsRkCPAnfyMBShxrGdtoOE6h36QepqRQI97iFaQSCRbHFWHcDHppcojZnzXoruuhPnjMEygzaykvPVJsMRg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.4': - resolution: {integrity: sha512-LwA5ayKIpnsgXJEwWc3h8wPiS33NMIHd9BhsV92T8VetVAbGe2qXlJwNVDGHN5cOQ22R9uYvbrQir2AB+ntT2w==} + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.6': + resolution: {integrity: sha512-ZfmFoOwPUZCWtGOVC9/qbQzfc0249FrRUOzV2XabSMUV60Crp211OWLQN1zmQAsRIVWRcEwhJ46Z1mXGo/L/nQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4': - resolution: {integrity: sha512-AC1WsGdlV1MtGay/OQ4J9T7GRadVnpYRzTcygV1hKnypbYN20Yh4t6O1Sa2qRBMqv1etulUknqXjc3CTIsBu6A==} + '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.6': + resolution: {integrity: sha512-ZsGzbNETxPodGlLTYHaCSGVhNN/rvkMDCJYHdT7PZr5jFJRmBfmDi2awhF64Dt2vxrJqY6VeeYSgOzEbHRsb7Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [glibc] - '@rolldown/binding-linux-arm64-musl@1.0.0-rc.4': - resolution: {integrity: sha512-lU+6rgXXViO61B4EudxtVMXSOfiZONR29Sys5VGSetUY7X8mg9FCKIIjcPPj8xNDeYzKl+H8F/qSKOBVFJChCQ==} + '@rolldown/binding-linux-arm64-musl@1.0.0-rc.6': + resolution: {integrity: sha512-elPpdevtCdUOqziemR86C4CSCr/5sUxalzDrf/CJdMT+kZt2C556as++qHikNOz0vuFf52h+GJNXZM08eWgGPQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [musl] - '@rolldown/binding-linux-x64-gnu@1.0.0-rc.4': - resolution: {integrity: sha512-DZaN1f0PGp/bSvKhtw50pPsnln4T13ycDq1FrDWRiHmWt1JeW+UtYg9touPFf8yt993p8tS2QjybpzKNTxYEwg==} + '@rolldown/binding-linux-x64-gnu@1.0.0-rc.6': + resolution: {integrity: sha512-IBwXsf56o3xhzAyaZxdM1CX8UFiBEUFCjiVUgny67Q8vPIqkjzJj0YKhd3TbBHanuxThgBa59f6Pgutg2OGk5A==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [glibc] - '@rolldown/binding-linux-x64-musl@1.0.0-rc.4': - resolution: {integrity: sha512-RnGxwZLN7fhMMAItnD6dZ7lvy+TI7ba+2V54UF4dhaWa/p8I/ys1E73KO6HmPmgz92ZkfD8TXS1IMV8+uhbR9g==} + '@rolldown/binding-linux-x64-musl@1.0.0-rc.6': + resolution: {integrity: sha512-vOk7G8V9Zm+8a6PL6JTpCea61q491oYlGtO6CvnsbhNLlKdf0bbCPytFzGQhYmCKZDKkEbmnkcIprTEGCURnwg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [musl] - '@rolldown/binding-openharmony-arm64@1.0.0-rc.4': - resolution: {integrity: sha512-6lcI79+X8klGiGd8yHuTgQRjuuJYNggmEml+RsyN596P23l/zf9FVmJ7K0KVKkFAeYEdg0iMUKyIxiV5vebDNQ==} + '@rolldown/binding-openharmony-arm64@1.0.0-rc.6': + resolution: {integrity: sha512-ASjEDI4MRv7XCQb2JVaBzfEYO98JKCGrAgoW6M03fJzH/ilCnC43Mb3ptB9q/lzsaahoJyIBoAGKAYEjUvpyvQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@rolldown/binding-wasm32-wasi@1.0.0-rc.4': - resolution: {integrity: sha512-wz7ohsKCAIWy91blZ/1FlpPdqrsm1xpcEOQVveWoL6+aSPKL4VUcoYmmzuLTssyZxRpEwzuIxL/GDsvpjaBtOw==} + '@rolldown/binding-wasm32-wasi@1.0.0-rc.6': + resolution: {integrity: sha512-mYa1+h2l6Zc0LvmwUh0oXKKYihnw/1WC73vTqw+IgtfEtv47A+rWzzcWwVDkW73+UDr0d/Ie/HRXoaOY22pQDw==} engines: {node: '>=14.0.0'} cpu: [wasm32] - '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.4': - resolution: {integrity: sha512-cfiMrfuWCIgsFmcVG0IPuO6qTRHvF7NuG3wngX1RZzc6dU8FuBFb+J3MIR5WrdTNozlumfgL4cvz+R4ozBCvsQ==} + '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.6': + resolution: {integrity: sha512-e2ABskbNH3MRUBMjgxaMjYIw11DSwjLJxBII3UgpF6WClGLIh8A20kamc+FKH5vIaFVnYQInmcLYSUVpqMPLow==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@rolldown/binding-win32-x64-msvc@1.0.0-rc.4': - resolution: {integrity: sha512-p6UeR9y7ht82AH57qwGuFYn69S6CZ7LLKdCKy/8T3zS9VTrJei2/CGsTUV45Da4Z9Rbhc7G4gyWQ/Ioamqn09g==} + '@rolldown/binding-win32-x64-msvc@1.0.0-rc.6': + resolution: {integrity: sha512-dJVc3ifhaRXxIEh1xowLohzFrlQXkJ66LepHm+CmSprTWgVrPa8Fx3OL57xwIqDEH9hufcKkDX2v65rS3NZyRA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] - '@rolldown/pluginutils@1.0.0-rc.4': - resolution: {integrity: sha512-1BrrmTu0TWfOP1riA8uakjFc9bpIUGzVKETsOtzY39pPga8zELGDl8eu1Dx7/gjM5CAz14UknsUMpBO8L+YntQ==} + '@rolldown/pluginutils@1.0.0-rc.6': + resolution: {integrity: sha512-Y0+JT8Mi1mmW08K6HieG315XNRu4L0rkfCpA364HtytjgiqYnMYRdFPcxRl+BQQqNXzecL2S9nii+RUpO93XIA==} '@rollup/plugin-commonjs@29.0.0': resolution: {integrity: sha512-U2YHaxR2cU/yAiwKJtJRhnyLk7cifnQw0zUpISsocBDoHDJn+HTV74ABqnwr5bEgWUwFZC9oFL6wLe21lHu5eQ==} @@ -3565,9 +3553,9 @@ packages: cpu: [x64] os: [win32] - '@schematics/angular@21.2.0': - resolution: {integrity: sha512-GQUIeGzZwCT9/W5MAkKnkwETROPbA1eRmy3JF56jLmvr95tJnypGOG8jGYy0d+tcEVujIouh48r4J3bJQg5mrw==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@schematics/angular@22.0.0-next.0': + resolution: {integrity: sha512-DCzrfAkL4iI3+g21QcPJYJqt+t+JNBErRU7OB8yKdysdZeqEUOUZMcX5RtDtTaldqB1aY3e1HJ1By5DQLXRgMQ==} + engines: {node: ^22.22.0 || >=24.13.1, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@sentry/core@9.47.1': resolution: {integrity: sha512-KX62+qIt4xgy8eHKHiikfhz2p5fOciXd0Cl+dNzhgPFq8klq4MGMNaf148GB3M/vBqP4nw/eFvRMAayFCgdRQw==} @@ -4029,8 +4017,8 @@ packages: ajv@8.18.0: resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==} - algoliasearch@5.48.1: - resolution: {integrity: sha512-Rf7xmeuIo7nb6S4mp4abW2faW8DauZyE2faBIKFaUfP3wnpOvNSbiI5AwVhqBNj0jPgBWEvhyCu0sLjN2q77Rg==} + algoliasearch@5.49.1: + resolution: {integrity: sha512-X3Pp2aRQhg4xUC6PQtkubn5NpRKuUPQ9FPDQlx36SmpFwwH2N0/tw4c+NXV3nw3PsgeUs+BuWGP0gjz3TvENLQ==} engines: {node: '>= 14.0.0'} amdefine@1.0.1: @@ -4191,13 +4179,6 @@ packages: atomically@2.1.1: resolution: {integrity: sha512-P4w9o2dqARji6P7MHprklbfiArZAWvo07yW7qs3pdljb3BWr12FIB7W+p0zJiuiVsUpRO0iZn1kFFcpPegg0tQ==} - autoprefixer@10.4.24: - resolution: {integrity: sha512-uHZg7N9ULTVbutaIsDRoUkoS8/h3bdsmVJYZ5l3wv8Cp/6UIIoRDm90hZ+BwxUj/hGBEzLxdHNSKuFpn8WOyZw==} - engines: {node: ^10 || ^12 || >=14} - hasBin: true - peerDependencies: - postcss: ^8.1.0 - autoprefixer@10.4.27: resolution: {integrity: sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==} engines: {node: ^10 || ^12 || >=14} @@ -4809,9 +4790,9 @@ packages: copy-anything@2.0.6: resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==} - copy-webpack-plugin@13.0.1: - resolution: {integrity: sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==} - engines: {node: '>= 18.12.0'} + copy-webpack-plugin@14.0.0: + resolution: {integrity: sha512-3JLW90aBGeaTLpM7mYQKpnVdgsUZRExY55giiZgLuX/xTQRUs1dOCwbBnWnvY6Q6rfZoXMNwzOQJCSZPppfqXA==} + engines: {node: '>= 20.9.0'} peerDependencies: webpack: ^5.1.0 @@ -4836,7 +4817,7 @@ packages: resolution: {integrity: sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==} engines: {node: '>=14'} peerDependencies: - typescript: 5.9.2 + typescript: 6.0.0-beta peerDependenciesMeta: typescript: optional: true @@ -4877,11 +4858,11 @@ packages: resolution: {integrity: sha512-8HFEBPKhOpJPEPu70wJJetjKta86Gw9+CCyCnB3sui2qQfOvRyqBy4IKLKKAwdMpWb2lHXWk9Wb4Z6AmaUT1Pg==} engines: {node: '>=12'} - css-loader@7.1.3: - resolution: {integrity: sha512-frbERmjT0UC5lMheWpJmMilnt9GEhbZJN/heUb7/zaJYeIzj5St9HvDcfshzzOqbsS+rYpMk++2SD3vGETDSyA==} + css-loader@7.1.4: + resolution: {integrity: sha512-vv3J9tlOl04WjiMvHQI/9tmIrCxVrj6PFbHemBB1iihpeRbi/I4h033eoFIhwxBBqLhI0KYFS7yvynBFhIZfTw==} engines: {node: '>= 18.12.0'} peerDependencies: - '@rspack/core': 0.x || 1.x + '@rspack/core': 0.x || ^1.0.0 || ^2.0.0-0 webpack: ^5.27.0 peerDependenciesMeta: '@rspack/core': @@ -6888,9 +6869,9 @@ packages: lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - listr2@9.0.5: - resolution: {integrity: sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==} - engines: {node: '>=20.0.0'} + listr2@10.1.2: + resolution: {integrity: sha512-ENXj5KYVtdZigbaWY0+lUCzRZNvKDEbxree+93oaCeSz8GICxgJyOMi6U9mHuiFd3hJ9y0RIDQh8RYttBKOnaQ==} + engines: {node: '>=22.0.0'} lmdb@3.5.1: resolution: {integrity: sha512-NYHA0MRPjvNX+vSw8Xxg6FLKxzAG+e7Pt8RqAQA/EehzHVXq9SxDqJIN3JL1hK0dweb884y8kIh6rkWvPyg9Wg==} @@ -7663,8 +7644,8 @@ packages: package-json-from-dist@1.0.1: resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - pacote@21.3.1: - resolution: {integrity: sha512-O0EDXi85LF4AzdjG74GUwEArhdvawi/YOHcsW6IijKNj7wm8IvEWNF5GnfuxNpQ/ZpO3L37+v8hqdVh8GgWYhg==} + pacote@21.4.0: + resolution: {integrity: sha512-DR7mn7HUOomAX1BORnpYy678qVIidbvOojkBscqy27dRKN+s/hLeQT1MeYYrx1Cxh62jyKjiWiDV7RTTqB+ZEQ==} engines: {node: ^20.17.0 || >=22.9.0} hasBin: true @@ -7868,11 +7849,11 @@ packages: resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==} engines: {node: '>= 0.4'} - postcss-loader@8.2.0: - resolution: {integrity: sha512-tHX+RkpsXVcc7st4dSdDGliI+r4aAQDuv+v3vFYHixb6YgjreG5AG4SEB0kDK8u2s6htqEEpKlkhSBUTvWKYnA==} + postcss-loader@8.2.1: + resolution: {integrity: sha512-k98jtRzthjj3f76MYTs9JTpRqV1RaaMhEU0Lpw9OTmQZQdppg4B30VZ74BojuBHt3F4KyubHJoXCMUeM8Bqeow==} engines: {node: '>= 18.12.0'} peerDependencies: - '@rspack/core': 0.x || 1.x + '@rspack/core': 0.x || ^1.0.0 || ^2.0.0-0 postcss: ^7.0.0 || ^8.0.1 webpack: ^5.0.0 peerDependenciesMeta: @@ -8346,8 +8327,8 @@ packages: resolution: {integrity: sha512-s+pyvQeIKIZ0dx5iJiQk1tPLJAWln39+MI5jtM8wnyws+G5azk+dMnMX0qfbqNetKKNgcWWOdi0sfm+FbQbgdQ==} engines: {node: '>=10.0.0'} - rolldown@1.0.0-rc.4: - resolution: {integrity: sha512-V2tPDUrY3WSevrvU2E41ijZlpF+5PbZu4giH+VpNraaadsJGHa4fR6IFwsocVwEXDoAdIv5qgPPxgrvKAOIPtA==} + rolldown@1.0.0-rc.6: + resolution: {integrity: sha512-B8vFPV1ADyegoYfhg+E7RAucYKv0xdVlwYYsIJgfPNeiSxZGWNxts9RqhyGzC11ULK/VaeXyKezGCwpMiH8Ktw==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true @@ -8356,7 +8337,7 @@ packages: engines: {node: '>=16'} peerDependencies: rollup: ^3.29.4 || ^4 - typescript: 5.9.2 + typescript: 6.0.0-beta rollup-plugin-sourcemaps2@0.5.6: resolution: {integrity: sha512-oalmewAT4GLVsW6NugcDybx0ypet94vU0dUK3VofdYoWiN4ZjoX1L4dizFd0OhoJ78r/Am9sARTR9gMrX0cJ7w==} @@ -8392,7 +8373,7 @@ packages: resolution: {integrity: sha512-PKNG0IxB+44S1HNERnagF5bqegs9sSUpY08g+jeRb2Gq36Qt5nKdVt6ZnMilfQxKgjFqd50iHvn0yairQ/pLKQ==} peerDependencies: tslint: ^5.0.0 || ^6.0.0 - typescript: 5.9.2 + typescript: 6.0.0-beta rxjs@6.6.7: resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==} @@ -8517,6 +8498,10 @@ packages: serialize-javascript@6.0.2: resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} + serialize-javascript@7.0.4: + resolution: {integrity: sha512-DuGdB+Po43Q5Jxwpzt1lhyFSYKryqoNjQSA9M92tyw0lyHIOur+XCalOUe0KTJpyqzT8+fQ5A0Jf7vCx/NKmIg==} + engines: {node: '>=20.0.0'} + serve-index@1.9.2: resolution: {integrity: sha512-KDj11HScOaLmrPxl70KYNW1PksP4Nb/CLL2yvC+Qd2kHMPEEpfc4Re2e4FOay+bC/+XQl/7zAcWON3JVo5v3KQ==} engines: {node: '>= 0.8.0'} @@ -9107,7 +9092,7 @@ packages: '@swc/core': '>=1.2.50' '@swc/wasm': '>=1.2.50' '@types/node': '*' - typescript: 5.9.2 + typescript: 6.0.0-beta peerDependenciesMeta: '@swc/core': optional: true @@ -9120,12 +9105,12 @@ packages: peerDependencies: '@bazel/bazelisk': '>=1.7.5' '@bazel/concatjs': '>=5.3.0' - typescript: 5.9.2 + typescript: 6.0.0-beta tsickle@0.46.3: resolution: {integrity: sha512-9PDXxOrtn2AdpvDin6FLGveXVGg8ec3ga8fh8mPR5lz9KtitW6riVgxgagicdfF1rgiBxDeH+5hVowPXhmZbYQ==} peerDependencies: - typescript: 5.9.2 + typescript: 6.0.0-beta tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} @@ -9139,7 +9124,7 @@ packages: deprecated: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. hasBin: true peerDependencies: - typescript: 5.9.2 + typescript: 6.0.0-beta tsscmp@1.0.6: resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} @@ -9150,18 +9135,18 @@ packages: hasBin: true peerDependencies: tsutils: ^3.0.0 - typescript: 5.9.2 + typescript: 6.0.0-beta tsutils@2.29.0: resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} peerDependencies: - typescript: 5.9.2 + typescript: 6.0.0-beta tsutils@3.21.0: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: - typescript: 5.9.2 + typescript: 6.0.0-beta tsx@4.21.0: resolution: {integrity: sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==} @@ -9246,8 +9231,8 @@ packages: typedarray-to-buffer@3.1.5: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} - typescript@5.9.2: - resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==} + typescript@6.0.0-beta: + resolution: {integrity: sha512-CldZdztDpQRLM1HC6WDQjQkQN5Ub5zRau737a1diGh3lPmb9oRsaWHk1y5iqK0o7+1bNJ0oXfEGRkAogFZBL+Q==} engines: {node: '>=14.17'} hasBin: true @@ -9277,10 +9262,6 @@ packages: resolution: {integrity: sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==} engines: {node: '>=18.17'} - undici@7.22.0: - resolution: {integrity: sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==} - engines: {node: '>=20.18.1'} - unicode-canonical-property-names-ecmascript@2.0.1: resolution: {integrity: sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==} engines: {node: '>=4'} @@ -9487,7 +9468,7 @@ packages: resolution: {integrity: sha512-pmcnJdIVziZTk1V0Cqehmh3gIabBRkBYXkv9vx+1CZDNEa41kNGUBFwQLzw21erYOd2QnD8jJeZhBGqnlT1HWw==} peerDependencies: tslint: '*' - typescript: 5.9.2 + typescript: 6.0.0-beta watchpack@2.5.1: resolution: {integrity: sha512-Zn5uXdcFNIA1+1Ei5McRd+iRzfhENPCe7LeABkJtNulSxjma+l7ltNx55BWZkRlwRnpOgHqxnjyaDgJnNXnqzg==} @@ -9567,8 +9548,8 @@ packages: html-webpack-plugin: optional: true - webpack@5.105.2: - resolution: {integrity: sha512-dRXm0a2qcHPUBEzVk8uph0xWSjV/xZxenQQbLwnwP7caQCYpqG1qddwlyEkIDkYn0K8tvmcrZ+bOrzoQ3HxCDw==} + webpack@5.105.3: + resolution: {integrity: sha512-LLBBA4oLmT7sZdHiYE/PeVuifOxYyE2uL/V+9VQP7YSYdJU7bSf7H8bZRRxW8kEPMkmVjnrXmoR3oejIdX0xbg==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -9663,6 +9644,10 @@ packages: wordwrap@1.0.0: resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} + wrap-ansi@10.0.0: + resolution: {integrity: sha512-SGcvg80f0wUy2/fXES19feHMz8E0JoXv2uNgHOu4Dgi2OrCy1lqwFYEJz1BLbDI0exjPMe/ZdzZ/YpGECBG/aQ==} + engines: {node: '>=20'} + wrap-ansi@6.2.0: resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} engines: {node: '>=8'} @@ -9878,110 +9863,110 @@ snapshots: '@actions/io@3.0.2': {} - '@algolia/abtesting@1.14.1': + '@algolia/abtesting@1.15.1': dependencies: - '@algolia/client-common': 5.48.1 - '@algolia/requester-browser-xhr': 5.48.1 - '@algolia/requester-fetch': 5.48.1 - '@algolia/requester-node-http': 5.48.1 + '@algolia/client-common': 5.49.1 + '@algolia/requester-browser-xhr': 5.49.1 + '@algolia/requester-fetch': 5.49.1 + '@algolia/requester-node-http': 5.49.1 - '@algolia/client-abtesting@5.48.1': + '@algolia/client-abtesting@5.49.1': dependencies: - '@algolia/client-common': 5.48.1 - '@algolia/requester-browser-xhr': 5.48.1 - '@algolia/requester-fetch': 5.48.1 - '@algolia/requester-node-http': 5.48.1 + '@algolia/client-common': 5.49.1 + '@algolia/requester-browser-xhr': 5.49.1 + '@algolia/requester-fetch': 5.49.1 + '@algolia/requester-node-http': 5.49.1 - '@algolia/client-analytics@5.48.1': + '@algolia/client-analytics@5.49.1': dependencies: - '@algolia/client-common': 5.48.1 - '@algolia/requester-browser-xhr': 5.48.1 - '@algolia/requester-fetch': 5.48.1 - '@algolia/requester-node-http': 5.48.1 + '@algolia/client-common': 5.49.1 + '@algolia/requester-browser-xhr': 5.49.1 + '@algolia/requester-fetch': 5.49.1 + '@algolia/requester-node-http': 5.49.1 - '@algolia/client-common@5.48.1': {} + '@algolia/client-common@5.49.1': {} - '@algolia/client-insights@5.48.1': + '@algolia/client-insights@5.49.1': dependencies: - '@algolia/client-common': 5.48.1 - '@algolia/requester-browser-xhr': 5.48.1 - '@algolia/requester-fetch': 5.48.1 - '@algolia/requester-node-http': 5.48.1 + '@algolia/client-common': 5.49.1 + '@algolia/requester-browser-xhr': 5.49.1 + '@algolia/requester-fetch': 5.49.1 + '@algolia/requester-node-http': 5.49.1 - '@algolia/client-personalization@5.48.1': + '@algolia/client-personalization@5.49.1': dependencies: - '@algolia/client-common': 5.48.1 - '@algolia/requester-browser-xhr': 5.48.1 - '@algolia/requester-fetch': 5.48.1 - '@algolia/requester-node-http': 5.48.1 + '@algolia/client-common': 5.49.1 + '@algolia/requester-browser-xhr': 5.49.1 + '@algolia/requester-fetch': 5.49.1 + '@algolia/requester-node-http': 5.49.1 - '@algolia/client-query-suggestions@5.48.1': + '@algolia/client-query-suggestions@5.49.1': dependencies: - '@algolia/client-common': 5.48.1 - '@algolia/requester-browser-xhr': 5.48.1 - '@algolia/requester-fetch': 5.48.1 - '@algolia/requester-node-http': 5.48.1 + '@algolia/client-common': 5.49.1 + '@algolia/requester-browser-xhr': 5.49.1 + '@algolia/requester-fetch': 5.49.1 + '@algolia/requester-node-http': 5.49.1 - '@algolia/client-search@5.48.1': + '@algolia/client-search@5.49.1': dependencies: - '@algolia/client-common': 5.48.1 - '@algolia/requester-browser-xhr': 5.48.1 - '@algolia/requester-fetch': 5.48.1 - '@algolia/requester-node-http': 5.48.1 + '@algolia/client-common': 5.49.1 + '@algolia/requester-browser-xhr': 5.49.1 + '@algolia/requester-fetch': 5.49.1 + '@algolia/requester-node-http': 5.49.1 - '@algolia/ingestion@1.48.1': + '@algolia/ingestion@1.49.1': dependencies: - '@algolia/client-common': 5.48.1 - '@algolia/requester-browser-xhr': 5.48.1 - '@algolia/requester-fetch': 5.48.1 - '@algolia/requester-node-http': 5.48.1 + '@algolia/client-common': 5.49.1 + '@algolia/requester-browser-xhr': 5.49.1 + '@algolia/requester-fetch': 5.49.1 + '@algolia/requester-node-http': 5.49.1 - '@algolia/monitoring@1.48.1': + '@algolia/monitoring@1.49.1': dependencies: - '@algolia/client-common': 5.48.1 - '@algolia/requester-browser-xhr': 5.48.1 - '@algolia/requester-fetch': 5.48.1 - '@algolia/requester-node-http': 5.48.1 + '@algolia/client-common': 5.49.1 + '@algolia/requester-browser-xhr': 5.49.1 + '@algolia/requester-fetch': 5.49.1 + '@algolia/requester-node-http': 5.49.1 - '@algolia/recommend@5.48.1': + '@algolia/recommend@5.49.1': dependencies: - '@algolia/client-common': 5.48.1 - '@algolia/requester-browser-xhr': 5.48.1 - '@algolia/requester-fetch': 5.48.1 - '@algolia/requester-node-http': 5.48.1 + '@algolia/client-common': 5.49.1 + '@algolia/requester-browser-xhr': 5.49.1 + '@algolia/requester-fetch': 5.49.1 + '@algolia/requester-node-http': 5.49.1 - '@algolia/requester-browser-xhr@5.48.1': + '@algolia/requester-browser-xhr@5.49.1': dependencies: - '@algolia/client-common': 5.48.1 + '@algolia/client-common': 5.49.1 - '@algolia/requester-fetch@5.48.1': + '@algolia/requester-fetch@5.49.1': dependencies: - '@algolia/client-common': 5.48.1 + '@algolia/client-common': 5.49.1 - '@algolia/requester-node-http@5.48.1': + '@algolia/requester-node-http@5.49.1': dependencies: - '@algolia/client-common': 5.48.1 + '@algolia/client-common': 5.49.1 '@ampproject/remapping@2.3.0': dependencies: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@angular-devkit/architect@0.2102.0(chokidar@5.0.0)': + '@angular-devkit/architect@0.2200.0-next.0(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 21.2.0(chokidar@5.0.0) + '@angular-devkit/core': 22.0.0-next.0(chokidar@5.0.0) rxjs: 7.8.2 transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@21.2.0(0a5e79bf693c370322a17ad2980b0291)': + '@angular-devkit/build-angular@22.0.0-next.0(6d70ebf69f9efa0756947c089ef831ea)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2102.0(chokidar@5.0.0) - '@angular-devkit/build-webpack': 0.2102.0(chokidar@5.0.0)(webpack-dev-server@5.2.3(bufferutil@4.1.0)(tslib@2.8.1)(webpack@5.105.2(esbuild@0.27.3)))(webpack@5.105.2(esbuild@0.27.3)) - '@angular-devkit/core': 21.2.0(chokidar@5.0.0) - '@angular/build': 21.2.0(6782ade7c1cfc4afab242f649703e2cf) - '@angular/compiler-cli': 21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2) + '@angular-devkit/architect': 0.2200.0-next.0(chokidar@5.0.0) + '@angular-devkit/build-webpack': 0.2200.0-next.0(chokidar@5.0.0)(webpack-dev-server@5.2.3(bufferutil@4.1.0)(tslib@2.8.1)(webpack@5.105.3(esbuild@0.27.3)))(webpack@5.105.3(esbuild@0.27.3)) + '@angular-devkit/core': 22.0.0-next.0(chokidar@5.0.0) + '@angular/build': 22.0.0-next.0(fcad6503c9122ebfa84b98c39f7565c3) + '@angular/compiler-cli': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta) '@babel/core': 7.29.0 '@babel/generator': 7.29.1 '@babel/helper-annotate-as-pure': 7.27.3 @@ -9992,55 +9977,53 @@ snapshots: '@babel/preset-env': 7.29.0(@babel/core@7.29.0) '@babel/runtime': 7.28.6 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.105.2(esbuild@0.27.3)) + '@ngtools/webpack': 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(typescript@6.0.0-beta)(webpack@5.105.3(esbuild@0.27.3)) ansi-colors: 4.1.3 - autoprefixer: 10.4.24(postcss@8.5.6) - babel-loader: 10.0.0(@babel/core@7.29.0)(webpack@5.105.2(esbuild@0.27.3)) + autoprefixer: 10.4.27(postcss@8.5.6) + babel-loader: 10.0.0(@babel/core@7.29.0)(webpack@5.105.3(esbuild@0.27.3)) browserslist: 4.28.1 - copy-webpack-plugin: 13.0.1(webpack@5.105.2(esbuild@0.27.3)) - css-loader: 7.1.3(webpack@5.105.2(esbuild@0.27.3)) + copy-webpack-plugin: 14.0.0(webpack@5.105.3(esbuild@0.27.3)) + css-loader: 7.1.4(webpack@5.105.3(esbuild@0.27.3)) esbuild-wasm: 0.27.3 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 less: 4.4.2 - less-loader: 12.3.1(less@4.4.2)(webpack@5.105.2(esbuild@0.27.3)) - license-webpack-plugin: 4.0.2(webpack@5.105.2(esbuild@0.27.3)) + less-loader: 12.3.1(less@4.4.2)(webpack@5.105.3(esbuild@0.27.3)) + license-webpack-plugin: 4.0.2(webpack@5.105.3(esbuild@0.27.3)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.10.0(webpack@5.105.2(esbuild@0.27.3)) + mini-css-extract-plugin: 2.10.0(webpack@5.105.3(esbuild@0.27.3)) open: 11.0.0 ora: 9.3.0 picomatch: 4.0.3 piscina: 5.1.4 postcss: 8.5.6 - postcss-loader: 8.2.0(postcss@8.5.6)(typescript@5.9.2)(webpack@5.105.2(esbuild@0.27.3)) + postcss-loader: 8.2.1(postcss@8.5.6)(typescript@6.0.0-beta)(webpack@5.105.3(esbuild@0.27.3)) resolve-url-loader: 5.0.0 rxjs: 7.8.2 sass: 1.97.3 - sass-loader: 16.0.7(sass@1.97.3)(webpack@5.105.2(esbuild@0.27.3)) + sass-loader: 16.0.7(sass@1.97.3)(webpack@5.105.3(esbuild@0.27.3)) semver: 7.7.4 - source-map-loader: 5.0.0(webpack@5.105.2(esbuild@0.27.3)) + source-map-loader: 5.0.0(webpack@5.105.3(esbuild@0.27.3)) source-map-support: 0.5.21 terser: 5.46.0 tinyglobby: 0.2.15 - tree-kill: 1.2.2 tslib: 2.8.1 - typescript: 5.9.2 - webpack: 5.105.2(esbuild@0.27.3) - webpack-dev-middleware: 7.4.5(tslib@2.8.1)(webpack@5.105.2(esbuild@0.27.3)) - webpack-dev-server: 5.2.3(bufferutil@4.1.0)(tslib@2.8.1)(webpack@5.105.2(esbuild@0.27.3)) + typescript: 6.0.0-beta + webpack: 5.105.3(esbuild@0.27.3) + webpack-dev-middleware: 7.4.5(tslib@2.8.1)(webpack@5.105.3(esbuild@0.27.3)) + webpack-dev-server: 5.2.3(bufferutil@4.1.0)(tslib@2.8.1)(webpack@5.105.3(esbuild@0.27.3)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(webpack@5.105.2(esbuild@0.27.3)) + webpack-subresource-integrity: 5.1.0(webpack@5.105.3(esbuild@0.27.3)) optionalDependencies: - '@angular/core': 21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1) - '@angular/localize': 21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/compiler@21.2.0) - '@angular/platform-browser': 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)) - '@angular/platform-server': 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/compiler@21.2.0)(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) - '@angular/ssr': 21.2.0(99af83838bee1ec2be2aa66b43ba493c) + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1) + '@angular/localize': 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/compiler@22.0.0-next.0) + '@angular/platform-browser': 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)) + '@angular/platform-server': 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/compiler@22.0.0-next.0)(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) + '@angular/ssr': 22.0.0-next.0(0623e7124a5720f22610ddde8c25b353) esbuild: 0.27.3 karma: 6.4.4(bufferutil@4.1.0) - protractor: 7.0.0 transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -10064,16 +10047,16 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.2102.0(chokidar@5.0.0)(webpack-dev-server@5.2.3(bufferutil@4.1.0)(tslib@2.8.1)(webpack@5.105.2(esbuild@0.27.3)))(webpack@5.105.2(esbuild@0.27.3))': + '@angular-devkit/build-webpack@0.2200.0-next.0(chokidar@5.0.0)(webpack-dev-server@5.2.3(bufferutil@4.1.0)(tslib@2.8.1)(webpack@5.105.3(esbuild@0.27.3)))(webpack@5.105.3(esbuild@0.27.3))': dependencies: - '@angular-devkit/architect': 0.2102.0(chokidar@5.0.0) + '@angular-devkit/architect': 0.2200.0-next.0(chokidar@5.0.0) rxjs: 7.8.2 - webpack: 5.105.2(esbuild@0.27.3) - webpack-dev-server: 5.2.3(bufferutil@4.1.0)(tslib@2.8.1)(webpack@5.105.2(esbuild@0.27.3)) + webpack: 5.105.3(esbuild@0.27.3) + webpack-dev-server: 5.2.3(bufferutil@4.1.0)(tslib@2.8.1)(webpack@5.105.3(esbuild@0.27.3)) transitivePeerDependencies: - chokidar - '@angular-devkit/core@21.2.0(chokidar@5.0.0)': + '@angular-devkit/core@22.0.0-next.0(chokidar@5.0.0)': dependencies: ajv: 8.18.0 ajv-formats: 3.0.1 @@ -10084,9 +10067,9 @@ snapshots: optionalDependencies: chokidar: 5.0.0 - '@angular-devkit/schematics@21.2.0(chokidar@5.0.0)': + '@angular-devkit/schematics@22.0.0-next.0(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 21.2.0(chokidar@5.0.0) + '@angular-devkit/core': 22.0.0-next.0(chokidar@5.0.0) jsonc-parser: 3.3.1 magic-string: 0.30.21 ora: 9.3.0 @@ -10094,16 +10077,16 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular/build@21.2.0(6782ade7c1cfc4afab242f649703e2cf)': + '@angular/build@22.0.0-next.0(fcad6503c9122ebfa84b98c39f7565c3)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2102.0(chokidar@5.0.0) - '@angular/compiler': 21.2.0 - '@angular/compiler-cli': 21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2) + '@angular-devkit/architect': 0.2200.0-next.0(chokidar@5.0.0) + '@angular/compiler': 22.0.0-next.0 + '@angular/compiler-cli': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta) '@babel/core': 7.29.0 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.21(@types/node@22.19.13) + '@inquirer/confirm': 6.0.8(@types/node@22.19.13) '@vitejs/plugin-basic-ssl': 2.1.4(vite@7.3.1(@types/node@22.19.13)(jiti@2.6.1)(less@4.4.2)(sass@1.97.3)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) beasties: 0.4.1 browserslist: 4.28.1 @@ -10111,28 +10094,27 @@ snapshots: https-proxy-agent: 7.0.6(supports-color@10.2.2) istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 - listr2: 9.0.5 + listr2: 10.1.2 magic-string: 0.30.21 mrmime: 2.0.1 parse5-html-rewriting-stream: 8.0.0 picomatch: 4.0.3 piscina: 5.1.4 - rolldown: 1.0.0-rc.4 + rolldown: 1.0.0-rc.6 sass: 1.97.3 semver: 7.7.4 source-map-support: 0.5.21 tinyglobby: 0.2.15 tslib: 2.8.1 - typescript: 5.9.2 - undici: 7.22.0 + typescript: 6.0.0-beta vite: 7.3.1(@types/node@22.19.13)(jiti@2.6.1)(less@4.4.2)(sass@1.97.3)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) watchpack: 2.5.1 optionalDependencies: - '@angular/core': 21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1) - '@angular/localize': 21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/compiler@21.2.0) - '@angular/platform-browser': 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)) - '@angular/platform-server': 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/compiler@21.2.0)(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) - '@angular/ssr': 21.2.0(99af83838bee1ec2be2aa66b43ba493c) + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1) + '@angular/localize': 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/compiler@22.0.0-next.0) + '@angular/platform-browser': 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)) + '@angular/platform-server': 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/compiler@22.0.0-next.0)(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) + '@angular/ssr': 22.0.0-next.0(0623e7124a5720f22610ddde8c25b353) karma: 6.4.4(bufferutil@4.1.0) less: 4.4.2 lmdb: 3.5.1 @@ -10150,22 +10132,22 @@ snapshots: - tsx - yaml - '@angular/cli@21.2.0(@types/node@22.19.13)(chokidar@5.0.0)': + '@angular/cli@22.0.0-next.0(@types/node@22.19.13)(chokidar@5.0.0)': dependencies: - '@angular-devkit/architect': 0.2102.0(chokidar@5.0.0) - '@angular-devkit/core': 21.2.0(chokidar@5.0.0) - '@angular-devkit/schematics': 21.2.0(chokidar@5.0.0) - '@inquirer/prompts': 7.10.1(@types/node@22.19.13) - '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@22.19.13))(@types/node@22.19.13)(listr2@9.0.5) - '@modelcontextprotocol/sdk': 1.26.0 - '@schematics/angular': 21.2.0(chokidar@5.0.0) + '@angular-devkit/architect': 0.2200.0-next.0(chokidar@5.0.0) + '@angular-devkit/core': 22.0.0-next.0(chokidar@5.0.0) + '@angular-devkit/schematics': 22.0.0-next.0(chokidar@5.0.0) + '@inquirer/prompts': 8.3.0(@types/node@22.19.13) + '@listr2/prompt-adapter-inquirer': 4.1.2(@inquirer/prompts@8.3.0(@types/node@22.19.13))(@types/node@22.19.13)(listr2@10.1.2) + '@modelcontextprotocol/sdk': 1.27.1 + '@schematics/angular': 22.0.0-next.0(chokidar@5.0.0) '@yarnpkg/lockfile': 1.1.0 - algoliasearch: 5.48.1 + algoliasearch: 5.49.1 ini: 6.0.0 jsonc-parser: 3.3.1 - listr2: 9.0.5 + listr2: 10.1.2 npm-package-arg: 13.0.2 - pacote: 21.3.1 + pacote: 21.4.0 parse5-html-rewriting-stream: 8.0.0 semver: 7.7.4 yargs: 18.0.0 @@ -10176,19 +10158,19 @@ snapshots: - chokidar - supports-color - '@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7)': + '@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7)': dependencies: - '@angular/core': 21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2)) + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2)': + '@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta)': dependencies: - '@angular/compiler': 21.2.0 + '@angular/compiler': 22.0.0-next.0 '@babel/core': 7.29.0 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 5.0.0 @@ -10198,28 +10180,28 @@ snapshots: tslib: 2.8.1 yargs: 18.0.0 optionalDependencies: - typescript: 5.9.2 + typescript: 6.0.0-beta transitivePeerDependencies: - supports-color - '@angular/compiler@21.2.0': + '@angular/compiler@22.0.0-next.0': dependencies: tslib: 2.8.1 - '@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)': + '@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)': dependencies: rxjs: 6.6.7 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 21.2.0 + '@angular/compiler': 22.0.0-next.0 zone.js: 0.16.1 - '@angular/forms@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7)': + '@angular/forms@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7)': dependencies: - '@angular/common': 21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7) - '@angular/core': 21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1) - '@angular/platform-browser': 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2)) + '@angular/common': 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7) + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta)) '@standard-schema/spec': 1.1.0 rxjs: 6.6.7 tslib: 2.8.1 @@ -10227,12 +10209,12 @@ snapshots: - '@angular/compiler-cli' - supports-color - '@angular/localize@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/compiler@21.2.0)': + '@angular/localize@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/compiler@22.0.0-next.0)': dependencies: - '@angular/compiler': 21.2.0 - '@angular/compiler-cli': 21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2) + '@angular/compiler': 22.0.0-next.0 + '@angular/compiler-cli': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta) '@babel/core': 7.29.0 - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta)) '@types/babel__core': 7.20.5 tinyglobby: 0.2.15 yargs: 18.0.0 @@ -10290,7 +10272,7 @@ snapshots: supports-color: 10.2.2 tsx: 4.21.0 typed-graphqlify: 3.1.6 - typescript: 5.9.2 + typescript: 6.0.0-beta utf-8-validate: 6.0.6 which: 6.0.0 yaml: 2.8.2 @@ -10300,31 +10282,31 @@ snapshots: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' - '@angular/platform-browser-dynamic@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler@21.2.0)(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)))': + '@angular/platform-browser-dynamic@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler@22.0.0-next.0)(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)))': dependencies: - '@angular/common': 21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7) - '@angular/compiler': 21.2.0 - '@angular/core': 21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1) - '@angular/platform-browser': 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)) + '@angular/common': 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7) + '@angular/compiler': 22.0.0-next.0 + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)) tslib: 2.8.1 - '@angular/platform-browser@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))': + '@angular/platform-browser@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))': dependencies: - '@angular/common': 21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7) - '@angular/core': 21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2)) + '@angular/common': 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7) + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta)) tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/platform-server@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/compiler@21.2.0)(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7)': + '@angular/platform-server@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/compiler@22.0.0-next.0)(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7)': dependencies: - '@angular/common': 21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7) - '@angular/compiler': 21.2.0 - '@angular/core': 21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1) - '@angular/platform-browser': 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2)) + '@angular/common': 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7) + '@angular/compiler': 22.0.0-next.0 + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta)) rxjs: 6.6.7 tslib: 2.8.1 xhr2: 0.2.1 @@ -10332,26 +10314,26 @@ snapshots: - '@angular/compiler-cli' - supports-color - '@angular/router@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7)': + '@angular/router@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7)': dependencies: - '@angular/common': 21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7) - '@angular/core': 21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1) - '@angular/platform-browser': 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2)) + '@angular/common': 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7) + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/ssr@21.2.0(99af83838bee1ec2be2aa66b43ba493c)': + '@angular/ssr@22.0.0-next.0(0623e7124a5720f22610ddde8c25b353)': dependencies: - '@angular/common': 21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7) - '@angular/core': 21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1) - '@angular/router': 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) + '@angular/common': 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7) + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1) + '@angular/router': 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) tslib: 2.8.1 optionalDependencies: - '@angular/platform-server': 21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/compiler@21.2.0)(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@21.2.0(@angular/common@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(@angular/core@21.2.0(@angular/compiler@21.2.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) + '@angular/platform-server': 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/compiler@22.0.0-next.0)(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) '@apidevtools/json-schema-ref-parser@9.1.2': dependencies: @@ -10360,14 +10342,14 @@ snapshots: call-me-maybe: 1.0.2 js-yaml: 4.1.1 - '@apphosting/build@0.1.7(@types/node@22.19.13)(typescript@5.9.2)': + '@apphosting/build@0.1.7(@types/node@22.19.13)(typescript@6.0.0-beta)': dependencies: '@apphosting/common': 0.0.9 '@npmcli/promise-spawn': 3.0.0 colorette: 2.0.20 commander: 11.1.0 npm-pick-manifest: 9.1.0 - ts-node: 10.9.2(@types/node@22.19.13)(typescript@5.9.2) + ts-node: 10.9.2(@types/node@22.19.13)(typescript@6.0.0-beta) transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -11718,6 +11700,15 @@ snapshots: optionalDependencies: '@types/node': 22.19.13 + '@inquirer/checkbox@5.1.0(@types/node@22.19.13)': + dependencies: + '@inquirer/ansi': 2.0.3 + '@inquirer/core': 11.1.5(@types/node@22.19.13) + '@inquirer/figures': 2.0.3 + '@inquirer/type': 4.0.3(@types/node@22.19.13) + optionalDependencies: + '@types/node': 22.19.13 + '@inquirer/checkbox@5.1.0(@types/node@24.10.9)': dependencies: '@inquirer/ansi': 2.0.3 @@ -11734,6 +11725,13 @@ snapshots: optionalDependencies: '@types/node': 22.19.13 + '@inquirer/confirm@6.0.8(@types/node@22.19.13)': + dependencies: + '@inquirer/core': 11.1.5(@types/node@22.19.13) + '@inquirer/type': 4.0.3(@types/node@22.19.13) + optionalDependencies: + '@types/node': 22.19.13 + '@inquirer/confirm@6.0.8(@types/node@24.10.9)': dependencies: '@inquirer/core': 11.1.5(@types/node@24.10.9) @@ -11754,6 +11752,18 @@ snapshots: optionalDependencies: '@types/node': 22.19.13 + '@inquirer/core@11.1.5(@types/node@22.19.13)': + dependencies: + '@inquirer/ansi': 2.0.3 + '@inquirer/figures': 2.0.3 + '@inquirer/type': 4.0.3(@types/node@22.19.13) + cli-width: 4.1.0 + fast-wrap-ansi: 0.2.0 + mute-stream: 3.0.0 + signal-exit: 4.1.0 + optionalDependencies: + '@types/node': 22.19.13 + '@inquirer/core@11.1.5(@types/node@24.10.9)': dependencies: '@inquirer/ansi': 2.0.3 @@ -11774,6 +11784,14 @@ snapshots: optionalDependencies: '@types/node': 22.19.13 + '@inquirer/editor@5.0.8(@types/node@22.19.13)': + dependencies: + '@inquirer/core': 11.1.5(@types/node@22.19.13) + '@inquirer/external-editor': 2.0.3(@types/node@22.19.13) + '@inquirer/type': 4.0.3(@types/node@22.19.13) + optionalDependencies: + '@types/node': 22.19.13 + '@inquirer/editor@5.0.8(@types/node@24.10.9)': dependencies: '@inquirer/core': 11.1.5(@types/node@24.10.9) @@ -11790,6 +11808,13 @@ snapshots: optionalDependencies: '@types/node': 22.19.13 + '@inquirer/expand@5.0.8(@types/node@22.19.13)': + dependencies: + '@inquirer/core': 11.1.5(@types/node@22.19.13) + '@inquirer/type': 4.0.3(@types/node@22.19.13) + optionalDependencies: + '@types/node': 22.19.13 + '@inquirer/expand@5.0.8(@types/node@24.10.9)': dependencies: '@inquirer/core': 11.1.5(@types/node@24.10.9) @@ -11804,6 +11829,13 @@ snapshots: optionalDependencies: '@types/node': 22.19.13 + '@inquirer/external-editor@2.0.3(@types/node@22.19.13)': + dependencies: + chardet: 2.1.1 + iconv-lite: 0.7.2 + optionalDependencies: + '@types/node': 22.19.13 + '@inquirer/external-editor@2.0.3(@types/node@24.10.9)': dependencies: chardet: 2.1.1 @@ -11822,6 +11854,13 @@ snapshots: optionalDependencies: '@types/node': 22.19.13 + '@inquirer/input@5.0.8(@types/node@22.19.13)': + dependencies: + '@inquirer/core': 11.1.5(@types/node@22.19.13) + '@inquirer/type': 4.0.3(@types/node@22.19.13) + optionalDependencies: + '@types/node': 22.19.13 + '@inquirer/input@5.0.8(@types/node@24.10.9)': dependencies: '@inquirer/core': 11.1.5(@types/node@24.10.9) @@ -11836,6 +11875,13 @@ snapshots: optionalDependencies: '@types/node': 22.19.13 + '@inquirer/number@4.0.8(@types/node@22.19.13)': + dependencies: + '@inquirer/core': 11.1.5(@types/node@22.19.13) + '@inquirer/type': 4.0.3(@types/node@22.19.13) + optionalDependencies: + '@types/node': 22.19.13 + '@inquirer/number@4.0.8(@types/node@24.10.9)': dependencies: '@inquirer/core': 11.1.5(@types/node@24.10.9) @@ -11851,6 +11897,14 @@ snapshots: optionalDependencies: '@types/node': 22.19.13 + '@inquirer/password@5.0.8(@types/node@22.19.13)': + dependencies: + '@inquirer/ansi': 2.0.3 + '@inquirer/core': 11.1.5(@types/node@22.19.13) + '@inquirer/type': 4.0.3(@types/node@22.19.13) + optionalDependencies: + '@types/node': 22.19.13 + '@inquirer/password@5.0.8(@types/node@24.10.9)': dependencies: '@inquirer/ansi': 2.0.3 @@ -11889,6 +11943,21 @@ snapshots: optionalDependencies: '@types/node': 24.10.9 + '@inquirer/prompts@8.3.0(@types/node@22.19.13)': + dependencies: + '@inquirer/checkbox': 5.1.0(@types/node@22.19.13) + '@inquirer/confirm': 6.0.8(@types/node@22.19.13) + '@inquirer/editor': 5.0.8(@types/node@22.19.13) + '@inquirer/expand': 5.0.8(@types/node@22.19.13) + '@inquirer/input': 5.0.8(@types/node@22.19.13) + '@inquirer/number': 4.0.8(@types/node@22.19.13) + '@inquirer/password': 5.0.8(@types/node@22.19.13) + '@inquirer/rawlist': 5.2.4(@types/node@22.19.13) + '@inquirer/search': 4.1.4(@types/node@22.19.13) + '@inquirer/select': 5.1.0(@types/node@22.19.13) + optionalDependencies: + '@types/node': 22.19.13 + '@inquirer/rawlist@4.1.11(@types/node@22.19.13)': dependencies: '@inquirer/core': 10.3.2(@types/node@22.19.13) @@ -11897,6 +11966,13 @@ snapshots: optionalDependencies: '@types/node': 22.19.13 + '@inquirer/rawlist@5.2.4(@types/node@22.19.13)': + dependencies: + '@inquirer/core': 11.1.5(@types/node@22.19.13) + '@inquirer/type': 4.0.3(@types/node@22.19.13) + optionalDependencies: + '@types/node': 22.19.13 + '@inquirer/rawlist@5.2.4(@types/node@24.10.9)': dependencies: '@inquirer/core': 11.1.5(@types/node@24.10.9) @@ -11913,6 +11989,14 @@ snapshots: optionalDependencies: '@types/node': 22.19.13 + '@inquirer/search@4.1.4(@types/node@22.19.13)': + dependencies: + '@inquirer/core': 11.1.5(@types/node@22.19.13) + '@inquirer/figures': 2.0.3 + '@inquirer/type': 4.0.3(@types/node@22.19.13) + optionalDependencies: + '@types/node': 22.19.13 + '@inquirer/search@4.1.4(@types/node@24.10.9)': dependencies: '@inquirer/core': 11.1.5(@types/node@24.10.9) @@ -11931,6 +12015,15 @@ snapshots: optionalDependencies: '@types/node': 22.19.13 + '@inquirer/select@5.1.0(@types/node@22.19.13)': + dependencies: + '@inquirer/ansi': 2.0.3 + '@inquirer/core': 11.1.5(@types/node@22.19.13) + '@inquirer/figures': 2.0.3 + '@inquirer/type': 4.0.3(@types/node@22.19.13) + optionalDependencies: + '@types/node': 22.19.13 + '@inquirer/select@5.1.0(@types/node@24.10.9)': dependencies: '@inquirer/ansi': 2.0.3 @@ -11944,6 +12037,10 @@ snapshots: optionalDependencies: '@types/node': 22.19.13 + '@inquirer/type@4.0.3(@types/node@22.19.13)': + optionalDependencies: + '@types/node': 22.19.13 + '@inquirer/type@4.0.3(@types/node@24.10.9)': optionalDependencies: '@types/node': 24.10.9 @@ -12135,11 +12232,11 @@ snapshots: '@leichtgewicht/ip-codec@2.0.5': {} - '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@22.19.13))(@types/node@22.19.13)(listr2@9.0.5)': + '@listr2/prompt-adapter-inquirer@4.1.2(@inquirer/prompts@8.3.0(@types/node@22.19.13))(@types/node@22.19.13)(listr2@10.1.2)': dependencies: - '@inquirer/prompts': 7.10.1(@types/node@22.19.13) - '@inquirer/type': 3.0.10(@types/node@22.19.13) - listr2: 9.0.5 + '@inquirer/prompts': 8.3.0(@types/node@22.19.13) + '@inquirer/type': 4.0.3(@types/node@22.19.13) + listr2: 10.1.2 transitivePeerDependencies: - '@types/node' @@ -12166,28 +12263,6 @@ snapshots: '@material/material-color-utilities@0.4.0': {} - '@modelcontextprotocol/sdk@1.26.0': - dependencies: - '@hono/node-server': 1.19.9(hono@4.12.3) - ajv: 8.18.0 - ajv-formats: 3.0.1 - content-type: 1.0.5 - cors: 2.8.6 - cross-spawn: 7.0.6 - eventsource: 3.0.7 - eventsource-parser: 3.0.6 - express: 5.2.1 - express-rate-limit: 8.2.1(express@5.2.1) - hono: 4.12.3 - jose: 6.1.3 - json-schema-typed: 8.0.2 - pkce-challenge: 5.0.1 - raw-body: 3.0.2 - zod: 4.3.6 - zod-to-json-schema: 3.25.1(zod@4.3.6) - transitivePeerDependencies: - - supports-color - '@modelcontextprotocol/sdk@1.27.1': dependencies: '@hono/node-server': 1.19.9(hono@4.12.3) @@ -12316,22 +12391,22 @@ snapshots: '@tybys/wasm-util': 0.10.1 optional: true - '@nginfra/angular-linking@1.0.9(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))': + '@nginfra/angular-linking@1.0.9(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))': dependencies: - '@angular/compiler-cli': 21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2) + '@angular/compiler-cli': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta) '@babel/core': 7.26.10 '@types/babel__core': 7.20.5 '@types/node': 22.19.13 tinyglobby: 0.2.12 - typescript: 5.9.2 + typescript: 6.0.0-beta transitivePeerDependencies: - supports-color - '@ngtools/webpack@21.2.0(@angular/compiler-cli@21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.105.2(esbuild@0.27.3))': + '@ngtools/webpack@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(typescript@6.0.0-beta)(webpack@5.105.3(esbuild@0.27.3))': dependencies: - '@angular/compiler-cli': 21.2.0(@angular/compiler@21.2.0)(typescript@5.9.2) - typescript: 5.9.2 - webpack: 5.105.2(esbuild@0.27.3) + '@angular/compiler-cli': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta) + typescript: 6.0.0-beta + webpack: 5.105.3(esbuild@0.27.3) '@noble/hashes@1.4.0': {} @@ -12782,7 +12857,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) - '@oxc-project/types@0.113.0': {} + '@oxc-project/types@0.115.0': {} '@parcel/watcher-android-arm64@2.5.6': optional: true @@ -12940,10 +13015,10 @@ snapshots: tslib: 2.8.1 tsyringe: 4.10.0 - '@phenomnomnominal/tsquery@4.2.0(typescript@5.9.2)': + '@phenomnomnominal/tsquery@4.2.0(typescript@6.0.0-beta)': dependencies: esquery: 1.7.0 - typescript: 5.9.2 + typescript: 6.0.0-beta '@pkgjs/parseargs@0.11.0': optional: true @@ -13025,48 +13100,48 @@ snapshots: - react-native-b4a - supports-color - '@rolldown/binding-android-arm64@1.0.0-rc.4': + '@rolldown/binding-android-arm64@1.0.0-rc.6': optional: true - '@rolldown/binding-darwin-arm64@1.0.0-rc.4': + '@rolldown/binding-darwin-arm64@1.0.0-rc.6': optional: true - '@rolldown/binding-darwin-x64@1.0.0-rc.4': + '@rolldown/binding-darwin-x64@1.0.0-rc.6': optional: true - '@rolldown/binding-freebsd-x64@1.0.0-rc.4': + '@rolldown/binding-freebsd-x64@1.0.0-rc.6': optional: true - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.4': + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.6': optional: true - '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4': + '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.6': optional: true - '@rolldown/binding-linux-arm64-musl@1.0.0-rc.4': + '@rolldown/binding-linux-arm64-musl@1.0.0-rc.6': optional: true - '@rolldown/binding-linux-x64-gnu@1.0.0-rc.4': + '@rolldown/binding-linux-x64-gnu@1.0.0-rc.6': optional: true - '@rolldown/binding-linux-x64-musl@1.0.0-rc.4': + '@rolldown/binding-linux-x64-musl@1.0.0-rc.6': optional: true - '@rolldown/binding-openharmony-arm64@1.0.0-rc.4': + '@rolldown/binding-openharmony-arm64@1.0.0-rc.6': optional: true - '@rolldown/binding-wasm32-wasi@1.0.0-rc.4': + '@rolldown/binding-wasm32-wasi@1.0.0-rc.6': dependencies: '@napi-rs/wasm-runtime': 1.1.1 optional: true - '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.4': + '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.6': optional: true - '@rolldown/binding-win32-x64-msvc@1.0.0-rc.4': + '@rolldown/binding-win32-x64-msvc@1.0.0-rc.6': optional: true - '@rolldown/pluginutils@1.0.0-rc.4': {} + '@rolldown/pluginutils@1.0.0-rc.6': {} '@rollup/plugin-commonjs@29.0.0(rollup@4.59.0)': dependencies: @@ -13173,10 +13248,10 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.59.0': optional: true - '@schematics/angular@21.2.0(chokidar@5.0.0)': + '@schematics/angular@22.0.0-next.0(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 21.2.0(chokidar@5.0.0) - '@angular-devkit/schematics': 21.2.0(chokidar@5.0.0) + '@angular-devkit/core': 22.0.0-next.0(chokidar@5.0.0) + '@angular-devkit/schematics': 22.0.0-next.0(chokidar@5.0.0) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -13722,22 +13797,22 @@ snapshots: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 - algoliasearch@5.48.1: - dependencies: - '@algolia/abtesting': 1.14.1 - '@algolia/client-abtesting': 5.48.1 - '@algolia/client-analytics': 5.48.1 - '@algolia/client-common': 5.48.1 - '@algolia/client-insights': 5.48.1 - '@algolia/client-personalization': 5.48.1 - '@algolia/client-query-suggestions': 5.48.1 - '@algolia/client-search': 5.48.1 - '@algolia/ingestion': 1.48.1 - '@algolia/monitoring': 1.48.1 - '@algolia/recommend': 5.48.1 - '@algolia/requester-browser-xhr': 5.48.1 - '@algolia/requester-fetch': 5.48.1 - '@algolia/requester-node-http': 5.48.1 + algoliasearch@5.49.1: + dependencies: + '@algolia/abtesting': 1.15.1 + '@algolia/client-abtesting': 5.49.1 + '@algolia/client-analytics': 5.49.1 + '@algolia/client-common': 5.49.1 + '@algolia/client-insights': 5.49.1 + '@algolia/client-personalization': 5.49.1 + '@algolia/client-query-suggestions': 5.49.1 + '@algolia/client-search': 5.49.1 + '@algolia/ingestion': 1.49.1 + '@algolia/monitoring': 1.49.1 + '@algolia/recommend': 5.49.1 + '@algolia/requester-browser-xhr': 5.49.1 + '@algolia/requester-fetch': 5.49.1 + '@algolia/requester-node-http': 5.49.1 amdefine@1.0.1: optional: true @@ -13885,7 +13960,7 @@ snapshots: stubborn-fs: 2.0.0 when-exit: 2.1.5 - autoprefixer@10.4.24(postcss@8.5.6): + autoprefixer@10.4.27(postcss@8.5.6): dependencies: browserslist: 4.28.1 caniuse-lite: 1.0.30001776 @@ -13915,11 +13990,11 @@ snapshots: b4a@1.8.0: {} - babel-loader@10.0.0(@babel/core@7.29.0)(webpack@5.105.2(esbuild@0.27.3)): + babel-loader@10.0.0(@babel/core@7.29.0)(webpack@5.105.3(esbuild@0.27.3)): dependencies: '@babel/core': 7.29.0 find-up: 5.0.0 - webpack: 5.105.2(esbuild@0.27.3) + webpack: 5.105.3(esbuild@0.27.3) babel-plugin-polyfill-corejs2@0.4.15(@babel/core@7.29.0): dependencies: @@ -14024,9 +14099,9 @@ snapshots: domhandler: 5.0.3 htmlparser2: 10.1.0 picocolors: 1.1.1 - postcss: 8.5.6 + postcss: 8.5.8 postcss-media-query-parser: 0.2.3 - postcss-safe-parser: 7.0.1(postcss@8.5.6) + postcss-safe-parser: 7.0.1(postcss@8.5.8) before-after-hook@4.0.0: {} @@ -14581,14 +14656,14 @@ snapshots: dependencies: is-what: 3.14.1 - copy-webpack-plugin@13.0.1(webpack@5.105.2(esbuild@0.27.3)): + copy-webpack-plugin@14.0.0(webpack@5.105.3(esbuild@0.27.3)): dependencies: glob-parent: 6.0.2 normalize-path: 3.0.0 schema-utils: 4.3.3 - serialize-javascript: 6.0.2 + serialize-javascript: 7.0.4 tinyglobby: 0.2.15 - webpack: 5.105.2(esbuild@0.27.3) + webpack: 5.105.3(esbuild@0.27.3) core-js-compat@3.48.0: dependencies: @@ -14611,14 +14686,14 @@ snapshots: path-type: 4.0.0 yaml: 1.10.2 - cosmiconfig@9.0.1(typescript@5.9.2): + cosmiconfig@9.0.1(typescript@6.0.0-beta): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 js-yaml: 4.1.1 parse-json: 5.2.0 optionalDependencies: - typescript: 5.9.2 + typescript: 6.0.0-beta crc-32@1.2.2: {} @@ -14653,18 +14728,18 @@ snapshots: css-functions-list@3.3.3: {} - css-loader@7.1.3(webpack@5.105.2(esbuild@0.27.3)): + css-loader@7.1.4(webpack@5.105.3(esbuild@0.27.3)): dependencies: - icss-utils: 5.1.0(postcss@8.5.6) - postcss: 8.5.6 - postcss-modules-extract-imports: 3.1.0(postcss@8.5.6) - postcss-modules-local-by-default: 4.2.0(postcss@8.5.6) - postcss-modules-scope: 3.2.1(postcss@8.5.6) - postcss-modules-values: 4.0.0(postcss@8.5.6) + icss-utils: 5.1.0(postcss@8.5.8) + postcss: 8.5.8 + postcss-modules-extract-imports: 3.1.0(postcss@8.5.8) + postcss-modules-local-by-default: 4.2.0(postcss@8.5.8) + postcss-modules-scope: 3.2.1(postcss@8.5.8) + postcss-modules-values: 4.0.0(postcss@8.5.8) postcss-value-parser: 4.2.0 semver: 7.7.4 optionalDependencies: - webpack: 5.105.2(esbuild@0.27.3) + webpack: 5.105.3(esbuild@0.27.3) css-select@6.0.0: dependencies: @@ -14845,7 +14920,7 @@ snapshots: rehype: 8.0.0 semver: 5.7.2 spdx-license-list: 2.1.0 - typescript: 5.9.2 + typescript: 6.0.0-beta urlencode: 1.1.0 transitivePeerDependencies: - chokidar @@ -15504,9 +15579,9 @@ snapshots: locate-path: 6.0.0 path-exists: 4.0.0 - firebase-tools@15.8.0(@types/node@22.19.13)(bufferutil@4.1.0)(encoding@0.1.13)(typescript@5.9.2): + firebase-tools@15.8.0(@types/node@22.19.13)(bufferutil@4.1.0)(encoding@0.1.13)(typescript@6.0.0-beta): dependencies: - '@apphosting/build': 0.1.7(@types/node@22.19.13)(typescript@5.9.2) + '@apphosting/build': 0.1.7(@types/node@22.19.13)(typescript@6.0.0-beta) '@apphosting/common': 0.0.8 '@electric-sql/pglite': 0.3.15 '@electric-sql/pglite-tools': 0.2.20(@electric-sql/pglite@0.3.15) @@ -16301,9 +16376,9 @@ snapshots: dependencies: safer-buffer: 2.1.2 - icss-utils@5.1.0(postcss@8.5.6): + icss-utils@5.1.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 idb@7.1.1: {} @@ -16997,11 +17072,11 @@ snapshots: legacy-javascript@0.0.1: {} - less-loader@12.3.1(less@4.4.2)(webpack@5.105.2(esbuild@0.27.3)): + less-loader@12.3.1(less@4.4.2)(webpack@5.105.3(esbuild@0.27.3)): dependencies: less: 4.4.2 optionalDependencies: - webpack: 5.105.2(esbuild@0.27.3) + webpack: 5.105.3(esbuild@0.27.3) less@4.4.2: dependencies: @@ -17030,11 +17105,11 @@ snapshots: libsodium@0.7.16: {} - license-webpack-plugin@4.0.2(webpack@5.105.2(esbuild@0.27.3)): + license-webpack-plugin@4.0.2(webpack@5.105.3(esbuild@0.27.3)): dependencies: webpack-sources: 3.3.4 optionalDependencies: - webpack: 5.105.2(esbuild@0.27.3) + webpack: 5.105.3(esbuild@0.27.3) lie@3.3.0: dependencies: @@ -17108,14 +17183,14 @@ snapshots: lines-and-columns@1.2.4: {} - listr2@9.0.5: + listr2@10.1.2: dependencies: cli-truncate: 5.2.0 colorette: 2.0.20 eventemitter3: 5.0.4 log-update: 6.1.0 rfdc: 1.4.1 - wrap-ansi: 9.0.2 + wrap-ansi: 10.0.0 lmdb@3.5.1: dependencies: @@ -17413,11 +17488,11 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.10.0(webpack@5.105.2(esbuild@0.27.3)): + mini-css-extract-plugin@2.10.0(webpack@5.105.3(esbuild@0.27.3)): dependencies: schema-utils: 4.3.3 tapable: 2.3.0 - webpack: 5.105.2(esbuild@0.27.3) + webpack: 5.105.3(esbuild@0.27.3) minimalistic-assert@1.0.1: {} @@ -17955,8 +18030,9 @@ snapshots: package-json-from-dist@1.0.1: {} - pacote@21.3.1: + pacote@21.4.0: dependencies: + '@gar/promise-retry': 1.0.2 '@npmcli/git': 7.0.2 '@npmcli/installed-package-contents': 4.0.0 '@npmcli/package-json': 7.0.5 @@ -17970,7 +18046,6 @@ snapshots: npm-pick-manifest: 11.0.3 npm-registry-fetch: 19.1.1 proc-log: 6.1.0 - promise-retry: 2.0.1 sigstore: 4.1.0 ssri: 13.0.1 tar: 7.5.9 @@ -18158,39 +18233,39 @@ snapshots: possible-typed-array-names@1.1.0: {} - postcss-loader@8.2.0(postcss@8.5.6)(typescript@5.9.2)(webpack@5.105.2(esbuild@0.27.3)): + postcss-loader@8.2.1(postcss@8.5.6)(typescript@6.0.0-beta)(webpack@5.105.3(esbuild@0.27.3)): dependencies: - cosmiconfig: 9.0.1(typescript@5.9.2) + cosmiconfig: 9.0.1(typescript@6.0.0-beta) jiti: 2.6.1 postcss: 8.5.6 semver: 7.7.4 optionalDependencies: - webpack: 5.105.2(esbuild@0.27.3) + webpack: 5.105.3(esbuild@0.27.3) transitivePeerDependencies: - typescript postcss-media-query-parser@0.2.3: {} - postcss-modules-extract-imports@3.1.0(postcss@8.5.6): + postcss-modules-extract-imports@3.1.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 - postcss-modules-local-by-default@4.2.0(postcss@8.5.6): + postcss-modules-local-by-default@4.2.0(postcss@8.5.8): dependencies: - icss-utils: 5.1.0(postcss@8.5.6) - postcss: 8.5.6 + icss-utils: 5.1.0(postcss@8.5.8) + postcss: 8.5.8 postcss-selector-parser: 7.1.1 postcss-value-parser: 4.2.0 - postcss-modules-scope@3.2.1(postcss@8.5.6): + postcss-modules-scope@3.2.1(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-selector-parser: 7.1.1 - postcss-modules-values@4.0.0(postcss@8.5.6): + postcss-modules-values@4.0.0(postcss@8.5.8): dependencies: - icss-utils: 5.1.0(postcss@8.5.6) - postcss: 8.5.6 + icss-utils: 5.1.0(postcss@8.5.8) + postcss: 8.5.8 postcss-resolve-nested-selector@0.1.6: {} @@ -18198,9 +18273,9 @@ snapshots: dependencies: postcss: 8.5.8 - postcss-safe-parser@7.0.1(postcss@8.5.6): + postcss-safe-parser@7.0.1(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-scss@4.0.9(postcss@8.5.8): dependencies: @@ -18651,7 +18726,7 @@ snapshots: adjust-sourcemap-loader: 4.0.0 convert-source-map: 1.9.0 loader-utils: 2.0.4 - postcss: 8.5.6 + postcss: 8.5.8 source-map: 0.6.1 resolve@1.1.7: {} @@ -18703,30 +18778,30 @@ snapshots: robots-parser@3.0.1: {} - rolldown@1.0.0-rc.4: + rolldown@1.0.0-rc.6: dependencies: - '@oxc-project/types': 0.113.0 - '@rolldown/pluginutils': 1.0.0-rc.4 + '@oxc-project/types': 0.115.0 + '@rolldown/pluginutils': 1.0.0-rc.6 optionalDependencies: - '@rolldown/binding-android-arm64': 1.0.0-rc.4 - '@rolldown/binding-darwin-arm64': 1.0.0-rc.4 - '@rolldown/binding-darwin-x64': 1.0.0-rc.4 - '@rolldown/binding-freebsd-x64': 1.0.0-rc.4 - '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.4 - '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.4 - '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.4 - '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.4 - '@rolldown/binding-linux-x64-musl': 1.0.0-rc.4 - '@rolldown/binding-openharmony-arm64': 1.0.0-rc.4 - '@rolldown/binding-wasm32-wasi': 1.0.0-rc.4 - '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.4 - '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.4 - - rollup-plugin-dts@6.3.0(rollup@4.59.0)(typescript@5.9.2): + '@rolldown/binding-android-arm64': 1.0.0-rc.6 + '@rolldown/binding-darwin-arm64': 1.0.0-rc.6 + '@rolldown/binding-darwin-x64': 1.0.0-rc.6 + '@rolldown/binding-freebsd-x64': 1.0.0-rc.6 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.6 + '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.6 + '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.6 + '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.6 + '@rolldown/binding-linux-x64-musl': 1.0.0-rc.6 + '@rolldown/binding-openharmony-arm64': 1.0.0-rc.6 + '@rolldown/binding-wasm32-wasi': 1.0.0-rc.6 + '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.6 + '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.6 + + rollup-plugin-dts@6.3.0(rollup@4.59.0)(typescript@6.0.0-beta): dependencies: magic-string: 0.30.21 rollup: 4.59.0 - typescript: 5.9.2 + typescript: 6.0.0-beta optionalDependencies: '@babel/code-frame': 7.29.0 @@ -18796,18 +18871,18 @@ snapshots: transitivePeerDependencies: - supports-color - rxjs-tslint-rules@4.34.8(tslint@6.1.3(typescript@5.9.2))(typescript@5.9.2): + rxjs-tslint-rules@4.34.8(tslint@6.1.3(typescript@6.0.0-beta))(typescript@6.0.0-beta): dependencies: - '@phenomnomnominal/tsquery': 4.2.0(typescript@5.9.2) + '@phenomnomnominal/tsquery': 4.2.0(typescript@6.0.0-beta) decamelize: 4.0.0 resolve: 1.22.11 rxjs-report-usage: 1.0.6 semver: 7.7.4 tslib: 2.8.1 - tslint: 6.1.3(typescript@5.9.2) - tsutils: 3.21.0(typescript@5.9.2) - tsutils-etc: 1.4.2(tsutils@3.21.0(typescript@5.9.2))(typescript@5.9.2) - typescript: 5.9.2 + tslint: 6.1.3(typescript@6.0.0-beta) + tsutils: 3.21.0(typescript@6.0.0-beta) + tsutils-etc: 1.4.2(tsutils@3.21.0(typescript@6.0.0-beta))(typescript@6.0.0-beta) + typescript: 6.0.0-beta transitivePeerDependencies: - supports-color @@ -18848,12 +18923,12 @@ snapshots: safevalues@1.2.0: {} - sass-loader@16.0.7(sass@1.97.3)(webpack@5.105.2(esbuild@0.27.3)): + sass-loader@16.0.7(sass@1.97.3)(webpack@5.105.3(esbuild@0.27.3)): dependencies: neo-async: 2.6.2 optionalDependencies: sass: 1.97.3 - webpack: 5.105.2(esbuild@0.27.3) + webpack: 5.105.3(esbuild@0.27.3) sass@1.97.3: dependencies: @@ -18965,6 +19040,8 @@ snapshots: dependencies: randombytes: 2.1.0 + serialize-javascript@7.0.4: {} + serve-index@1.9.2: dependencies: accepts: 1.3.8 @@ -19185,11 +19262,11 @@ snapshots: source-map-js@1.2.1: {} - source-map-loader@5.0.0(webpack@5.105.2(esbuild@0.27.3)): + source-map-loader@5.0.0(webpack@5.105.3(esbuild@0.27.3)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.105.2(esbuild@0.27.3) + webpack: 5.105.3(esbuild@0.27.3) source-map-support@0.4.18: dependencies: @@ -19619,14 +19696,14 @@ snapshots: - bare-abort-controller - react-native-b4a - terser-webpack-plugin@5.3.16(esbuild@0.27.3)(webpack@5.105.2(esbuild@0.27.3)): + terser-webpack-plugin@5.3.16(esbuild@0.27.3)(webpack@5.105.3(esbuild@0.27.3)): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 serialize-javascript: 6.0.2 terser: 5.46.0 - webpack: 5.105.2(esbuild@0.27.3) + webpack: 5.105.3(esbuild@0.27.3) optionalDependencies: esbuild: 0.27.3 @@ -19730,7 +19807,7 @@ snapshots: trough@1.0.5: {} - ts-node@10.9.2(@types/node@22.19.13)(typescript@5.9.2): + ts-node@10.9.2(@types/node@22.19.13)(typescript@6.0.0-beta): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.12 @@ -19744,27 +19821,27 @@ snapshots: create-require: 1.1.1 diff: 4.0.4 make-error: 1.3.6 - typescript: 5.9.2 + typescript: 6.0.0-beta v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - tsec@0.2.9(@bazel/bazelisk@1.28.1)(typescript@5.9.2): + tsec@0.2.9(@bazel/bazelisk@1.28.1)(typescript@6.0.0-beta): dependencies: '@bazel/bazelisk': 1.28.1 glob: 11.1.0 minimatch: 10.2.4 - typescript: 5.9.2 + typescript: 6.0.0-beta - tsickle@0.46.3(typescript@5.9.2): + tsickle@0.46.3(typescript@6.0.0-beta): dependencies: '@types/minimist': 1.2.5 - typescript: 5.9.2 + typescript: 6.0.0-beta tslib@1.14.1: {} tslib@2.8.1: {} - tslint@6.1.3(typescript@5.9.2): + tslint@6.1.3(typescript@6.0.0-beta): dependencies: '@babel/code-frame': 7.29.0 builtin-modules: 1.1.1 @@ -19778,27 +19855,27 @@ snapshots: resolve: 1.22.11 semver: 5.7.2 tslib: 1.14.1 - tsutils: 2.29.0(typescript@5.9.2) - typescript: 5.9.2 + tsutils: 2.29.0(typescript@6.0.0-beta) + typescript: 6.0.0-beta tsscmp@1.0.6: {} - tsutils-etc@1.4.2(tsutils@3.21.0(typescript@5.9.2))(typescript@5.9.2): + tsutils-etc@1.4.2(tsutils@3.21.0(typescript@6.0.0-beta))(typescript@6.0.0-beta): dependencies: '@types/yargs': 17.0.35 - tsutils: 3.21.0(typescript@5.9.2) - typescript: 5.9.2 + tsutils: 3.21.0(typescript@6.0.0-beta) + typescript: 6.0.0-beta yargs: 17.7.2 - tsutils@2.29.0(typescript@5.9.2): + tsutils@2.29.0(typescript@6.0.0-beta): dependencies: tslib: 1.14.1 - typescript: 5.9.2 + typescript: 6.0.0-beta - tsutils@3.21.0(typescript@5.9.2): + tsutils@3.21.0(typescript@6.0.0-beta): dependencies: tslib: 1.14.1 - typescript: 5.9.2 + typescript: 6.0.0-beta tsx@4.21.0: dependencies: @@ -19895,7 +19972,7 @@ snapshots: dependencies: is-typedarray: 1.0.0 - typescript@5.9.2: {} + typescript@6.0.0-beta: {} ua-parser-js@0.7.41: {} @@ -19917,8 +19994,6 @@ snapshots: undici@6.23.0: {} - undici@7.22.0: {} - unicode-canonical-property-names-ecmascript@2.0.1: {} unicode-emoji-modifier-base@1.0.0: {} @@ -20085,7 +20160,7 @@ snapshots: esbuild: 0.27.3 fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 - postcss: 8.5.6 + postcss: 8.5.8 rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: @@ -20100,10 +20175,10 @@ snapshots: void-elements@2.0.1: {} - vrsource-tslint-rules@6.0.0(tslint@6.1.3(typescript@5.9.2))(typescript@5.9.2): + vrsource-tslint-rules@6.0.0(tslint@6.1.3(typescript@6.0.0-beta))(typescript@6.0.0-beta): dependencies: - tslint: 6.1.3(typescript@5.9.2) - typescript: 5.9.2 + tslint: 6.1.3(typescript@6.0.0-beta) + typescript: 6.0.0-beta watchpack@2.5.1: dependencies: @@ -20150,7 +20225,7 @@ snapshots: webidl-conversions@3.0.1: {} - webpack-dev-middleware@7.4.5(tslib@2.8.1)(webpack@5.105.2(esbuild@0.27.3)): + webpack-dev-middleware@7.4.5(tslib@2.8.1)(webpack@5.105.3(esbuild@0.27.3)): dependencies: colorette: 2.0.20 memfs: 4.56.10(tslib@2.8.1) @@ -20159,11 +20234,11 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.2(esbuild@0.27.3) + webpack: 5.105.3(esbuild@0.27.3) transitivePeerDependencies: - tslib - webpack-dev-server@5.2.3(bufferutil@4.1.0)(tslib@2.8.1)(webpack@5.105.2(esbuild@0.27.3)): + webpack-dev-server@5.2.3(bufferutil@4.1.0)(tslib@2.8.1)(webpack@5.105.3(esbuild@0.27.3)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -20191,10 +20266,10 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.5(tslib@2.8.1)(webpack@5.105.2(esbuild@0.27.3)) + webpack-dev-middleware: 7.4.5(tslib@2.8.1)(webpack@5.105.3(esbuild@0.27.3)) ws: 8.19.0(bufferutil@4.1.0)(utf-8-validate@6.0.6) optionalDependencies: - webpack: 5.105.2(esbuild@0.27.3) + webpack: 5.105.3(esbuild@0.27.3) transitivePeerDependencies: - bufferutil - debug @@ -20210,12 +20285,12 @@ snapshots: webpack-sources@3.3.4: {} - webpack-subresource-integrity@5.1.0(webpack@5.105.2(esbuild@0.27.3)): + webpack-subresource-integrity@5.1.0(webpack@5.105.3(esbuild@0.27.3)): dependencies: typed-assert: 1.0.9 - webpack: 5.105.2(esbuild@0.27.3) + webpack: 5.105.3(esbuild@0.27.3) - webpack@5.105.2(esbuild@0.27.3): + webpack@5.105.3(esbuild@0.27.3): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -20239,7 +20314,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 4.3.3 tapable: 2.3.0 - terser-webpack-plugin: 5.3.16(esbuild@0.27.3)(webpack@5.105.2(esbuild@0.27.3)) + terser-webpack-plugin: 5.3.16(esbuild@0.27.3)(webpack@5.105.3(esbuild@0.27.3)) watchpack: 2.5.1 webpack-sources: 3.3.4 transitivePeerDependencies: @@ -20366,6 +20441,12 @@ snapshots: wordwrap@1.0.0: {} + wrap-ansi@10.0.0: + dependencies: + ansi-styles: 6.2.3 + string-width: 8.2.0 + strip-ansi: 7.2.0 + wrap-ansi@6.2.0: dependencies: ansi-styles: 4.3.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index e07db629653e..c5e12ef2fa5f 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -18,23 +18,23 @@ packages: - src/youtube-player catalog: - '@angular-devkit/build-angular': 21.2.0 - '@angular-devkit/core': 21.2.0 - '@angular-devkit/schematics': 21.2.0 - '@angular/build': 21.2.0 - '@angular/cli': 21.2.0 - '@angular/common': 21.2.0 - '@angular/compiler-cli': 21.2.0 - '@angular/compiler': 21.2.0 - '@angular/core': 21.2.0 - '@angular/ssr': 21.2.0 - '@angular/forms': 21.2.0 - '@angular/localize': 21.2.0 - '@angular/platform-browser': 21.2.0 - '@angular/platform-browser-dynamic': 21.2.0 - '@angular/platform-server': 21.2.0 - '@angular/router': 21.2.0 - '@schematics/angular': 21.2.0 + '@angular-devkit/build-angular': 22.0.0-next.0 + '@angular-devkit/core': 22.0.0-next.0 + '@angular-devkit/schematics': 22.0.0-next.0 + '@angular/build': 22.0.0-next.0 + '@angular/cli': 22.0.0-next.0 + '@angular/common': 22.0.0-next.0 + '@angular/compiler-cli': 22.0.0-next.0 + '@angular/compiler': 22.0.0-next.0 + '@angular/core': 22.0.0-next.0 + '@angular/ssr': 22.0.0-next.0 + '@angular/forms': 22.0.0-next.0 + '@angular/localize': 22.0.0-next.0 + '@angular/platform-browser': 22.0.0-next.0 + '@angular/platform-browser-dynamic': 22.0.0-next.0 + '@angular/platform-server': 22.0.0-next.0 + '@angular/router': 22.0.0-next.0 + '@schematics/angular': 22.0.0-next.0 'rxjs': ^6.6.7 # The minimum age of a release to be considered for dependency installation. diff --git a/scripts/tsconfig.json b/scripts/tsconfig.json index d1fc3007b38a..8806248f8bca 100644 --- a/scripts/tsconfig.json +++ b/scripts/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "outDir": "../dist/dev-infra-scripts", + "rootDir": "../", "target": "es2020", "lib": ["es2020"], "module": "Node16", @@ -9,7 +10,6 @@ "noEmit": true, "noPropertyAccessFromIndexSignature": true, "skipLibCheck": true, - "downlevelIteration": true, "esModuleInterop": true } } diff --git a/src/cdk/schematics/utils/ast.ts b/src/cdk/schematics/utils/ast.ts index c266cea201b6..5bb8a7727f06 100644 --- a/src/cdk/schematics/utils/ast.ts +++ b/src/cdk/schematics/utils/ast.ts @@ -16,6 +16,13 @@ import {getAppModulePath} from '@schematics/angular/utility/ng-ast-utils'; import * as ts from 'typescript'; import {getProjectMainFile} from './project-main-file'; +/** + * Temporary type until the CLI starts bundling TS6. + * + * TODO(crisbeto): clean this up eventually. + */ +export type AnyDuringTs6Migration = any; + /** Reads file given path and returns TypeScript source file. */ export function parseSourceFile(host: Tree, path: string): ts.SourceFile { const buffer = host.read(path); @@ -55,7 +62,12 @@ export function addModuleImportToModule( throw new SchematicsException(`Module not found: ${modulePath}`); } - const changes = addImportToModule(moduleSource, modulePath, moduleName, src); + const changes = addImportToModule( + moduleSource as AnyDuringTs6Migration, + modulePath, + moduleName, + src, + ); const recorder = host.beginUpdate(modulePath); changes.forEach(change => { diff --git a/src/cdk/schematics/utils/build-component.ts b/src/cdk/schematics/utils/build-component.ts index 1e1433266e16..595672cc6159 100644 --- a/src/cdk/schematics/utils/build-component.ts +++ b/src/cdk/schematics/utils/build-component.ts @@ -36,6 +36,7 @@ import {dirname, join, resolve} from 'path'; import * as ts from 'typescript'; import {getProjectFromWorkspace} from './get-project'; import {getDefaultComponentOptions, isStandaloneSchematic} from './schematic-options'; +import {AnyDuringTs6Migration} from './ast'; /** * Build a default project path for generating. @@ -83,7 +84,7 @@ function addDeclarationToNgModule(options: ComponentOptions): Rule { const classifiedName = strings.classify(`${options.name}Component`); const declarationChanges = addDeclarationToModule( - source, + source as AnyDuringTs6Migration, modulePath, classifiedName, relativePath, @@ -103,7 +104,7 @@ function addDeclarationToNgModule(options: ComponentOptions): Rule { const exportRecorder = host.beginUpdate(modulePath); const exportChanges = addExportToModule( - source, + source as AnyDuringTs6Migration, modulePath, strings.classify(`${options.name}Component`), relativePath, diff --git a/src/material/form-field/form-field.ts b/src/material/form-field/form-field.ts index 373cda2dcc2a..d098211b2c85 100644 --- a/src/material/form-field/form-field.ts +++ b/src/material/form-field/form-field.ts @@ -283,7 +283,7 @@ export class MatFormField } this._appearanceSignal.set(newAppearance); } - private _appearanceSignal = signal(DEFAULT_APPEARANCE); + private _appearanceSignal = signal(DEFAULT_APPEARANCE); /** * Whether the form field should reserve space for one line of hint/error text (default) diff --git a/src/tsconfig-legacy.json b/src/tsconfig-legacy.json index b898a99551ef..7814eae73441 100644 --- a/src/tsconfig-legacy.json +++ b/src/tsconfig-legacy.json @@ -10,6 +10,7 @@ }, "types": ["jasmine"], "emitDecoratorMetadata": true, + "noUncheckedSideEffectImports": false, "experimentalDecorators": true }, "include": ["**/*.spec.ts", "dev-mode-types.d.ts", "../node_modules/zone.js/zone.d.ts"], diff --git a/tools/tsconfig.json b/tools/tsconfig.json index 810d8d3a6e3f..c77c2883f0f0 100644 --- a/tools/tsconfig.json +++ b/tools/tsconfig.json @@ -9,7 +9,6 @@ "esModuleInterop": true, "lib": ["es2020"], "skipLibCheck": true, - "downlevelIteration": true, "types": ["node"] }, "exclude": ["**/*.spec.ts", "**/*.spec.mts", "adev-api-extraction/**"] diff --git a/tsconfig.json b/tsconfig.json index 2184a3e8fd14..83da867646f1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ { "compilerOptions": { "outDir": "./dist/packages/all", + "rootDir": "./", "experimentalDecorators": true, "module": "esnext", "moduleResolution": "bundler",