Skip to content
This repository was archived by the owner on Nov 11, 2023. It is now read-only.

Commit b8d80e5

Browse files
build(deps-dev): bump eslint from 7.32.0 to 8.17.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.17.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v7.32.0...v8.17.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b25142 commit b8d80e5

2 files changed

Lines changed: 143 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"@commitlint/config-conventional": "17.0.2",
144144
"babel-plugin-apply-mdx-type-prop": "^1.6.22",
145145
"cypress": "10.0.3",
146-
"eslint": "7.32.0",
146+
"eslint": "8.17.0",
147147
"eslint-config-airbnb-base": "^15.0.0",
148148
"eslint-plugin-chai-friendly": "^0.7.2",
149149
"eslint-plugin-cypress": "^2.12.1",

yarn.lock

Lines changed: 142 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,6 +1768,21 @@
17681768
minimatch "^3.0.4"
17691769
strip-json-comments "^3.1.1"
17701770

1771+
"@eslint/eslintrc@^1.3.0":
1772+
version "1.3.0"
1773+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
1774+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
1775+
dependencies:
1776+
ajv "^6.12.4"
1777+
debug "^4.3.2"
1778+
espree "^9.3.2"
1779+
globals "^13.15.0"
1780+
ignore "^5.2.0"
1781+
import-fresh "^3.2.1"
1782+
js-yaml "^4.1.0"
1783+
minimatch "^3.1.2"
1784+
strip-json-comments "^3.1.1"
1785+
17711786
"@fontsource/permanent-marker@^4.5.3":
17721787
version "4.5.3"
17731788
resolved "https://registry.yarnpkg.com/@fontsource/permanent-marker/-/permanent-marker-4.5.3.tgz#54f1f4fb507751b43e2e9ec7c9cded1b2f5aa78b"
@@ -2397,11 +2412,25 @@
23972412
debug "^4.1.1"
23982413
minimatch "^3.0.4"
23992414

2415+
"@humanwhocodes/config-array@^0.9.2":
2416+
version "0.9.5"
2417+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz#2cbaf9a89460da24b5ca6531b8bbfc23e1df50c7"
2418+
integrity sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==
2419+
dependencies:
2420+
"@humanwhocodes/object-schema" "^1.2.1"
2421+
debug "^4.1.1"
2422+
minimatch "^3.0.4"
2423+
24002424
"@humanwhocodes/object-schema@^1.2.0":
24012425
version "1.2.0"
24022426
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
24032427
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
24042428

2429+
"@humanwhocodes/object-schema@^1.2.1":
2430+
version "1.2.1"
2431+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
2432+
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
2433+
24052434
"@iarna/toml@^2.2.5":
24062435
version "2.2.5"
24072436
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
@@ -3707,6 +3736,11 @@ acorn-jsx@^5.0.0, acorn-jsx@^5.3.1:
37073736
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
37083737
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
37093738

3739+
acorn-jsx@^5.3.2:
3740+
version "5.3.2"
3741+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
3742+
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
3743+
37103744
acorn-walk@^8.1.1:
37113745
version "8.2.0"
37123746
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
@@ -3727,6 +3761,11 @@ acorn@^8.4.1:
37273761
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
37283762
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
37293763

3764+
acorn@^8.7.1:
3765+
version "8.7.1"
3766+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
3767+
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
3768+
37303769
address@1.1.2, address@^1.0.1:
37313770
version "1.1.2"
37323771
resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6"
@@ -3941,6 +3980,11 @@ argparse@^1.0.7:
39413980
dependencies:
39423981
sprintf-js "~1.0.2"
39433982

3983+
argparse@^2.0.1:
3984+
version "2.0.1"
3985+
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
3986+
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
3987+
39443988
aria-query@^4.2.2:
39453989
version "4.2.2"
39463990
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b"
@@ -6746,6 +6790,14 @@ eslint-scope@5.1.1, eslint-scope@^5.1.1:
67466790
esrecurse "^4.3.0"
67476791
estraverse "^4.1.1"
67486792

6793+
eslint-scope@^7.1.1:
6794+
version "7.1.1"
6795+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
6796+
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
6797+
dependencies:
6798+
esrecurse "^4.3.0"
6799+
estraverse "^5.2.0"
6800+
67496801
eslint-utils@^2.1.0:
67506802
version "2.1.0"
67516803
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
@@ -6770,6 +6822,11 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
67706822
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
67716823
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
67726824

6825+
eslint-visitor-keys@^3.3.0:
6826+
version "3.3.0"
6827+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
6828+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
6829+
67736830
eslint-webpack-plugin@^2.5.4:
67746831
version "2.5.4"
67756832
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986"
@@ -6782,7 +6839,48 @@ eslint-webpack-plugin@^2.5.4:
67826839
normalize-path "^3.0.0"
67836840
schema-utils "^3.0.0"
67846841

6785-
eslint@7.32.0, eslint@^7.32.0:
6842+
eslint@8.17.0:
6843+
version "8.17.0"
6844+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.17.0.tgz#1cfc4b6b6912f77d24b874ca1506b0fe09328c21"
6845+
integrity sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==
6846+
dependencies:
6847+
"@eslint/eslintrc" "^1.3.0"
6848+
"@humanwhocodes/config-array" "^0.9.2"
6849+
ajv "^6.10.0"
6850+
chalk "^4.0.0"
6851+
cross-spawn "^7.0.2"
6852+
debug "^4.3.2"
6853+
doctrine "^3.0.0"
6854+
escape-string-regexp "^4.0.0"
6855+
eslint-scope "^7.1.1"
6856+
eslint-utils "^3.0.0"
6857+
eslint-visitor-keys "^3.3.0"
6858+
espree "^9.3.2"
6859+
esquery "^1.4.0"
6860+
esutils "^2.0.2"
6861+
fast-deep-equal "^3.1.3"
6862+
file-entry-cache "^6.0.1"
6863+
functional-red-black-tree "^1.0.1"
6864+
glob-parent "^6.0.1"
6865+
globals "^13.15.0"
6866+
ignore "^5.2.0"
6867+
import-fresh "^3.0.0"
6868+
imurmurhash "^0.1.4"
6869+
is-glob "^4.0.0"
6870+
js-yaml "^4.1.0"
6871+
json-stable-stringify-without-jsonify "^1.0.1"
6872+
levn "^0.4.1"
6873+
lodash.merge "^4.6.2"
6874+
minimatch "^3.1.2"
6875+
natural-compare "^1.4.0"
6876+
optionator "^0.9.1"
6877+
regexpp "^3.2.0"
6878+
strip-ansi "^6.0.1"
6879+
strip-json-comments "^3.1.0"
6880+
text-table "^0.2.0"
6881+
v8-compile-cache "^2.0.3"
6882+
6883+
eslint@^7.32.0:
67866884
version "7.32.0"
67876885
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
67886886
integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
@@ -6837,6 +6935,15 @@ espree@^7.3.0, espree@^7.3.1:
68376935
acorn-jsx "^5.3.1"
68386936
eslint-visitor-keys "^1.3.0"
68396937

6938+
espree@^9.3.2:
6939+
version "9.3.2"
6940+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
6941+
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
6942+
dependencies:
6943+
acorn "^8.7.1"
6944+
acorn-jsx "^5.3.2"
6945+
eslint-visitor-keys "^3.3.0"
6946+
68406947
esprima@^4.0.0:
68416948
version "4.0.1"
68426949
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -8323,6 +8430,13 @@ glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
83238430
dependencies:
83248431
is-glob "^4.0.1"
83258432

8433+
glob-parent@^6.0.1:
8434+
version "6.0.2"
8435+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
8436+
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
8437+
dependencies:
8438+
is-glob "^4.0.3"
8439+
83268440
glob-to-regexp@^0.4.1:
83278441
version "0.4.1"
83288442
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
@@ -8383,10 +8497,10 @@ globals@^11.1.0, globals@^11.12.0:
83838497
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
83848498
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
83858499

8386-
globals@^13.6.0, globals@^13.9.0:
8387-
version "13.9.0"
8388-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz#4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb"
8389-
integrity sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==
8500+
globals@^13.15.0, globals@^13.6.0, globals@^13.9.0:
8501+
version "13.15.0"
8502+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
8503+
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
83908504
dependencies:
83918505
type-fest "^0.20.2"
83928506

@@ -9032,10 +9146,10 @@ ignore@^4.0.6:
90329146
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
90339147
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
90349148

9035-
ignore@^5.1.1, ignore@^5.1.4:
9036-
version "5.1.8"
9037-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
9038-
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
9149+
ignore@^5.1.1, ignore@^5.1.4, ignore@^5.2.0:
9150+
version "5.2.0"
9151+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
9152+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
90399153

90409154
image-q@^1.1.1:
90419155
version "1.1.1"
@@ -9836,6 +9950,13 @@ js-yaml@^3.13.1:
98369950
argparse "^1.0.7"
98379951
esprima "^4.0.0"
98389952

9953+
js-yaml@^4.1.0:
9954+
version "4.1.0"
9955+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
9956+
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
9957+
dependencies:
9958+
argparse "^2.0.1"
9959+
98399960
jsbn@~0.1.0:
98409961
version "0.1.1"
98419962
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
@@ -11187,13 +11308,20 @@ mini-svg-data-uri@^1.3.3:
1118711308
resolved "https://registry.yarnpkg.com/mini-svg-data-uri/-/mini-svg-data-uri-1.3.3.tgz#91d2c09f45e056e5e1043340b8b37ba7b50f4fac"
1118811309
integrity sha512-+fA2oRcR1dJI/7ITmeQJDrYWks0wodlOz0pAEhKYJ2IVc1z0AnwJUsKY2fzFmPAM3Jo9J0rBx8JAA9QQSJ5PuA==
1118911310

11190-
minimatch@3.0.4, minimatch@^3.0.4, minimatch@~3.0.2:
11311+
minimatch@3.0.4, minimatch@~3.0.2:
1119111312
version "3.0.4"
1119211313
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
1119311314
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
1119411315
dependencies:
1119511316
brace-expansion "^1.1.7"
1119611317

11318+
minimatch@^3.0.4, minimatch@^3.1.2:
11319+
version "3.1.2"
11320+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
11321+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
11322+
dependencies:
11323+
brace-expansion "^1.1.7"
11324+
1119711325
minimist-options@4.1.0:
1119811326
version "4.1.0"
1119911327
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -13183,10 +13311,10 @@ regexp.prototype.flags@^1.3.0, regexp.prototype.flags@^1.3.1:
1318313311
call-bind "^1.0.2"
1318413312
define-properties "^1.1.3"
1318513313

13186-
regexpp@^3.1.0:
13187-
version "3.1.0"
13188-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
13189-
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
13314+
regexpp@^3.1.0, regexpp@^3.2.0:
13315+
version "3.2.0"
13316+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
13317+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
1319013318

1319113319
regexpu-core@^4.7.1:
1319213320
version "4.7.1"

0 commit comments

Comments
 (0)