From 37f56fcc221c1376fb9e7b3131d85400e8d0c602 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Tue, 24 Mar 2026 11:14:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C(frontend)=20blocked=20upgrade=20st?= =?UTF-8?q?ylelint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit stylelint introduces lot of breaking changes in its latest version, and since we use it only for linting css files, so we can block its upgrade for now and upgrade it later when we will have more time to handle the breaking changes. --- renovate.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/renovate.json b/renovate.json index 1177b2a4a..ea20a1179 100644 --- a/renovate.json +++ b/renovate.json @@ -64,6 +64,8 @@ "node", "node-fetch", "react-resizable-panels", + "stylelint", + "stylelint-config-standard", "workbox-webpack-plugin" ] }