Skip to content

Commit

Permalink
Update @typescript-eslint/eslint-plugin and `@typescript-eslint/par…
Browse files Browse the repository at this point in the history
…ser`
  • Loading branch information
scinos committed Dec 14, 2021
1 parent 94daa23 commit 1b3e83a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@
"@types/wordpress__data": "^4.6.10",
"@types/wordpress__data-controls": "^2.2.0",
"@types/wordpress__editor": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@wordpress/base-styles": "^4.0.4",
"@wordpress/components": "^19.1.3",
"@wordpress/data": "^6.1.4",
Expand Down
49 changes: 44 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7275,7 +7275,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^4.31.0, @typescript-eslint/eslint-plugin@npm:^4.33.0":
"@typescript-eslint/eslint-plugin@npm:^4.31.0":
version: 4.33.0
resolution: "@typescript-eslint/eslint-plugin@npm:4.33.0"
dependencies:
Expand All @@ -7297,6 +7297,28 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^5.7.0":
version: 5.7.0
resolution: "@typescript-eslint/eslint-plugin@npm:5.7.0"
dependencies:
"@typescript-eslint/experimental-utils": 5.7.0
"@typescript-eslint/scope-manager": 5.7.0
debug: ^4.3.2
functional-red-black-tree: ^1.0.1
ignore: ^5.1.8
regexpp: ^3.2.0
semver: ^7.3.5
tsutils: ^3.21.0
peerDependencies:
"@typescript-eslint/parser": ^5.0.0
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 8259a3fb3f038c5058c5536271edb0630c0dc506c0a91d66172d54d43a8c08aab85696639950e576f9e0eba8b92d934744b6b589dc1f32deb657e43bcc2b9e6d
languageName: node
linkType: hard

"@typescript-eslint/experimental-utils@npm:4.33.0, @typescript-eslint/experimental-utils@npm:^4.0.1":
version: 4.33.0
resolution: "@typescript-eslint/experimental-utils@npm:4.33.0"
Expand All @@ -7313,7 +7335,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/experimental-utils@npm:^5.0.0":
"@typescript-eslint/experimental-utils@npm:5.7.0, @typescript-eslint/experimental-utils@npm:^5.0.0":
version: 5.7.0
resolution: "@typescript-eslint/experimental-utils@npm:5.7.0"
dependencies:
Expand All @@ -7329,7 +7351,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^4.31.0, @typescript-eslint/parser@npm:^4.33.0":
"@typescript-eslint/parser@npm:^4.31.0":
version: 4.33.0
resolution: "@typescript-eslint/parser@npm:4.33.0"
dependencies:
Expand All @@ -7346,6 +7368,23 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^5.7.0":
version: 5.7.0
resolution: "@typescript-eslint/parser@npm:5.7.0"
dependencies:
"@typescript-eslint/scope-manager": 5.7.0
"@typescript-eslint/types": 5.7.0
"@typescript-eslint/typescript-estree": 5.7.0
debug: ^4.3.2
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 4b70b08896ab7955e59c1e85fdb7b7b70a3e947b04e5af3d4b3dd7c3473492541eaacf7b0004572f2ad74bde37078454becd71e4fdea91dec158308f05fa3056
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:4.33.0":
version: 4.33.0
resolution: "@typescript-eslint/scope-manager@npm:4.33.0"
Expand Down Expand Up @@ -37704,8 +37743,8 @@ testarmada-magellan@11.0.10:
"@types/wordpress__data": ^4.6.10
"@types/wordpress__data-controls": ^2.2.0
"@types/wordpress__editor": ^10.0.1
"@typescript-eslint/eslint-plugin": ^4.33.0
"@typescript-eslint/parser": ^4.33.0
"@typescript-eslint/eslint-plugin": ^5.7.0
"@typescript-eslint/parser": ^5.7.0
"@wordpress/base-styles": ^4.0.4
"@wordpress/components": ^19.1.3
"@wordpress/data": ^6.1.4
Expand Down

0 comments on commit 1b3e83a

Please sign in to comment.