Skip to content

Commit c7c40af

Browse files
build(deps): bump the npm group across 1 directory with 9 updates
Bumps the npm group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.10.4` | `1.10.7` | | [@protobuf-ts/runtime](https://github.com/timostamm/protobuf-ts/tree/HEAD/packages/runtime) | `2.9.3` | `2.9.4` | | [@protobuf-ts/runtime-rpc](https://github.com/timostamm/protobuf-ts/tree/HEAD/packages/runtime-rpc) | `2.9.3` | `2.9.4` | | [@protobuf-ts/plugin](https://github.com/timostamm/protobuf-ts/tree/HEAD/packages/plugin) | `2.9.3` | `2.9.4` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `5.62.0` | `7.8.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `5.58.0` | `7.8.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.1.1` | | [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` | Updates `@grpc/grpc-js` from 1.10.4 to 1.10.7 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.4...@grpc/grpc-js@1.10.7) Updates `@protobuf-ts/runtime` from 2.9.3 to 2.9.4 - [Release notes](https://github.com/timostamm/protobuf-ts/releases) - [Commits](https://github.com/timostamm/protobuf-ts/commits/v2.9.4/packages/runtime) Updates `@protobuf-ts/runtime-rpc` from 2.9.3 to 2.9.4 - [Release notes](https://github.com/timostamm/protobuf-ts/releases) - [Commits](https://github.com/timostamm/protobuf-ts/commits/v2.9.4/packages/runtime-rpc) Updates `@protobuf-ts/plugin` from 2.9.3 to 2.9.4 - [Release notes](https://github.com/timostamm/protobuf-ts/releases) - [Commits](https://github.com/timostamm/protobuf-ts/commits/v2.9.4/packages/plugin) Updates `@typescript-eslint/eslint-plugin` from 5.62.0 to 7.8.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/v7.8.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 5.58.0 to 7.8.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/v7.8.0/packages/parser) Updates `eslint` from 8.57.0 to 9.1.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.1.1) Updates `ts-node` from 10.9.1 to 10.9.2 - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md) - [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2) Updates `typescript` from 5.4.3 to 5.4.5 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.4.3...v5.4.5) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@protobuf-ts/runtime" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@protobuf-ts/runtime-rpc" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@protobuf-ts/plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: ts-node dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 182c2f4 commit c7c40af

2 files changed

Lines changed: 258 additions & 297 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
2727
"build-js-client": "tsc --target es2018 --declaration false --outDir js-dist"
2828
},
2929
"dependencies": {
30-
"@grpc/grpc-js": "^1.10.4",
31-
"@protobuf-ts/runtime": "^2.9.3",
32-
"@protobuf-ts/runtime-rpc": "^2.8.1",
30+
"@grpc/grpc-js": "^1.10.7",
31+
"@protobuf-ts/runtime": "^2.9.4",
32+
"@protobuf-ts/runtime-rpc": "^2.9.4",
3333
"google-protobuf": "^3.15.3"
3434
},
3535
"devDependencies": {
36-
"@protobuf-ts/plugin": "^2.9.3",
36+
"@protobuf-ts/plugin": "^2.9.4",
3737
"@types/jasmine": "^5.1.4",
3838
"@types/jest": "^29.5.12",
39-
"@typescript-eslint/eslint-plugin": "^5.62.0",
40-
"@typescript-eslint/parser": "^5.1.0",
41-
"eslint": "^8.57.0",
39+
"@typescript-eslint/eslint-plugin": "^7.8.0",
40+
"@typescript-eslint/parser": "^7.8.0",
41+
"eslint": "^9.1.1",
4242
"grpc-tools": "^1.11.2",
4343
"jasmine": "^5.1.0",
44-
"ts-node": "^10.9.1",
44+
"ts-node": "^10.9.2",
4545
"typescript": "^5.4"
4646
}
4747
}

0 commit comments

Comments
 (0)