Skip to content

Commit 690265b

Browse files
Bump the minor-and-patch group with 5 updates
Bumps the minor-and-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.12.3` | `1.12.4` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.1` | `22.10.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.17.0` | `8.18.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.17.0` | `8.18.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.6.0` | `50.6.1` | Updates `@grpc/grpc-js` from 1.12.3 to 1.12.4 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]) Updates `@types/node` from 22.10.1 to 22.10.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.17.0 to 8.18.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.18.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.17.0 to 8.18.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.18.0/packages/parser) Updates `eslint-plugin-jsdoc` from 50.6.0 to 50.6.1 - [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.6.0...v50.6.1) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch 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-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dbd589e commit 690265b

File tree

2 files changed

+73
-91
lines changed

2 files changed

+73
-91
lines changed

package-lock.json

Lines changed: 68 additions & 86 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
@@ -35,13 +35,13 @@
3535
"devDependencies": {
3636
"@types/google-protobuf": "^3.15.12",
3737
"@types/jest": "^29.5.14",
38-
"@types/node": "^22.10.1",
39-
"@typescript-eslint/eslint-plugin": "^8.17.0",
40-
"@typescript-eslint/parser": "^8.17.0",
38+
"@types/node": "^22.10.2",
39+
"@typescript-eslint/eslint-plugin": "^8.18.0",
40+
"@typescript-eslint/parser": "^8.18.0",
4141
"eslint": "^9.16.0",
4242
"eslint-plugin-import": "^2.31.0",
4343
"eslint-plugin-jest": "^28.9.0",
44-
"eslint-plugin-jsdoc": "^50.6.0",
44+
"eslint-plugin-jsdoc": "^50.6.1",
4545
"eslint-plugin-jsx-a11y": "^6.10.2",
4646
"eslint-plugin-no-null": "^1.0.2",
4747
"eslint-plugin-prefer-arrow": "^1.2.3",
@@ -60,7 +60,7 @@
6060
"typescript": "^5.7.2"
6161
},
6262
"dependencies": {
63-
"@grpc/grpc-js": "^1.12.3",
63+
"@grpc/grpc-js": "^1.12.4",
6464
"@types/url-parse": "^1.4.11",
6565
"@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
6666
"dgraph-js": "^21.3.1",

0 commit comments

Comments
 (0)