From 3e90e79d1ce24457325140c349e5bd8b3654774a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 06:18:36 +0000 Subject: [PATCH] Bump stylelint-webpack-plugin from 4.1.1 to 5.0.1 Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 4.1.1 to 5.0.1. - [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v4.1.1...v5.0.1) --- updated-dependencies: - dependency-name: stylelint-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 1bb9c3d5..96b23d8c 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "stylelint-config-recess-order": "^4.4.0", "stylelint-config-standard": "^34.0.0", "stylelint-prettier": "^4.1.0", - "stylelint-webpack-plugin": "^4.1.1", + "stylelint-webpack-plugin": "^5.0.1", "terser-webpack-plugin": "^5.3.10", "ts-jest": "^29.1.2", "ts-loader": "^9.5.1", diff --git a/yarn.lock b/yarn.lock index a06c1203..dce0d2dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8557,16 +8557,16 @@ stylelint-prettier@^4.1.0: dependencies: prettier-linter-helpers "^1.0.0" -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== +stylelint-webpack-plugin@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-5.0.1.tgz#13a7589a8d4cc00b155b9f792876334ca0bcaf71" + integrity sha512-07lpo1uVoFctKv0EOOg/YSrUppcLMjNBSMRqgooNnlbfAOgQfMzvLK+EbXz0HQiEgZobr+XQX9md/TgwTGdzbw== dependencies: globby "^11.1.0" - jest-worker "^29.5.0" + jest-worker "^29.7.0" micromatch "^4.0.5" normalize-path "^3.0.0" - schema-utils "^4.0.0" + schema-utils "^4.2.0" stylelint@^15.11.0: version "15.11.0"