Skip to content

Commit f611996

Browse files
build(deps-dev): bump eslint from 8.52.0 to 8.53.0 (#407)
Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.52.0...v8.53.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56c4020 commit f611996

File tree

2 files changed

+15
-77
lines changed

2 files changed

+15
-77
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
],
5353
"devDependencies": {
5454
"env-cmd": "^10.1.0",
55-
"eslint": "^8.52.0",
55+
"eslint": "^8.53.0",
5656
"eslint-config-airbnb": "19.0.4",
5757
"eslint-config-prettier": "^9.0.0",
5858
"eslint-plugin-import": "^2.29.0",

yarn.lock

+14-76
Original file line numberDiff line numberDiff line change
@@ -1394,10 +1394,10 @@
13941394
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.1.tgz#8c4bb756cc2aa7eaf13cfa5e69c83afb3260c20c"
13951395
integrity sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==
13961396

1397-
"@eslint/eslintrc@^2.1.2":
1398-
version "2.1.2"
1399-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396"
1400-
integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==
1397+
"@eslint/eslintrc@^2.1.3":
1398+
version "2.1.3"
1399+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
1400+
integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
14011401
dependencies:
14021402
ajv "^6.12.4"
14031403
debug "^4.3.2"
@@ -1409,15 +1409,10 @@
14091409
minimatch "^3.1.2"
14101410
strip-json-comments "^3.1.1"
14111411

1412-
1413-
version "8.49.0"
1414-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.49.0.tgz#86f79756004a97fa4df866835093f1df3d03c333"
1415-
integrity sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==
1416-
1417-
1418-
version "8.52.0"
1419-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.52.0.tgz#78fe5f117840f69dc4a353adf9b9cd926353378c"
1420-
integrity sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==
1412+
1413+
version "8.53.0"
1414+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
1415+
integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
14211416

14221417
"@floating-ui/core@^1.4.2":
14231418
version "1.5.0"
@@ -1446,15 +1441,6 @@
14461441
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.1.4.tgz#19654d1026cc410975d46445180e70a5089b3e7d"
14471442
integrity sha512-qprfWkn82Iw821mcKofJ5Pk9wgioHicxcQMxx+5zt5GSKoqdWvgG5AxVmpmUUjzTLPVSH5auBrhI93Deayn/DA==
14481443

1449-
"@humanwhocodes/config-array@^0.11.11":
1450-
version "0.11.11"
1451-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.11.tgz#88a04c570dbbc7dd943e4712429c3df09bc32844"
1452-
integrity sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==
1453-
dependencies:
1454-
"@humanwhocodes/object-schema" "^1.2.1"
1455-
debug "^4.1.1"
1456-
minimatch "^3.0.5"
1457-
14581444
"@humanwhocodes/config-array@^0.11.13":
14591445
version "0.11.13"
14601446
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
@@ -1469,11 +1455,6 @@
14691455
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
14701456
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
14711457

1472-
"@humanwhocodes/object-schema@^1.2.1":
1473-
version "1.2.1"
1474-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
1475-
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
1476-
14771458
"@humanwhocodes/object-schema@^2.0.1":
14781459
version "2.0.1"
14791460
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
@@ -4736,58 +4717,15 @@ eslint-webpack-plugin@^3.1.1:
47364717
normalize-path "^3.0.0"
47374718
schema-utils "^4.0.0"
47384719

4739-
eslint@^8.3.0:
4740-
version "8.49.0"
4741-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.49.0.tgz#09d80a89bdb4edee2efcf6964623af1054bf6d42"
4742-
integrity sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==
4743-
dependencies:
4744-
"@eslint-community/eslint-utils" "^4.2.0"
4745-
"@eslint-community/regexpp" "^4.6.1"
4746-
"@eslint/eslintrc" "^2.1.2"
4747-
"@eslint/js" "8.49.0"
4748-
"@humanwhocodes/config-array" "^0.11.11"
4749-
"@humanwhocodes/module-importer" "^1.0.1"
4750-
"@nodelib/fs.walk" "^1.2.8"
4751-
ajv "^6.12.4"
4752-
chalk "^4.0.0"
4753-
cross-spawn "^7.0.2"
4754-
debug "^4.3.2"
4755-
doctrine "^3.0.0"
4756-
escape-string-regexp "^4.0.0"
4757-
eslint-scope "^7.2.2"
4758-
eslint-visitor-keys "^3.4.3"
4759-
espree "^9.6.1"
4760-
esquery "^1.4.2"
4761-
esutils "^2.0.2"
4762-
fast-deep-equal "^3.1.3"
4763-
file-entry-cache "^6.0.1"
4764-
find-up "^5.0.0"
4765-
glob-parent "^6.0.2"
4766-
globals "^13.19.0"
4767-
graphemer "^1.4.0"
4768-
ignore "^5.2.0"
4769-
imurmurhash "^0.1.4"
4770-
is-glob "^4.0.0"
4771-
is-path-inside "^3.0.3"
4772-
js-yaml "^4.1.0"
4773-
json-stable-stringify-without-jsonify "^1.0.1"
4774-
levn "^0.4.1"
4775-
lodash.merge "^4.6.2"
4776-
minimatch "^3.1.2"
4777-
natural-compare "^1.4.0"
4778-
optionator "^0.9.3"
4779-
strip-ansi "^6.0.1"
4780-
text-table "^0.2.0"
4781-
4782-
eslint@^8.52.0:
4783-
version "8.52.0"
4784-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.52.0.tgz#d0cd4a1fac06427a61ef9242b9353f36ea7062fc"
4785-
integrity sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==
4720+
eslint@^8.3.0, eslint@^8.53.0:
4721+
version "8.53.0"
4722+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
4723+
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
47864724
dependencies:
47874725
"@eslint-community/eslint-utils" "^4.2.0"
47884726
"@eslint-community/regexpp" "^4.6.1"
4789-
"@eslint/eslintrc" "^2.1.2"
4790-
"@eslint/js" "8.52.0"
4727+
"@eslint/eslintrc" "^2.1.3"
4728+
"@eslint/js" "8.53.0"
47914729
"@humanwhocodes/config-array" "^0.11.13"
47924730
"@humanwhocodes/module-importer" "^1.0.1"
47934731
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)