Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg: Update eslint to v8.22.0 #2134

Merged
merged 1 commit into from
Aug 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"eslint": "8.21.0",
"eslint": "8.22.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"eslint": "8.21.0",
"eslint": "8.22.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"coveralls": "^3.1.0",
"cpy-cli": "^4.0.0",
"cross-fetch": "^3.0.6",
"eslint": "8.21.0",
"eslint": "8.22.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9270,9 +9270,9 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:8.21.0":
version: 8.21.0
resolution: "eslint@npm:8.21.0"
"eslint@npm:8.22.0":
version: 8.22.0
resolution: "eslint@npm:8.22.0"
dependencies:
"@eslint/eslintrc": ^1.3.0
"@humanwhocodes/config-array": ^0.10.4
Expand Down Expand Up @@ -9315,7 +9315,7 @@ __metadata:
v8-compile-cache: ^2.0.3
bin:
eslint: bin/eslint.js
checksum: 1d39ddb08772ea230cb7d74f7f81f85b9d46965d3600725c7eb39a27bcdaf28cb2a780dacf6cfa1cfbf2da606b57a5e7e3ab373ab474cbcf0ba042076821f501
checksum: 2d84a7a2207138cdb250759b047fdb05a57fede7f87b7a039d9370edba7f26e23a873a208becfd4b2c9e4b5499029f3fc3b9318da3290e693d25c39084119c80
languageName: node
linkType: hard

Expand Down Expand Up @@ -10347,7 +10347,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": 5.33.0
"@typescript-eslint/parser": 5.33.0
antd: 4.22.3
eslint: 8.21.0
eslint: 8.22.0
eslint-plugin-import: 2.26.0
eslint-plugin-prettier: 4.2.1
eslint-plugin-react: 7.30.1
Expand Down Expand Up @@ -18673,7 +18673,7 @@ __metadata:
coveralls: ^3.1.0
cpy-cli: ^4.0.0
cross-fetch: ^3.0.6
eslint: 8.21.0
eslint: 8.22.0
eslint-plugin-import: 2.26.0
eslint-plugin-prettier: 4.2.1
eslint-plugin-react: 7.30.1
Expand Down Expand Up @@ -20260,7 +20260,7 @@ __metadata:
"@types/react-dom": 18.0.6
"@typescript-eslint/eslint-plugin": 5.33.0
"@typescript-eslint/parser": 5.33.0
eslint: 8.21.0
eslint: 8.22.0
eslint-plugin-import: 2.26.0
eslint-plugin-prettier: 4.2.1
eslint-plugin-react: 7.30.1
Expand Down