Skip to content

Commit 408ca40

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
(cherry picked from commit b85da37)
1 parent 1765294 commit 408ca40

File tree

2 files changed

+93
-33
lines changed

2 files changed

+93
-33
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@babel/plugin-transform-runtime": "7.25.9",
8080
"@babel/preset-env": "7.26.0",
8181
"@babel/runtime": "7.26.0",
82-
"@bazel/bazelisk": "1.22.1",
82+
"@bazel/bazelisk": "1.23.0",
8383
"@bazel/buildifier": "7.3.1",
8484
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
8585
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
@@ -116,8 +116,8 @@
116116
"@types/yargs": "^17.0.20",
117117
"@types/yargs-parser": "^21.0.0",
118118
"@types/yarnpkg__lockfile": "^1.1.5",
119-
"@typescript-eslint/eslint-plugin": "8.12.2",
120-
"@typescript-eslint/parser": "8.12.2",
119+
"@typescript-eslint/eslint-plugin": "8.13.0",
120+
"@typescript-eslint/parser": "8.13.0",
121121
"@vitejs/plugin-basic-ssl": "1.1.0",
122122
"@web/test-runner": "^0.19.0",
123123
"@yarnpkg/lockfile": "1.1.0",

yarn.lock

Lines changed: 90 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ __metadata:
656656
"@babel/plugin-transform-runtime": "npm:7.25.9"
657657
"@babel/preset-env": "npm:7.26.0"
658658
"@babel/runtime": "npm:7.26.0"
659-
"@bazel/bazelisk": "npm:1.22.1"
659+
"@bazel/bazelisk": "npm:1.23.0"
660660
"@bazel/buildifier": "npm:7.3.1"
661661
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch"
662662
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch"
@@ -693,8 +693,8 @@ __metadata:
693693
"@types/yargs": "npm:^17.0.20"
694694
"@types/yargs-parser": "npm:^21.0.0"
695695
"@types/yarnpkg__lockfile": "npm:^1.1.5"
696-
"@typescript-eslint/eslint-plugin": "npm:8.12.2"
697-
"@typescript-eslint/parser": "npm:8.12.2"
696+
"@typescript-eslint/eslint-plugin": "npm:8.13.0"
697+
"@typescript-eslint/parser": "npm:8.13.0"
698698
"@vitejs/plugin-basic-ssl": "npm:1.1.0"
699699
"@web/test-runner": "npm:^0.19.0"
700700
"@yarnpkg/lockfile": "npm:1.1.0"
@@ -2170,13 +2170,13 @@ __metadata:
21702170
languageName: node
21712171
linkType: hard
21722172

2173-
"@bazel/bazelisk@npm:1.22.1":
2174-
version: 1.22.1
2175-
resolution: "@bazel/bazelisk@npm:1.22.1"
2173+
"@bazel/bazelisk@npm:1.23.0":
2174+
version: 1.23.0
2175+
resolution: "@bazel/bazelisk@npm:1.23.0"
21762176
bin:
21772177
bazel: bazelisk.js
21782178
bazelisk: bazelisk.js
2179-
checksum: 10c0/2858b43b53eee1f88e6b486d6414547bc75c557afdc75a5a8c8154d5e3476b6ec0d5e282836310fe88c5313362454dd6ed40f2a2924125fd3da57cf6c15e017f
2179+
checksum: 10c0/ede3836d0d299b8081cd631112e96c18c4e182021700e0266532a676a85b3156ffe61317fbeb539cdc642ad558b1a486dda746d26b5365e4001e93debdc090c9
21802180
languageName: node
21812181
linkType: hard
21822182

@@ -5631,15 +5631,15 @@ __metadata:
56315631
languageName: node
56325632
linkType: hard
56335633

5634-
"@typescript-eslint/eslint-plugin@npm:8.12.2":
5635-
version: 8.12.2
5636-
resolution: "@typescript-eslint/eslint-plugin@npm:8.12.2"
5634+
"@typescript-eslint/eslint-plugin@npm:8.13.0":
5635+
version: 8.13.0
5636+
resolution: "@typescript-eslint/eslint-plugin@npm:8.13.0"
56375637
dependencies:
56385638
"@eslint-community/regexpp": "npm:^4.10.0"
5639-
"@typescript-eslint/scope-manager": "npm:8.12.2"
5640-
"@typescript-eslint/type-utils": "npm:8.12.2"
5641-
"@typescript-eslint/utils": "npm:8.12.2"
5642-
"@typescript-eslint/visitor-keys": "npm:8.12.2"
5639+
"@typescript-eslint/scope-manager": "npm:8.13.0"
5640+
"@typescript-eslint/type-utils": "npm:8.13.0"
5641+
"@typescript-eslint/utils": "npm:8.13.0"
5642+
"@typescript-eslint/visitor-keys": "npm:8.13.0"
56435643
graphemer: "npm:^1.4.0"
56445644
ignore: "npm:^5.3.1"
56455645
natural-compare: "npm:^1.4.0"
@@ -5650,25 +5650,25 @@ __metadata:
56505650
peerDependenciesMeta:
56515651
typescript:
56525652
optional: true
5653-
checksum: 10c0/0f9c0982bc652c723923d22944254cb7c96fbb972e375f4eb1b031a512e67abc83a335f4ba677cff2275e83a7a61d3937473a3939ae4aa9a5b52a5313f02fb75
5653+
checksum: 10c0/ee96515e9def17b0d1b8d568d4afcd21c5a8a1bc01bf2f30c4d1f396b41a2f49de3508f79c6231a137ca06943dd6933ac00032652190ab99a4e935ffef44df0b
56545654
languageName: node
56555655
linkType: hard
56565656

5657-
"@typescript-eslint/parser@npm:8.12.2":
5658-
version: 8.12.2
5659-
resolution: "@typescript-eslint/parser@npm:8.12.2"
5657+
"@typescript-eslint/parser@npm:8.13.0":
5658+
version: 8.13.0
5659+
resolution: "@typescript-eslint/parser@npm:8.13.0"
56605660
dependencies:
5661-
"@typescript-eslint/scope-manager": "npm:8.12.2"
5662-
"@typescript-eslint/types": "npm:8.12.2"
5663-
"@typescript-eslint/typescript-estree": "npm:8.12.2"
5664-
"@typescript-eslint/visitor-keys": "npm:8.12.2"
5661+
"@typescript-eslint/scope-manager": "npm:8.13.0"
5662+
"@typescript-eslint/types": "npm:8.13.0"
5663+
"@typescript-eslint/typescript-estree": "npm:8.13.0"
5664+
"@typescript-eslint/visitor-keys": "npm:8.13.0"
56655665
debug: "npm:^4.3.4"
56665666
peerDependencies:
56675667
eslint: ^8.57.0 || ^9.0.0
56685668
peerDependenciesMeta:
56695669
typescript:
56705670
optional: true
5671-
checksum: 10c0/0d41f02e91045c5dca70e347731c74a4162ab567bedf3f7f69a2c3f152f629f2d1f96cf09188270c7df48e8a2d6193ccf177e636dcaa3e58cb85ba453c343d24
5671+
checksum: 10c0/fa04f6c417c0f72104e148f1d7ff53e04108d383550365a556fbfae5d2283484696235db522189e17bc49039946977078e324100cef991ca01f78704182624ad
56725672
languageName: node
56735673
linkType: hard
56745674

@@ -5682,18 +5682,28 @@ __metadata:
56825682
languageName: node
56835683
linkType: hard
56845684

5685-
"@typescript-eslint/type-utils@npm:8.12.2":
5686-
version: 8.12.2
5687-
resolution: "@typescript-eslint/type-utils@npm:8.12.2"
5685+
"@typescript-eslint/scope-manager@npm:8.13.0":
5686+
version: 8.13.0
5687+
resolution: "@typescript-eslint/scope-manager@npm:8.13.0"
56885688
dependencies:
5689-
"@typescript-eslint/typescript-estree": "npm:8.12.2"
5690-
"@typescript-eslint/utils": "npm:8.12.2"
5689+
"@typescript-eslint/types": "npm:8.13.0"
5690+
"@typescript-eslint/visitor-keys": "npm:8.13.0"
5691+
checksum: 10c0/1924b3e740e244d98f8a99740b4196d23ae3263303b387c66db94e140455a3132e603a130f3f70fc71e37f4bda5d0c0c67224ae3911908b097ef3f972c136be4
5692+
languageName: node
5693+
linkType: hard
5694+
5695+
"@typescript-eslint/type-utils@npm:8.13.0":
5696+
version: 8.13.0
5697+
resolution: "@typescript-eslint/type-utils@npm:8.13.0"
5698+
dependencies:
5699+
"@typescript-eslint/typescript-estree": "npm:8.13.0"
5700+
"@typescript-eslint/utils": "npm:8.13.0"
56915701
debug: "npm:^4.3.4"
56925702
ts-api-utils: "npm:^1.3.0"
56935703
peerDependenciesMeta:
56945704
typescript:
56955705
optional: true
5696-
checksum: 10c0/88fb254acb022a6997a7335f1d9db54112f89a6f090afbf7c0ca52a6b70885391db7d6d40cf016084425f2899aaff49dac31e9df8cff12aae90c9c051eab69ff
5706+
checksum: 10c0/65319084616f3aea3d9f8dfab30c9b0a70de7314b445805016fdf0d0e39fe073eef2813c3e16c3e1c6a40462ba8eecfdbb12ab1e8570c3407a1cccdb69d4bc8b
56975707
languageName: node
56985708
linkType: hard
56995709

@@ -5704,6 +5714,13 @@ __metadata:
57045714
languageName: node
57055715
linkType: hard
57065716

5717+
"@typescript-eslint/types@npm:8.13.0":
5718+
version: 8.13.0
5719+
resolution: "@typescript-eslint/types@npm:8.13.0"
5720+
checksum: 10c0/bd3f88b738a92b2222f388bcf831357ef8940a763c2c2eb1947767e1051dd2f8bee387020e8cf4c2309e4142353961b659abc2885e30679109a0488b0bfefc23
5721+
languageName: node
5722+
linkType: hard
5723+
57075724
"@typescript-eslint/typescript-estree@npm:8.12.2":
57085725
version: 8.12.2
57095726
resolution: "@typescript-eslint/typescript-estree@npm:8.12.2"
@@ -5723,7 +5740,40 @@ __metadata:
57235740
languageName: node
57245741
linkType: hard
57255742

5726-
"@typescript-eslint/utils@npm:8.12.2, @typescript-eslint/utils@npm:^8.12.2":
5743+
"@typescript-eslint/typescript-estree@npm:8.13.0":
5744+
version: 8.13.0
5745+
resolution: "@typescript-eslint/typescript-estree@npm:8.13.0"
5746+
dependencies:
5747+
"@typescript-eslint/types": "npm:8.13.0"
5748+
"@typescript-eslint/visitor-keys": "npm:8.13.0"
5749+
debug: "npm:^4.3.4"
5750+
fast-glob: "npm:^3.3.2"
5751+
is-glob: "npm:^4.0.3"
5752+
minimatch: "npm:^9.0.4"
5753+
semver: "npm:^7.6.0"
5754+
ts-api-utils: "npm:^1.3.0"
5755+
peerDependenciesMeta:
5756+
typescript:
5757+
optional: true
5758+
checksum: 10c0/2d45bc5ed4ac352bea927167ac28ef23bd13b6ae352ff50e85cddfdc4b06518f1dd4ae5f2495e30d6f62d247987677a4e807065d55829ba28963908a821dc96d
5759+
languageName: node
5760+
linkType: hard
5761+
5762+
"@typescript-eslint/utils@npm:8.13.0":
5763+
version: 8.13.0
5764+
resolution: "@typescript-eslint/utils@npm:8.13.0"
5765+
dependencies:
5766+
"@eslint-community/eslint-utils": "npm:^4.4.0"
5767+
"@typescript-eslint/scope-manager": "npm:8.13.0"
5768+
"@typescript-eslint/types": "npm:8.13.0"
5769+
"@typescript-eslint/typescript-estree": "npm:8.13.0"
5770+
peerDependencies:
5771+
eslint: ^8.57.0 || ^9.0.0
5772+
checksum: 10c0/3fc5a7184a949df5f5b64f6af039a1d21ef7fe15f3d88a5d485ccbb535746d18514751143993a5aee287228151be3e326baf8f899a0a0a93368f6f20857ffa6d
5773+
languageName: node
5774+
linkType: hard
5775+
5776+
"@typescript-eslint/utils@npm:^8.12.2":
57275777
version: 8.12.2
57285778
resolution: "@typescript-eslint/utils@npm:8.12.2"
57295779
dependencies:
@@ -5747,6 +5797,16 @@ __metadata:
57475797
languageName: node
57485798
linkType: hard
57495799

5800+
"@typescript-eslint/visitor-keys@npm:8.13.0":
5801+
version: 8.13.0
5802+
resolution: "@typescript-eslint/visitor-keys@npm:8.13.0"
5803+
dependencies:
5804+
"@typescript-eslint/types": "npm:8.13.0"
5805+
eslint-visitor-keys: "npm:^3.4.3"
5806+
checksum: 10c0/50b35f3cf673aaed940613f0007f7c4558a89ebef15c49824e65b6f084b700fbf01b01a4e701e24bbe651297a39678645e739acd255255f1603867a84bef0383
5807+
languageName: node
5808+
linkType: hard
5809+
57505810
"@ungap/structured-clone@npm:^1.2.0":
57515811
version: 1.2.0
57525812
resolution: "@ungap/structured-clone@npm:1.2.0"

0 commit comments

Comments
 (0)