From 1456bc8cc3f4e2d1180d6d64406b23f7aefbaf5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 22:54:05 +0000 Subject: [PATCH] chore(deps): update dependency @sourcegraph/stylelint-config to ^1.4.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9cf6dd80..3efcc0d9 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@commitlint/config-conventional": "^17.8.1", "@sourcegraph/eslint-config": "^0.29.0", "@sourcegraph/prettierrc": "^3.0.3", - "@sourcegraph/stylelint-config": "^1.4.0", + "@sourcegraph/stylelint-config": "^1.4.1", "@sourcegraph/tsconfig": "^4.0.1", "@types/css-modules-loader-core": "1.1.4", "@types/eslint": "7.28.2", diff --git a/yarn.lock b/yarn.lock index 37182fdb..80297920 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1396,10 +1396,10 @@ resolved "https://registry.yarnpkg.com/@sourcegraph/prettierrc/-/prettierrc-3.0.3.tgz#51bfa9b2588fe35121593fa877143e6373028289" integrity sha512-FQ1/Ued4I02R0JkrHHofDN163juVxUnPALzfxPZrDZUHv+c3jHjfZhmTHEz+Wd+g3b7MFk0fkj36nZSnvPyU8A== -"@sourcegraph/stylelint-config@^1.4.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@sourcegraph/stylelint-config/-/stylelint-config-1.4.0.tgz#0db57f153626951b5b349eb055d0ea6bf9a60c1f" - integrity sha512-VYL0SRcS/49ttoYsS5pIX2ifVJIzLBWhHj8SvVcT/AF87AnFtuNJ5bAyEJFDL0k4xV5lyWG6R36hXF4xMGThTA== +"@sourcegraph/stylelint-config@^1.4.1": + version "1.4.1" + resolved "https://registry.yarnpkg.com/@sourcegraph/stylelint-config/-/stylelint-config-1.4.1.tgz#d78f62b818803b2a8572132f46bd45633a928b51" + integrity sha512-n4ZMH3S4PdX6axovPeetszdADrOUQPy5jevSPJTKtZ+S6C7FWb5b4FgMHmklbn0/X/yVdaf61YheY9VhZlhLYQ== dependencies: stylelint-config-prettier "^9.0.3" stylelint-config-standard-scss "^3.0.0"