Skip to content

Commit f1770de

Browse files
authored
Merge pull request #235 from p3ol/renovate/eslint-8.x
chore(deps): update dependency eslint to v8.6.0
2 parents 4ee9af1 + f49588f commit f1770de

2 files changed

Lines changed: 20 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@poool/eslint-plugin": "1.5.0",
1818
"babel-eslint": "10.1.0",
1919
"babel-loader": "8.2.3",
20-
"eslint": "8.4.1",
20+
"eslint": "8.6.0",
2121
"eslint-config-standard": "16.0.3",
2222
"eslint-plugin-babel": "5.3.1",
2323
"eslint-plugin-import": "2.25.3",

yarn.lock

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,6 +1443,11 @@ acorn@^8.4.1, acorn@^8.6.0:
14431443
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.6.0.tgz#e3692ba0eb1a0c83eaa4f37f5fa7368dd7142895"
14441444
integrity sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==
14451445

1446+
acorn@^8.7.0:
1447+
version "8.7.0"
1448+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
1449+
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
1450+
14461451
aggregate-error@^3.0.0:
14471452
version "3.1.0"
14481453
resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
@@ -2410,10 +2415,10 @@ eslint-visitor-keys@^3.1.0:
24102415
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
24112416
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
24122417

2413-
eslint@8.4.1:
2414-
version "8.4.1"
2415-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.4.1.tgz#d6531bbf3e598dffd7c0c7d35ec52a0b30fdfa2d"
2416-
integrity sha512-TxU/p7LB1KxQ6+7aztTnO7K0i+h0tDi81YRY9VzB6Id71kNz+fFYnf5HD5UOQmxkzcoa0TlVZf9dpMtUv0GpWg==
2418+
eslint@8.6.0:
2419+
version "8.6.0"
2420+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.6.0.tgz#4318c6a31c5584838c1a2e940c478190f58d558e"
2421+
integrity sha512-UvxdOJ7mXFlw7iuHZA4jmzPaUqIw54mZrv+XPYKNbKdLR0et4rf60lIZUU9kiNtnzzMzGWxMV+tQ7uG7JG8DPw==
24172422
dependencies:
24182423
"@eslint/eslintrc" "^1.0.5"
24192424
"@humanwhocodes/config-array" "^0.9.2"
@@ -2427,7 +2432,7 @@ eslint@8.4.1:
24272432
eslint-scope "^7.1.0"
24282433
eslint-utils "^3.0.0"
24292434
eslint-visitor-keys "^3.1.0"
2430-
espree "^9.2.0"
2435+
espree "^9.3.0"
24312436
esquery "^1.4.0"
24322437
esutils "^2.0.2"
24332438
fast-deep-equal "^3.1.3"
@@ -2463,6 +2468,15 @@ espree@^9.2.0:
24632468
acorn-jsx "^5.3.1"
24642469
eslint-visitor-keys "^3.1.0"
24652470

2471+
espree@^9.3.0:
2472+
version "9.3.0"
2473+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.0.tgz#c1240d79183b72aaee6ccfa5a90bc9111df085a8"
2474+
integrity sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==
2475+
dependencies:
2476+
acorn "^8.7.0"
2477+
acorn-jsx "^5.3.1"
2478+
eslint-visitor-keys "^3.1.0"
2479+
24662480
esquery@^1.4.0:
24672481
version "1.4.0"
24682482
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"

0 commit comments

Comments
 (0)