Skip to content

Commit

Permalink
Merge pull request #15 from ddadaal/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
ddadaal committed Jan 16, 2023
2 parents 5fc843d + 22f9636 commit 624361d
Show file tree
Hide file tree
Showing 9 changed files with 355 additions and 454 deletions.
8 changes: 8 additions & 0 deletions .changeset/dry-ligers-sneeze.md
@@ -0,0 +1,8 @@
---
"@ddadaal/tsgrpc-client": patch
"@ddadaal/tsgrpc-common": patch
"@ddadaal/tsgrpc-server": patch
"@ddadaal/tsgrpc-cli": patch
---

update deps
2 changes: 1 addition & 1 deletion example/package.json
Expand Up @@ -18,7 +18,7 @@
"@ddadaal/tsgrpc-client": "workspace:*",
"@ddadaal/tsgrpc-server": "workspace:*",
"@ddadaal/tsgrpc-common": "workspace:*",
"@grpc/grpc-js": "1.7.3",
"@grpc/grpc-js": "1.8.4",
"long": "*",
"protobufjs": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion example/tests/error.test.ts
Expand Up @@ -32,7 +32,7 @@ it("returns with statusCode", async () => {
expect(e.code).toBe(status.NOT_FOUND);
expect(e.message).toBe("5 NOT_FOUND: Not found");
expect(e.details).toBe("Not found");
expect(e.metadata.toJSON()).toEqual({ "details": ["123"]});
expect(e.metadata.toJSON().details).toEqual(["123"]);
}
});

Expand Down
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -8,23 +8,23 @@
"publish": "pnpm --filter \"!tsgrpc-example\" publish"
},
"devDependencies": {
"@changesets/cli": "2.25.2",
"@ddadaal/eslint-config": "1.8.0",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"eslint": "8.27.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "2.26.0",
"@changesets/cli": "2.26.0",
"@ddadaal/eslint-config": "1.9.0",
"@types/jest": "29.2.5",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"eslint": "8.32.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-import": "2.27.4",
"eslint-plugin-simple-import-sort": "8.0.0",
"jest": "29.3.1",
"jest-extended": "3.1.0",
"jest-extended": "3.2.3",
"rimraf": "4.0.7",
"ts-jest": "29.0.3",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"tsc-alias": "1.7.1",
"typescript": "4.9.3"
"tsc-alias": "1.8.2",
"typescript": "4.9.4"
},
"packageManager": "pnpm@7.16.1"
"packageManager": "pnpm@7.25.0"
}
10 changes: 5 additions & 5 deletions packages/cli/package.json
Expand Up @@ -21,17 +21,17 @@
"url": "https://github.com/ddadaal/tsgrpc/issues"
},
"dependencies": {
"glob": "8.0.3",
"grpc-tools": "1.11.3",
"glob": "8.1.0",
"grpc-tools": "1.12.3",
"rimraf": "4.0.7",
"ts-proto": "1.132.1",
"ts-proto": "1.138.0",
"tslib": "2.4.1",
"yargs": "17.6.2",
"zod": "3.19.1"
"zod": "3.20.2"
},
"devDependencies": {
"@types/glob": "8.0.0",
"@types/yargs": "17.0.13"
"@types/yargs": "17.0.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -20,7 +20,7 @@
"@grpc/grpc-js": ">=1.7.0"
},
"devDependencies": {
"@grpc/grpc-js": "1.7.3"
"@grpc/grpc-js": "1.8.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Expand Up @@ -17,7 +17,7 @@
"tslib": "2.4.1"
},
"devDependencies": {
"@grpc/grpc-js": "1.7.3"
"@grpc/grpc-js": "1.8.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Expand Up @@ -15,15 +15,15 @@
},
"license": "MIT",
"dependencies": {
"pino": "8.7.0",
"pino": "8.8.0",
"tslib": "2.4.1",
"@ddadaal/tsgrpc-common": "workspace:*"
},
"peerDependencies": {
"@grpc/grpc-js": ">=1.7.0"
},
"devDependencies": {
"@grpc/grpc-js": "1.7.3"
"@grpc/grpc-js": "1.8.4"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 624361d

Please sign in to comment.