Skip to content

Commit 1234275

Browse files
build(deps-dev): bump the npm-development group with 5 updates (#403)
Bumps the npm-development group with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.4.0` | `24.5.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.44.0` | `8.44.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.44.0` | `8.44.1` | | [@vercel/ncc](https://github.com/vercel/ncc) | `0.38.3` | `0.38.4` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.2` | `29.4.4` | Updates `@types/node` from 24.4.0 to 24.5.2 - [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.44.0 to 8.44.1 - [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.44.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.44.0 to 8.44.1 - [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.44.1/packages/parser) Updates `@vercel/ncc` from 0.38.3 to 0.38.4 - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](vercel/ncc@0.38.3...0.38.4) Updates `ts-jest` from 29.4.2 to 29.4.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.4.2...v29.4.4) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.5.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.44.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@typescript-eslint/parser" dependency-version: 8.44.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@vercel/ncc" dependency-version: 0.38.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: ts-jest dependency-version: 29.4.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ec13e0 commit 1234275

File tree

2 files changed

+76
-75
lines changed

2 files changed

+76
-75
lines changed

package-lock.json

Lines changed: 72 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"devDependencies": {
4444
"@jest/globals": "^30.1.2",
4545
"@types/jest": "^30.0.0",
46-
"@types/node": "^24.4.0",
47-
"@typescript-eslint/eslint-plugin": "^8.44.0",
46+
"@types/node": "^24.5.2",
47+
"@typescript-eslint/eslint-plugin": "^8.44.1",
4848
"@typescript-eslint/parser": "^8.39.1",
49-
"@vercel/ncc": "^0.38.3",
49+
"@vercel/ncc": "^0.38.4",
5050
"eslint": "^8.57.1",
5151
"eslint-plugin-github": "^5.1.8",
5252
"eslint-plugin-jest": "^28.13.0",
@@ -55,7 +55,7 @@
5555
"jest": "^30.1.3",
5656
"prettier": "^3.6.2",
5757
"prettier-eslint": "^16.4.2",
58-
"ts-jest": "^29.4.2",
58+
"ts-jest": "^29.4.4",
5959
"typescript": "^5.9.2"
6060
},
6161
"jest": {

0 commit comments

Comments
 (0)