Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 91cde32

Browse files
renovate[bot]renovate-bot
andauthoredJan 19, 2022
chore(deps): update dependency eslint to v8.7.0 (#380)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 2e3737f commit 91cde32

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"babel-preset-gatsby": "2.4.0",
5454
"commitizen": "4.2.4",
5555
"cz-conventional-changelog": "3.3.0",
56-
"eslint": "8.6.0",
56+
"eslint": "8.7.0",
5757
"eslint-config-airbnb": "19.0.4",
5858
"eslint-config-prettier": "8.3.0",
5959
"eslint-import-resolver-typescript": "2.5.0",

‎yarn.lock

+16-9
Original file line numberDiff line numberDiff line change
@@ -5665,6 +5665,11 @@ eslint-visitor-keys@^3.1.0:
56655665
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
56665666
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
56675667

5668+
eslint-visitor-keys@^3.2.0:
5669+
version "3.2.0"
5670+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1"
5671+
integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==
5672+
56685673
eslint-webpack-plugin@^2.6.0:
56695674
version "2.6.0"
56705675
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.6.0.tgz#3bd4ada4e539cb1f6687d2f619073dbb509361cd"
@@ -5677,10 +5682,10 @@ eslint-webpack-plugin@^2.6.0:
56775682
normalize-path "^3.0.0"
56785683
schema-utils "^3.1.1"
56795684

5680-
eslint@8.6.0:
5681-
version "8.6.0"
5682-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.6.0.tgz#4318c6a31c5584838c1a2e940c478190f58d558e"
5683-
integrity sha512-UvxdOJ7mXFlw7iuHZA4jmzPaUqIw54mZrv+XPYKNbKdLR0et4rf60lIZUU9kiNtnzzMzGWxMV+tQ7uG7JG8DPw==
5685+
eslint@8.7.0:
5686+
version "8.7.0"
5687+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.7.0.tgz#22e036842ee5b7cf87b03fe237731675b4d3633c"
5688+
integrity sha512-ifHYzkBGrzS2iDU7KjhCAVMGCvF6M3Xfs8X8b37cgrUlDt6bWRTpRh6T/gtSXv1HJ/BUGgmjvNvOEGu85Iif7w==
56845689
dependencies:
56855690
"@eslint/eslintrc" "^1.0.5"
56865691
"@humanwhocodes/config-array" "^0.9.2"
@@ -5689,11 +5694,10 @@ eslint@8.6.0:
56895694
cross-spawn "^7.0.2"
56905695
debug "^4.3.2"
56915696
doctrine "^3.0.0"
5692-
enquirer "^2.3.5"
56935697
escape-string-regexp "^4.0.0"
56945698
eslint-scope "^7.1.0"
56955699
eslint-utils "^3.0.0"
5696-
eslint-visitor-keys "^3.1.0"
5700+
eslint-visitor-keys "^3.2.0"
56975701
espree "^9.3.0"
56985702
esquery "^1.4.0"
56995703
esutils "^2.0.2"
@@ -5702,7 +5706,7 @@ eslint@8.6.0:
57025706
functional-red-black-tree "^1.0.1"
57035707
glob-parent "^6.0.1"
57045708
globals "^13.6.0"
5705-
ignore "^4.0.6"
5709+
ignore "^5.2.0"
57065710
import-fresh "^3.0.0"
57075711
imurmurhash "^0.1.4"
57085712
is-glob "^4.0.0"
@@ -5713,9 +5717,7 @@ eslint@8.6.0:
57135717
minimatch "^3.0.4"
57145718
natural-compare "^1.4.0"
57155719
optionator "^0.9.1"
5716-
progress "^2.0.0"
57175720
regexpp "^3.2.0"
5718-
semver "^7.2.1"
57195721
strip-ansi "^6.0.1"
57205722
strip-json-comments "^3.1.0"
57215723
text-table "^0.2.0"
@@ -7401,6 +7403,11 @@ ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8:
74017403
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
74027404
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
74037405

7406+
ignore@^5.2.0:
7407+
version "5.2.0"
7408+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
7409+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
7410+
74047411
immer@8.0.1:
74057412
version "8.0.1"
74067413
resolved "https://registry.yarnpkg.com/immer/-/immer-8.0.1.tgz#9c73db683e2b3975c424fb0572af5889877ae656"

0 commit comments

Comments
 (0)
Failed to load comments.