Skip to content

Commit 55e17ea

Browse files
build(deps): bump the npm group across 1 directory with 7 updates (#217)
* build(deps): bump the npm group across 1 directory with 7 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), [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.13.3 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.13.1...@grpc/grpc-js@1.13.3) Updates `@eslint/js` to 9.24.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.24.0/packages/js) Updates `@typescript-eslint/eslint-plugin` to 8.29.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/v8.29.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` to 8.29.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/v8.29.1/packages/parser) Updates `eslint` to 9.24.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.23.0...v9.24.0) Updates `rollup` to 4.40.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.37.0...v4.40.0) Updates `vitest` to 3.1.1 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.1/packages/vitest) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-version: 1.13.3 dependency-type: direct:production dependency-group: npm - dependency-name: "@eslint/js" dependency-version: 9.24.0 dependency-type: direct:development dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.29.1 dependency-type: direct:development dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-version: 8.29.1 dependency-type: direct:development dependency-group: npm - dependency-name: eslint dependency-version: 9.24.0 dependency-type: direct:development dependency-group: npm - dependency-name: rollup dependency-version: 4.40.0 dependency-type: direct:development dependency-group: npm - dependency-name: vitest dependency-version: 3.1.1 dependency-type: direct:development dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> * Update js-dist as well, add to dependabot --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tanner Stirrat <tstirrat@gmail.com>
1 parent 7fe4f4b commit 55e17ea

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
version: 2
22
updates:
33
- package-ecosystem: "npm" # See documentation for possible values
4-
directory: "/" # Location of package manifests
4+
directories:
5+
- "/" # Location of package manifests
6+
- "js-dist"
57
schedule:
68
interval: "monthly"
79
versioning-strategy: increase

js-dist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"only-run-tests": "vitest"
2323
},
2424
"dependencies": {
25-
"@grpc/grpc-js": "~1.13.1",
26-
"google-protobuf": "^3.15.3"
25+
"@grpc/grpc-js": "^1.13.3",
26+
"google-protobuf": "^3.21.4"
2727
},
2828
"devDependencies": {
2929
"grpc-tools": "^1.11.2",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,23 @@
3838
"build-js-client": "tsc --declaration false --outDir js-dist"
3939
},
4040
"dependencies": {
41-
"@grpc/grpc-js": "^1.13.1",
41+
"@grpc/grpc-js": "^1.13.3",
4242
"@protobuf-ts/runtime": "^2.9.6",
4343
"@protobuf-ts/runtime-rpc": "^2.9.6",
4444
"google-protobuf": "^3.21.4"
4545
},
4646
"devDependencies": {
4747
"@eslint/eslintrc": "^3.3.1",
48-
"@eslint/js": "^9.23.0",
48+
"@eslint/js": "^9.24.0",
4949
"@protobuf-ts/plugin": "^2.9.6",
5050
"@tsconfig/node18": "^18.2.4",
51-
"@typescript-eslint/eslint-plugin": "^8.28.0",
52-
"@typescript-eslint/parser": "^8.28.0",
53-
"eslint": "^9.23.0",
51+
"@typescript-eslint/eslint-plugin": "^8.29.1",
52+
"@typescript-eslint/parser": "^8.29.1",
53+
"eslint": "^9.24.0",
5454
"grpc-tools": "^1.13.0",
55-
"rollup": "^4.37.0",
55+
"rollup": "^4.40.0",
5656
"tsc-esm-fix": "^3.1.2",
5757
"typescript": "^5.8",
58-
"vitest": "^3.0.9"
58+
"vitest": "^3.1.1"
5959
}
6060
}

0 commit comments

Comments
 (0)