Skip to content

Commit 9859fd8

Browse files
Bump the npm group across 2 directories with 4 updates (#674)
Bumps the npm group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [ts-jest](https://github.com/kulshekhar/ts-jest), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib). Bumps the npm group with 2 updates in the /test directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib). Updates `@types/node` from 24.3.2 to 24.5.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `ts-jest` from 29.4.1 to 29.4.2 - [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.1...v29.4.2) Updates `typescript-eslint` from 8.43.0 to 8.44.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.0/packages/typescript-eslint) Updates `aws-cdk-lib` from 2.214.0 to 2.215.0 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.215.0/packages/aws-cdk-lib) Updates `@types/node` from 24.3.2 to 24.5.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `aws-cdk-lib` from 2.214.0 to 2.215.0 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.215.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: ts-jest dependency-version: 29.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: typescript-eslint dependency-version: 8.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: aws-cdk-lib dependency-version: 2.215.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@types/node" dependency-version: 24.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: aws-cdk-lib dependency-version: 2.215.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a10c96a commit 9859fd8

3 files changed

Lines changed: 230 additions & 109 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"@stylistic/eslint-plugin-js": "^4.4.1",
3434
"@stylistic/eslint-plugin-plus": "^4.4.1",
3535
"@stylistic/eslint-plugin-ts": "^4.4.1",
36-
"@types/node": "^24.4.0",
36+
"@types/node": "^24.5.0",
3737
"@vercel/ncc": "^0.38.3",
3838
"eslint": "^9.35.0",
3939
"eslint-plugin-github": "^6.0.0",
4040
"js-yaml": "^4.1.0",
4141
"pnpm": "^10.16.1",
42-
"ts-jest": "^29.4.1",
42+
"ts-jest": "^29.4.2",
4343
"typescript": "^5.9.2",
44-
"typescript-eslint": "^8.43.0"
44+
"typescript-eslint": "^8.44.0"
4545
},
4646
"packageManager": "pnpm@10.16.1"
4747
}

0 commit comments

Comments
 (0)