Skip to content

Commit

Permalink
Bump ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Dec 31, 2021
1 parent a986f28 commit e235d72
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.5.0-sdk",
"version": "8.6.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/node": "^17.0.5",
"bn.js": "^5.2.0",
"chai": "^4.3.4",
"eslint": "^8.5.0",
"eslint": "^8.6.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.3",
"husky": "^7.0.4",
Expand Down
32 changes: 26 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ __metadata:
"@types/node": ^17.0.5
bn.js: ^5.2.0
chai: ^4.3.4
eslint: ^8.5.0
eslint: ^8.6.0
eslint-import-resolver-node: ^0.3.6
eslint-plugin-import: ^2.25.3
husky: ^7.0.4
Expand Down Expand Up @@ -830,6 +830,15 @@ __metadata:
languageName: node
linkType: hard

"acorn@npm:^8.7.0":
version: 8.7.0
resolution: "acorn@npm:8.7.0"
bin:
acorn: bin/acorn
checksum: e0f79409d68923fbf1aa6d4166f3eedc47955320d25c89a20cc822e6ba7c48c5963d5bc657bc242d68f7a4ac9faf96eef033e8f73656da6c640d4219935fdfd0
languageName: node
linkType: hard

"agent-base@npm:6, agent-base@npm:^6.0.2":
version: 6.0.2
resolution: "agent-base@npm:6.0.2"
Expand Down Expand Up @@ -1898,9 +1907,9 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^8.5.0":
version: 8.5.0
resolution: "eslint@npm:8.5.0"
"eslint@npm:^8.6.0":
version: 8.6.0
resolution: "eslint@npm:8.6.0"
dependencies:
"@eslint/eslintrc": ^1.0.5
"@humanwhocodes/config-array": ^0.9.2
Expand All @@ -1914,7 +1923,7 @@ __metadata:
eslint-scope: ^7.1.0
eslint-utils: ^3.0.0
eslint-visitor-keys: ^3.1.0
espree: ^9.2.0
espree: ^9.3.0
esquery: ^1.4.0
esutils: ^2.0.2
fast-deep-equal: ^3.1.3
Expand Down Expand Up @@ -1942,7 +1951,7 @@ __metadata:
v8-compile-cache: ^2.0.3
bin:
eslint: bin/eslint.js
checksum: c1a9e26070520a308cc30b62ba0d37d5b115ed23987a93219819537bdea9398e6ebe57c27d97be36ecc83b5162c72e82ecb0a9e5b44b7992980f9be90eb5c4b3
checksum: 19ed82fa872ebb45d0f10c2514975b85ab37e78e9b562a5aa3abdbe7802111d65f7d5a8563e394a975337b403163b40624c2cc8bfa585a061e8c7dc55def39b5
languageName: node
linkType: hard

Expand All @@ -1957,6 +1966,17 @@ __metadata:
languageName: node
linkType: hard

"espree@npm:^9.3.0":
version: 9.3.0
resolution: "espree@npm:9.3.0"
dependencies:
acorn: ^8.7.0
acorn-jsx: ^5.3.1
eslint-visitor-keys: ^3.1.0
checksum: c0f1885c4eab652f9be08eb9228cea0df046b559b29d4aed8d6590ea9bd60177d4cb245d204a6f737a79a096861bb4ab8e480aeb8c1dbafef5beec1157353ce4
languageName: node
linkType: hard

"esquery@npm:^1.4.0":
version: 1.4.0
resolution: "esquery@npm:1.4.0"
Expand Down

0 comments on commit e235d72

Please sign in to comment.