Skip to content

Commit a3e5258

Browse files
chore(deps): update dependency eslint-plugin-eslint-config to v2 (#743)
Co-authored-by: Renovate Bot <[email protected]>
1 parent da4a40f commit a3e5258

File tree

2 files changed

+8
-40
lines changed

2 files changed

+8
-40
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"eslint": "^5.1.0 || ^6.0.0 || ^7.0.0",
106106
"eslint-config-prettier": "^6.5.0",
107107
"eslint-plugin-eslint-comments": "^3.1.2",
108-
"eslint-plugin-eslint-config": "^1.0.2",
108+
"eslint-plugin-eslint-config": "^2.0.0",
109109
"eslint-plugin-eslint-plugin": "^2.0.0",
110110
"eslint-plugin-import": "^2.20.2",
111111
"eslint-plugin-node": "^11.0.0",

yarn.lock

Lines changed: 7 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2196,7 +2196,7 @@ __metadata:
21962196
languageName: node
21972197
linkType: hard
21982198

2199-
"@typescript-eslint/experimental-utils@npm:4.13.0, @typescript-eslint/experimental-utils@npm:^4.0.1":
2199+
"@typescript-eslint/experimental-utils@npm:4.13.0, @typescript-eslint/experimental-utils@npm:^4.0.1, @typescript-eslint/experimental-utils@npm:^4.11.1":
22002200
version: 4.13.0
22012201
resolution: "@typescript-eslint/experimental-utils@npm:4.13.0"
22022202
dependencies:
@@ -2212,20 +2212,6 @@ __metadata:
22122212
languageName: node
22132213
linkType: hard
22142214

2215-
"@typescript-eslint/experimental-utils@npm:^2.5.0":
2216-
version: 2.34.0
2217-
resolution: "@typescript-eslint/experimental-utils@npm:2.34.0"
2218-
dependencies:
2219-
"@types/json-schema": ^7.0.3
2220-
"@typescript-eslint/typescript-estree": 2.34.0
2221-
eslint-scope: ^5.0.0
2222-
eslint-utils: ^2.0.0
2223-
peerDependencies:
2224-
eslint: "*"
2225-
checksum: 53cbbcfe67ddc53b4bc23f78b3726b0c2de5ea04ee849ca8b619f1fcad16f644d9d72bb3ea9a08aabfc605ea4a9769fe1b81931af09ce2223ec49de749cde2d4
2226-
languageName: node
2227-
linkType: hard
2228-
22292215
"@typescript-eslint/parser@npm:^4.0.1":
22302216
version: 4.13.0
22312217
resolution: "@typescript-eslint/parser@npm:4.13.0"
@@ -2260,24 +2246,6 @@ __metadata:
22602246
languageName: node
22612247
linkType: hard
22622248

2263-
"@typescript-eslint/typescript-estree@npm:2.34.0":
2264-
version: 2.34.0
2265-
resolution: "@typescript-eslint/typescript-estree@npm:2.34.0"
2266-
dependencies:
2267-
debug: ^4.1.1
2268-
eslint-visitor-keys: ^1.1.0
2269-
glob: ^7.1.6
2270-
is-glob: ^4.0.1
2271-
lodash: ^4.17.15
2272-
semver: ^7.3.2
2273-
tsutils: ^3.17.1
2274-
peerDependenciesMeta:
2275-
typescript:
2276-
optional: true
2277-
checksum: 77d1a758dfd4a2813fb51d6102aa79d7eccb006c66db8cff49a10706c8cf64cae6b256b8ec6694058c1c333775e1dbc6ca7501769138fc89165b9c10f8201e40
2278-
languageName: node
2279-
linkType: hard
2280-
22812249
"@typescript-eslint/typescript-estree@npm:4.13.0":
22822250
version: 4.13.0
22832251
resolution: "@typescript-eslint/typescript-estree@npm:4.13.0"
@@ -4467,15 +4435,15 @@ __metadata:
44674435
languageName: node
44684436
linkType: hard
44694437

4470-
"eslint-plugin-eslint-config@npm:^1.0.2":
4471-
version: 1.0.4
4472-
resolution: "eslint-plugin-eslint-config@npm:1.0.4"
4438+
"eslint-plugin-eslint-config@npm:^2.0.0":
4439+
version: 2.0.0
4440+
resolution: "eslint-plugin-eslint-config@npm:2.0.0"
44734441
dependencies:
4474-
"@typescript-eslint/experimental-utils": ^2.5.0
4442+
"@typescript-eslint/experimental-utils": ^4.11.1
44754443
require-relative: ^0.8.7
44764444
peerDependencies:
44774445
eslint: ">=5"
4478-
checksum: e39618c0c66a70a15e126924229ab716ba476749e47192c755dcfd0e3c5fc7d9064312a048870fb3c0a5491587316b16b7d42f3f906adcb90b5f88c3ff14a70a
4446+
checksum: 49c880e60e6781902de2871213145616cdf18f9d6c9dba356d8bfdfa1fb41689c3ed09879cbf344abc433ef97bf1f919779f21a1345913738ee7a707aeb0058d
44794447
languageName: node
44804448
linkType: hard
44814449

@@ -4537,7 +4505,7 @@ __metadata:
45374505
eslint: ^5.1.0 || ^6.0.0 || ^7.0.0
45384506
eslint-config-prettier: ^6.5.0
45394507
eslint-plugin-eslint-comments: ^3.1.2
4540-
eslint-plugin-eslint-config: ^1.0.2
4508+
eslint-plugin-eslint-config: ^2.0.0
45414509
eslint-plugin-eslint-plugin: ^2.0.0
45424510
eslint-plugin-import: ^2.20.2
45434511
eslint-plugin-node: ^11.0.0

0 commit comments

Comments
 (0)