From 8824a2552cfb7d84cc14b34e9479fcb81c9fba7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 04:19:26 +0000 Subject: [PATCH] chore(deps): bump @angular-devkit/schematics from 21.2.13 to 22.0.0 Bumps [@angular-devkit/schematics](https://github.com/angular/angular-cli) from 21.2.13 to 22.0.0. - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/compare/v21.2.13...v22.0.0) --- updated-dependencies: - dependency-name: "@angular-devkit/schematics" dependency-version: 22.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 35 ++++++++++++++++++++++++++++++++--- pnpm-workspace.yaml | 2 +- 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 81e0f30..1674c7e 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.0 + version: 22.0.0 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.0 rxjs: specifier: catalog:schematics version: 7.8.2 @@ -191,6 +191,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.0': + resolution: {integrity: sha512-Uefa/kgLD15B0wuxIFJuDvnVf2FuzXdnE/aMTd/fGor3otjrdegaU1tCeK9I0smHaiSWNvtLbhUbkNpuNG1cMw==} + 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 +1865,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} @@ -2422,6 +2430,16 @@ snapshots: transitivePeerDependencies: - chokidar + '@angular-devkit/schematics@22.0.0': + dependencies: + '@angular-devkit/core': 22.0.0 + 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 +4018,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..bb9b988 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.0 rxjs: ^7.8.2 tests: '@angular-devkit/schematics-cli': ^21.2.13