Skip to content

Commit e9be0bf

Browse files
chore(deps): update dependency eslint to v8.6.0 (#875)
Co-authored-by: Renovate Bot <[email protected]>
1 parent e0ee3a6 commit e9be0bf

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@typescript-eslint/parser": "5.8.1",
3535
"bob-the-bundler": "1.6.0",
3636
"dedent": "0.7.0",
37-
"eslint": "8.5.0",
37+
"eslint": "8.6.0",
3838
"eslint-config-prettier": "8.3.0",
3939
"eslint-config-standard": "16.0.3",
4040
"eslint-plugin-eslint-plugin": "4.0.3",

yarn.lock

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

2408+
acorn@^8.7.0:
2409+
version "8.7.0"
2410+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
2411+
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
2412+
24082413
agent-base@6:
24092414
version "6.0.2"
24102415
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
@@ -3858,10 +3863,10 @@ [email protected]:
38583863
text-table "^0.2.0"
38593864
v8-compile-cache "^2.0.3"
38603865

3861-
eslint@8.5.0:
3862-
version "8.5.0"
3863-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.5.0.tgz#ddd2c1afd8f412036f87ae2a063d2aa296d3175f"
3864-
integrity sha512-tVGSkgNbOfiHyVte8bCM8OmX+xG9PzVG/B4UCF60zx7j61WIVY/AqJECDgpLD4DbbESD0e174gOg3ZlrX15GDg==
3866+
eslint@8.6.0:
3867+
version "8.6.0"
3868+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.6.0.tgz#4318c6a31c5584838c1a2e940c478190f58d558e"
3869+
integrity sha512-UvxdOJ7mXFlw7iuHZA4jmzPaUqIw54mZrv+XPYKNbKdLR0et4rf60lIZUU9kiNtnzzMzGWxMV+tQ7uG7JG8DPw==
38653870
dependencies:
38663871
"@eslint/eslintrc" "^1.0.5"
38673872
"@humanwhocodes/config-array" "^0.9.2"
@@ -3875,7 +3880,7 @@ [email protected]:
38753880
eslint-scope "^7.1.0"
38763881
eslint-utils "^3.0.0"
38773882
eslint-visitor-keys "^3.1.0"
3878-
espree "^9.2.0"
3883+
espree "^9.3.0"
38793884
esquery "^1.4.0"
38803885
esutils "^2.0.2"
38813886
fast-deep-equal "^3.1.3"
@@ -3920,6 +3925,15 @@ espree@^9.2.0:
39203925
acorn-jsx "^5.3.1"
39213926
eslint-visitor-keys "^3.1.0"
39223927

3928+
espree@^9.3.0:
3929+
version "9.3.0"
3930+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.0.tgz#c1240d79183b72aaee6ccfa5a90bc9111df085a8"
3931+
integrity sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==
3932+
dependencies:
3933+
acorn "^8.7.0"
3934+
acorn-jsx "^5.3.1"
3935+
eslint-visitor-keys "^3.1.0"
3936+
39233937
esprima@^4.0.0, esprima@^4.0.1:
39243938
version "4.0.1"
39253939
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"

0 commit comments

Comments
 (0)