From c2881562d090c7cbacc542468667ea334e678496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 07:06:55 +0000 Subject: [PATCH] chore(deps): bump the npm group across 2 directories with 9 updates Updates the requirements on [@grpc/grpc-js](https://github.com/grpc/grpc-node), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint), [grpc-tools](https://github.com/grpc/grpc-node), [prettier](https://github.com/prettier/prettier), [rollup](https://github.com/rollup/rollup) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) to permit the latest version. Updates `@grpc/grpc-js` to 1.14.3 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.14.1...@grpc/grpc-js@1.14.3) Updates `@eslint/js` to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js) Updates `@typescript-eslint/eslint-plugin` to 8.51.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.51.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` to 8.51.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.51.0/packages/parser) Updates `eslint` to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.1...v9.39.2) Updates `grpc-tools` to 1.13.1 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/grpc-tools@1.13.1...grpc-tools@1.13.1) Updates `prettier` to 3.7.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.7.3...3.7.4) Updates `rollup` to 4.54.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.53.3...v4.54.0) Updates `vitest` to 4.0.16 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.16/packages/vitest) Updates `@grpc/grpc-js` to 1.14.3 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.14.1...@grpc/grpc-js@1.14.3) Updates `grpc-tools` to 1.13.1 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/grpc-tools@1.13.1...grpc-tools@1.13.1) Updates `vitest` to 4.0.16 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.16/packages/vitest) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-version: 1.14.3 dependency-type: direct:production dependency-group: npm - dependency-name: "@eslint/js" dependency-version: 9.39.2 dependency-type: direct:development dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.51.0 dependency-type: direct:development dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-version: 8.51.0 dependency-type: direct:development dependency-group: npm - dependency-name: eslint dependency-version: 9.39.2 dependency-type: direct:development dependency-group: npm - dependency-name: grpc-tools dependency-version: 1.13.1 dependency-type: direct:development dependency-group: npm - dependency-name: prettier dependency-version: 3.7.4 dependency-type: direct:development dependency-group: npm - dependency-name: rollup dependency-version: 4.54.0 dependency-type: direct:development dependency-group: npm - dependency-name: vitest dependency-version: 4.0.16 dependency-type: direct:development dependency-group: npm - dependency-name: "@grpc/grpc-js" dependency-version: 1.14.3 dependency-type: direct:production dependency-group: npm - dependency-name: grpc-tools dependency-version: 1.13.1 dependency-type: direct:development dependency-group: npm - dependency-name: vitest dependency-version: 4.0.16 dependency-type: direct:development dependency-group: npm ... Signed-off-by: dependabot[bot] --- js-dist/package.json | 6 +++--- package.json | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/js-dist/package.json b/js-dist/package.json index 9f02fd3..f222ae0 100644 --- a/js-dist/package.json +++ b/js-dist/package.json @@ -22,11 +22,11 @@ "only-run-tests": "vitest" }, "dependencies": { - "@grpc/grpc-js": "^1.14.1", + "@grpc/grpc-js": "^1.14.3", "google-protobuf": "^4.0.1" }, "devDependencies": { - "grpc-tools": "^1.13.0", - "vitest": "^4.0.14" + "grpc-tools": "^1.13.1", + "vitest": "^4.0.16" } } diff --git a/package.json b/package.json index bf8478e..5ee73ee 100644 --- a/package.json +++ b/package.json @@ -43,24 +43,24 @@ "build-js-client": "tsc --declaration false --outDir js-dist" }, "dependencies": { - "@grpc/grpc-js": "^1.14.1", + "@grpc/grpc-js": "^1.14.3", "@protobuf-ts/runtime": "^2.11.1", "@protobuf-ts/runtime-rpc": "^2.11.1", "google-protobuf": "^4.0.1" }, "devDependencies": { "@eslint/eslintrc": "^3.3.3", - "@eslint/js": "^9.39.1", + "@eslint/js": "^9.39.2", "@protobuf-ts/plugin": "^2.11.1", "@tsconfig/node18": "^18.2.6", - "@typescript-eslint/eslint-plugin": "^8.48.0", - "@typescript-eslint/parser": "^8.48.0", - "eslint": "^9.39.1", - "grpc-tools": "^1.13.0", - "prettier": "^3.7.3", - "rollup": "^4.53.3", + "@typescript-eslint/eslint-plugin": "^8.51.0", + "@typescript-eslint/parser": "^8.51.0", + "eslint": "^9.39.2", + "grpc-tools": "^1.13.1", + "prettier": "^3.7.4", + "rollup": "^4.54.0", "tsc-esm-fix": "^3.1.2", "typescript": "^5.9", - "vitest": "^4.0.14" + "vitest": "^4.0.16" } }