Skip to content

Commit e2bd58a

Browse files
chore(deps-dev): bump the dev-dependencies group with 3 updates (#592)
Bumps the dev-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [type-fest](https://github.com/sindresorhus/type-fest). Updates `@types/node` from 25.1.0 to 25.2.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-jest` from 29.12.1 to 29.12.2 - [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.12.1...v29.12.2) Updates `type-fest` from 5.4.2 to 5.4.3 - [Release notes](https://github.com/sindresorhus/type-fest/releases) - [Commits](sindresorhus/type-fest@v5.4.2...v5.4.3) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-plugin-jest dependency-version: 29.12.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: type-fest dependency-version: 5.4.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d032d7d commit e2bd58a

2 files changed

Lines changed: 20 additions & 27 deletions

File tree

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
"devDependencies": {
4949
"@octokit/webhooks-types": "^7.6.1",
5050
"@types/jest": "^30.0.0",
51-
"@types/node": "^25.1.0",
51+
"@types/node": "^25.2.1",
5252
"@typescript-eslint/eslint-plugin": "^8.54.0",
5353
"@typescript-eslint/parser": "^8.53.1",
5454
"esbuild": "^0.27.3",
5555
"eol-converter-cli": "^1.1.0",
5656
"eslint": "^9.39.2",
5757
"eslint-config-prettier": "^10.1.8",
58-
"eslint-plugin-jest": "^29.12.1",
58+
"eslint-plugin-jest": "^29.12.2",
5959
"eslint-plugin-node": "^11.1.0",
6060
"eslint-plugin-prettier": "^5.5.5",
6161
"husky": "^9.1.7",
@@ -66,7 +66,7 @@
6666
"prettier-plugin-organize-imports": "^4.3.0",
6767
"pretty-quick": "^4.2.2",
6868
"ts-jest": "^29.4.6",
69-
"type-fest": "^5.4.2",
69+
"type-fest": "^5.4.3",
7070
"typescript": "^5.9.3"
7171
},
7272
"engines": {

0 commit comments

Comments
 (0)