Skip to content

Commit eaab677

Browse files
chore(deps-dev): bump the regular group across 1 directory with 5 updates
Bumps the regular group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.29.0` | `9.30.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.4` | `24.0.7` | | [eslint](https://github.com/eslint/eslint) | `9.29.0` | `9.30.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `51.2.3` | `51.3.1` | | [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.6` | `0.28.7` | Updates `@eslint/js` from 9.29.0 to 9.30.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.30.0/packages/js) Updates `@types/node` from 24.0.4 to 24.0.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.29.0 to 9.30.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.29.0...v9.30.0) Updates `eslint-plugin-jsdoc` from 51.2.3 to 51.3.1 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v51.2.3...v51.3.1) Updates `typedoc` from 0.28.6 to 0.28.7 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.28.6...v0.28.7) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.30.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular - dependency-name: "@types/node" dependency-version: 24.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: regular - dependency-name: eslint dependency-version: 9.30.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular - dependency-name: eslint-plugin-jsdoc dependency-version: 51.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular - dependency-name: typedoc dependency-version: 0.28.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: regular ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent caffce5 commit eaab677

File tree

2 files changed

+132
-126
lines changed

2 files changed

+132
-126
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,23 @@
4545
"@commitlint/cli": "^19.8.1",
4646
"@commitlint/config-conventional": "^19.8.1",
4747
"@cspell/eslint-plugin": "^9.1.2",
48-
"@eslint/js": "^9.29.0",
48+
"@eslint/js": "^9.30.1",
4949
"@size-limit/preset-small-lib": "^11.2.0",
5050
"@size-limit/time": "^11.2.0",
51-
"@types/node": "^24.0.4",
51+
"@types/node": "^24.0.10",
5252
"bumpp": "^10.2.0",
5353
"changelogithub": "^13.16.0",
5454
"clean-publish": "^5.2.2",
55-
"eslint": "^9.29.0",
56-
"eslint-plugin-jsdoc": "^51.2.3",
55+
"eslint": "^9.30.1",
56+
"eslint-plugin-jsdoc": "^51.3.3",
5757
"eslint-plugin-perfectionist": "^4.15.0",
5858
"nano-staged": "^0.8.0",
5959
"neostandard": "^0.12.1",
6060
"p-limit": "^6.2.0",
6161
"simple-git-hooks": "^2.13.0",
6262
"size-limit": "^11.2.0",
6363
"tsdown": "^0.12.9",
64-
"typedoc": "^0.28.6",
64+
"typedoc": "^0.28.7",
6565
"typescript": "~5.8.3",
6666
"vitest": "^3.2.4"
6767
},

0 commit comments

Comments
 (0)