Skip to content

Commit 66d5f68

Browse files
build(deps): bump the npm group across 1 directory with 6 updates
Bumps the npm group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.10.9` | `1.11.1` | | [google-protobuf](https://github.com/protocolbuffers/protobuf-javascript) | `3.21.2` | `3.21.4` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `5.62.0` | `7.16.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `5.62.0` | `7.16.1` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.7.0` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.3` | Updates `@grpc/grpc-js` from 1.10.9 to 1.11.1 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.9...@grpc/grpc-js@1.11.1) Updates `google-protobuf` from 3.21.2 to 3.21.4 - [Release notes](https://github.com/protocolbuffers/protobuf-javascript/releases) - [Changelog](https://github.com/protocolbuffers/protobuf-javascript/blob/main/protobuf_javascript_release.bzl) - [Commits](protocolbuffers/protobuf-javascript@v3.21.2...v3.21.4) Updates `@typescript-eslint/eslint-plugin` from 5.62.0 to 7.16.1 - [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.16.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 5.62.0 to 7.16.1 - [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.16.1/packages/parser) Updates `eslint` from 8.57.0 to 9.7.0 - [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.7.0) Updates `typescript` from 5.4.5 to 5.5.3 - [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.5...v5.5.3) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: google-protobuf dependency-type: direct:production 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: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 04a3cc5 commit 66d5f68

2 files changed

Lines changed: 189 additions & 231 deletions

File tree

package.json

Lines changed: 6 additions & 6 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.9",
30+
"@grpc/grpc-js": "^1.11.1",
3131
"@protobuf-ts/runtime": "^2.9.4",
3232
"@protobuf-ts/runtime-rpc": "^2.9.4",
33-
"google-protobuf": "^3.15.3"
33+
"google-protobuf": "^3.21.4"
3434
},
3535
"devDependencies": {
3636
"@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.16.1",
40+
"@typescript-eslint/parser": "^7.16.1",
41+
"eslint": "^9.7.0",
4242
"grpc-tools": "^1.11.2",
4343
"jasmine": "^5.1.0",
4444
"ts-node": "^10.9.2",
45-
"typescript": "^5.4"
45+
"typescript": "^5.5"
4646
}
4747
}

0 commit comments

Comments
 (0)