Skip to content

Commit

Permalink
chore(deps-dev): bump @schematics/angular from 18.1.1 to 18.2.3
Browse files Browse the repository at this point in the history
Bumps [@schematics/angular](https://github.com/angular/angular-cli) from 18.1.1 to 18.2.3.
- [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.1.1...18.2.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 3a77bed commit 2223b0d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@nx/js": "19.5.4",
"@nx/plugin": "19.5.4",
"@nx/workspace": "19.5.4",
"@schematics/angular": "~18.1.0",
"@schematics/angular": "~18.2.3",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.7.1",
"@swc/helpers": "~0.5.11",
Expand Down
31 changes: 22 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,17 @@
ora "5.4.1"
rxjs "7.8.1"

"@angular-devkit/[email protected]":
version "18.2.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-18.2.3.tgz#686f4ac6ae8740c5ef01bf967b8620dd34fe2036"
integrity sha512-N3tRAzBW2yWQhebvc1Ha18XTMSXOQTfr8HNjx7Fasx0Fg1tNyGR612MJNZw6je/PqyItKeUHOhztvFMfCQjRyg==
dependencies:
"@angular-devkit/core" "18.2.3"
jsonc-parser "3.3.1"
magic-string "0.30.11"
ora "5.4.1"
rxjs "7.8.1"

"@angular-eslint/[email protected]":
version "18.1.0"
resolved "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-18.1.0.tgz"
Expand Down Expand Up @@ -3369,7 +3380,7 @@
optionalDependencies:
fsevents "~2.3.2"

"@schematics/[email protected]", "@schematics/angular@~18.1.0":
"@schematics/[email protected]":
version "18.1.1"
resolved "https://registry.npmjs.org/@schematics/angular/-/angular-18.1.1.tgz"
integrity sha512-6nQUSuFSP7un5Bmm6/MpQXq3jnkdEYg2MUPv7JStsqnT1YYzUsDjkUv7Hsci0xQmeUAzVz3ueg4znviJoQxWdg==
Expand All @@ -3378,6 +3389,15 @@
"@angular-devkit/schematics" "18.1.1"
jsonc-parser "3.3.1"

"@schematics/angular@~18.2.3":
version "18.2.3"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-18.2.3.tgz#3455e871f269a7977ea63df6c5537ea3209ee1b6"
integrity sha512-whSON70z9HYb4WboVXmPFE/RLKJJQLWNzNcUyi8OSDZkQbJnYgPp0///n738m26Y/XeJDv11q1gESy+Zl2AdUw==
dependencies:
"@angular-devkit/core" "18.2.3"
"@angular-devkit/schematics" "18.2.3"
jsonc-parser "3.3.1"

"@shikijs/[email protected]":
version "1.12.0"
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.12.0.tgz#58ae6d02da7934edd9c10951a989c9cde0cf736b"
Expand Down Expand Up @@ -3826,7 +3846,7 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/[email protected]", "@types/node@>=10.0.0":
"@types/node@*", "@types/[email protected]", "@types/node@>=10.0.0", "@types/node@^22.5.2":
version "22.5.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.4.tgz#83f7d1f65bc2ed223bdbf57c7884f1d5a4fa84e8"
integrity sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==
Expand All @@ -3840,13 +3860,6 @@
dependencies:
undici-types "~5.26.4"

"@types/node@^22.5.2":
version "22.5.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.4.tgz#83f7d1f65bc2ed223bdbf57c7884f1d5a4fa84e8"
integrity sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==
dependencies:
undici-types "~6.19.2"

"@types/parse-json@^4.0.0":
version "4.0.2"
resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz"
Expand Down

0 comments on commit 2223b0d

Please sign in to comment.