Skip to content

Commit 12dc214

Browse files
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 | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.3` | `25.0.7` | | [@types/wicg-file-system-access](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/wicg-file-system-access) | `2023.10.5` | `2023.10.7` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `29.2.1` | `29.12.1` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `61.5.0` | `62.0.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.49.0` | `8.53.0` | Updates `@types/node` from 24.10.3 to 25.0.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/wicg-file-system-access` from 2023.10.5 to 2023.10.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/wicg-file-system-access) Updates `eslint-plugin-jest` from 29.2.1 to 29.12.1 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v29.2.1...v29.12.1) Updates `eslint-plugin-jsdoc` from 61.5.0 to 62.0.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v61.5.0...v62.0.0) Updates `typescript-eslint` from 8.49.0 to 8.53.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.0.7 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: "@types/wicg-file-system-access" dependency-version: 2023.10.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: eslint-plugin-jest dependency-version: 29.12.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: eslint-plugin-jsdoc dependency-version: 62.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: typescript-eslint dependency-version: 8.53.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7c6a59 commit 12dc214

File tree

2 files changed

+219
-71
lines changed

2 files changed

+219
-71
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
"homepage": "https://github.com/noahm/simfile-parser#readme",
4545
"devDependencies": {
4646
"@types/jest": "^30.0.0",
47-
"@types/node": "^24.0.0",
47+
"@types/node": "^25.0.7",
4848
"@types/wicg-file-system-access": "^2023.10.1",
4949
"confusing-browser-globals": "^1.0.11",
5050
"eslint": "^9.39.0",
5151
"eslint-config-prettier": "^10.1.0",
5252
"eslint-plugin-jest": "^29.2.0",
53-
"eslint-plugin-jsdoc": "^61.5.0",
53+
"eslint-plugin-jsdoc": "^62.0.0",
5454
"eslint-plugin-prettier": "^5.5.4",
5555
"jest": "^30.0.0",
5656
"prettier": "^3.7.1",

0 commit comments

Comments
 (0)