Skip to content

Commit fd187c0

Browse files
Bump @angular/cli from 19.2.8 to 19.2.9 in /eform-client
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 19.2.8 to 19.2.9. - [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.8...19.2.9) --- updated-dependencies: - dependency-name: "@angular/cli" dependency-version: 19.2.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a33b0e commit fd187c0

File tree

2 files changed

+49
-18
lines changed

2 files changed

+49
-18
lines changed

eform-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"@angular-eslint/eslint-plugin-template": "19.3.0",
125125
"@angular-eslint/schematics": "19.3.0",
126126
"@angular-eslint/template-parser": "19.3.0",
127-
"@angular/cli": "19.2.8",
127+
"@angular/cli": "19.2.9",
128128
"@angular/compiler-cli": "19.2.0",
129129
"@angular/language-service": "19.2.7",
130130
"@types/chai": "^5.2.1",

eform-client/yarn.lock

Lines changed: 48 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,22 @@
1010
"@jridgewell/gen-mapping" "^0.3.5"
1111
"@jridgewell/trace-mapping" "^0.3.24"
1212

13-
"@angular-devkit/[email protected]", "@angular-devkit/architect@>= 0.1900.0 < 0.2000.0":
13+
"@angular-devkit/[email protected]":
1414
version "0.1902.8"
1515
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1902.8.tgz#7c363c9e31f420f0ff88d7ebe2fc2fb601c3872f"
1616
integrity sha512-0A1EhtC/A/N7ukOD+s04l7sCyeSF5llBupkZdksSfi5y56s8U6Lt7KuqrbsErkOKgaCWrP/+Ef8fo0RmYpnefQ==
1717
dependencies:
1818
"@angular-devkit/core" "19.2.8"
1919
rxjs "7.8.1"
2020

21+
"@angular-devkit/[email protected]", "@angular-devkit/architect@>= 0.1900.0 < 0.2000.0":
22+
version "0.1902.9"
23+
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1902.9.tgz#880b949dfd1740ea59f41ff91eb38b387d0222cc"
24+
integrity sha512-SLUc7EaFMjhCnimqxTcv32wESJBLQ3E6c/1sAndPojyCoGiX24ASu2pxrTXrYNS9DqiJT8tReAnqmh7dmf3xwQ==
25+
dependencies:
26+
"@angular-devkit/core" "19.2.9"
27+
rxjs "7.8.1"
28+
2129
"@angular-devkit/[email protected]":
2230
version "19.2.8"
2331
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-19.2.8.tgz#bfcc012d072ae6ebc54abb5ff4240a8b9ef0bbce"
@@ -89,7 +97,7 @@
8997
"@angular-devkit/architect" "0.1902.8"
9098
rxjs "7.8.1"
9199

92-
"@angular-devkit/[email protected]", "@angular-devkit/core@>= 19.0.0 < 20.0.0":
100+
"@angular-devkit/[email protected]":
93101
version "19.2.8"
94102
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-19.2.8.tgz#0dd367e754a8611e9d2529435aa4b8bc5b143496"
95103
integrity sha512-kcxUHKf5Hi98r4gAvMP3ntJV8wuQ3/i6wuU9RcMP0UKUt2Rer5Ryis3MPqT92jvVVwg6lhrLIhXsFuWJMiYjXQ==
@@ -101,7 +109,19 @@
101109
rxjs "7.8.1"
102110
source-map "0.7.4"
103111

104-
"@angular-devkit/[email protected]", "@angular-devkit/schematics@>= 19.0.0 < 20.0.0":
112+
"@angular-devkit/[email protected]", "@angular-devkit/core@>= 19.0.0 < 20.0.0":
113+
version "19.2.9"
114+
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-19.2.9.tgz#2320dc3d35d2101530150873f1139bcf6ec03b3d"
115+
integrity sha512-vbTomKnN7H4jaif0hWAECFU2WvRbhfkYWHdlk/JtJM53iIJVL3mKWBRZ0QXITjmgfdIo3c9RcX+wFI7gGqGd6g==
116+
dependencies:
117+
ajv "8.17.1"
118+
ajv-formats "3.0.1"
119+
jsonc-parser "3.3.1"
120+
picomatch "4.0.2"
121+
rxjs "7.8.1"
122+
source-map "0.7.4"
123+
124+
"@angular-devkit/[email protected]":
105125
version "19.2.8"
106126
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-19.2.8.tgz#489783d3cc44c6e49bfd39602238ce04550fae45"
107127
integrity sha512-QsmFuYdAyeCyg9WF/AJBhFXDUfCwmDFTEbsv5t5KPSP6slhk0GoLNZApniiFytU2siRlSxVNpve2uATyYuAYkQ==
@@ -112,6 +132,17 @@
112132
ora "5.4.1"
113133
rxjs "7.8.1"
114134

135+
"@angular-devkit/[email protected]", "@angular-devkit/schematics@>= 19.0.0 < 20.0.0":
136+
version "19.2.9"
137+
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-19.2.9.tgz#d7f5a99d7d0655d9f1ac1071ac96b3daf54cd59a"
138+
integrity sha512-B8FQ4hFsP4Ffh895F9GVvyhgDoZztWnAyYKiM1pyvLSQikzaUZqi9NZnD12HgMALmwm2z36zTzoSNsYFBTHgaw==
139+
dependencies:
140+
"@angular-devkit/core" "19.2.9"
141+
jsonc-parser "3.3.1"
142+
magic-string "0.30.17"
143+
ora "5.4.1"
144+
rxjs "7.8.1"
145+
115146
"@angular-eslint/[email protected]":
116147
version "19.3.0"
117148
resolved "https://registry.yarnpkg.com/@angular-eslint/builder/-/builder-19.3.0.tgz#38b150f3b5a815fb66bd2a7428d40c5c16662ff7"
@@ -221,17 +252,17 @@
221252
optionalDependencies:
222253
parse5 "^7.1.2"
223254

224-
"@angular/[email protected].8":
225-
version "19.2.8"
226-
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-19.2.8.tgz#7f88e807d40e77b7bc31998a115c6f6525dbad22"
227-
integrity sha512-8/6HBgmqjE8fODFeIIohHVbmCjYlYQj3anvZneEUAGlRbr2IvLUxj7k1/O+9pawEEsOsyjXh5bIvFmEzL19fBw==
255+
"@angular/[email protected].9":
256+
version "19.2.9"
257+
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-19.2.9.tgz#81ac85e2692595c537a358b073916b7826cc24e5"
258+
integrity sha512-m3yaqrtodzO+tDspAqD6h7Ft8HzP4xbTmqPoSHaAN6Wupf/m/q94AMBmuEk74URS3q7v6PhayOuNOzBY2q4bIw==
228259
dependencies:
229-
"@angular-devkit/architect" "0.1902.8"
230-
"@angular-devkit/core" "19.2.8"
231-
"@angular-devkit/schematics" "19.2.8"
260+
"@angular-devkit/architect" "0.1902.9"
261+
"@angular-devkit/core" "19.2.9"
262+
"@angular-devkit/schematics" "19.2.9"
232263
"@inquirer/prompts" "7.3.2"
233264
"@listr2/prompt-adapter-inquirer" "2.0.18"
234-
"@schematics/angular" "19.2.8"
265+
"@schematics/angular" "19.2.9"
235266
"@yarnpkg/lockfile" "1.1.0"
236267
ini "5.0.0"
237268
jsonc-parser "3.3.1"
@@ -2611,13 +2642,13 @@
26112642
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.34.8.tgz#4cdb2cfae69cdb7b1a3cc58778e820408075e928"
26122643
integrity sha512-U0FaE5O1BCpZSeE6gBl3c5ObhePQSfk9vDRToMmTkbhCOgW4jqvtS5LGyQ76L1fH8sM0keRp4uDTsbjiUyjk0g==
26132644

2614-
"@schematics/[email protected].8":
2615-
version "19.2.8"
2616-
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-19.2.8.tgz#51efccfcb990ce4c8d87a8906d271461b1708889"
2617-
integrity sha512-oE/RzC9a0kS6+T72zX08Qkh42tbHlPZxFx1lm3saIzU9mifxlQRT9Od4PK+yksDBvxvtr+TcM2KVOqxCujpHXg==
2645+
"@schematics/[email protected].9":
2646+
version "19.2.9"
2647+
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-19.2.9.tgz#9e0bcba2ea836b4d7e54be32147f2c8a847bfff5"
2648+
integrity sha512-V5c8qycipodwbDX3lY0sbQaG2OKkO2HdjxL0K70TzcpEwnD4uVMs73PRaLtREASzpnSo6CKewQCsgPSgyzJCKw==
26182649
dependencies:
2619-
"@angular-devkit/core" "19.2.8"
2620-
"@angular-devkit/schematics" "19.2.8"
2650+
"@angular-devkit/core" "19.2.9"
2651+
"@angular-devkit/schematics" "19.2.9"
26212652
jsonc-parser "3.3.1"
26222653

26232654
"@sec-ant/readable-stream@^0.4.1":

0 commit comments

Comments
 (0)