Skip to content

Commit 6437332

Browse files
chore(deps): update dependency eslint to v8.39.0 (#430)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c7d12b commit 6437332

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@typescript-eslint/eslint-plugin": "5.44.0",
5252
"@typescript-eslint/parser": "5.44.0",
5353
"@vercel/ncc": "0.36.1",
54-
"eslint": "8.38.0",
54+
"eslint": "8.39.0",
5555
"eslint-config-algolia": "20.1.0",
5656
"eslint-config-prettier": "8.8.0",
5757
"eslint-plugin-eslint-comments": "3.2.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,10 @@
354354
minimatch "^3.1.2"
355355
strip-json-comments "^3.1.1"
356356

357-
"@eslint/js@8.38.0":
358-
version "8.38.0"
359-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.38.0.tgz#73a8a0d8aa8a8e6fe270431c5e72ae91b5337892"
360-
integrity sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==
357+
"@eslint/js@8.39.0":
358+
version "8.39.0"
359+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.39.0.tgz#58b536bcc843f4cd1e02a7e6171da5c040f4d44b"
360+
integrity sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==
361361

362362
"@gar/promisify@^1.0.1":
363363
version "1.1.2"
@@ -2584,10 +2584,10 @@ eslint-scope@^5.1.1:
25842584
esrecurse "^4.3.0"
25852585
estraverse "^4.1.1"
25862586

2587-
eslint-scope@^7.1.1:
2588-
version "7.1.1"
2589-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
2590-
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
2587+
eslint-scope@^7.2.0:
2588+
version "7.2.0"
2589+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
2590+
integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==
25912591
dependencies:
25922592
esrecurse "^4.3.0"
25932593
estraverse "^5.2.0"
@@ -2619,15 +2619,15 @@ eslint-visitor-keys@^3.4.0:
26192619
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc"
26202620
integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==
26212621

2622-
eslint@8.38.0:
2623-
version "8.38.0"
2624-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.38.0.tgz#a62c6f36e548a5574dd35728ac3c6209bd1e2f1a"
2625-
integrity sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==
2622+
eslint@8.39.0:
2623+
version "8.39.0"
2624+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.39.0.tgz#7fd20a295ef92d43809e914b70c39fd5a23cf3f1"
2625+
integrity sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==
26262626
dependencies:
26272627
"@eslint-community/eslint-utils" "^4.2.0"
26282628
"@eslint-community/regexpp" "^4.4.0"
26292629
"@eslint/eslintrc" "^2.0.2"
2630-
"@eslint/js" "8.38.0"
2630+
"@eslint/js" "8.39.0"
26312631
"@humanwhocodes/config-array" "^0.11.8"
26322632
"@humanwhocodes/module-importer" "^1.0.1"
26332633
"@nodelib/fs.walk" "^1.2.8"
@@ -2637,7 +2637,7 @@ [email protected]:
26372637
debug "^4.3.2"
26382638
doctrine "^3.0.0"
26392639
escape-string-regexp "^4.0.0"
2640-
eslint-scope "^7.1.1"
2640+
eslint-scope "^7.2.0"
26412641
eslint-visitor-keys "^3.4.0"
26422642
espree "^9.5.1"
26432643
esquery "^1.4.2"

0 commit comments

Comments
 (0)