From 59ad135511b27f2fd477a9f0e296f70e96d710a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 02:03:48 +0000 Subject: [PATCH] chore(deps-dev): Bump vite-plugin-stylelint from 6.0.4 to 6.1.0 Bumps [vite-plugin-stylelint](https://github.com/ModyQyW/vite-plugin-stylelint/tree/HEAD/packages/core) from 6.0.4 to 6.1.0. - [Release notes](https://github.com/ModyQyW/vite-plugin-stylelint/releases) - [Changelog](https://github.com/ModyQyW/vite-plugin-stylelint/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/ModyQyW/vite-plugin-stylelint/commits/v6.1.0/packages/core) --- updated-dependencies: - dependency-name: vite-plugin-stylelint dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++------ package.json | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index cae5ce7..4ac93b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/vite-config": "^2.3.5", "vite-plugin-eslint": "^1.8.1", - "vite-plugin-stylelint": "^6.0.0" + "vite-plugin-stylelint": "^6.1.0" }, "engines": { "node": "^20.0.0", @@ -15487,11 +15487,10 @@ } }, "node_modules/vite-plugin-stylelint": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/vite-plugin-stylelint/-/vite-plugin-stylelint-6.0.4.tgz", - "integrity": "sha512-9Bvn672QNdlGcwBCl0TCEccagtYt8XAmk93OUON/NS5zEdrHNs8gin99Fe4aD0808WCGWPVb8dAnFcWo+2ABnA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/vite-plugin-stylelint/-/vite-plugin-stylelint-6.1.0.tgz", + "integrity": "sha512-tMw0gum2gRtul0FA4fbYp5qIvympqUf1YJ7owRjzqMCaWZYoUVN4dXFlauo1ll2UE2ujzBFKfW9VFaXdmODVPQ==", "dev": true, - "license": "MIT", "dependencies": { "@rollup/pluginutils": "^5.3.0", "debug": "^4.4.3" @@ -15502,9 +15501,10 @@ "peerDependencies": { "@types/stylelint": "^13.0.0", "postcss": "^7.0.0 || ^8.0.0", + "rolldown": "^1.0.0-0 || ^1.0.0", "rollup": "^2.0.0 || ^3.0.0 || ^4.0.0", "stylelint": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0", - "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" + "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "@types/stylelint": { @@ -15513,6 +15513,9 @@ "postcss": { "optional": true }, + "rolldown": { + "optional": true + }, "rollup": { "optional": true } diff --git a/package.json b/package.json index 062ff5b..ca0c832 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,6 @@ "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/vite-config": "^2.3.5", "vite-plugin-eslint": "^1.8.1", - "vite-plugin-stylelint": "^6.0.0" + "vite-plugin-stylelint": "^6.1.0" } }