From ae193cabfc32d4bd9218e5e3b57c741d3dc005d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 01:05:24 +0000 Subject: [PATCH] chore(deps-dev): Bump @nextcloud/stylelint-config from 3.2.1 to 3.2.2 Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud-libraries/stylelint-config) from 3.2.1 to 3.2.2. - [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.1...v3.2.2) --- updated-dependencies: - dependency-name: "@nextcloud/stylelint-config" dependency-version: 3.2.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++------- package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6307be..57038b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/eslint-config": "^8.0.0", - "@nextcloud/stylelint-config": "^3.0.1", + "@nextcloud/stylelint-config": "^3.2.2", "@nextcloud/vite-config": "^2.3.5", "vite-plugin-eslint": "^1.8.1", "vite-plugin-stylelint": "^6.0.0" @@ -3329,11 +3329,10 @@ } }, "node_modules/@nextcloud/stylelint-config": { - "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==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.2.2.tgz", + "integrity": "sha512-5rr77fGK+zoa8yN+8zR43XbqyuN/yB2wSAy4vKE2F+hgAeOhpUAyChV+pfySDbP20t4s22DHgn7BDiZKsbNE3Q==", "dev": true, - "license": "AGPL-3.0-or-later", "dependencies": { "stylelint-use-logical": "^2.1.3" }, @@ -3341,8 +3340,8 @@ "node": "^20.19 || ^22 || ^24" }, "peerDependencies": { - "stylelint": "^17.1.1", - "stylelint-config-recommended-scss": "^17.0.0", + "stylelint": "^17.9.1", + "stylelint-config-recommended-scss": "^17.0.1", "stylelint-config-recommended-vue": "^1.6.1" } }, diff --git a/package.json b/package.json index 062ff5b..a06ca79 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/eslint-config": "^8.0.0", - "@nextcloud/stylelint-config": "^3.0.1", + "@nextcloud/stylelint-config": "^3.2.2", "@nextcloud/vite-config": "^2.3.5", "vite-plugin-eslint": "^1.8.1", "vite-plugin-stylelint": "^6.0.0"