chore(deps-dev): Bump the dev-dependencies group across 1 directory with 5 updates

Bumps the dev-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@semantic-release/npm](https://github.com/semantic-release/npm) | `12.0.2` | `13.1.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.6.2` | `24.8.1` |
| [eslint](https://github.com/eslint/eslint) | `9.37.0` | `9.38.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `60.8.1` | `61.1.4` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `24.2.9` | `25.0.1` |



Updates `@semantic-release/npm` from 12.0.2 to 13.1.1
- [Release notes](https://github.com/semantic-release/npm/releases)
- [Commits](https://github.com/semantic-release/npm/compare/v12.0.2...v13.1.1)

Updates `@types/node` from 24.6.2 to 24.8.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint` from 9.37.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v9.37.0...v9.38.0)

Updates `eslint-plugin-jsdoc` from 60.8.1 to 61.1.4
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v60.8.1...v61.1.4)

Updates `semantic-release` from 24.2.9 to 25.0.1
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v24.2.9...v25.0.1)

---
updated-dependencies:
- dependency-name: "@semantic-release/npm"
  dependency-version: 13.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 61.1.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: semantic-release
  dependency-version: 25.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-20 04:42:45 +00:00
committed by GitHub
parent 3b5dafeda9
commit aebbf175d3
2 changed files with 887 additions and 892 deletions

1769
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -56,16 +56,16 @@
"devDependencies": {
"@commander-js/extra-typings": "14.0.0",
"@eslint/js": "9.37.0",
"@semantic-release/npm": "12.0.2",
"@types/node": "24.6.2",
"@semantic-release/npm": "13.1.1",
"@types/node": "24.8.1",
"conventional-changelog-conventionalcommits": "9.1.0",
"eslint": "9.37.0",
"eslint-plugin-jsdoc": "60.8.1",
"eslint": "9.38.0",
"eslint-plugin-jsdoc": "61.1.4",
"eslint-plugin-tsdoc": "0.4.0",
"prettier": "3.6.2",
"prettier-plugin-jsdoc": "1.3.3",
"prettier-plugin-organize-imports": "4.3.0",
"semantic-release": "24.2.9",
"semantic-release": "25.0.1",
"tsup": "8.5.0",
"tsx": "4.20.6",
"typescript": "5.9.3",