Skip to content

Commit

Permalink
Bump @angular-devkit/schematics from 18.2.3 to 18.2.6
Browse files Browse the repository at this point in the history
Bumps [@angular-devkit/schematics](https://github.com/angular/angular-cli) from 18.2.3 to 18.2.6.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@18.2.3...18.2.6)

---
updated-dependencies:
- dependency-name: "@angular-devkit/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 73da32d commit c4b2e2c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@angular-devkit/architect": "^0.1802.3",
"@angular-devkit/build-angular": "^14.2.7",
"@angular-devkit/core": "^18.0.6",
"@angular-devkit/schematics": "^18.2.3",
"@angular-devkit/schematics": "^18.2.6",
"@angular/cli": "^18.2.3",
"@angular/compiler": "^14.2.0",
"@angular/compiler-cli": "^14.2.0",
Expand Down
27 changes: 25 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
rxjs "7.8.1"
source-map "0.7.4"

"@angular-devkit/core@18.2.3", "@angular-devkit/core@^18.0.6":
"@angular-devkit/core@18.2.3":
version "18.2.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-18.2.3.tgz#3b35a8fc2c5722d6da90e6b73ec92cbb70db0626"
integrity sha512-vbFs+ofNK9OWeMIcFarFjegXVklhtSdLTEFKZ9trDVr8alTJdjI9AiYa6OOUTDAyq0hqYxV26xlCisWAPe7s5w==
Expand All @@ -144,6 +144,18 @@
rxjs "7.8.1"
source-map "0.7.4"

"@angular-devkit/core@18.2.6", "@angular-devkit/core@^18.0.6":
version "18.2.6"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-18.2.6.tgz#9b3009779e534f3060b3f0c27c73af2bb85bcde6"
integrity sha512-la4CFvs5PcRWSkQ/H7TB5cPZirFVA9GoWk5LzIk8si6VjWBJRm8b3keKJoC9LlNeABRUIR5z0ocYkyQQUhdMfg==
dependencies:
ajv "8.17.1"
ajv-formats "3.0.1"
jsonc-parser "3.3.1"
picomatch "4.0.2"
rxjs "7.8.1"
source-map "0.7.4"

"@angular-devkit/schematics@17.3.6", "@angular-devkit/schematics@^17.0.0":
version "17.3.6"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-17.3.6.tgz#687ed3ea1bbb201708696ede3912ea9551ca5d26"
Expand All @@ -155,7 +167,7 @@
ora "5.4.1"
rxjs "7.8.1"

"@angular-devkit/schematics@18.2.3", "@angular-devkit/schematics@^18.2.3":
"@angular-devkit/schematics@18.2.3":
version "18.2.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-18.2.3.tgz#686f4ac6ae8740c5ef01bf967b8620dd34fe2036"
integrity sha512-N3tRAzBW2yWQhebvc1Ha18XTMSXOQTfr8HNjx7Fasx0Fg1tNyGR612MJNZw6je/PqyItKeUHOhztvFMfCQjRyg==
Expand All @@ -166,6 +178,17 @@
ora "5.4.1"
rxjs "7.8.1"

"@angular-devkit/schematics@^18.2.6":
version "18.2.6"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-18.2.6.tgz#8d1b539067ef4f84e4a643c4a5b4ea4f51c179db"
integrity sha512-uIttrQ2cQ2PWAFFVPeCoNR8xvs7tPJ2i8gzqsIwYdge107xDC6u9CqfgmBqPDSFpWj+IiC2Jwcm8Z4HYKU4+7A==
dependencies:
"@angular-devkit/core" "18.2.6"
jsonc-parser "3.3.1"
magic-string "0.30.11"
ora "5.4.1"
rxjs "7.8.1"

"@angular/cli@^18.2.3":
version "18.2.3"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-18.2.3.tgz#56bdb1a52a1a612bf6e0e27e95e1f5a5d91a223d"
Expand Down

0 comments on commit c4b2e2c

Please sign in to comment.