Skip to content

Commit f3d2f0a

Browse files
chore(deps): update dependency eslint to v8.15.0 (#225)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 4e0cb79 commit f3d2f0a

2 files changed

Lines changed: 27 additions & 22 deletions

File tree

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.22.0",
5252
"@typescript-eslint/parser": "5.22.0",
5353
"@vercel/ncc": "0.33.4",
54-
"eslint": "8.14.0",
54+
"eslint": "8.15.0",
5555
"eslint-config-algolia": "20.0.0",
5656
"eslint-config-prettier": "8.5.0",
5757
"eslint-plugin-eslint-comments": "3.2.0",

yarn.lock

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -331,19 +331,19 @@
331331
esquery "^1.4.0"
332332
jsdoc-type-pratt-parser "~3.0.1"
333333

334-
"@eslint/eslintrc@^1.2.2":
335-
version "1.2.2"
336-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.2.tgz#4989b9e8c0216747ee7cca314ae73791bb281aae"
337-
integrity sha512-lTVWHs7O2hjBFZunXTZYnYqtB9GakA1lnxIf+gKq2nY5gxkkNi/lQvveW6t8gFdOHTg6nG50Xs95PrLqVpcaLg==
334+
"@eslint/eslintrc@^1.2.3":
335+
version "1.2.3"
336+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
337+
integrity sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==
338338
dependencies:
339339
ajv "^6.12.4"
340340
debug "^4.3.2"
341-
espree "^9.3.1"
341+
espree "^9.3.2"
342342
globals "^13.9.0"
343343
ignore "^5.2.0"
344344
import-fresh "^3.2.1"
345345
js-yaml "^4.1.0"
346-
minimatch "^3.0.4"
346+
minimatch "^3.1.2"
347347
strip-json-comments "^3.1.1"
348348

349349
"@gar/promisify@^1.0.1":
@@ -1393,7 +1393,7 @@ acorn-globals@^6.0.0:
13931393
acorn "^7.1.1"
13941394
acorn-walk "^7.1.1"
13951395

1396-
acorn-jsx@^5.3.1:
1396+
acorn-jsx@^5.3.2:
13971397
version "5.3.2"
13981398
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
13991399
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
@@ -1413,11 +1413,16 @@ acorn@^7.1.1:
14131413
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
14141414
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
14151415

1416-
acorn@^8.2.4, acorn@^8.4.1, acorn@^8.7.0:
1416+
acorn@^8.2.4, acorn@^8.4.1:
14171417
version "8.7.0"
14181418
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
14191419
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
14201420

1421+
acorn@^8.7.1:
1422+
version "8.7.1"
1423+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
1424+
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
1425+
14211426
agent-base@6, agent-base@^6.0.2:
14221427
version "6.0.2"
14231428
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
@@ -2570,12 +2575,12 @@ eslint-visitor-keys@^3.3.0:
25702575
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
25712576
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
25722577

2573-
eslint@8.14.0:
2574-
version "8.14.0"
2575-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.14.0.tgz#62741f159d9eb4a79695b28ec4989fcdec623239"
2576-
integrity sha512-3/CE4aJX7LNEiE3i6FeodHmI/38GZtWCsAtsymScmzYapx8q1nVVb+eLcLSzATmCPXw5pT4TqVs1E0OmxAd9tw==
2578+
eslint@8.15.0:
2579+
version "8.15.0"
2580+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
2581+
integrity sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==
25772582
dependencies:
2578-
"@eslint/eslintrc" "^1.2.2"
2583+
"@eslint/eslintrc" "^1.2.3"
25792584
"@humanwhocodes/config-array" "^0.9.2"
25802585
ajv "^6.10.0"
25812586
chalk "^4.0.0"
@@ -2586,7 +2591,7 @@ eslint@8.14.0:
25862591
eslint-scope "^7.1.1"
25872592
eslint-utils "^3.0.0"
25882593
eslint-visitor-keys "^3.3.0"
2589-
espree "^9.3.1"
2594+
espree "^9.3.2"
25902595
esquery "^1.4.0"
25912596
esutils "^2.0.2"
25922597
fast-deep-equal "^3.1.3"
@@ -2602,7 +2607,7 @@ eslint@8.14.0:
26022607
json-stable-stringify-without-jsonify "^1.0.1"
26032608
levn "^0.4.1"
26042609
lodash.merge "^4.6.2"
2605-
minimatch "^3.0.4"
2610+
minimatch "^3.1.2"
26062611
natural-compare "^1.4.0"
26072612
optionator "^0.9.1"
26082613
regexpp "^3.2.0"
@@ -2611,13 +2616,13 @@ eslint@8.14.0:
26112616
text-table "^0.2.0"
26122617
v8-compile-cache "^2.0.3"
26132618

2614-
espree@^9.3.1:
2615-
version "9.3.1"
2616-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd"
2617-
integrity sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==
2619+
espree@^9.3.2:
2620+
version "9.3.2"
2621+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
2622+
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
26182623
dependencies:
2619-
acorn "^8.7.0"
2620-
acorn-jsx "^5.3.1"
2624+
acorn "^8.7.1"
2625+
acorn-jsx "^5.3.2"
26212626
eslint-visitor-keys "^3.3.0"
26222627

26232628
esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:

0 commit comments

Comments
 (0)