From ca034faeebd378e1304815da51382a22494b6c0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:48:24 +0000 Subject: [PATCH 1/2] chore(deps): update dependency stylelint to v16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11751768..f6081812 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "postcss-loader": "8.1.1", "sass": "1.80.5", "sass-loader": "16.0.2", - "stylelint": "15.11.0", + "stylelint": "16.10.0", "stylelint-config-standard-scss": "11.1.0", "stylelint-declaration-strict-value": "1.10.6", "terser-webpack-plugin": "5.3.10", From dc73b2dbac0cd4cdbb3b67b4dd6eb746fa6673c3 Mon Sep 17 00:00:00 2001 From: Julian Dehm Date: Wed, 30 Oct 2024 14:59:18 +0100 Subject: [PATCH 2/2] remove deprecated stylelint plugins and rules --- .stylelintrc.json | 6 ------ package.json | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index f27952a3..8689b023 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -7,7 +7,6 @@ "**/berlin_css/*" ], "plugins": [ - "stylelint-declaration-strict-value" ], "rules": { "font-family-name-quotes": "always-unless-keyword", @@ -26,7 +25,6 @@ "scss/no-global-function-names": null, "scss/dollar-variable-pattern": "^([a-z][a-z0-9]*)((-|--|_|__)[a-z0-9]+)*$", - "declaration-colon-newline-after": null, "scss/at-extend-no-missing-placeholder": null, "alpha-value-notation": null, "color-function-notation": null, @@ -50,10 +48,6 @@ "media-feature-range-notation": "prefix", - "scale-unlimited/declaration-strict-value": ["/color/", { - "ignoreKeywords": ["inherit", "transparent"] - }], - "declaration-empty-line-before": null } } diff --git a/package.json b/package.json index f6081812..c3f6a38a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "sass": "1.80.5", "sass-loader": "16.0.2", "stylelint": "16.10.0", - "stylelint-config-standard-scss": "11.1.0", + "stylelint-config-standard-scss": "13.1.0", "stylelint-declaration-strict-value": "1.10.6", "terser-webpack-plugin": "5.3.10", "webpack": "5.95.0",