Skip to content

Commit 970deb7

Browse files
build(deps-dev): bump the lint group with 2 updates
Bumps the lint group with 2 updates: [eslint](https://github.com/eslint/eslint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `eslint` from 9.20.0 to 9.20.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.20.0...v9.20.1) Updates `typescript-eslint` from 8.23.0 to 8.24.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.24.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e2d212b commit 970deb7

File tree

2 files changed

+98
-38
lines changed

2 files changed

+98
-38
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@stylistic/eslint-plugin-js": "^3.1.0",
3333
"@stylistic/eslint-plugin-ts": "^3.1.0",
3434
"@types/eslint__js": "^8.42.3",
35-
"eslint": "^9.20.0",
36-
"typescript-eslint": "^8.23.0"
35+
"eslint": "^9.20.1",
36+
"typescript-eslint": "^8.24.0"
3737
}
3838
}

yarn.lock

Lines changed: 96 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -669,15 +669,15 @@ __metadata:
669669
languageName: node
670670
linkType: hard
671671

672-
"@typescript-eslint/eslint-plugin@npm:8.23.0":
673-
version: 8.23.0
674-
resolution: "@typescript-eslint/eslint-plugin@npm:8.23.0"
672+
"@typescript-eslint/eslint-plugin@npm:8.24.0":
673+
version: 8.24.0
674+
resolution: "@typescript-eslint/eslint-plugin@npm:8.24.0"
675675
dependencies:
676676
"@eslint-community/regexpp": "npm:^4.10.0"
677-
"@typescript-eslint/scope-manager": "npm:8.23.0"
678-
"@typescript-eslint/type-utils": "npm:8.23.0"
679-
"@typescript-eslint/utils": "npm:8.23.0"
680-
"@typescript-eslint/visitor-keys": "npm:8.23.0"
677+
"@typescript-eslint/scope-manager": "npm:8.24.0"
678+
"@typescript-eslint/type-utils": "npm:8.24.0"
679+
"@typescript-eslint/utils": "npm:8.24.0"
680+
"@typescript-eslint/visitor-keys": "npm:8.24.0"
681681
graphemer: "npm:^1.4.0"
682682
ignore: "npm:^5.3.1"
683683
natural-compare: "npm:^1.4.0"
@@ -686,23 +686,23 @@ __metadata:
686686
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
687687
eslint: ^8.57.0 || ^9.0.0
688688
typescript: ">=4.8.4 <5.8.0"
689-
checksum: 10c0/6c760a5f90748774f79a1b701f85fe6d99e89f289bc33993009987b0ffe2d13b3960ce595d452a937f3413af3918c76830659317242c05e49db40ceaca593033
689+
checksum: 10c0/50536dc948f66042666337dc133dabf31d65f92348976cbb4eaca0317ea919b37011d05098185fff124eea04b5be9b9e1d4e957f8644261f83de998847558b7b
690690
languageName: node
691691
linkType: hard
692692

693-
"@typescript-eslint/parser@npm:8.23.0":
694-
version: 8.23.0
695-
resolution: "@typescript-eslint/parser@npm:8.23.0"
693+
"@typescript-eslint/parser@npm:8.24.0":
694+
version: 8.24.0
695+
resolution: "@typescript-eslint/parser@npm:8.24.0"
696696
dependencies:
697-
"@typescript-eslint/scope-manager": "npm:8.23.0"
698-
"@typescript-eslint/types": "npm:8.23.0"
699-
"@typescript-eslint/typescript-estree": "npm:8.23.0"
700-
"@typescript-eslint/visitor-keys": "npm:8.23.0"
697+
"@typescript-eslint/scope-manager": "npm:8.24.0"
698+
"@typescript-eslint/types": "npm:8.24.0"
699+
"@typescript-eslint/typescript-estree": "npm:8.24.0"
700+
"@typescript-eslint/visitor-keys": "npm:8.24.0"
701701
debug: "npm:^4.3.4"
702702
peerDependencies:
703703
eslint: ^8.57.0 || ^9.0.0
704704
typescript: ">=4.8.4 <5.8.0"
705-
checksum: 10c0/f9e0f83a6dd97a9049d4ce23d660a1d4d5f3c57be8efc68e2258e6b2d5b823086d188b534f791a3412ef10d211fe4916b378254728150094c4f8b0ab44aae2a7
705+
checksum: 10c0/3d2a22435714cc89e29bf05554538010354a52ff6ccb7321d5d68ddb27770f046970445e571c020c23994f0abc7ed271ce06d03bba6f590bd289d49006cc7208
706706
languageName: node
707707
linkType: hard
708708

@@ -716,18 +716,28 @@ __metadata:
716716
languageName: node
717717
linkType: hard
718718

719-
"@typescript-eslint/type-utils@npm:8.23.0":
720-
version: 8.23.0
721-
resolution: "@typescript-eslint/type-utils@npm:8.23.0"
719+
"@typescript-eslint/scope-manager@npm:8.24.0":
720+
version: 8.24.0
721+
resolution: "@typescript-eslint/scope-manager@npm:8.24.0"
722722
dependencies:
723-
"@typescript-eslint/typescript-estree": "npm:8.23.0"
724-
"@typescript-eslint/utils": "npm:8.23.0"
723+
"@typescript-eslint/types": "npm:8.24.0"
724+
"@typescript-eslint/visitor-keys": "npm:8.24.0"
725+
checksum: 10c0/7c47f6b06fb53dbd8bf7b526faad20ed4336f63356f4f3ee6194676b9c10a5c0a25b8449b9254b7a8952dbb859601f8b10617249b767ea11b3b35135822c7ef0
726+
languageName: node
727+
linkType: hard
728+
729+
"@typescript-eslint/type-utils@npm:8.24.0":
730+
version: 8.24.0
731+
resolution: "@typescript-eslint/type-utils@npm:8.24.0"
732+
dependencies:
733+
"@typescript-eslint/typescript-estree": "npm:8.24.0"
734+
"@typescript-eslint/utils": "npm:8.24.0"
725735
debug: "npm:^4.3.4"
726736
ts-api-utils: "npm:^2.0.1"
727737
peerDependencies:
728738
eslint: ^8.57.0 || ^9.0.0
729739
typescript: ">=4.8.4 <5.8.0"
730-
checksum: 10c0/a98dc2f2f75ec2132176428011ba620ad5b641a04e9e18471a7b9f979f6966a76aeaf6e51072c5364de68f83832a3a77b04518ec65c3092dadbd033d03fb5e35
740+
checksum: 10c0/296271f142d3096e9fdd892441657038d3d7fd0508dbfb84147658d1c4559256a9ac0c33af26fb9e6f18e5f0fdd59bdd6149c28fba580e32ff3b1bf4301eab6a
731741
languageName: node
732742
linkType: hard
733743

@@ -738,6 +748,13 @@ __metadata:
738748
languageName: node
739749
linkType: hard
740750

751+
"@typescript-eslint/types@npm:8.24.0":
752+
version: 8.24.0
753+
resolution: "@typescript-eslint/types@npm:8.24.0"
754+
checksum: 10c0/d3fe148315a37c272e0d077fd3d05e10c7c3266c006605c94135d587a5cd58e34a7d9ee0bf43bfbe730545cfa329e836b1e5f6b8aabfaf56e2b524578e1b2d26
755+
languageName: node
756+
linkType: hard
757+
741758
"@typescript-eslint/typescript-estree@npm:8.23.0":
742759
version: 8.23.0
743760
resolution: "@typescript-eslint/typescript-estree@npm:8.23.0"
@@ -756,7 +773,40 @@ __metadata:
756773
languageName: node
757774
linkType: hard
758775

759-
"@typescript-eslint/utils@npm:8.23.0, @typescript-eslint/utils@npm:^8.13.0":
776+
"@typescript-eslint/typescript-estree@npm:8.24.0":
777+
version: 8.24.0
778+
resolution: "@typescript-eslint/typescript-estree@npm:8.24.0"
779+
dependencies:
780+
"@typescript-eslint/types": "npm:8.24.0"
781+
"@typescript-eslint/visitor-keys": "npm:8.24.0"
782+
debug: "npm:^4.3.4"
783+
fast-glob: "npm:^3.3.2"
784+
is-glob: "npm:^4.0.3"
785+
minimatch: "npm:^9.0.4"
786+
semver: "npm:^7.6.0"
787+
ts-api-utils: "npm:^2.0.1"
788+
peerDependencies:
789+
typescript: ">=4.8.4 <5.8.0"
790+
checksum: 10c0/38732a9084131f0bfab3c0105367604d4b3017d4359f49562ac9e95b5490c798d38873f0fef5aafd2e1e78a57b079496d935c71649ea4b5be61bbff27055ebad
791+
languageName: node
792+
linkType: hard
793+
794+
"@typescript-eslint/utils@npm:8.24.0":
795+
version: 8.24.0
796+
resolution: "@typescript-eslint/utils@npm:8.24.0"
797+
dependencies:
798+
"@eslint-community/eslint-utils": "npm:^4.4.0"
799+
"@typescript-eslint/scope-manager": "npm:8.24.0"
800+
"@typescript-eslint/types": "npm:8.24.0"
801+
"@typescript-eslint/typescript-estree": "npm:8.24.0"
802+
peerDependencies:
803+
eslint: ^8.57.0 || ^9.0.0
804+
typescript: ">=4.8.4 <5.8.0"
805+
checksum: 10c0/c08cf9668d6ece98a0d0e7a87b62009f37931d3d799560c5084a59c90c7f22c45acc5022c104b5bd1899d41c46fba24276fdb31e0742402f804f66285943c150
806+
languageName: node
807+
linkType: hard
808+
809+
"@typescript-eslint/utils@npm:^8.13.0":
760810
version: 8.23.0
761811
resolution: "@typescript-eslint/utils@npm:8.23.0"
762812
dependencies:
@@ -781,6 +831,16 @@ __metadata:
781831
languageName: node
782832
linkType: hard
783833

834+
"@typescript-eslint/visitor-keys@npm:8.24.0":
835+
version: 8.24.0
836+
resolution: "@typescript-eslint/visitor-keys@npm:8.24.0"
837+
dependencies:
838+
"@typescript-eslint/types": "npm:8.24.0"
839+
eslint-visitor-keys: "npm:^4.2.0"
840+
checksum: 10c0/ae3dcabbeb5213282806de1a7bc31c657189aae4225f2847356bc3110de46a43a82595634e0f123f6c8ca53ae6520c2acf7ac59a91eeb83c0f763166e3982f5c
841+
languageName: node
842+
linkType: hard
843+
784844
"abbrev@npm:^2.0.0":
785845
version: 2.0.0
786846
resolution: "abbrev@npm:2.0.0"
@@ -1153,9 +1213,9 @@ __metadata:
11531213
languageName: node
11541214
linkType: hard
11551215

1156-
"eslint@npm:^9.20.0":
1157-
version: 9.20.0
1158-
resolution: "eslint@npm:9.20.0"
1216+
"eslint@npm:^9.20.1":
1217+
version: 9.20.1
1218+
resolution: "eslint@npm:9.20.1"
11591219
dependencies:
11601220
"@eslint-community/eslint-utils": "npm:^4.2.0"
11611221
"@eslint-community/regexpp": "npm:^4.12.1"
@@ -1198,7 +1258,7 @@ __metadata:
11981258
optional: true
11991259
bin:
12001260
eslint: bin/eslint.js
1201-
checksum: 10c0/5eb2d9b5ed85a0b022871d19719417d110afb07a4abfedd856ad03d9a821def5f6bc31d7c407ca27f56e5e66e39375300fd2b877017245eb99c44060d6c983bd
1261+
checksum: 10c0/056789dd5a00897730376f8c0a191e22840e97b7276916068ec096341cb2ec3a918c8bd474bf94ccd7b457ad9fbc16e5c521a993c7cc6ebcf241933e2fd378b0
12021262
languageName: node
12031263
linkType: hard
12041264

@@ -2097,15 +2157,15 @@ __metadata:
20972157
"@types/rails__ujs": "npm:^6.0.4"
20982158
accessible-autocomplete: "npm:^3.0.1"
20992159
ccs-frontend: "npm:^1.3.2"
2100-
eslint: "npm:^9.20.0"
2160+
eslint: "npm:^9.20.1"
21012161
govuk-frontend: "npm:^5.8.0"
21022162
jquery: "npm:^3.7.1"
21032163
js-cookie: "npm:^3.0.5"
21042164
rollup: "npm:^4.34.7"
21052165
sass: "npm:^1.85.0"
21062166
tslib: "npm:^2.8.1"
21072167
typescript: "npm:^5.7.3"
2108-
typescript-eslint: "npm:^8.23.0"
2168+
typescript-eslint: "npm:^8.24.0"
21092169
languageName: unknown
21102170
linkType: soft
21112171

@@ -2500,17 +2560,17 @@ __metadata:
25002560
languageName: node
25012561
linkType: hard
25022562

2503-
"typescript-eslint@npm:^8.23.0":
2504-
version: 8.23.0
2505-
resolution: "typescript-eslint@npm:8.23.0"
2563+
"typescript-eslint@npm:^8.24.0":
2564+
version: 8.24.0
2565+
resolution: "typescript-eslint@npm:8.24.0"
25062566
dependencies:
2507-
"@typescript-eslint/eslint-plugin": "npm:8.23.0"
2508-
"@typescript-eslint/parser": "npm:8.23.0"
2509-
"@typescript-eslint/utils": "npm:8.23.0"
2567+
"@typescript-eslint/eslint-plugin": "npm:8.24.0"
2568+
"@typescript-eslint/parser": "npm:8.24.0"
2569+
"@typescript-eslint/utils": "npm:8.24.0"
25102570
peerDependencies:
25112571
eslint: ^8.57.0 || ^9.0.0
25122572
typescript: ">=4.8.4 <5.8.0"
2513-
checksum: 10c0/e8d8b1f4212fc300dd709c1809320945c05ea54b80d0f017cbb0c24f210c4a970a9aeefdf0dd1ba633d270c172193a17d27a675806ad3a299f17a88d2b3c3f8f
2573+
checksum: 10c0/84330235d5b054ce41656a0ed1bcfb11defb76f8ab262e52f945a903381f0db05c2e64ae0e18f083b90d6af4258750ff36505776dc98c8784efaf0ddba1c3cf7
25142574
languageName: node
25152575
linkType: hard
25162576

0 commit comments

Comments
 (0)