From 457539eef9b496fc25ae2e37c9f224c9e93502ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 03:19:45 +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 | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e24407c226da9..eb45cbc61bff3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@nextcloud/browserslist-config": "^3.1.2", "@nextcloud/e2e-test-server": "^0.4.0", "@nextcloud/eslint-config": "^9.0.0-rc.8", - "@nextcloud/stylelint-config": "^3.2.0", + "@nextcloud/stylelint-config": "^3.2.1", "@nextcloud/typings": "^1.10.0", "@nextcloud/vite-config": "^2.5.2", "@testing-library/cypress": "^10.1.0", @@ -2544,19 +2544,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" } diff --git a/package.json b/package.json index c71706940d7bf..5ae79669e3e94 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@nextcloud/browserslist-config": "^3.1.2", "@nextcloud/e2e-test-server": "^0.4.0", "@nextcloud/eslint-config": "^9.0.0-rc.8", - "@nextcloud/stylelint-config": "^3.2.0", + "@nextcloud/stylelint-config": "^3.2.1", "@nextcloud/typings": "^1.10.0", "@nextcloud/vite-config": "^2.5.2", "@testing-library/cypress": "^10.1.0",