Skip to content

Commit

Permalink
chore(deps): update devdependency @nuxt/eslint to ^0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 27, 2024
1 parent fb5e69c commit 41efc2f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.9",
"@nuxt/eslint": "^0.3.10",
"@types/bootstrap": "^5.2.10",
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
Expand Down
46 changes: 23 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1000,17 +1000,17 @@
which "^3.0.1"
ws "^8.16.0"

"@nuxt/[email protected].9":
version "0.3.9"
resolved "https://registry.yarnpkg.com/@nuxt/eslint-config/-/eslint-config-0.3.9.tgz#31f71f2c2fee3d0acf38ab1f99d4bb1da04df667"
integrity sha512-/rxuXWRjin8QV5wM2OtNnYtEr02V9ze8TmCXV5ehmuW6PVexA6lQT/D72P0VK4y+JtuW4G3BUlb8pywtNaPtEw==
"@nuxt/[email protected].10":
version "0.3.10"
resolved "https://registry.yarnpkg.com/@nuxt/eslint-config/-/eslint-config-0.3.10.tgz#a2b2fb3cee03e2896efd4383a62e77c400582ef4"
integrity sha512-Hv1ncp0AzRSPD2FYjPW4r1ViSysXjZ2YFFBcfAdKtJtXrch+35B4H1+JXzHQa2P6M1nxMt3riPVSMibS9HkflQ==
dependencies:
"@eslint/js" "^9.1.1"
"@nuxt/eslint-plugin" "0.3.9"
"@nuxt/eslint-plugin" "0.3.10"
"@rushstack/eslint-patch" "^1.10.2"
"@stylistic/eslint-plugin" "^1.7.2"
"@typescript-eslint/eslint-plugin" "^7.7.0"
"@typescript-eslint/parser" "^7.7.0"
"@typescript-eslint/eslint-plugin" "^7.7.1"
"@typescript-eslint/parser" "^7.7.1"
eslint-config-flat-gitignore "^0.1.5"
eslint-flat-config-utils "^0.2.3"
eslint-plugin-import-x "^0.5.0"
Expand All @@ -1022,23 +1022,23 @@
tslib "^2.6.2"
vue-eslint-parser "^9.4.2"

"@nuxt/[email protected].9":
version "0.3.9"
resolved "https://registry.yarnpkg.com/@nuxt/eslint-plugin/-/eslint-plugin-0.3.9.tgz#ba23076dac8755bfc19a5792099af2dc6876dd14"
integrity sha512-10aIZfdrgzTGwUkITIAZ+eegJqAS4imSePVBoTwJ2DhL1zQY7BWMiVa60a0P7mt1H1oFZau9W+DSSrmukeObmA==
"@nuxt/[email protected].10":
version "0.3.10"
resolved "https://registry.yarnpkg.com/@nuxt/eslint-plugin/-/eslint-plugin-0.3.10.tgz#8512de1f53f3797fcbdc74ee1fc1def39a3694c8"
integrity sha512-eV9TIpQK6UUN9wZCEuunG0vYXt4yz8RrfvvYC1mwq075kSOQevGWNCQKFE1SKr0YDl4PIIy8wDjchYIwT3gfNg==
dependencies:
"@typescript-eslint/types" "^7.7.0"
"@typescript-eslint/utils" "^7.7.0"
"@typescript-eslint/types" "^7.7.1"
"@typescript-eslint/utils" "^7.7.1"

"@nuxt/eslint@^0.3.9":
version "0.3.9"
resolved "https://registry.yarnpkg.com/@nuxt/eslint/-/eslint-0.3.9.tgz#5ba08b2a8a8e0a7665d704587f5e4d2a1f6be3a8"
integrity sha512-i1fY6YV3+71L7BAA82af2qSFOCW18LdxTJ4uUqLdEPbtlfh6AOPZBGH/KuHQfPIdiDxvCYG7Nhk7jdBRKb4Kbg==
"@nuxt/eslint@^0.3.10":
version "0.3.10"
resolved "https://registry.yarnpkg.com/@nuxt/eslint/-/eslint-0.3.10.tgz#93b48b855e236779165c7439a42a670dc741961c"
integrity sha512-EfjP5FJQ1uXqpYx1dHMeaGYL+6oAJqzq/j5HDEX78ZsInU7hoSJjia/0b+dyB+LRM9gn0wDBoOFwSO+6U2HC7w==
dependencies:
"@eslint/config-inspector" "^0.4.7"
"@nuxt/devtools-kit" "^1.2.0"
"@nuxt/eslint-config" "0.3.9"
"@nuxt/eslint-plugin" "0.3.9"
"@nuxt/eslint-config" "0.3.10"
"@nuxt/eslint-plugin" "0.3.10"
"@nuxt/kit" "^3.11.2"
chokidar "^3.6.0"
eslint-flat-config-utils "^0.2.3"
Expand Down Expand Up @@ -1755,7 +1755,7 @@
resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz#f066abfcd1cbe66267cdbbf0de010d8a41b41597"
integrity sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==

"@typescript-eslint/eslint-plugin@^7.7.0":
"@typescript-eslint/eslint-plugin@^7.7.1":
version "7.7.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.7.1.tgz#50a9044e3e5fe76b22caf64fb7fc1f97614bdbfd"
integrity sha512-KwfdWXJBOviaBVhxO3p5TJiLpNuh2iyXyjmWN0f1nU87pwyvfS0EmjC6ukQVYVFJd/K1+0NWGPDXiyEyQorn0Q==
Expand All @@ -1772,7 +1772,7 @@
semver "^7.6.0"
ts-api-utils "^1.3.0"

"@typescript-eslint/parser@^7.7.0":
"@typescript-eslint/parser@^7.7.1":
version "7.7.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.7.1.tgz#f940e9f291cdca40c46cb75916217d3a42d6ceea"
integrity sha512-vmPzBOOtz48F6JAGVS/kZYk4EkXao6iGrD838sp1w3NQQC0W8ry/q641KU4PrG7AKNAf56NOcR8GOpH8l9FPCw==
Expand Down Expand Up @@ -1827,7 +1827,7 @@
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.6.0.tgz#53dba7c30c87e5f10a731054266dd905f1fbae38"
integrity sha512-h02rYQn8J+MureCvHVVzhl69/GAfQGPQZmOMjG1KfCl7o3HtMSlPaPUAPu6lLctXI5ySRGIYk94clD/AUMCUgQ==

"@typescript-eslint/[email protected]", "@typescript-eslint/types@^7.7.0":
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^7.7.1":
version "7.7.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.7.1.tgz#f903a651fb004c75add08e4e9e207f169d4b98d7"
integrity sha512-AmPmnGW1ZLTpWa+/2omPrPfR7BcbUU4oha5VIbSbS1a1Tv966bklvLNXxp3mrbc+P2j4MNOTfDffNsk4o0c6/w==
Expand Down Expand Up @@ -1874,7 +1874,7 @@
semver "^7.6.0"
ts-api-utils "^1.3.0"

"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^7.7.0":
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^7.7.1":
version "7.7.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.7.1.tgz#5d161f2b4a55e1bc38b634bebb921e4bd4e4a16e"
integrity sha512-QUvBxPEaBXf41ZBbaidKICgVL8Hin0p6prQDu6bbetWo39BKbWJxRsErOzMNT1rXvTll+J7ChrbmMCXM9rsvOQ==
Expand Down

0 comments on commit 41efc2f

Please sign in to comment.