Skip to content

Commit 30ea07a

Browse files
build(deps-dev): bump the npm-development group with 5 updates
Bumps the npm-development group with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.10` | `22.13.13` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.26.1` | `8.28.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.26.1` | `8.28.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.3` | `5.2.4` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.6` | `29.3.0` | Updates `@types/node` from 22.13.10 to 22.13.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.26.1 to 8.28.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.28.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.26.1 to 8.28.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.28.0/packages/parser) Updates `eslint-plugin-prettier` from 5.2.3 to 5.2.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.2.3...v5.2.4) Updates `ts-jest` from 29.2.6 to 29.3.0 - [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.6...v29.3.0) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c73df3a commit 30ea07a

File tree

2 files changed

+90
-76
lines changed

2 files changed

+90
-76
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,20 @@
7777
"@github/local-action": "^3.1.1",
7878
"@jest/globals": "^29.7.0",
7979
"@types/jest": "^29.5.14",
80-
"@types/node": "^22.13.10",
81-
"@typescript-eslint/eslint-plugin": "^8.26.1",
82-
"@typescript-eslint/parser": "^8.26.1",
80+
"@types/node": "^22.13.13",
81+
"@typescript-eslint/eslint-plugin": "^8.28.0",
82+
"@typescript-eslint/parser": "^8.28.0",
8383
"@vercel/ncc": "^0.38.3",
8484
"eslint": "^8.57.0",
8585
"eslint-plugin-jest": "^28.11.0",
8686
"eslint-plugin-jsonc": "^2.19.1",
87-
"eslint-plugin-prettier": "^5.2.3",
87+
"eslint-plugin-prettier": "^5.2.4",
8888
"jest": "^29.7.0",
8989
"make-coverage-badge": "^1.2.0",
9090
"nock": "^14.0.1",
9191
"prettier": "^3.5.3",
9292
"prettier-eslint": "^16.3.0",
93-
"ts-jest": "^29.2.6",
93+
"ts-jest": "^29.3.0",
9494
"typescript": "^5.8.2"
9595
}
9696
}

0 commit comments

Comments
 (0)