From c169dc405006b0ccddeaffc82b341d7968e7f82d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 02:10:24 +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 | 29 +++++++++++++---------------- package.json | 2 +- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ba1a682c..19209d1a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@nextcloud/e2e-test-server": "^0.4.0", "@nextcloud/eslint-config": "^8.4.2", "@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", @@ -1991,19 +1991,18 @@ } }, "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" } @@ -12858,9 +12857,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": [ { @@ -12872,7 +12871,6 @@ "url": "https://github.com/sponsors/stylelint" } ], - "license": "MIT", "peer": true, "dependencies": { "@csstools/css-parser-algorithms": "^4.0.0", @@ -13073,16 +13071,15 @@ } }, "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/@csstools/selector-resolve-nested": { diff --git a/package.json b/package.json index 4f07eb580..1d4b6b41d 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@nextcloud/e2e-test-server": "^0.4.0", "@nextcloud/eslint-config": "^8.4.2", "@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",