Skip to content

Commit 6d33e3f

Browse files
authored
Merge pull request #869 from w3bdesign/renovate/eslint-8.x
Update dependency eslint to v8.26.0
2 parents 806c948 + 6d8ab5e commit 6d33e3f

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"babel-eslint": "10.1.0",
3232
"babel-jest": "29.2.1",
3333
"core-js": "3.26.0",
34-
"eslint": "8.25.0",
34+
"eslint": "8.26.0",
3535
"eslint-config-prettier": "8.5.0",
3636
"eslint-plugin-nuxt": "4.0.0",
3737
"eslint-plugin-prettier": "4.2.1",

yarn.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1998,10 +1998,10 @@
19981998
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
19991999
integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==
20002000

2001-
"@humanwhocodes/config-array@^0.10.5":
2002-
version "0.10.7"
2003-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.7.tgz#6d53769fd0c222767e6452e8ebda825c22e9f0dc"
2004-
integrity sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==
2001+
"@humanwhocodes/config-array@^0.11.6":
2002+
version "0.11.6"
2003+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
2004+
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
20052005
dependencies:
20062006
"@humanwhocodes/object-schema" "^1.2.1"
20072007
debug "^4.1.1"
@@ -2325,7 +2325,7 @@
23252325
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
23262326
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
23272327

2328-
"@nodelib/fs.walk@^1.2.3":
2328+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
23292329
version "1.2.8"
23302330
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
23312331
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -7382,14 +7382,15 @@ eslint-webpack-plugin@^2.6.0:
73827382
normalize-path "^3.0.0"
73837383
schema-utils "^3.1.1"
73847384

7385-
eslint@8.25.0:
7386-
version "8.25.0"
7387-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
7388-
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
7385+
eslint@8.26.0:
7386+
version "8.26.0"
7387+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
7388+
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
73897389
dependencies:
73907390
"@eslint/eslintrc" "^1.3.3"
7391-
"@humanwhocodes/config-array" "^0.10.5"
7391+
"@humanwhocodes/config-array" "^0.11.6"
73927392
"@humanwhocodes/module-importer" "^1.0.1"
7393+
"@nodelib/fs.walk" "^1.2.8"
73937394
ajv "^6.10.0"
73947395
chalk "^4.0.0"
73957396
cross-spawn "^7.0.2"
@@ -7405,14 +7406,14 @@ [email protected]:
74057406
fast-deep-equal "^3.1.3"
74067407
file-entry-cache "^6.0.1"
74077408
find-up "^5.0.0"
7408-
glob-parent "^6.0.1"
7409+
glob-parent "^6.0.2"
74097410
globals "^13.15.0"
7410-
globby "^11.1.0"
74117411
grapheme-splitter "^1.0.4"
74127412
ignore "^5.2.0"
74137413
import-fresh "^3.0.0"
74147414
imurmurhash "^0.1.4"
74157415
is-glob "^4.0.0"
7416+
is-path-inside "^3.0.3"
74167417
js-sdsl "^4.1.4"
74177418
js-yaml "^4.1.0"
74187419
json-stable-stringify-without-jsonify "^1.0.1"
@@ -8271,7 +8272,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
82718272
dependencies:
82728273
is-glob "^4.0.1"
82738274

8274-
glob-parent@^6.0.1, glob-parent@^6.0.2:
8275+
glob-parent@^6.0.2:
82758276
version "6.0.2"
82768277
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
82778278
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -9412,6 +9413,11 @@ is-observable@^1.1.0:
94129413
dependencies:
94139414
symbol-observable "^1.1.0"
94149415

9416+
is-path-inside@^3.0.3:
9417+
version "3.0.3"
9418+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
9419+
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
9420+
94159421
is-plain-obj@^1.0.0:
94169422
version "1.1.0"
94179423
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"

0 commit comments

Comments
 (0)