Skip to content

Commit 26c6d2d

Browse files
committed
build: update all non-major dependencies
1 parent 8f051a4 commit 26c6d2d

File tree

3 files changed

+171
-60
lines changed

3 files changed

+171
-60
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@
113113
"@types/yargs": "^17.0.20",
114114
"@types/yargs-parser": "^21.0.0",
115115
"@types/yarnpkg__lockfile": "^1.1.5",
116-
"@typescript-eslint/eslint-plugin": "8.4.0",
117-
"@typescript-eslint/parser": "8.4.0",
116+
"@typescript-eslint/eslint-plugin": "8.5.0",
117+
"@typescript-eslint/parser": "8.5.0",
118118
"@vitejs/plugin-basic-ssl": "1.1.0",
119119
"@web/test-runner": "^0.19.0",
120120
"@yarnpkg/lockfile": "1.1.0",
@@ -137,7 +137,7 @@
137137
"eslint-config-prettier": "9.1.0",
138138
"eslint-plugin-header": "3.1.1",
139139
"eslint-plugin-import": "2.30.0",
140-
"express": "4.19.2",
140+
"express": "4.20.0",
141141
"fast-glob": "3.3.2",
142142
"http-proxy": "^1.18.1",
143143
"http-proxy-middleware": "3.0.2",

packages/angular/build/src/tools/angular/compilation/parallel-compilation.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ export class ParallelCompilation extends AngularCompilation {
5252
override initialize(
5353
tsconfig: string,
5454
hostOptions: AngularHostOptions,
55-
compilerOptionsTransformer?:
56-
| ((compilerOptions: CompilerOptions) => CompilerOptions)
57-
| undefined,
55+
compilerOptionsTransformer?: (compilerOptions: CompilerOptions) => CompilerOptions,
5856
): Promise<{
5957
affectedFiles: ReadonlySet<SourceFile>;
6058
compilerOptions: CompilerOptions;

yarn.lock

Lines changed: 167 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,8 @@ __metadata:
689689
"@types/yargs": "npm:^17.0.20"
690690
"@types/yargs-parser": "npm:^21.0.0"
691691
"@types/yarnpkg__lockfile": "npm:^1.1.5"
692-
"@typescript-eslint/eslint-plugin": "npm:8.4.0"
693-
"@typescript-eslint/parser": "npm:8.4.0"
692+
"@typescript-eslint/eslint-plugin": "npm:8.5.0"
693+
"@typescript-eslint/parser": "npm:8.5.0"
694694
"@vitejs/plugin-basic-ssl": "npm:1.1.0"
695695
"@web/test-runner": "npm:^0.19.0"
696696
"@yarnpkg/lockfile": "npm:1.1.0"
@@ -713,7 +713,7 @@ __metadata:
713713
eslint-config-prettier: "npm:9.1.0"
714714
eslint-plugin-header: "npm:3.1.1"
715715
eslint-plugin-import: "npm:2.30.0"
716-
express: "npm:4.19.2"
716+
express: "npm:4.20.0"
717717
fast-glob: "npm:3.3.2"
718718
http-proxy: "npm:^1.18.1"
719719
http-proxy-middleware: "npm:3.0.2"
@@ -5108,15 +5108,15 @@ __metadata:
51085108
languageName: node
51095109
linkType: hard
51105110

5111-
"@typescript-eslint/eslint-plugin@npm:8.4.0":
5112-
version: 8.4.0
5113-
resolution: "@typescript-eslint/eslint-plugin@npm:8.4.0"
5111+
"@typescript-eslint/eslint-plugin@npm:8.5.0":
5112+
version: 8.5.0
5113+
resolution: "@typescript-eslint/eslint-plugin@npm:8.5.0"
51145114
dependencies:
51155115
"@eslint-community/regexpp": "npm:^4.10.0"
5116-
"@typescript-eslint/scope-manager": "npm:8.4.0"
5117-
"@typescript-eslint/type-utils": "npm:8.4.0"
5118-
"@typescript-eslint/utils": "npm:8.4.0"
5119-
"@typescript-eslint/visitor-keys": "npm:8.4.0"
5116+
"@typescript-eslint/scope-manager": "npm:8.5.0"
5117+
"@typescript-eslint/type-utils": "npm:8.5.0"
5118+
"@typescript-eslint/utils": "npm:8.5.0"
5119+
"@typescript-eslint/visitor-keys": "npm:8.5.0"
51205120
graphemer: "npm:^1.4.0"
51215121
ignore: "npm:^5.3.1"
51225122
natural-compare: "npm:^1.4.0"
@@ -5127,66 +5127,66 @@ __metadata:
51275127
peerDependenciesMeta:
51285128
typescript:
51295129
optional: true
5130-
checksum: 10c0/c75e9bb176e9e0277c9f9c4c006bc2c31ac91984e555de1390a9bbe876e3b6787d59d96015b3f0cd083fd22c814aea4ed4858910d3afdd24d64ab79815da31e5
5130+
checksum: 10c0/69ae7067e03d2d8d442e69d668235bdafd63b07229d0be27025eaad8aa468b5af8ac54627021e0e3a060df04ed1c39d1327a0b11469ac72405b52b74a79f402b
51315131
languageName: node
51325132
linkType: hard
51335133

5134-
"@typescript-eslint/parser@npm:8.4.0":
5135-
version: 8.4.0
5136-
resolution: "@typescript-eslint/parser@npm:8.4.0"
5134+
"@typescript-eslint/parser@npm:8.5.0":
5135+
version: 8.5.0
5136+
resolution: "@typescript-eslint/parser@npm:8.5.0"
51375137
dependencies:
5138-
"@typescript-eslint/scope-manager": "npm:8.4.0"
5139-
"@typescript-eslint/types": "npm:8.4.0"
5140-
"@typescript-eslint/typescript-estree": "npm:8.4.0"
5141-
"@typescript-eslint/visitor-keys": "npm:8.4.0"
5138+
"@typescript-eslint/scope-manager": "npm:8.5.0"
5139+
"@typescript-eslint/types": "npm:8.5.0"
5140+
"@typescript-eslint/typescript-estree": "npm:8.5.0"
5141+
"@typescript-eslint/visitor-keys": "npm:8.5.0"
51425142
debug: "npm:^4.3.4"
51435143
peerDependencies:
51445144
eslint: ^8.57.0 || ^9.0.0
51455145
peerDependenciesMeta:
51465146
typescript:
51475147
optional: true
5148-
checksum: 10c0/19f3358e5bc4bbad693183eefe1a90ea64be054a934bc2c8a972ff4738b94580b55ad4955af5797db42298628caa59b3ba3f9fd960582b5fc2c836da3a4578a5
5148+
checksum: 10c0/509fdd605b86c7d025928f20e1035712c2fc268c34b1af84248ed0b53d699034f19caf98e085c5c758d3025e29939dd12eea427c72cae9e5ea79274364851f0a
51495149
languageName: node
51505150
linkType: hard
51515151

5152-
"@typescript-eslint/scope-manager@npm:8.4.0":
5153-
version: 8.4.0
5154-
resolution: "@typescript-eslint/scope-manager@npm:8.4.0"
5152+
"@typescript-eslint/scope-manager@npm:8.5.0":
5153+
version: 8.5.0
5154+
resolution: "@typescript-eslint/scope-manager@npm:8.5.0"
51555155
dependencies:
5156-
"@typescript-eslint/types": "npm:8.4.0"
5157-
"@typescript-eslint/visitor-keys": "npm:8.4.0"
5158-
checksum: 10c0/95188c663df7db106529c6b93c4c7c61647ed34ab6dd48114e41ddf49140ff606c5501ce2ae451a988ec49b5d3874ea96ff212fc102802327b10affd2ff80a37
5156+
"@typescript-eslint/types": "npm:8.5.0"
5157+
"@typescript-eslint/visitor-keys": "npm:8.5.0"
5158+
checksum: 10c0/868602f9324a6e15fcae017acd3b0832e9f2c8c8cd315667df37c2e7c765cda5fba7c4bede931f32cc04819ba97cf74a5fddb085c6f1c7993f1fb085ba126422
51595159
languageName: node
51605160
linkType: hard
51615161

5162-
"@typescript-eslint/type-utils@npm:8.4.0":
5163-
version: 8.4.0
5164-
resolution: "@typescript-eslint/type-utils@npm:8.4.0"
5162+
"@typescript-eslint/type-utils@npm:8.5.0":
5163+
version: 8.5.0
5164+
resolution: "@typescript-eslint/type-utils@npm:8.5.0"
51655165
dependencies:
5166-
"@typescript-eslint/typescript-estree": "npm:8.4.0"
5167-
"@typescript-eslint/utils": "npm:8.4.0"
5166+
"@typescript-eslint/typescript-estree": "npm:8.5.0"
5167+
"@typescript-eslint/utils": "npm:8.5.0"
51685168
debug: "npm:^4.3.4"
51695169
ts-api-utils: "npm:^1.3.0"
51705170
peerDependenciesMeta:
51715171
typescript:
51725172
optional: true
5173-
checksum: 10c0/ae51100594d9ca61c7577b5aed0bd10c1959725df5c38cd9653eed1fd3dbdfff9146b6e48f3409994b4c8d781b9d95025c36b30f73a5a1b3dbdee6d142cecc87
5173+
checksum: 10c0/675d3e41f938d16e9268fd33764a4e16b12a4a9817e61d5e2508a07fe6783c69ce9d05facc61822b5647c71d767929618ed37b8b93f423f7c2ccb62cfeb4343b
51745174
languageName: node
51755175
linkType: hard
51765176

5177-
"@typescript-eslint/types@npm:8.4.0":
5178-
version: 8.4.0
5179-
resolution: "@typescript-eslint/types@npm:8.4.0"
5180-
checksum: 10c0/15e09ced84827c349553530a31822f06ae5bad456c03d561b7d0c64b6ad9b5d7ca795e030bd93e65d5a2cd41bfde36ed08dcd2ff9feaa8b60a67080827f47ecb
5177+
"@typescript-eslint/types@npm:8.5.0":
5178+
version: 8.5.0
5179+
resolution: "@typescript-eslint/types@npm:8.5.0"
5180+
checksum: 10c0/f0b666b5c001b9779bfd9e4c7d031843d07264429d5bcf5d636f26f96cd5d949a33f5d6a645b8d74b93daf565a468476a6a4935dd7135a200250fb03acbe4988
51815181
languageName: node
51825182
linkType: hard
51835183

5184-
"@typescript-eslint/typescript-estree@npm:8.4.0":
5185-
version: 8.4.0
5186-
resolution: "@typescript-eslint/typescript-estree@npm:8.4.0"
5184+
"@typescript-eslint/typescript-estree@npm:8.5.0":
5185+
version: 8.5.0
5186+
resolution: "@typescript-eslint/typescript-estree@npm:8.5.0"
51875187
dependencies:
5188-
"@typescript-eslint/types": "npm:8.4.0"
5189-
"@typescript-eslint/visitor-keys": "npm:8.4.0"
5188+
"@typescript-eslint/types": "npm:8.5.0"
5189+
"@typescript-eslint/visitor-keys": "npm:8.5.0"
51905190
debug: "npm:^4.3.4"
51915191
fast-glob: "npm:^3.3.2"
51925192
is-glob: "npm:^4.0.3"
@@ -5196,31 +5196,31 @@ __metadata:
51965196
peerDependenciesMeta:
51975197
typescript:
51985198
optional: true
5199-
checksum: 10c0/170702b024121cff9268f53de8054796b0ce025f9a78d6f2bc850a360e5f3f7032ba3ee9d4b7392726308273a5f3ade5ab31b1788b504b514bc15afc07302b37
5199+
checksum: 10c0/f62f03d0c5dc57b2b54dbe1cbd027966f774f241279655f46c64145abb54b765176a0cd40447583ba56ada306181da9a82e39b777c78128e105e4ea98c609350
52005200
languageName: node
52015201
linkType: hard
52025202

5203-
"@typescript-eslint/utils@npm:8.4.0":
5204-
version: 8.4.0
5205-
resolution: "@typescript-eslint/utils@npm:8.4.0"
5203+
"@typescript-eslint/utils@npm:8.5.0":
5204+
version: 8.5.0
5205+
resolution: "@typescript-eslint/utils@npm:8.5.0"
52065206
dependencies:
52075207
"@eslint-community/eslint-utils": "npm:^4.4.0"
5208-
"@typescript-eslint/scope-manager": "npm:8.4.0"
5209-
"@typescript-eslint/types": "npm:8.4.0"
5210-
"@typescript-eslint/typescript-estree": "npm:8.4.0"
5208+
"@typescript-eslint/scope-manager": "npm:8.5.0"
5209+
"@typescript-eslint/types": "npm:8.5.0"
5210+
"@typescript-eslint/typescript-estree": "npm:8.5.0"
52115211
peerDependencies:
52125212
eslint: ^8.57.0 || ^9.0.0
5213-
checksum: 10c0/8c9c36b3aa23f9bcc28cc4b10f0fa2996f1bc6cdd75135f08c2ef734baa30dbd2a8b92f344b90518e1fd07a486936734789fc7e90b780221a7707dad8e9c9364
5213+
checksum: 10c0/0cb0bfdaf0da79d13c0d0379478eb14b5825d235873bc7181e70c4f6297fa1c74431ef730cbc2912fe1814dd8d46c6515ce22b39c57e8f03c337aa152fd49a4e
52145214
languageName: node
52155215
linkType: hard
52165216

5217-
"@typescript-eslint/visitor-keys@npm:8.4.0":
5218-
version: 8.4.0
5219-
resolution: "@typescript-eslint/visitor-keys@npm:8.4.0"
5217+
"@typescript-eslint/visitor-keys@npm:8.5.0":
5218+
version: 8.5.0
5219+
resolution: "@typescript-eslint/visitor-keys@npm:8.5.0"
52205220
dependencies:
5221-
"@typescript-eslint/types": "npm:8.4.0"
5221+
"@typescript-eslint/types": "npm:8.5.0"
52225222
eslint-visitor-keys: "npm:^3.4.3"
5223-
checksum: 10c0/339199b7fbb9ac83b530d03ab25f6bc5ceb688c9cd0ae460112cd14ee78ca7284a845aef5620cdf70170980123475ec875e85ebf595c60255ba3c0d6fe48c714
5223+
checksum: 10c0/8b9e81968ad36e8af18ac17b63c4e0764612451ca085676c939b723549052243f63577d2706bc2da48174f11bf47587ab47e6e0b7c5b28d9f3c1ef7b9aad322d
52245224
languageName: node
52255225
linkType: hard
52265226

@@ -6716,6 +6716,26 @@ __metadata:
67166716
languageName: node
67176717
linkType: hard
67186718

6719+
"body-parser@npm:1.20.3":
6720+
version: 1.20.3
6721+
resolution: "body-parser@npm:1.20.3"
6722+
dependencies:
6723+
bytes: "npm:3.1.2"
6724+
content-type: "npm:~1.0.5"
6725+
debug: "npm:2.6.9"
6726+
depd: "npm:2.0.0"
6727+
destroy: "npm:1.2.0"
6728+
http-errors: "npm:2.0.0"
6729+
iconv-lite: "npm:0.4.24"
6730+
on-finished: "npm:2.4.1"
6731+
qs: "npm:6.13.0"
6732+
raw-body: "npm:2.5.2"
6733+
type-is: "npm:~1.6.18"
6734+
unpipe: "npm:1.0.0"
6735+
checksum: 10c0/0a9a93b7518f222885498dcecaad528cf010dd109b071bf471c93def4bfe30958b83e03496eb9c1ad4896db543d999bb62be1a3087294162a88cfa1b42c16310
6736+
languageName: node
6737+
linkType: hard
6738+
67196739
"bonjour-service@npm:^1.2.1":
67206740
version: 1.2.1
67216741
resolution: "bonjour-service@npm:1.2.1"
@@ -8364,6 +8384,13 @@ __metadata:
83648384
languageName: node
83658385
linkType: hard
83668386

8387+
"encodeurl@npm:~2.0.0":
8388+
version: 2.0.0
8389+
resolution: "encodeurl@npm:2.0.0"
8390+
checksum: 10c0/5d317306acb13e6590e28e27924c754163946a2480de11865c991a3a7eed4315cd3fba378b543ca145829569eefe9b899f3d84bb09870f675ae60bc924b01ceb
8391+
languageName: node
8392+
linkType: hard
8393+
83678394
"encoding@npm:^0.1.13":
83688395
version: 0.1.13
83698396
resolution: "encoding@npm:0.1.13"
@@ -9186,6 +9213,45 @@ __metadata:
91869213
languageName: node
91879214
linkType: hard
91889215

9216+
"express@npm:4.20.0":
9217+
version: 4.20.0
9218+
resolution: "express@npm:4.20.0"
9219+
dependencies:
9220+
accepts: "npm:~1.3.8"
9221+
array-flatten: "npm:1.1.1"
9222+
body-parser: "npm:1.20.3"
9223+
content-disposition: "npm:0.5.4"
9224+
content-type: "npm:~1.0.4"
9225+
cookie: "npm:0.6.0"
9226+
cookie-signature: "npm:1.0.6"
9227+
debug: "npm:2.6.9"
9228+
depd: "npm:2.0.0"
9229+
encodeurl: "npm:~2.0.0"
9230+
escape-html: "npm:~1.0.3"
9231+
etag: "npm:~1.8.1"
9232+
finalhandler: "npm:1.2.0"
9233+
fresh: "npm:0.5.2"
9234+
http-errors: "npm:2.0.0"
9235+
merge-descriptors: "npm:1.0.3"
9236+
methods: "npm:~1.1.2"
9237+
on-finished: "npm:2.4.1"
9238+
parseurl: "npm:~1.3.3"
9239+
path-to-regexp: "npm:0.1.10"
9240+
proxy-addr: "npm:~2.0.7"
9241+
qs: "npm:6.11.0"
9242+
range-parser: "npm:~1.2.1"
9243+
safe-buffer: "npm:5.2.1"
9244+
send: "npm:0.19.0"
9245+
serve-static: "npm:1.16.0"
9246+
setprototypeof: "npm:1.2.0"
9247+
statuses: "npm:2.0.1"
9248+
type-is: "npm:~1.6.18"
9249+
utils-merge: "npm:1.0.1"
9250+
vary: "npm:~1.1.2"
9251+
checksum: 10c0/626e440e9feffa3f82ebce5e7dc0ad7a74fa96079994f30048cce450f4855a258abbcabf021f691aeb72154867f0d28440a8498c62888805faf667a829fb65aa
9252+
languageName: node
9253+
linkType: hard
9254+
91899255
"extend@npm:^3.0.0, extend@npm:~3.0.2":
91909256
version: 3.0.2
91919257
resolution: "extend@npm:3.0.2"
@@ -12409,6 +12475,13 @@ __metadata:
1240912475
languageName: node
1241012476
linkType: hard
1241112477

12478+
"merge-descriptors@npm:1.0.3":
12479+
version: 1.0.3
12480+
resolution: "merge-descriptors@npm:1.0.3"
12481+
checksum: 10c0/866b7094afd9293b5ea5dcd82d71f80e51514bed33b4c4e9f516795dc366612a4cbb4dc94356e943a8a6914889a914530badff27f397191b9b75cda20b6bae93
12482+
languageName: node
12483+
linkType: hard
12484+
1241212485
"merge-stream@npm:^2.0.0":
1241312486
version: 2.0.0
1241412487
resolution: "merge-stream@npm:2.0.0"
@@ -13832,6 +13905,13 @@ __metadata:
1383213905
languageName: node
1383313906
linkType: hard
1383413907

13908+
"path-to-regexp@npm:0.1.10":
13909+
version: 0.1.10
13910+
resolution: "path-to-regexp@npm:0.1.10"
13911+
checksum: 10c0/34196775b9113ca6df88e94c8d83ba82c0e1a2063dd33bfe2803a980da8d49b91db8104f49d5191b44ea780d46b8670ce2b7f4a5e349b0c48c6779b653f1afe4
13912+
languageName: node
13913+
linkType: hard
13914+
1383513915
"path-to-regexp@npm:0.1.7":
1383613916
version: 0.1.7
1383713917
resolution: "path-to-regexp@npm:0.1.7"
@@ -14529,7 +14609,7 @@ __metadata:
1452914609
languageName: node
1453014610
linkType: hard
1453114611

14532-
"qs@npm:^6.5.2":
14612+
"qs@npm:6.13.0, qs@npm:^6.5.2":
1453314613
version: 6.13.0
1453414614
resolution: "qs@npm:6.13.0"
1453514615
dependencies:
@@ -15383,6 +15463,27 @@ __metadata:
1538315463
languageName: node
1538415464
linkType: hard
1538515465

15466+
"send@npm:0.19.0":
15467+
version: 0.19.0
15468+
resolution: "send@npm:0.19.0"
15469+
dependencies:
15470+
debug: "npm:2.6.9"
15471+
depd: "npm:2.0.0"
15472+
destroy: "npm:1.2.0"
15473+
encodeurl: "npm:~1.0.2"
15474+
escape-html: "npm:~1.0.3"
15475+
etag: "npm:~1.8.1"
15476+
fresh: "npm:0.5.2"
15477+
http-errors: "npm:2.0.0"
15478+
mime: "npm:1.6.0"
15479+
ms: "npm:2.1.3"
15480+
on-finished: "npm:2.4.1"
15481+
range-parser: "npm:~1.2.1"
15482+
statuses: "npm:2.0.1"
15483+
checksum: 10c0/ea3f8a67a8f0be3d6bf9080f0baed6d2c51d11d4f7b4470de96a5029c598a7011c497511ccc28968b70ef05508675cebff27da9151dd2ceadd60be4e6cf845e3
15484+
languageName: node
15485+
linkType: hard
15486+
1538615487
"serialize-javascript@npm:^6.0.1, serialize-javascript@npm:^6.0.2":
1538715488
version: 6.0.2
1538815489
resolution: "serialize-javascript@npm:6.0.2"
@@ -15431,6 +15532,18 @@ __metadata:
1543115532
languageName: node
1543215533
linkType: hard
1543315534

15535+
"serve-static@npm:1.16.0":
15536+
version: 1.16.0
15537+
resolution: "serve-static@npm:1.16.0"
15538+
dependencies:
15539+
encodeurl: "npm:~1.0.2"
15540+
escape-html: "npm:~1.0.3"
15541+
parseurl: "npm:~1.3.3"
15542+
send: "npm:0.18.0"
15543+
checksum: 10c0/d7a5beca08cc55f92998d8b87c111dd842d642404231c90c11f504f9650935da4599c13256747b0a988442a59851343271fe8e1946e03e92cd79c447b5f3ae01
15544+
languageName: node
15545+
linkType: hard
15546+
1543415547
"server-destroy@npm:1.0.1":
1543515548
version: 1.0.1
1543615549
resolution: "server-destroy@npm:1.0.1"

0 commit comments

Comments
 (0)