Skip to content

Commit 04019a7

Browse files
build(deps-dev): bump eslint from 8.20.0 to 8.21.0 (#6309)
Bumps [eslint](https://github.com/eslint/eslint) from 8.20.0 to 8.21.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.20.0...v8.21.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 21e94ff commit 04019a7

File tree

2 files changed

+48
-17
lines changed

2 files changed

+48
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"directory-tree": "^3.3.0",
9191
"directory-tree-webpack-plugin": "^1.0.3",
9292
"duplexer": "^0.1.1",
93-
"eslint": "^8.20.0",
93+
"eslint": "^8.21.0",
9494
"eslint-config-prettier": "^8.5.0",
9595
"eslint-plugin-cypress": "^2.12.1",
9696
"eslint-plugin-mdx": "^2.0.2",

yarn.lock

+47-16
Original file line numberDiff line numberDiff line change
@@ -1240,15 +1240,20 @@
12401240
dependencies:
12411241
"@hapi/hoek" "^8.3.0"
12421242

1243-
"@humanwhocodes/config-array@^0.9.2":
1244-
version "0.9.2"
1245-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.2.tgz#68be55c737023009dfc5fe245d51181bb6476914"
1246-
integrity sha512-UXOuFCGcwciWckOpmfKDq/GyhlTf9pN/BzG//x8p8zTOFEcGuA68ANXheFS0AGvy3qgZqLBUkMs7hqzqCKOVwA==
1243+
"@humanwhocodes/config-array@^0.10.4":
1244+
version "0.10.4"
1245+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c"
1246+
integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==
12471247
dependencies:
12481248
"@humanwhocodes/object-schema" "^1.2.1"
12491249
debug "^4.1.1"
12501250
minimatch "^3.0.4"
12511251

1252+
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
1253+
version "1.0.2"
1254+
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
1255+
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
1256+
12521257
"@humanwhocodes/object-schema@^1.2.1":
12531258
version "1.2.1"
12541259
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -3068,6 +3073,11 @@ array-includes@^3.1.1, array-includes@^3.1.5:
30683073
get-intrinsic "^1.1.1"
30693074
is-string "^1.0.7"
30703075

3076+
array-union@^2.1.0:
3077+
version "2.1.0"
3078+
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
3079+
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
3080+
30713081
array.prototype.flatmap@^1.3.0:
30723082
version "1.3.0"
30733083
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f"
@@ -5008,13 +5018,14 @@ eslint-visitor-keys@^3.3.0:
50085018
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
50095019
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
50105020

5011-
eslint@^8.20.0:
5012-
version "8.20.0"
5013-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.20.0.tgz#048ac56aa18529967da8354a478be4ec0a2bc81b"
5014-
integrity sha512-d4ixhz5SKCa1D6SCPrivP7yYVi7nyD6A4vs6HIAul9ujBzcEmZVM3/0NN/yu5nKhmO1wjp5xQ46iRfmDGlOviA==
5021+
eslint@^8.21.0:
5022+
version "8.21.0"
5023+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.21.0.tgz#1940a68d7e0573cef6f50037addee295ff9be9ef"
5024+
integrity sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==
50155025
dependencies:
50165026
"@eslint/eslintrc" "^1.3.0"
5017-
"@humanwhocodes/config-array" "^0.9.2"
5027+
"@humanwhocodes/config-array" "^0.10.4"
5028+
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
50185029
ajv "^6.10.0"
50195030
chalk "^4.0.0"
50205031
cross-spawn "^7.0.2"
@@ -5024,14 +5035,17 @@ eslint@^8.20.0:
50245035
eslint-scope "^7.1.1"
50255036
eslint-utils "^3.0.0"
50265037
eslint-visitor-keys "^3.3.0"
5027-
espree "^9.3.2"
5038+
espree "^9.3.3"
50285039
esquery "^1.4.0"
50295040
esutils "^2.0.2"
50305041
fast-deep-equal "^3.1.3"
50315042
file-entry-cache "^6.0.1"
5043+
find-up "^5.0.0"
50325044
functional-red-black-tree "^1.0.1"
50335045
glob-parent "^6.0.1"
50345046
globals "^13.15.0"
5047+
globby "^11.1.0"
5048+
grapheme-splitter "^1.0.4"
50355049
ignore "^5.2.0"
50365050
import-fresh "^3.0.0"
50375051
imurmurhash "^0.1.4"
@@ -5049,12 +5063,12 @@ eslint@^8.20.0:
50495063
text-table "^0.2.0"
50505064
v8-compile-cache "^2.0.3"
50515065

5052-
espree@^9.3.2:
5053-
version "9.3.2"
5054-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
5055-
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
5066+
espree@^9.3.2, espree@^9.3.3:
5067+
version "9.3.3"
5068+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
5069+
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
50565070
dependencies:
5057-
acorn "^8.7.1"
5071+
acorn "^8.8.0"
50585072
acorn-jsx "^5.3.2"
50595073
eslint-visitor-keys "^3.3.0"
50605074

@@ -5303,7 +5317,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
53035317
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
53045318
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
53055319

5306-
fast-glob@^3.2.11:
5320+
fast-glob@^3.2.11, fast-glob@^3.2.9:
53075321
version "3.2.11"
53085322
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
53095323
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -5778,6 +5792,18 @@ globalyzer@0.1.0:
57785792
resolved "https://registry.yarnpkg.com/globalyzer/-/globalyzer-0.1.0.tgz#cb76da79555669a1519d5a8edf093afaa0bf1465"
57795793
integrity sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==
57805794

5795+
globby@^11.1.0:
5796+
version "11.1.0"
5797+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
5798+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
5799+
dependencies:
5800+
array-union "^2.1.0"
5801+
dir-glob "^3.0.1"
5802+
fast-glob "^3.2.9"
5803+
ignore "^5.2.0"
5804+
merge2 "^1.4.1"
5805+
slash "^3.0.0"
5806+
57815807
globby@^13.1.1:
57825808
version "13.1.1"
57835809
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.1.tgz#7c44a93869b0b7612e38f22ed532bfe37b25ea6f"
@@ -5806,6 +5832,11 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4,
58065832
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
58075833
integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==
58085834

5835+
grapheme-splitter@^1.0.4:
5836+
version "1.0.4"
5837+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
5838+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
5839+
58095840
gzip-size@^6.0.0:
58105841
version "6.0.0"
58115842
resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-6.0.0.tgz#065367fd50c239c0671cbcbad5be3e2eeb10e462"

0 commit comments

Comments
 (0)