Skip to content

Commit bb8191f

Browse files
dependabot[bot]matejchalk
authored andcommitted
Bump the npm-development group across 1 directory with 4 updates
Bumps the npm-development group with 4 updates in the / directory: [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-github](https://github.com/github/eslint-plugin-github) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/jest` from 29.5.12 to 29.5.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `@types/node` from 22.5.4 to 22.5.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-github` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v5.0.1...v5.0.2) Updates `typescript` from 5.5.4 to 5.6.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.4...v5.6.2) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1663cc commit bb8191f

File tree

2 files changed

+219
-22
lines changed

2 files changed

+219
-22
lines changed

package-lock.json

Lines changed: 215 additions & 18 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
@@ -79,13 +79,13 @@
7979
"@code-pushup/coverage-plugin": "^0.50.0",
8080
"@code-pushup/eslint-plugin": "^0.50.0",
8181
"@code-pushup/js-packages-plugin": "^0.50.0",
82-
"@types/jest": "^29.5.12",
83-
"@types/node": "^22.5.4",
82+
"@types/jest": "^29.5.13",
83+
"@types/node": "^22.5.5",
8484
"@typescript-eslint/eslint-plugin": "^7.18.0",
8585
"@typescript-eslint/parser": "^7.18.0",
8686
"@vercel/ncc": "^0.38.1",
8787
"eslint": "^8.57.0",
88-
"eslint-plugin-github": "^5.0.1",
88+
"eslint-plugin-github": "^5.0.2",
8989
"eslint-plugin-jest": "^28.8.3",
9090
"eslint-plugin-jsonc": "^2.16.0",
9191
"eslint-plugin-prettier": "^5.2.1",
@@ -96,6 +96,6 @@
9696
"prettier-eslint": "^16.3.0",
9797
"ts-jest": "^29.2.5",
9898
"type-fest": "^4.26.1",
99-
"typescript": "^5.5.4"
99+
"typescript": "^5.6.2"
100100
}
101101
}

0 commit comments

Comments
 (0)