Skip to content

Commit 485bb3f

Browse files
chore(deps-dev): bump the development-dependencies group across 1 directory with 5 updates (#738)
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](stylelint-stylistic/stylelint-stylistic@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](evanw/esbuild@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](gajus/eslint-plugin-jsdoc@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](stylelint/stylelint@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](nodejs/undici@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64b36b1 commit 485bb3f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,20 @@
8181
"@openally/config.typescript": "1.3.0",
8282
"@openally/httpie": "1.1.2",
8383
"@playwright/test": "^1.50.0",
84-
"@stylistic/stylelint-plugin": "5.0.1",
84+
"@stylistic/stylelint-plugin": "5.1.0",
8585
"@types/node": "25.5.0",
8686
"c8": "11.0.0",
8787
"cross-env": "^10.1.0",
88-
"esbuild": "0.27.4",
89-
"eslint-plugin-jsdoc": "62.8.0",
88+
"esbuild": "0.27.5",
89+
"eslint-plugin-jsdoc": "62.9.0",
9090
"pkg-ok": "^3.0.0",
9191
"postcss-lit": "1.4.1",
9292
"pretty-bytes": "^7.0.0",
9393
"rimraf": "6.1.3",
94-
"stylelint": "17.5.0",
94+
"stylelint": "17.6.0",
9595
"stylelint-config-standard": "40.0.0",
9696
"typescript": "^6.0.2",
97-
"undici": "7.24.6",
97+
"undici": "7.24.7",
9898
"vite": "8.0.5"
9999
},
100100
"dependencies": {

0 commit comments

Comments
 (0)