From d062b5745db914a3b8ff580a085f096348a73305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 16:26:10 +0000 Subject: [PATCH] Chore(deps-dev): Bump stylelint from 17.1.0 to 17.1.1 Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.1.0 to 17.1.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/17.1.0...17.1.1) --- updated-dependencies: - dependency-name: stylelint dependency-version: 17.1.1 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 1118aec08..d0403d49c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nextcloud/vite-config": "^2.5.2", "@vue/tsconfig": "^0.8.1", "sass": "^1.97.3", - "stylelint": "^17.1.0", + "stylelint": "^17.1.1", "vite": "^7.3.1" }, "engines": { @@ -9397,9 +9397,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": [ { @@ -9582,16 +9582,16 @@ "peer": true }, "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 b736f0864..5bfa3096a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@nextcloud/vite-config": "^2.5.2", "@vue/tsconfig": "^0.8.1", "sass": "^1.97.3", - "stylelint": "^17.1.0", + "stylelint": "^17.1.1", "vite": "^7.3.1" }, "engines": {