diff --git a/package.json b/package.json index 720ee9d..5654851 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@nuxt/types": "^2.16.0", "@nuxtjs/eslint-config-typescript": "^12.0.0", "@nuxtjs/eslint-module": "^4.0.1", - "@nuxtjs/stylelint-module": "^4.1.0", + "@nuxtjs/stylelint-module": "^5.0.0", "@typescript-eslint/eslint-plugin": "^5.54.1", "@typescript-eslint/parser": "^5.54.1", "babel-eslint": "^10.0.3", diff --git a/yarn.lock b/yarn.lock index 8a3bd20..4a782de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2958,13 +2958,14 @@ lodash.mergewith "^4.6.2" mlly "^1.1.1" -"@nuxtjs/stylelint-module@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@nuxtjs/stylelint-module/-/stylelint-module-4.1.0.tgz#2d69dc882a0b2b4391311c405b07d4b39a975ff5" - integrity sha512-XeUZobXlSVW5VDbZBDktB3oFkBm+4JhYlyvZqu4tD7F3Qf4IU5aFwlELbK+VLVewbGgKSEg4QaT5nZdWpgXQBw== +"@nuxtjs/stylelint-module@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@nuxtjs/stylelint-module/-/stylelint-module-5.0.0.tgz#a703fc6661966184e93b1a0f014869caeb4271df" + integrity sha512-25tuBPfAV6oPUqEQUxIcNZ4DA7tuKaavKEYENg1BGOgf3/VOgf+0T98fmMrLdRK8Kq/EeR03JVWQ0uZ8wFPjKA== dependencies: - consola "^2.15.3" - stylelint-webpack-plugin "^2.3.1" + "@nuxt/kit" "^3.2.3" + stylelint-webpack-plugin "^4.1.0" + vite-plugin-stylelint "^4.2.0" "@nuxtjs/vuetify@^1.12.3": version "1.12.3" @@ -4705,11 +4706,6 @@ arrify@^1.0.1: resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA== -arrify@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa" - integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug== - asap@~2.0.3: version "2.0.6" resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" @@ -9690,16 +9686,7 @@ jest-worker@^27.4.5: merge-stream "^2.0.0" supports-color "^8.0.0" -jest-worker@^28.1.0: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-28.1.3.tgz#7e3c4ce3fa23d1bb6accb169e7f396f98ed4bb98" - integrity sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g== - dependencies: - "@types/node" "*" - merge-stream "^2.0.0" - supports-color "^8.0.0" - -jest-worker@^29.4.1: +jest-worker@^29.4.1, jest-worker@^29.4.2: version "29.5.0" resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.5.0.tgz#bdaefb06811bd3384d93f009755014d8acb4615d" integrity sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA== @@ -14349,17 +14336,16 @@ stylelint-config-standard@^29.0.0: dependencies: stylelint-config-recommended "^9.0.0" -stylelint-webpack-plugin@^2.3.1: - version "2.4.0" - resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.4.0.tgz#04d96096e6a5d146b32b2fb66b0464a9118b81e5" - integrity sha512-MhXDqd8HPXdY51nGeDeUEXToximoIbc0Z5TQC1M0ApR0ejrOwj9dRZKiL/00MDRrQfuAGkjcJ6sOVvc4gRzbgQ== +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== dependencies: - arrify "^2.0.1" - globby "^11.0.4" - jest-worker "^28.1.0" + globby "^11.1.0" + jest-worker "^29.4.2" micromatch "^4.0.5" normalize-path "^3.0.0" - schema-utils "^3.1.1" + schema-utils "^4.0.0" stylelint@^14.16.1: version "14.16.1" @@ -15414,6 +15400,14 @@ vite-plugin-eslint@^1.8.1: "@types/eslint" "^8.4.5" rollup "^2.77.2" +vite-plugin-stylelint@^4.2.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/vite-plugin-stylelint/-/vite-plugin-stylelint-4.3.0.tgz#62cfee8aadc277f06b2655e2b4e311ea46812f8d" + integrity sha512-S8BONq5X8TndOFt+My4lkeHxVZvkDQRL++TV0nvnuYgOU/CvDddPPOT4V6go+ETzWK0NEtXqCGFnpkmm8c8Xcg== + dependencies: + "@rollup/pluginutils" "^5.0.2" + chokidar "^3.5.3" + vite@~3.1.8: version "3.1.8" resolved "https://registry.yarnpkg.com/vite/-/vite-3.1.8.tgz#fa29144167d19b773baffd65b3972ea4c12359c9"