Skip to content

Commit dc4231f

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent 424976d commit dc4231f

File tree

4 files changed

+70
-60
lines changed

4 files changed

+70
-60
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@
110110
"@types/yargs": "^17.0.20",
111111
"@types/yargs-parser": "^21.0.0",
112112
"@types/yarnpkg__lockfile": "^1.1.5",
113-
"@typescript-eslint/eslint-plugin": "7.11.0",
114-
"@typescript-eslint/parser": "7.11.0",
113+
"@typescript-eslint/eslint-plugin": "7.12.0",
114+
"@typescript-eslint/parser": "7.12.0",
115115
"@vitejs/plugin-basic-ssl": "1.1.0",
116116
"@web/test-runner": "^0.18.0",
117117
"@yarnpkg/lockfile": "1.1.0",
118-
"ajv": "8.14.0",
118+
"ajv": "8.16.0",
119119
"ajv-formats": "3.0.1",
120120
"ansi-colors": "4.1.3",
121121
"autoprefixer": "10.4.19",
@@ -157,7 +157,7 @@
157157
"less-loader": "12.2.0",
158158
"license-webpack-plugin": "4.0.2",
159159
"lmdb": "3.0.11",
160-
"loader-utils": "3.2.2",
160+
"loader-utils": "3.3.0",
161161
"lodash": "^4.17.21",
162162
"magic-string": "0.30.10",
163163
"mini-css-extract-plugin": "2.9.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"less": "4.2.0",
4242
"less-loader": "12.2.0",
4343
"license-webpack-plugin": "4.0.2",
44-
"loader-utils": "3.2.2",
44+
"loader-utils": "3.3.0",
4545
"magic-string": "0.30.10",
4646
"mini-css-extract-plugin": "2.9.0",
4747
"mrmime": "2.0.0",

packages/angular_devkit/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"ajv-formats": "3.0.1",
29-
"ajv": "8.14.0",
29+
"ajv": "8.16.0",
3030
"jsonc-parser": "3.2.1",
3131
"picomatch": "4.0.2",
3232
"rxjs": "7.8.1",

yarn.lock

Lines changed: 64 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -4478,85 +4478,85 @@
44784478
dependencies:
44794479
"@types/node" "*"
44804480

4481-
"@typescript-eslint/eslint-plugin@7.11.0":
4482-
version "7.11.0"
4483-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.11.0.tgz#f90f0914657ead08e1c75f66939c926edeab42dd"
4484-
integrity sha512-P+qEahbgeHW4JQ/87FuItjBj8O3MYv5gELDzr8QaQ7fsll1gSMTYb6j87MYyxwf3DtD7uGFB9ShwgmCJB5KmaQ==
4481+
"@typescript-eslint/eslint-plugin@7.12.0":
4482+
version "7.12.0"
4483+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.12.0.tgz#f87a32e8972b8a60024f2f8f12205e7c8108bc41"
4484+
integrity sha512-7F91fcbuDf/d3S8o21+r3ZncGIke/+eWk0EpO21LXhDfLahriZF9CGj4fbAetEjlaBdjdSm9a6VeXbpbT6Z40Q==
44854485
dependencies:
44864486
"@eslint-community/regexpp" "^4.10.0"
4487-
"@typescript-eslint/scope-manager" "7.11.0"
4488-
"@typescript-eslint/type-utils" "7.11.0"
4489-
"@typescript-eslint/utils" "7.11.0"
4490-
"@typescript-eslint/visitor-keys" "7.11.0"
4487+
"@typescript-eslint/scope-manager" "7.12.0"
4488+
"@typescript-eslint/type-utils" "7.12.0"
4489+
"@typescript-eslint/utils" "7.12.0"
4490+
"@typescript-eslint/visitor-keys" "7.12.0"
44914491
graphemer "^1.4.0"
44924492
ignore "^5.3.1"
44934493
natural-compare "^1.4.0"
44944494
ts-api-utils "^1.3.0"
44954495

4496-
"@typescript-eslint/parser@7.11.0":
4497-
version "7.11.0"
4498-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.11.0.tgz#525ad8bee54a8f015f134edd241d91b84ab64839"
4499-
integrity sha512-yimw99teuaXVWsBcPO1Ais02kwJ1jmNA1KxE7ng0aT7ndr1pT1wqj0OJnsYVGKKlc4QJai86l/025L6z8CljOg==
4496+
"@typescript-eslint/parser@7.12.0":
4497+
version "7.12.0"
4498+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.12.0.tgz#8761df3345528b35049353db80010b385719b1c3"
4499+
integrity sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ==
45004500
dependencies:
4501-
"@typescript-eslint/scope-manager" "7.11.0"
4502-
"@typescript-eslint/types" "7.11.0"
4503-
"@typescript-eslint/typescript-estree" "7.11.0"
4504-
"@typescript-eslint/visitor-keys" "7.11.0"
4501+
"@typescript-eslint/scope-manager" "7.12.0"
4502+
"@typescript-eslint/types" "7.12.0"
4503+
"@typescript-eslint/typescript-estree" "7.12.0"
4504+
"@typescript-eslint/visitor-keys" "7.12.0"
45054505
debug "^4.3.4"
45064506

4507-
"@typescript-eslint/scope-manager@7.11.0":
4508-
version "7.11.0"
4509-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.11.0.tgz#cf5619b01de62a226a59add15a02bde457335d1d"
4510-
integrity sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw==
4507+
"@typescript-eslint/scope-manager@7.12.0":
4508+
version "7.12.0"
4509+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz#259c014362de72dd34f995efe6bd8dda486adf58"
4510+
integrity sha512-itF1pTnN6F3unPak+kutH9raIkL3lhH1YRPGgt7QQOh43DQKVJXmWkpb+vpc/TiDHs6RSd9CTbDsc/Y+Ygq7kg==
45114511
dependencies:
4512-
"@typescript-eslint/types" "7.11.0"
4513-
"@typescript-eslint/visitor-keys" "7.11.0"
4512+
"@typescript-eslint/types" "7.12.0"
4513+
"@typescript-eslint/visitor-keys" "7.12.0"
45144514

4515-
"@typescript-eslint/type-utils@7.11.0":
4516-
version "7.11.0"
4517-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.11.0.tgz#ac216697d649084fedf4a910347b9642bd0ff099"
4518-
integrity sha512-WmppUEgYy+y1NTseNMJ6mCFxt03/7jTOy08bcg7bxJJdsM4nuhnchyBbE8vryveaJUf62noH7LodPSo5Z0WUCg==
4515+
"@typescript-eslint/type-utils@7.12.0":
4516+
version "7.12.0"
4517+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.12.0.tgz#9dfaaa1972952f395ec5be4f5bbfc4d3cdc63908"
4518+
integrity sha512-lib96tyRtMhLxwauDWUp/uW3FMhLA6D0rJ8T7HmH7x23Gk1Gwwu8UZ94NMXBvOELn6flSPiBrCKlehkiXyaqwA==
45194519
dependencies:
4520-
"@typescript-eslint/typescript-estree" "7.11.0"
4521-
"@typescript-eslint/utils" "7.11.0"
4520+
"@typescript-eslint/typescript-estree" "7.12.0"
4521+
"@typescript-eslint/utils" "7.12.0"
45224522
debug "^4.3.4"
45234523
ts-api-utils "^1.3.0"
45244524

4525-
"@typescript-eslint/types@7.11.0":
4526-
version "7.11.0"
4527-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.11.0.tgz#5e9702a5e8b424b7fc690e338d359939257d6722"
4528-
integrity sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w==
4525+
"@typescript-eslint/types@7.12.0":
4526+
version "7.12.0"
4527+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.12.0.tgz#bf208f971a8da1e7524a5d9ae2b5f15192a37981"
4528+
integrity sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg==
45294529

4530-
"@typescript-eslint/typescript-estree@7.11.0":
4531-
version "7.11.0"
4532-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.11.0.tgz#7cbc569bc7336c3a494ceaf8204fdee5d5dbb7fa"
4533-
integrity sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ==
4530+
"@typescript-eslint/typescript-estree@7.12.0":
4531+
version "7.12.0"
4532+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.12.0.tgz#e6c1074f248b3db6573ab6a7c47a39c4cd498ff9"
4533+
integrity sha512-5bwqLsWBULv1h6pn7cMW5dXX/Y2amRqLaKqsASVwbBHMZSnHqE/HN4vT4fE0aFsiwxYvr98kqOWh1a8ZKXalCQ==
45344534
dependencies:
4535-
"@typescript-eslint/types" "7.11.0"
4536-
"@typescript-eslint/visitor-keys" "7.11.0"
4535+
"@typescript-eslint/types" "7.12.0"
4536+
"@typescript-eslint/visitor-keys" "7.12.0"
45374537
debug "^4.3.4"
45384538
globby "^11.1.0"
45394539
is-glob "^4.0.3"
45404540
minimatch "^9.0.4"
45414541
semver "^7.6.0"
45424542
ts-api-utils "^1.3.0"
45434543

4544-
"@typescript-eslint/utils@7.11.0":
4545-
version "7.11.0"
4546-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.11.0.tgz#524f047f2209959424c3ef689b0d83b3bc09919c"
4547-
integrity sha512-xlAWwPleNRHwF37AhrZurOxA1wyXowW4PqVXZVUNCLjB48CqdPJoJWkrpH2nij9Q3Lb7rtWindtoXwxjxlKKCA==
4544+
"@typescript-eslint/utils@7.12.0":
4545+
version "7.12.0"
4546+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.12.0.tgz#c6e58fd7f724cdccc848f71e388ad80cbdb95dd0"
4547+
integrity sha512-Y6hhwxwDx41HNpjuYswYp6gDbkiZ8Hin9Bf5aJQn1bpTs3afYY4GX+MPYxma8jtoIV2GRwTM/UJm/2uGCVv+DQ==
45484548
dependencies:
45494549
"@eslint-community/eslint-utils" "^4.4.0"
4550-
"@typescript-eslint/scope-manager" "7.11.0"
4551-
"@typescript-eslint/types" "7.11.0"
4552-
"@typescript-eslint/typescript-estree" "7.11.0"
4550+
"@typescript-eslint/scope-manager" "7.12.0"
4551+
"@typescript-eslint/types" "7.12.0"
4552+
"@typescript-eslint/typescript-estree" "7.12.0"
45534553

4554-
"@typescript-eslint/visitor-keys@7.11.0":
4555-
version "7.11.0"
4556-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.11.0.tgz#2c50cd292e67645eec05ac0830757071b4a4d597"
4557-
integrity sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ==
4554+
"@typescript-eslint/visitor-keys@7.12.0":
4555+
version "7.12.0"
4556+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.12.0.tgz#c053b55a996679528beeedd8e565710ce1ae1ad3"
4557+
integrity sha512-uZk7DevrQLL3vSnfFl5bj4sL75qC9D6EdjemIdbtkuUmIheWpuiiylSY01JxJE7+zGrOWDZrp1WxOuDntvKrHQ==
45584558
dependencies:
4559-
"@typescript-eslint/types" "7.11.0"
4559+
"@typescript-eslint/types" "7.12.0"
45604560
eslint-visitor-keys "^3.4.3"
45614561

45624562
"@ungap/structured-clone@^1.2.0":
@@ -5222,6 +5222,16 @@ ajv@8.14.0:
52225222
require-from-string "^2.0.2"
52235223
uri-js "^4.4.1"
52245224

5225+
ajv@8.16.0:
5226+
version "8.16.0"
5227+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.16.0.tgz#22e2a92b94f005f7e0f9c9d39652ef0b8f6f0cb4"
5228+
integrity sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==
5229+
dependencies:
5230+
fast-deep-equal "^3.1.3"
5231+
json-schema-traverse "^1.0.0"
5232+
require-from-string "^2.0.2"
5233+
uri-js "^4.4.1"
5234+
52255235
ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@~6.12.6:
52265236
version "6.12.6"
52275237
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
@@ -9856,10 +9866,10 @@ loader-runner@^4.2.0:
98569866
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.3.0.tgz#c1b4a163b99f614830353b16755e7149ac2314e1"
98579867
integrity sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==
98589868

9859-
loader-utils@3.2.2:
9860-
version "3.2.2"
9861-
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.2.2.tgz#dc154c005c65974dab413195c16cd246f545aecb"
9862-
integrity sha512-vjJi4vQDasD8t0kMpxe+9URAcgbSuASqoj/Wuk3MawTk97LYa2KfdHreAkd1G/pmPLMvzZEw7/OsydADNemerQ==
9869+
loader-utils@3.3.0:
9870+
version "3.3.0"
9871+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.3.0.tgz#cc9b0c6413a97ecf3be026ac4322ed32bd36f2fa"
9872+
integrity sha512-LugZ5wJCsACYzc728QQ5J3SJ7G+3P6cLuFfdwWJRhOrJMkBMPIx5tDCT9Q9H99jTJIBddEywMrxNliGYqU4qRw==
98639873

98649874
loader-utils@^2.0.0:
98659875
version "2.0.4"

0 commit comments

Comments
 (0)