From 8d9bb134abdeb96fe119691a076eaae68ac8f01b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 08:45:42 +0000 Subject: [PATCH] chore(deps-dev): bump the development-dependencies group across 1 directory with 5 updates Bumps the development-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@stylistic/stylelint-plugin](https://github.com/stylelint-stylistic/stylelint-stylistic) | `5.0.1` | `5.1.0` | | [esbuild](https://github.com/evanw/esbuild) | `0.27.4` | `0.27.5` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `62.8.0` | `62.9.0` | | [stylelint](https://github.com/stylelint/stylelint) | `17.5.0` | `17.6.0` | | [undici](https://github.com/nodejs/undici) | `7.24.6` | `7.24.7` | 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 `esbuild` from 0.27.4 to 0.27.5 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.27.4...v0.27.5) Updates `eslint-plugin-jsdoc` from 62.8.0 to 62.9.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.8.0...v62.9.0) 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 `undici` from 7.24.6 to 7.24.7 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.24.6...v7.24.7) --- 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: esbuild dependency-version: 0.27.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: eslint-plugin-jsdoc dependency-version: 62.9.0 dependency-type: direct:development update-type: version-update:semver-minor 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: undici dependency-version: 7.24.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 13bc1c9e..f5606ac1 100644 --- a/package.json +++ b/package.json @@ -81,20 +81,20 @@ "@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", + "esbuild": "0.27.5", + "eslint-plugin-jsdoc": "62.9.0", "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", + "undici": "7.24.7", "vite": "8.0.5" }, "dependencies": {