From 82a919b8ebc6e777a75f3cfa6c203d9eb4c5ef81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 09:31:09 +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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 26a077b..2a81934 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "welcome", - "version": "1.4.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "welcome", - "version": "1.4.0", + "version": "3.0.0", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.5.1", @@ -25,7 +25,7 @@ "@nextcloud/babel-config": "^1.2.0", "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.2", - "@nextcloud/stylelint-config": "3.2.1", + "@nextcloud/stylelint-config": "3.2.2", "@nextcloud/webpack-vue-config": "^7.0.2", "eslint-webpack-plugin": "^5.0.2", "stylelint-webpack-plugin": "^5.1.0" @@ -3126,9 +3126,9 @@ } }, "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": { @@ -3138,8 +3138,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 15a9f5f..af9d998 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@nextcloud/babel-config": "^1.2.0", "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.2", - "@nextcloud/stylelint-config": "3.2.1", + "@nextcloud/stylelint-config": "3.2.2", "@nextcloud/webpack-vue-config": "^7.0.2", "eslint-webpack-plugin": "^5.0.2", "stylelint-webpack-plugin": "^5.1.0"