Skip to content

Commit f8ae140

Browse files
chore(deps): update dependency eslint to v8.3.0 (#788)
Co-authored-by: Renovate Bot <[email protected]>
1 parent be7ac15 commit f8ae140

File tree

2 files changed

+72
-1
lines changed

2 files changed

+72
-1
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.4.0",
3535
"bob-the-bundler": "1.5.1",
3636
"dedent": "0.7.0",
37-
"eslint": "8.2.0",
37+
"eslint": "8.3.0",
3838
"eslint-config-prettier": "8.3.0",
3939
"eslint-config-standard": "16.0.3",
4040
"eslint-plugin-eslint-plugin": "4.0.2",

yarn.lock

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2307,6 +2307,11 @@ acorn@^8.5.0:
23072307
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.5.0.tgz#4512ccb99b3698c752591e9bb4472e38ad43cee2"
23082308
integrity sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==
23092309

2310+
acorn@^8.6.0:
2311+
version "8.6.0"
2312+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.6.0.tgz#e3692ba0eb1a0c83eaa4f37f5fa7368dd7142895"
2313+
integrity sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==
2314+
23102315
agent-base@6:
23112316
version "6.0.2"
23122317
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
@@ -3493,6 +3498,14 @@ eslint-scope@^6.0.0:
34933498
esrecurse "^4.3.0"
34943499
estraverse "^5.2.0"
34953500

3501+
eslint-scope@^7.1.0:
3502+
version "7.1.0"
3503+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.0.tgz#c1f6ea30ac583031f203d65c73e723b01298f153"
3504+
integrity sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==
3505+
dependencies:
3506+
esrecurse "^4.3.0"
3507+
estraverse "^5.2.0"
3508+
34963509
eslint-template-visitor@^2.3.2:
34973510
version "2.3.2"
34983511
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.3.2.tgz#b52f96ff311e773a345d79053ccc78275bbc463d"
@@ -3533,6 +3546,11 @@ eslint-visitor-keys@^3.0.0:
35333546
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
35343547
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
35353548

3549+
eslint-visitor-keys@^3.1.0:
3550+
version "3.1.0"
3551+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
3552+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
3553+
35363554
35373555
version "8.2.0"
35383556
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.2.0.tgz#44d3fb506d0f866a506d97a0fc0e90ee6d06a815"
@@ -3577,6 +3595,50 @@ [email protected]:
35773595
text-table "^0.2.0"
35783596
v8-compile-cache "^2.0.3"
35793597

3598+
3599+
version "8.3.0"
3600+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.3.0.tgz#a3c2409507403c1c7f6c42926111d6cbefbc3e85"
3601+
integrity sha512-aIay56Ph6RxOTC7xyr59Kt3ewX185SaGnAr8eWukoPLeriCrvGjvAubxuvaXOfsxhtwV5g0uBOsyhAom4qJdww==
3602+
dependencies:
3603+
"@eslint/eslintrc" "^1.0.4"
3604+
"@humanwhocodes/config-array" "^0.6.0"
3605+
ajv "^6.10.0"
3606+
chalk "^4.0.0"
3607+
cross-spawn "^7.0.2"
3608+
debug "^4.3.2"
3609+
doctrine "^3.0.0"
3610+
enquirer "^2.3.5"
3611+
escape-string-regexp "^4.0.0"
3612+
eslint-scope "^7.1.0"
3613+
eslint-utils "^3.0.0"
3614+
eslint-visitor-keys "^3.1.0"
3615+
espree "^9.1.0"
3616+
esquery "^1.4.0"
3617+
esutils "^2.0.2"
3618+
fast-deep-equal "^3.1.3"
3619+
file-entry-cache "^6.0.1"
3620+
functional-red-black-tree "^1.0.1"
3621+
glob-parent "^6.0.1"
3622+
globals "^13.6.0"
3623+
ignore "^4.0.6"
3624+
import-fresh "^3.0.0"
3625+
imurmurhash "^0.1.4"
3626+
is-glob "^4.0.0"
3627+
js-yaml "^4.1.0"
3628+
json-stable-stringify-without-jsonify "^1.0.1"
3629+
levn "^0.4.1"
3630+
lodash.merge "^4.6.2"
3631+
minimatch "^3.0.4"
3632+
natural-compare "^1.4.0"
3633+
optionator "^0.9.1"
3634+
progress "^2.0.0"
3635+
regexpp "^3.2.0"
3636+
semver "^7.2.1"
3637+
strip-ansi "^6.0.1"
3638+
strip-json-comments "^3.1.0"
3639+
text-table "^0.2.0"
3640+
v8-compile-cache "^2.0.3"
3641+
35803642
espree@^9.0.0:
35813643
version "9.0.0"
35823644
resolved "https://registry.yarnpkg.com/espree/-/espree-9.0.0.tgz#e90a2965698228502e771c7a58489b1a9d107090"
@@ -3586,6 +3648,15 @@ espree@^9.0.0:
35863648
acorn-jsx "^5.3.1"
35873649
eslint-visitor-keys "^3.0.0"
35883650

3651+
espree@^9.1.0:
3652+
version "9.1.0"
3653+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.1.0.tgz#ba9d3c9b34eeae205724124e31de4543d59fbf74"
3654+
integrity sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==
3655+
dependencies:
3656+
acorn "^8.6.0"
3657+
acorn-jsx "^5.3.1"
3658+
eslint-visitor-keys "^3.1.0"
3659+
35893660
esprima@^4.0.0, esprima@^4.0.1:
35903661
version "4.0.1"
35913662
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"

0 commit comments

Comments
 (0)