Skip to content

Commit a0c0701

Browse files
build(deps): bump the misc group across 1 directory with 4 updates (#1851)
Bumps the misc group with 4 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint](https://github.com/eslint/eslint) and [ts-jest](https://github.com/kulshekhar/ts-jest). Updates `@eslint/js` from 9.26.0 to 9.27.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.27.0/packages/js) Updates `@types/node` from 22.15.18 to 22.15.19 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.26.0 to 9.27.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.26.0...v9.27.0) Updates `ts-jest` from 29.3.2 to 29.3.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.3.2...v29.3.4) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: misc - dependency-name: "@types/node" dependency-version: 22.15.19 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: misc - dependency-name: eslint dependency-version: 9.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: misc - dependency-name: ts-jest dependency-version: 29.3.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: misc ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc1028f commit a0c0701

File tree

2 files changed

+45
-567
lines changed

2 files changed

+45
-567
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@
4444
},
4545
"devDependencies": {
4646
"@types/jest": "29.5.14",
47-
"@types/node": "22.15.18",
47+
"@types/node": "22.15.19",
4848
"@typescript-eslint/eslint-plugin": "8.32.1",
4949
"@typescript-eslint/parser": "8.32.1",
50-
"eslint": "9.26.0",
50+
"eslint": "9.27.0",
5151
"eslint-config-prettier": "10.1.5",
5252
"eslint-plugin-jest": "28.11.0",
5353
"eslint-plugin-prettier": "5.4.0",
5454
"jest": "29.7.0",
5555
"jest-circus": "29.7.0",
5656
"prettier": "3.5.3",
5757
"rimraf": "6.0.1",
58-
"ts-jest": "29.3.2",
58+
"ts-jest": "29.3.4",
5959
"typescript": "5.8.3"
6060
}
6161
}

0 commit comments

Comments
 (0)