Skip to content

Commit 9ac5412

Browse files
dependabot[bot]mangalaman93
authored andcommitted
Bump the minor-and-patch group with 5 updates
Bumps the minor-and-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.1` | `22.10.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.15.0` | `8.16.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.15.0` | `8.16.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.5.0` | `50.6.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` | Updates `@types/node` from 22.9.1 to 22.10.0 - [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.15.0 to 8.16.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.16.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.15.0 to 8.16.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.16.0/packages/parser) Updates `eslint-plugin-jsdoc` from 50.5.0 to 50.6.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v50.5.0...v50.6.0) Updates `typescript` from 5.6.3 to 5.7.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.6.3...v5.7.2) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1960220 commit 9ac5412

File tree

2 files changed

+87
-71
lines changed

2 files changed

+87
-71
lines changed

package-lock.json

+82-66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
"devDependencies": {
3636
"@types/google-protobuf": "^3.15.12",
3737
"@types/jest": "^29.5.14",
38-
"@types/node": "^22.9.1",
39-
"@typescript-eslint/eslint-plugin": "^8.15.0",
40-
"@typescript-eslint/parser": "^8.15.0",
38+
"@types/node": "^22.10.0",
39+
"@typescript-eslint/eslint-plugin": "^8.16.0",
40+
"@typescript-eslint/parser": "^8.16.0",
4141
"eslint": "^8.57.1",
4242
"eslint-plugin-import": "^2.31.0",
4343
"eslint-plugin-jest": "^28.9.0",
44-
"eslint-plugin-jsdoc": "^50.5.0",
44+
"eslint-plugin-jsdoc": "^50.6.0",
4545
"eslint-plugin-jsx-a11y": "^6.10.2",
4646
"eslint-plugin-no-null": "^1.0.2",
4747
"eslint-plugin-prefer-arrow": "^1.2.3",
@@ -57,7 +57,7 @@
5757
"ts-jest": "^29.2.5",
5858
"ts-protoc-gen": "^0.15.0",
5959
"tslint": "^6.1.3",
60-
"typescript": "^5.6.3"
60+
"typescript": "^5.7.2"
6161
},
6262
"dependencies": {
6363
"@grpc/grpc-js": "^1.12.2",

0 commit comments

Comments
 (0)