From 024c92bec379390d3f37a3e08a9d20edd014882d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 05:53:18 +0000 Subject: [PATCH] chore(deps-dev): bump the development-dependencies group with 4 updates Bumps the development-dependencies group with 4 updates: [@stylistic/stylelint-plugin](https://github.com/stylelint-stylistic/stylelint-stylistic), [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc), [stylelint](https://github.com/stylelint/stylelint) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@stylistic/stylelint-plugin` from 5.0.1 to 5.1.0 - [Release notes](https://github.com/stylelint-stylistic/stylelint-stylistic/releases) - [Changelog](https://github.com/stylelint-stylistic/stylelint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint-stylistic/stylelint-stylistic/compare/v5.0.1...v5.1.0) Updates `eslint-plugin-jsdoc` from 62.8.0 to 62.8.1 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.8.0...v62.8.1) Updates `stylelint` from 17.5.0 to 17.6.0 - [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.5.0...17.6.0) Updates `vite` from 8.0.2 to 8.0.3 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@8.0.3/packages/vite) --- updated-dependencies: - dependency-name: "@stylistic/stylelint-plugin" dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: eslint-plugin-jsdoc dependency-version: 62.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: stylelint dependency-version: 17.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: vite dependency-version: 8.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 760cb14f..347db551 100644 --- a/package.json +++ b/package.json @@ -81,21 +81,21 @@ "@openally/config.typescript": "1.3.0", "@openally/httpie": "1.1.2", "@playwright/test": "^1.50.0", - "@stylistic/stylelint-plugin": "5.0.1", + "@stylistic/stylelint-plugin": "5.1.0", "@types/node": "25.5.0", "c8": "11.0.0", "cross-env": "^10.1.0", "esbuild": "0.27.4", - "eslint-plugin-jsdoc": "62.8.0", + "eslint-plugin-jsdoc": "62.8.1", "pkg-ok": "^3.0.0", "postcss-lit": "1.4.1", "pretty-bytes": "^7.0.0", "rimraf": "6.1.3", - "stylelint": "17.5.0", + "stylelint": "17.6.0", "stylelint-config-standard": "40.0.0", "typescript": "^6.0.2", "undici": "7.24.6", - "vite": "8.0.2" + "vite": "8.0.3" }, "dependencies": { "@lit/task": "^1.0.3",