From ff02a0d699eda58b7f6ec051d51c2af8755d6d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 02:04:31 +0000 Subject: [PATCH] Chore(deps-dev): Bump @nextcloud/stylelint-config from 3.2.0 to 3.2.1 Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud-libraries/stylelint-config) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/nextcloud-libraries/stylelint-config/releases) - [Changelog](https://github.com/nextcloud-libraries/stylelint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/stylelint-config/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: "@nextcloud/stylelint-config" dependency-version: 3.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index d521aa3b7..5ea0541ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@nextcloud/e2e-test-server": "^0.4.0", "@nextcloud/eslint-config": "^9.0.0-rc.8", "@nextcloud/prettier-config": "^1.2.0", - "@nextcloud/stylelint-config": "^3.2.0", + "@nextcloud/stylelint-config": "^3.2.1", "@nextcloud/vite-config": "^1.7.2", "@playwright/test": "^1.58.1", "@vue/tsconfig": "^0.5.1", @@ -1747,19 +1747,19 @@ } }, "node_modules/@nextcloud/stylelint-config": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.2.0.tgz", - "integrity": "sha512-DoTIk5doK5x06lakUaclxnPm3i4r7Ze7BS8OubkEFpHJYitsXLBl6y5YCYVHqKuZFz1VNLBc0NVdE/f/6RWGdg==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.2.1.tgz", + "integrity": "sha512-fRWuN92ydC52+CGURBmbgkaAFDKOq9pmx/vsujr8cRKlGbAhLH+gyxzSpQUc37ZKKNaBDuUvcGzrqH/YipKbGA==", "dev": true, "license": "AGPL-3.0-or-later", "dependencies": { - "stylelint-use-logical": "^2.1.2" + "stylelint-use-logical": "^2.1.3" }, "engines": { "node": "^20.19 || ^22 || ^24" }, "peerDependencies": { - "stylelint": "^17.0.0", + "stylelint": "^17.1.1", "stylelint-config-recommended-scss": "^17.0.0", "stylelint-config-recommended-vue": "^1.6.1" } @@ -10700,9 +10700,9 @@ } }, "node_modules/stylelint": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.1.0.tgz", - "integrity": "sha512-+cUX1FxkkbLX5qJRAPapUv/+v+YU3pGbWu+pHVqTXpiY0mYh3Dxfxa0bLBtVtYgOC8hIWIyX2H/3Y3LWlAevDg==", + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.1.1.tgz", + "integrity": "sha512-SBHVcLEcRF1M9OkD3oT0hT2PayDNLw2hd+aovmzfNQ2ys4Xd3oS9ZNizILWqhQvW802AqKN/vUTMwJqQYMBlWw==", "dev": true, "funding": [ { @@ -10886,16 +10886,16 @@ "peer": true }, "node_modules/stylelint-use-logical": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/stylelint-use-logical/-/stylelint-use-logical-2.1.2.tgz", - "integrity": "sha512-4ffvPNk/swH4KS3izExWuzQOuzLmi0gb0uOhvxWJ20vDA5W5xKCjcHHtLoAj1kKvTIX6eGIN5xGtaVin9PD0wg==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/stylelint-use-logical/-/stylelint-use-logical-2.1.3.tgz", + "integrity": "sha512-haPkgxKre+eSqr4IZJnHwNT/9/wICykeFZIaz7rZbe4SohTHkw7vBahMOrZJZpdny/EBVHAcPH2IBeoiUcZWWw==", "dev": true, "license": "CC0-1.0", "engines": { "node": ">=14.0.0" }, "peerDependencies": { - "stylelint": ">= 11 < 17" + "stylelint": ">= 11 < 18" } }, "node_modules/stylelint/node_modules/balanced-match": { diff --git a/package.json b/package.json index a0a1c7b39..598cc3d7e 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@nextcloud/e2e-test-server": "^0.4.0", "@nextcloud/eslint-config": "^9.0.0-rc.8", "@nextcloud/prettier-config": "^1.2.0", - "@nextcloud/stylelint-config": "^3.2.0", + "@nextcloud/stylelint-config": "^3.2.1", "@nextcloud/vite-config": "^1.7.2", "@playwright/test": "^1.58.1", "@vue/tsconfig": "^0.5.1",