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

Commit 72e4ee5

Browse files
chore(deps-dev): bump @nuxtjs/eslint-module from 3.0.2 to 3.1.0
Bumps [@nuxtjs/eslint-module](https://github.com/nuxt-community/eslint-module) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/nuxt-community/eslint-module/releases) - [Changelog](https://github.com/nuxt-community/eslint-module/blob/main/CHANGELOG.md) - [Commits](nuxt-modules/eslint@v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: "@nuxtjs/eslint-module" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 08f94d5 commit 72e4ee5

File tree

2 files changed

+49
-22
lines changed

2 files changed

+49
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@nuxt/types": "^2.15.8",
2929
"@nuxt/typescript-build": "^2.1.0",
3030
"@nuxtjs/eslint-config-typescript": "^10.0.0",
31-
"@nuxtjs/eslint-module": "^3.0.2",
31+
"@nuxtjs/eslint-module": "^3.1.0",
3232
"@nuxtjs/tailwindcss": "^5.3.1",
3333
"@vue/test-utils": "^1.2.2",
3434
"babel-core": "7.0.0-bridge.0",

yarn.lock

Lines changed: 48 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,13 +2071,14 @@
20712071
eslint-plugin-unicorn "^42.0.0"
20722072
eslint-plugin-vue "^8.7.1"
20732073

2074-
"@nuxtjs/eslint-module@^3.0.2":
2075-
version "3.0.2"
2076-
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-module/-/eslint-module-3.0.2.tgz#45208e6e1b486beb6d0854777faf124751971bc6"
2077-
integrity sha512-9q6/bMSvUU2L7Vhy5LUmghW3BQZMReQAvywBwZtX7s62W6dIL7IdD1T3u2zc8JW90grtJK84Ocx3dyYTj/Oavw==
2074+
"@nuxtjs/eslint-module@^3.1.0":
2075+
version "3.1.0"
2076+
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-module/-/eslint-module-3.1.0.tgz#3e7d241f4b53fbc6ab59932054d11dd22a828a40"
2077+
integrity sha512-9bK8AOJBflWmbQeL77SHIsgyGzhiW2b1BdwOtZ53Yyfa7Km3XMMVd8CtLA7z4+03eS+4TVQMxw62yRpJH5icZA==
20782078
dependencies:
2079-
consola "^2.15.0"
2080-
eslint-webpack-plugin "^2.4.1"
2079+
consola "^2.15.3"
2080+
defu "^6.0.0"
2081+
eslint-webpack-plugin "^2.6.0"
20812082

20822083
"@nuxtjs/proxy@^2.1.0":
20832084
version "2.1.0"
@@ -2240,10 +2241,10 @@
22402241
dependencies:
22412242
"@types/node" "*"
22422243

2243-
"@types/eslint@^7.2.6":
2244-
version "7.2.10"
2245-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.10.tgz#4b7a9368d46c0f8cd5408c23288a59aa2394d917"
2246-
integrity sha512-kUEPnMKrqbtpCq/KTaGFFKAcz6Ethm2EjCoKIDaCmfRBWLbFuTcOJfTlorwbnboXBzahqWLgUp1BQeKHiJzPUQ==
2244+
"@types/eslint@^7.29.0":
2245+
version "7.29.0"
2246+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.29.0.tgz#e56ddc8e542815272720bb0b4ccc2aff9c3e1c78"
2247+
integrity sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==
22472248
dependencies:
22482249
"@types/estree" "*"
22492250
"@types/json-schema" "*"
@@ -2355,7 +2356,7 @@
23552356
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
23562357
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
23572358

2358-
"@types/json-schema@^7.0.9":
2359+
"@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
23592360
version "7.0.11"
23602361
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
23612362
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
@@ -3689,7 +3690,7 @@ braces@^2.3.1, braces@^2.3.2:
36893690
split-string "^3.0.2"
36903691
to-regex "^3.0.1"
36913692

3692-
braces@^3.0.1, braces@~3.0.2:
3693+
braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
36933694
version "3.0.2"
36943695
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
36953696
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -5893,17 +5894,17 @@ eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.3.0:
58935894
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
58945895
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
58955896

5896-
eslint-webpack-plugin@^2.4.1:
5897-
version "2.5.4"
5898-
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986"
5899-
integrity sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw==
5897+
eslint-webpack-plugin@^2.6.0:
5898+
version "2.7.0"
5899+
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.7.0.tgz#0525793a4f8c652c1c6d863995ce1e0f2dcbd143"
5900+
integrity sha512-bNaVVUvU4srexGhVcayn/F4pJAz19CWBkKoMx7aSQ4wtTbZQCnG5O9LHCE42mM+JSKOUp7n6vd5CIwzj7lOVGA==
59005901
dependencies:
5901-
"@types/eslint" "^7.2.6"
5902+
"@types/eslint" "^7.29.0"
59025903
arrify "^2.0.1"
5903-
jest-worker "^26.6.2"
5904-
micromatch "^4.0.2"
5904+
jest-worker "^27.5.1"
5905+
micromatch "^4.0.5"
59055906
normalize-path "^3.0.0"
5906-
schema-utils "^3.0.0"
5907+
schema-utils "^3.1.1"
59075908

59085909
eslint@^8.20.0:
59095910
version "8.20.0"
@@ -8370,6 +8371,15 @@ jest-worker@^27.3.1:
83708371
merge-stream "^2.0.0"
83718372
supports-color "^8.0.0"
83728373

8374+
jest-worker@^27.5.1:
8375+
version "27.5.1"
8376+
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.5.1.tgz#8d146f0900e8973b106b6f73cc1e9a8cb86f8db0"
8377+
integrity sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==
8378+
dependencies:
8379+
"@types/node" "*"
8380+
merge-stream "^2.0.0"
8381+
supports-color "^8.0.0"
8382+
83738383
jest@^26.6.3:
83748384
version "26.6.3"
83758385
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef"
@@ -9331,6 +9341,14 @@ micromatch@^4.0.0, micromatch@^4.0.2, micromatch@^4.0.4:
93319341
braces "^3.0.1"
93329342
picomatch "^2.2.3"
93339343

9344+
micromatch@^4.0.5:
9345+
version "4.0.5"
9346+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
9347+
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
9348+
dependencies:
9349+
braces "^3.0.2"
9350+
picomatch "^2.3.1"
9351+
93349352
miller-rabin@^4.0.0:
93359353
version "4.0.1"
93369354
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
@@ -10390,7 +10408,7 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
1039010408
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d"
1039110409
integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==
1039210410

10393-
picomatch@^2.2.2:
10411+
picomatch@^2.2.2, picomatch@^2.3.1:
1039410412
version "2.3.1"
1039510413
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
1039610414
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
@@ -12240,6 +12258,15 @@ schema-utils@^3.0.0:
1224012258
ajv "^6.12.5"
1224112259
ajv-keywords "^3.5.2"
1224212260

12261+
schema-utils@^3.1.1:
12262+
version "3.1.1"
12263+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281"
12264+
integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==
12265+
dependencies:
12266+
"@types/json-schema" "^7.0.8"
12267+
ajv "^6.12.5"
12268+
ajv-keywords "^3.5.2"
12269+
1224312270
scoped-regex@^1.0.0:
1224412271
version "1.0.0"
1224512272
resolved "https://registry.yarnpkg.com/scoped-regex/-/scoped-regex-1.0.0.tgz#a346bb1acd4207ae70bd7c0c7ca9e566b6baddb8"

0 commit comments

Comments
 (0)