Skip to content

Commit 3efc2fa

Browse files
Bump @angular-devkit/schematics from 19.2.10 to 19.2.11 in /eform-client
Bumps [@angular-devkit/schematics](https://github.com/angular/angular-cli) from 19.2.10 to 19.2.11. - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@19.2.10...19.2.11) --- updated-dependencies: - dependency-name: "@angular-devkit/schematics" dependency-version: 19.2.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 571a397 commit 3efc2fa

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

eform-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"devDependencies": {
119119
"@angular-devkit/build-angular": "19.2.10",
120120
"@angular-devkit/core": "19.2.10",
121-
"@angular-devkit/schematics": "19.2.10",
121+
"@angular-devkit/schematics": "19.2.11",
122122
"@angular-eslint/builder": "19.3.0",
123123
"@angular-eslint/eslint-plugin": "19.3.0",
124124
"@angular-eslint/eslint-plugin-template": "19.3.0",

eform-client/yarn.lock

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@angular-devkit/architect" "0.1902.10"
9090
rxjs "7.8.1"
9191

92-
"@angular-devkit/[email protected]", "@angular-devkit/core@>= 19.0.0 < 20.0.0":
92+
"@angular-devkit/[email protected]":
9393
version "19.2.10"
9494
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-19.2.10.tgz#9e34062c533b88efad8c10fb8f29880ed689c642"
9595
integrity sha512-xYF+Vgc+j6iPboR0uptQk3QFed5n/0KSgITbfV/uPEqhzSNdkiM4Y2i/sKlTZrI07cRK/m/dbZ6sZsbvXJVtkA==
@@ -101,7 +101,19 @@
101101
rxjs "7.8.1"
102102
source-map "0.7.4"
103103

104-
"@angular-devkit/[email protected]", "@angular-devkit/schematics@>= 19.0.0 < 20.0.0":
104+
"@angular-devkit/[email protected]", "@angular-devkit/core@>= 19.0.0 < 20.0.0":
105+
version "19.2.11"
106+
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-19.2.11.tgz#2fd0c34184995626bb0988099b19ff179d7c9242"
107+
integrity sha512-hXacCEbLbVo/PYPHBhaU2LThFm0Q1tIGTsWSkQjtsQpW8e4xqgSnFIWaHdsPiiGryxtdtvNE2cr9qa0ddAJOnA==
108+
dependencies:
109+
ajv "8.17.1"
110+
ajv-formats "3.0.1"
111+
jsonc-parser "3.3.1"
112+
picomatch "4.0.2"
113+
rxjs "7.8.1"
114+
source-map "0.7.4"
115+
116+
"@angular-devkit/[email protected]":
105117
version "19.2.10"
106118
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-19.2.10.tgz#0cd3f1470df574ad82d76116ac7722658e47295d"
107119
integrity sha512-S+7Mvi9GMiJu3BY0Dpa7TrrAiFIwGwCIKLpO0IgGLUDh9fVLIlcIC/PZgU+L46gEpRwPZfrfMbDFKIlGGz/eQQ==
@@ -112,6 +124,17 @@
112124
ora "5.4.1"
113125
rxjs "7.8.1"
114126

127+
"@angular-devkit/[email protected]", "@angular-devkit/schematics@>= 19.0.0 < 20.0.0":
128+
version "19.2.11"
129+
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-19.2.11.tgz#d3649fc925a08ce73de5df47a8cf3c0acfb4225c"
130+
integrity sha512-R5g18xBhMHRtti5kDd2tlEMMxfRi8gQZ6LoT5xbox3w2kGSt7NtkSa3SUoF7Ns7JfPLrKsTQbVLFd5AggBLbHQ==
131+
dependencies:
132+
"@angular-devkit/core" "19.2.11"
133+
jsonc-parser "3.3.1"
134+
magic-string "0.30.17"
135+
ora "5.4.1"
136+
rxjs "7.8.1"
137+
115138
"@angular-eslint/[email protected]":
116139
version "19.3.0"
117140
resolved "https://registry.yarnpkg.com/@angular-eslint/builder/-/builder-19.3.0.tgz#38b150f3b5a815fb66bd2a7428d40c5c16662ff7"

0 commit comments

Comments
 (0)