Skip to content

Commit 5e91846

Browse files
Bump the npm-development group across 1 directory with 3 updates
Bumps the npm-development group with 3 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [ts-jest](https://github.com/kulshekhar/ts-jest). Updates `@types/node` from 22.0.0 to 22.1.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-jest` from 28.6.0 to 28.8.0 - [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@v28.6.0...v28.8.0) Updates `ts-jest` from 29.2.3 to 29.2.4 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.2.3...v29.2.4) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e6c0b6 commit 5e91846

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package-lock.json

Lines changed: 18 additions & 18 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
@@ -71,20 +71,20 @@
7171
"devDependencies": {
7272
"@jest/globals": "^29.7.0",
7373
"@types/jest": "^29.5.12",
74-
"@types/node": "^22.0.0",
74+
"@types/node": "^22.1.0",
7575
"@typescript-eslint/eslint-plugin": "^7.17.0",
7676
"@typescript-eslint/parser": "^7.18.0",
7777
"@vercel/ncc": "^0.38.1",
7878
"eslint": "^8.57.0",
7979
"eslint-plugin-github": "^5.0.1",
80-
"eslint-plugin-jest": "^28.6.0",
80+
"eslint-plugin-jest": "^28.8.0",
8181
"eslint-plugin-jsonc": "^2.16.0",
8282
"eslint-plugin-prettier": "^5.2.1",
8383
"jest": "^29.7.0",
8484
"make-coverage-badge": "^1.2.0",
8585
"prettier": "^3.3.3",
8686
"prettier-eslint": "^16.3.0",
87-
"ts-jest": "^29.2.3",
87+
"ts-jest": "^29.2.4",
8888
"typescript": "^5.5.4"
8989
}
9090
}

0 commit comments

Comments
 (0)