Skip to content

Commit c38fbe3

Browse files
dependabot[bot]pionxzh
authored andcommitted
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.8 to 5.59.9. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.9/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b1e589 commit c38fbe3

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@types/node": "^18.15.3",
9393
"@types/react": "^18.0.33",
9494
"@types/react-dom": "^18.0.11",
95-
"@typescript-eslint/eslint-plugin": "^5.59.8",
95+
"@typescript-eslint/eslint-plugin": "^5.59.9",
9696
"@typescript-eslint/parser": "^5.58.0",
9797
"@vitejs/plugin-react": "^4.0.0",
9898
"@vitest/coverage-c8": "^0.29.8",

yarn.lock

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,7 +1728,7 @@ __metadata:
17281728
"@types/node": ^18.15.3
17291729
"@types/react": ^18.0.33
17301730
"@types/react-dom": ^18.0.11
1731-
"@typescript-eslint/eslint-plugin": ^5.59.8
1731+
"@typescript-eslint/eslint-plugin": ^5.59.9
17321732
"@typescript-eslint/parser": ^5.58.0
17331733
"@vitejs/plugin-react": ^4.0.0
17341734
"@vitest/coverage-c8": ^0.29.8
@@ -2037,14 +2037,14 @@ __metadata:
20372037
languageName: node
20382038
linkType: hard
20392039

2040-
"@typescript-eslint/eslint-plugin@npm:^5.59.8":
2041-
version: 5.59.8
2042-
resolution: "@typescript-eslint/eslint-plugin@npm:5.59.8"
2040+
"@typescript-eslint/eslint-plugin@npm:^5.59.9":
2041+
version: 5.59.9
2042+
resolution: "@typescript-eslint/eslint-plugin@npm:5.59.9"
20432043
dependencies:
20442044
"@eslint-community/regexpp": ^4.4.0
2045-
"@typescript-eslint/scope-manager": 5.59.8
2046-
"@typescript-eslint/type-utils": 5.59.8
2047-
"@typescript-eslint/utils": 5.59.8
2045+
"@typescript-eslint/scope-manager": 5.59.9
2046+
"@typescript-eslint/type-utils": 5.59.9
2047+
"@typescript-eslint/utils": 5.59.9
20482048
debug: ^4.3.4
20492049
grapheme-splitter: ^1.0.4
20502050
ignore: ^5.2.0
@@ -2057,7 +2057,7 @@ __metadata:
20572057
peerDependenciesMeta:
20582058
typescript:
20592059
optional: true
2060-
checksum: 3e05cd06149ec3741c3c2fb638e2d19a55687b4614a5c8820433db82997687650297e51c17828d320162ccf4241798cf5712c405561e7605cb17e984a6967f7b
2060+
checksum: bd2428e307085d7fa6699913b6e61d65eb450bbcd26f884390cbf16722b80e1d80dc289c72774be1cdffd022744894204c3242f40ba3ffdfa05d3f210c4130bb
20612061
languageName: node
20622062
linkType: hard
20632063

@@ -2088,30 +2088,30 @@ __metadata:
20882088
languageName: node
20892089
linkType: hard
20902090

2091-
"@typescript-eslint/scope-manager@npm:5.59.8":
2092-
version: 5.59.8
2093-
resolution: "@typescript-eslint/scope-manager@npm:5.59.8"
2091+
"@typescript-eslint/scope-manager@npm:5.59.9":
2092+
version: 5.59.9
2093+
resolution: "@typescript-eslint/scope-manager@npm:5.59.9"
20942094
dependencies:
2095-
"@typescript-eslint/types": 5.59.8
2096-
"@typescript-eslint/visitor-keys": 5.59.8
2097-
checksum: e1e810ee991cfeb433330b04ee949bb6784abe4dbdb7d9480aa7a7536671b4fec914b7803edf662516c8ecb1b31dcff126797f9923270a529c26e2b00b0ea96f
2095+
"@typescript-eslint/types": 5.59.9
2096+
"@typescript-eslint/visitor-keys": 5.59.9
2097+
checksum: 362c22662d844440a7e14223d8cc0722f77ff21ad8f78deb0ee3b3f21de01b8846bf25fbbf527544677e83d8ff48008b3f7d40b39ddec55994ea4a1863e9ec0a
20982098
languageName: node
20992099
linkType: hard
21002100

2101-
"@typescript-eslint/type-utils@npm:5.59.8":
2102-
version: 5.59.8
2103-
resolution: "@typescript-eslint/type-utils@npm:5.59.8"
2101+
"@typescript-eslint/type-utils@npm:5.59.9":
2102+
version: 5.59.9
2103+
resolution: "@typescript-eslint/type-utils@npm:5.59.9"
21042104
dependencies:
2105-
"@typescript-eslint/typescript-estree": 5.59.8
2106-
"@typescript-eslint/utils": 5.59.8
2105+
"@typescript-eslint/typescript-estree": 5.59.9
2106+
"@typescript-eslint/utils": 5.59.9
21072107
debug: ^4.3.4
21082108
tsutils: ^3.21.0
21092109
peerDependencies:
21102110
eslint: "*"
21112111
peerDependenciesMeta:
21122112
typescript:
21132113
optional: true
2114-
checksum: d9fde31397da0f0e62a5568f64bad99d06bcd324b7e3aac7fd997a3d045a0fe4c084b2e85d440e0a39645acd2269ad6593f196399c2c0f880d293417fec894e3
2114+
checksum: 6bc2619c5024c152b181eff1f44c9b5e7d0fc75ce9403f03b39d59fc1e13191b2fbaf6730f26a1caae22922ac47489f39c2cebccdd713588f6963169ed2a7958
21152115
languageName: node
21162116
linkType: hard
21172117

@@ -2122,10 +2122,10 @@ __metadata:
21222122
languageName: node
21232123
linkType: hard
21242124

2125-
"@typescript-eslint/types@npm:5.59.8":
2126-
version: 5.59.8
2127-
resolution: "@typescript-eslint/types@npm:5.59.8"
2128-
checksum: 559473d5601c849eb0da1874a2ac67c753480beed484ad6f6cda62fa6023273f2c3005c7f2864d9c2afb7c6356412d0d304b57db10c53597207f18a7f6cd4f18
2125+
"@typescript-eslint/types@npm:5.59.9":
2126+
version: 5.59.9
2127+
resolution: "@typescript-eslint/types@npm:5.59.9"
2128+
checksum: 283f8fee1ee590eeccc2e0fcd3526c856c4b1e2841af2cdcd09eeac842a42cfb32f6bc8b40385380f3dbc3ee29da30f1819115eedf9e16f69ff5a160aeddd8fa
21292129
languageName: node
21302130
linkType: hard
21312131

@@ -2147,12 +2147,12 @@ __metadata:
21472147
languageName: node
21482148
linkType: hard
21492149

2150-
"@typescript-eslint/typescript-estree@npm:5.59.8":
2151-
version: 5.59.8
2152-
resolution: "@typescript-eslint/typescript-estree@npm:5.59.8"
2150+
"@typescript-eslint/typescript-estree@npm:5.59.9":
2151+
version: 5.59.9
2152+
resolution: "@typescript-eslint/typescript-estree@npm:5.59.9"
21532153
dependencies:
2154-
"@typescript-eslint/types": 5.59.8
2155-
"@typescript-eslint/visitor-keys": 5.59.8
2154+
"@typescript-eslint/types": 5.59.9
2155+
"@typescript-eslint/visitor-keys": 5.59.9
21562156
debug: ^4.3.4
21572157
globby: ^11.1.0
21582158
is-glob: ^4.0.3
@@ -2161,25 +2161,25 @@ __metadata:
21612161
peerDependenciesMeta:
21622162
typescript:
21632163
optional: true
2164-
checksum: d93371cc866f573a6a1ddc0eb10d498a8e59f36763a99ce21da0737fff2b4c942eef1587216aad273f8d896ebc0b19003677cba63a27d2646aa2c087638963eb
2164+
checksum: c0c9b81f20a2a4337f07bc3ccdc9c1dabd765f59096255ed9a149e91e5c9517b25c2b6655f8f073807cfc13500c7451fbd9bb62e5e572c07cc07945ab042db89
21652165
languageName: node
21662166
linkType: hard
21672167

2168-
"@typescript-eslint/utils@npm:5.59.8":
2169-
version: 5.59.8
2170-
resolution: "@typescript-eslint/utils@npm:5.59.8"
2168+
"@typescript-eslint/utils@npm:5.59.9":
2169+
version: 5.59.9
2170+
resolution: "@typescript-eslint/utils@npm:5.59.9"
21712171
dependencies:
21722172
"@eslint-community/eslint-utils": ^4.2.0
21732173
"@types/json-schema": ^7.0.9
21742174
"@types/semver": ^7.3.12
2175-
"@typescript-eslint/scope-manager": 5.59.8
2176-
"@typescript-eslint/types": 5.59.8
2177-
"@typescript-eslint/typescript-estree": 5.59.8
2175+
"@typescript-eslint/scope-manager": 5.59.9
2176+
"@typescript-eslint/types": 5.59.9
2177+
"@typescript-eslint/typescript-estree": 5.59.9
21782178
eslint-scope: ^5.1.1
21792179
semver: ^7.3.7
21802180
peerDependencies:
21812181
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2182-
checksum: cbaa057485c7f52c45d0dfb4f5a8e9273abccb1c52dcb4426a79f9e71d2c1062cf2525bad6d4aca5ec42db3fe723d749843bcade5a323bde7fbe4b5d5b5d5c3b
2182+
checksum: 22ec5962886de7dcf65f99c37aad9fb189a3bef6b2b07c81887fb82a0e8bf137246da58e64fb02141352285708440be13acd7f6db1ca19e96f86724813ac4646
21832183
languageName: node
21842184
linkType: hard
21852185

@@ -2193,13 +2193,13 @@ __metadata:
21932193
languageName: node
21942194
linkType: hard
21952195

2196-
"@typescript-eslint/visitor-keys@npm:5.59.8":
2197-
version: 5.59.8
2198-
resolution: "@typescript-eslint/visitor-keys@npm:5.59.8"
2196+
"@typescript-eslint/visitor-keys@npm:5.59.9":
2197+
version: 5.59.9
2198+
resolution: "@typescript-eslint/visitor-keys@npm:5.59.9"
21992199
dependencies:
2200-
"@typescript-eslint/types": 5.59.8
2200+
"@typescript-eslint/types": 5.59.9
22012201
eslint-visitor-keys: ^3.3.0
2202-
checksum: 6bfa7918dbb0e08d8a7404aeeef7bcd1a85736dc8d01614d267c0c5ec10f94d2746b50a945bf5c82c54fda67926e8deaeba8565c919da17f725fc11209ef8987
2202+
checksum: 2909ce761f7fe546592cd3c43e33263d8a5fa619375fd2fdffbc72ffc33e40d6feacafb28c79f36c638fcc2225048e7cc08c61cbac6ca63723dc68610d80e3e6
22032203
languageName: node
22042204
linkType: hard
22052205

0 commit comments

Comments
 (0)