From 802fc31ec8a84f6a3d0cefadcfe3f3c6c8362788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:43:54 +0000 Subject: [PATCH] Chore(deps-dev): Bump @nextcloud/stylelint-config from 3.1.0 to 3.1.1 Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud-libraries/stylelint-config) from 3.1.0 to 3.1.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.1.0...v3.1.1) --- updated-dependencies: - dependency-name: "@nextcloud/stylelint-config" dependency-version: 3.1.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, 6 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index de4fbec2b..04ee38d6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@nextcloud/e2e-test-server": "^0.2.1", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/prettier-config": "^1.2.0", - "@nextcloud/stylelint-config": "^3.1.0", + "@nextcloud/stylelint-config": "^3.1.1", "@nextcloud/vite-config": "^1.7.1", "@playwright/test": "^1.56.0", "@vue/tsconfig": "^0.5.1", @@ -1826,17 +1826,15 @@ } }, "node_modules/@nextcloud/stylelint-config": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.1.0.tgz", - "integrity": "sha512-ZKr/AeqfcqIziJAxnN4K0ldoGz8zWj8pUTov4eloqfaCgvJxcQkt2ldHJfxbutNq8uFkbvRYagkufaYxjC4FlQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.1.1.tgz", + "integrity": "sha512-nvkmeHkifV7MEmtNhkYVQXUgcqldm8pbq2TvKPSpdrXB247Xh6OpFhupDbTAgeEQDDRDneayEVfj6e6Kb9w3sQ==", "dev": true, - "license": "AGPL-3.0-or-later", "dependencies": { "stylelint-use-logical": "^2.1.2" }, "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "node": "^20 || ^22 || ^24" }, "peerDependencies": { "stylelint": "^16.13.2", diff --git a/package.json b/package.json index 86a217e4b..129b0abba 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@nextcloud/e2e-test-server": "^0.2.1", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/prettier-config": "^1.2.0", - "@nextcloud/stylelint-config": "^3.1.0", + "@nextcloud/stylelint-config": "^3.1.1", "@nextcloud/vite-config": "^1.7.1", "@playwright/test": "^1.56.0", "@vue/tsconfig": "^0.5.1",