diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 81e0f30..b63127d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -59,8 +59,8 @@ catalogs: specifier: ^22.0.0 version: 22.0.0 '@angular-devkit/schematics': - specifier: ^21.2.13 - version: 21.2.13 + specifier: ^22.0.1 + version: 22.0.1 rxjs: specifier: ^7.8.2 version: 7.8.2 @@ -84,7 +84,7 @@ importers: version: 22.0.0 '@angular-devkit/schematics': specifier: catalog:schematics - version: 21.2.13 + version: 22.0.1 rxjs: specifier: catalog:schematics version: 7.8.2 @@ -182,6 +182,15 @@ packages: chokidar: optional: true + '@angular-devkit/core@22.0.1': + resolution: {integrity: sha512-77/WsCAbqGkumDfm/kkw2mFh/42DNF0hB02TvivlfiSC/KfK9DsHg7sKvTlNcuY14ZT/3iHhojLyNBc2HytuvQ==} + engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, 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-cli@21.2.13': resolution: {integrity: sha512-hrA2N8XobOeOoZStExhvgqOaDquHqUuOzexRbQ4dH6wiEYYUPCkEexNChYOWpzicX+lLskzMp5LCszK0xQwDjA==} 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'} @@ -191,6 +200,10 @@ packages: resolution: {integrity: sha512-gifpOcMNiAy49lQmQKhzpxoSfS3qJQSEdJSF5m7RVFkAcmllfcCD76GPN4dhho3wdAnbZ3qr54LtDqrGY4xNjw==} 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/schematics@22.0.1': + resolution: {integrity: sha512-GWou5meX3vAvqQEkox7xYMT9tIrYBVl0StbP7rGH5yMrzngvi6eyikMiUYnmMvoEoBK9gFNnXaAKeeu2aWvb3Q==} + engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@babel/code-frame@7.29.7': resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==} engines: {node: '>=6.9.0'} @@ -1861,6 +1874,10 @@ packages: resolution: {integrity: sha512-lBX72MWFduWEf7v7uWf5DHp9Jn5BI8bNPGuFgtXMmr2uDz2Gz2749y3am3agSDdkhHPHYmmxEGSKH85ZLGzgXw==} engines: {node: '>=20'} + ora@9.4.0: + resolution: {integrity: sha512-84cglkRILFxdtA8hAvLNdMrtBpPNBTrQ9/ulg0FA7xLMnD6mifv+enAIeRmvtv+WgdCE+LPGOfQmtJRrVaIVhQ==} + engines: {node: '>=20'} + oxfmt@0.35.0: resolution: {integrity: sha512-QYeXWkP+aLt7utt5SLivNIk09glWx9QE235ODjgcEZ3sd1VMaUBSpLymh6ZRCA76gD2rMP4bXanUz/fx+nLM9Q==} engines: {node: ^20.19.0 || >=22.12.0} @@ -2403,6 +2420,15 @@ snapshots: rxjs: 7.8.2 source-map: 0.7.6 + '@angular-devkit/core@22.0.1': + dependencies: + ajv: 8.20.0 + ajv-formats: 3.0.1(ajv@8.20.0) + jsonc-parser: 3.3.1 + picomatch: 4.0.4 + rxjs: 7.8.2 + source-map: 0.7.6 + '@angular-devkit/schematics-cli@21.2.13(@types/node@25.9.1)': dependencies: '@angular-devkit/core': 21.2.13 @@ -2422,6 +2448,16 @@ snapshots: transitivePeerDependencies: - chokidar + '@angular-devkit/schematics@22.0.1': + dependencies: + '@angular-devkit/core': 22.0.1 + jsonc-parser: 3.3.1 + magic-string: 0.30.21 + ora: 9.4.0 + rxjs: 7.8.2 + transitivePeerDependencies: + - chokidar + '@babel/code-frame@7.29.7': dependencies: '@babel/helper-validator-identifier': 7.29.7 @@ -4000,6 +4036,17 @@ snapshots: stdin-discarder: 0.3.2 string-width: 8.2.1 + ora@9.4.0: + dependencies: + chalk: 5.6.2 + cli-cursor: 5.0.0 + cli-spinners: 3.4.0 + is-interactive: 2.0.0 + is-unicode-supported: 2.1.0 + log-symbols: 7.0.1 + stdin-discarder: 0.3.2 + string-width: 8.2.1 + oxfmt@0.35.0: dependencies: tinypool: 2.1.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 37fab0c..31a8a3c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -20,7 +20,7 @@ catalogs: prettier: ^3.8.3 schematics: '@angular-devkit/core': ^22.0.0 - '@angular-devkit/schematics': ^21.2.13 + '@angular-devkit/schematics': ^22.0.1 rxjs: ^7.8.2 tests: '@angular-devkit/schematics-cli': ^21.2.13