Skip to content

Commit 6d8bd43

Browse files
chore(deps): bump the npm-dependencies group with 3 updates (#158)
Bumps the npm-dependencies group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). Updates `@typescript-eslint/eslint-plugin` from 8.56.1 to 8.57.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.56.1 to 8.57.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.0/packages/parser) Updates `jest` from 30.2.0 to 30.3.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.57.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.57.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: jest dependency-version: 30.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9af6dc8 commit 6d8bd43

2 files changed

Lines changed: 413 additions & 440 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"devDependencies": {
3636
"@babel/core": "^7.29.0",
3737
"@babel/eslint-parser": "^7.28.6",
38-
"@typescript-eslint/eslint-plugin": "^8.56.1",
39-
"@typescript-eslint/parser": "^8.56.1",
38+
"@typescript-eslint/eslint-plugin": "^8.57.0",
39+
"@typescript-eslint/parser": "^8.57.0",
4040
"eslint": "^9.39.2",
4141
"eslint-config-google": "^0.14.0",
4242
"eslint-config-prettier": "^10.1.8",
@@ -45,7 +45,7 @@
4545
"eslint-plugin-simple-import-sort": "^12.1.1",
4646
"highlight.js": "^11.11.1",
4747
"husky": "^9.1.7",
48-
"jest": "^30.2.0",
48+
"jest": "^30.3.0",
4949
"markdown-it": "^14.1.1",
5050
"marked": "^17.0.4",
5151
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)