Skip to content

Commit 76020d7

Browse files
chore: bump the development-dependencies group across 1 directory with 7 updates
Bumps the development-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.5.0` | `19.6.0` | | [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.5.0` | `19.6.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.0` | `22.9.1` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.4.3` | `50.5.0` | | [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` | | [release-please](https://github.com/googleapis/release-please) | `16.14.3` | `16.15.0` | | [undici](https://github.com/nodejs/undici) | `6.20.1` | `6.21.0` | Updates `@commitlint/cli` from 19.5.0 to 19.6.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.0/@commitlint/cli) Updates `@commitlint/config-conventional` from 19.5.0 to 19.6.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.0/@commitlint/config-conventional) Updates `@types/node` from 22.9.0 to 22.9.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-jsdoc` from 50.4.3 to 50.5.0 - [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@v50.4.3...v50.5.0) Updates `husky` from 9.1.6 to 9.1.7 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v9.1.6...v9.1.7) Updates `release-please` from 16.14.3 to 16.15.0 - [Release notes](https://github.com/googleapis/release-please/releases) - [Changelog](https://github.com/googleapis/release-please/blob/main/CHANGELOG.md) - [Commits](googleapis/release-please@v16.14.3...v16.15.0) Updates `undici` from 6.20.1 to 6.21.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.20.1...v6.21.0) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: release-please dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: undici dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 015c5d8 commit 76020d7

File tree

3 files changed

+47
-47
lines changed

3 files changed

+47
-47
lines changed

package-lock.json

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@
3030
"devDependencies": {
3131
"@babel/core": "^7.26.0",
3232
"@babel/eslint-parser": "^7.25.9",
33-
"@commitlint/cli": "^19.5.0",
34-
"@commitlint/config-conventional": "^19.5.0",
33+
"@commitlint/cli": "^19.6.0",
34+
"@commitlint/config-conventional": "^19.6.0",
3535
"@financial-times/eslint-config-next": "^7.1.0",
3636
"@types/jest": "^29.5.14",
37-
"@types/node": "^22.9.0",
37+
"@types/node": "^22.9.1",
3838
"eslint": "^8.57.0",
39-
"eslint-plugin-jsdoc": "^50.4.3",
39+
"eslint-plugin-jsdoc": "^50.5.0",
4040
"eslint-plugin-prettier": "^5.2.1",
41-
"husky": "^9.1.6",
41+
"husky": "^9.1.7",
4242
"jest": "^29.7.0",
4343
"lint-staged": "^15.2.10",
4444
"prettier": "^3.3.3",
45-
"release-please": "^16.14.3",
45+
"release-please": "^16.15.0",
4646
"typescript": "^5.6.3"
4747
},
4848
"engines": {

packages/fetch-error-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"express": "^4.21.1",
2525
"node-fetch-1": "npm:node-fetch@^1.7.3",
2626
"node-fetch-2": "npm:node-fetch@^2.7.0",
27-
"undici": "^6.20.1"
27+
"undici": "^6.21.0"
2828
}
2929
}

0 commit comments

Comments
 (0)