Build(deps-dev): bump @nuxtjs/stylelint-module from 5.0.1 to 5.1.0

Bumps [@nuxtjs/stylelint-module](https://github.com/nuxt-modules/stylelint) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/nuxt-modules/stylelint/releases)
- [Changelog](https://github.com/nuxt-modules/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt-modules/stylelint/compare/v5.0.1...v5.1.0)
This commit is contained in:
2023-05-19 08:32:46 +00:00
parent f81030532e
commit 2336bc76ea
2 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
"@nuxt/types": "^2.16.3",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/stylelint-module": "^5.0.1",
"@nuxtjs/stylelint-module": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"babel-eslint": "^10.0.3",
+15 -13
View File
@@ -3129,7 +3129,7 @@
unimport "^3.0.6"
untyped "^1.3.2"
"@nuxt/kit@^3.2.3", "@nuxt/kit@^3.3.3", "@nuxt/kit@^3.4.3", "@nuxt/kit@^3.5.0":
"@nuxt/kit@^3.3.3", "@nuxt/kit@^3.4.3", "@nuxt/kit@^3.5.0":
version "3.5.0"
resolved "https://registry.yarnpkg.com/@nuxt/kit/-/kit-3.5.0.tgz#ae8d8a64936714b3603230a2861539f95dbd218e"
integrity sha512-QqhOPTan5cpaYCksSWdmtpldCGfnsqTd55blztMSF+OPxfGav4GE4BrBD3ZSMn2/5MxieF3GU/w5/tgcDXE3bA==
@@ -3573,13 +3573,15 @@
mlly "^1.0.0"
pathe "^1.0.0"
"@nuxtjs/stylelint-module@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@nuxtjs/stylelint-module/-/stylelint-module-5.0.1.tgz#72b56fbdc597fbf897347e2e5b5343cbf84edb0e"
integrity sha512-oEtbFazgJaEEeTjuLS43HUNRChfexmAj4AX5FoSz03gO+K9371hnT8akU3N9/QU2an+cXQbNj8ATqyy1XasTOw==
"@nuxtjs/stylelint-module@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@nuxtjs/stylelint-module/-/stylelint-module-5.1.0.tgz#2a197ba8251eb58715baad177632c5281db94a44"
integrity sha512-zpWn5nJfFstBh7PUBjsBNu6rFCN2wtz3JyLGuEqCh4yo7orKclDM3S931E3kMD6Tszpvobhq1CMsgbcZL6K3aA==
dependencies:
"@nuxt/kit" "^3.2.3"
stylelint-webpack-plugin "^4.1.0"
"@nuxt/kit" "^3.5.0"
chokidar "^3.5.3"
pathe "^1.1.0"
stylelint-webpack-plugin "^4.1.1"
vite-plugin-stylelint "^4.3.0"
"@nuxtjs/vuetify@^1.12.3":
@@ -10746,7 +10748,7 @@ jest-worker@^26.2.1, jest-worker@^26.5.0:
merge-stream "^2.0.0"
supports-color "^7.0.0"
jest-worker@^29.4.2, jest-worker@^29.5.0:
jest-worker@^29.5.0:
version "29.5.0"
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.5.0.tgz#bdaefb06811bd3384d93f009755014d8acb4615d"
integrity sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==
@@ -15992,13 +15994,13 @@ stylelint-config-standard@^29.0.0:
dependencies:
stylelint-config-recommended "^9.0.0"
stylelint-webpack-plugin@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-4.1.0.tgz#b4246bcbc4a9c4545ccaef99b227300ea76a499a"
integrity sha512-Vm8H2uYflIiF9m4BjSBEn9cpqY2zZ0wDHgBxOVM6aWFDd0FvfNoymrSYYOIG5/ZST0NO/0NCXPWcpRVpv79Uew==
stylelint-webpack-plugin@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-4.1.1.tgz#d7f13f2f8610757ee23a510eca3a6b6bcb1a54e8"
integrity sha512-yOyd2AfrxfawxKDememazGVJX2vMq9o11E6HvBu4+SKvgK3ZulkjpYdI1muBTxItwoxH2UmfIZzQM+/M5V3kTQ==
dependencies:
globby "^11.1.0"
jest-worker "^29.4.2"
jest-worker "^29.5.0"
micromatch "^4.0.5"
normalize-path "^3.0.0"
schema-utils "^4.0.0"