Skip to content

Commit

Permalink
Update dependencies (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikrsna-buf authored Dec 2, 2024
1 parent ff52cf2 commit e409055
Show file tree
Hide file tree
Showing 19 changed files with 1,843 additions and 4,641 deletions.
6,422 changes: 1,812 additions & 4,610 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
"copyrightHolder": "The Connect Authors"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@arethetypeswrong/cli": "^0.17.0",
"@bufbuild/license-header": "^0.0.4",
"@typescript-eslint/eslint-plugin": "^7.14.0",
"@typescript-eslint/parser": "^7.14.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.12.0",
"prettier": "^3.3.3",
"turbo": "^2.2.3",
"eslint-plugin-n": "^17.14.0",
"turbo": "^2.3.3",
"prettier": "^3.4.1",
"typescript": "5.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/connect-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@connectrpc/connect-node": "2.0.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241022.0",
"wrangler": "^3.84.1",
"wrangler": "^3.91.0",
"@cloudflare/workers-types": "^4.20241127.0",
"tsx": "^4.19.2",
"@connectrpc/connect-conformance": "^2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"tar-stream": "^3.1.7"
},
"devDependencies": {
"@bufbuild/buf": "^1.46.0",
"@bufbuild/buf": "^1.47.2",
"@bufbuild/protoc-gen-es": "^2.2.2",
"@types/debug": "^4.1.12",
"@types/node-forge": "^1.3.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"fast-glob": "3.3.2",
"jscodeshift": "17.1.1",
"semver": "^7.6.3",
"yaml": "^2.5.1"
"yaml": "^2.6.1"
},
"devDependencies": {
"@types/jscodeshift": "0.11.11",
"@types/jscodeshift": "0.12.0",
"@types/semver": "^7.5.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function t(
report: () => {},
},
{},
);
) as string | null;
}

describe("rename symbols using", () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@connectrpc/connect-conformance": "^2.0.0",
"@types/jasmine": "^5.0.0",
"@types/jasmine": "^5.1.5",
"jasmine": "^5.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/connect-web-bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint --max-warnings 0 ."
},
"dependencies": {
"@bufbuild/buf": "^1.46.0",
"@bufbuild/buf": "^1.47.2",
"@bufbuild/protobuf": "^2.2.0",
"@bufbuild/protoc-gen-es": "^2.2.2",
"@connectrpc/connect-web": "2.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/connect-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
}
},
"devDependencies": {
"@bufbuild/buf": "^1.46.0",
"@bufbuild/buf": "^1.47.2",
"@bufbuild/protoc-gen-es": "^2.2.2",
"@connectrpc/connect-conformance": "^2.0.0",
"@wdio/browserstack-service": "^9.2.8",
"@wdio/cli": "^9.2.8",
"@wdio/jasmine-framework": "^9.2.8",
"@wdio/local-runner": "^9.2.8",
"@wdio/jasmine-framework": "^9.4.1",
"@wdio/cli": "^9.4.1",
"@wdio/local-runner": "^9.4.1",
"@wdio/browserstack-service": "^9.4.1",
"jasmine": "^5.2.0",
"webdriverio": "^9.2.8"
"webdriverio": "^9.4.1"
},
"peerDependencies": {
"@bufbuild/protobuf": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
"@bufbuild/protobuf": "^2.2.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.46.0",
"@bufbuild/buf": "^1.47.2",
"@bufbuild/protoc-gen-es": "^2.2.2",
"@types/jasmine": "^5.0.0",
"@types/jasmine": "^5.1.5",
"jasmine": "^5.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tsx": "^4.19.2"
},
"devDependencies": {
"@bufbuild/buf": "^1.46.0",
"@bufbuild/buf": "^1.47.2",
"@bufbuild/protoc-gen-es": "^2.2.2",
"esbuild": "^0.19.8",
"typescript": "^5.6.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/example/www/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
"Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
"Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #fafafa;
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-compat/v4.9.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.9.0",
"@types/node": "22.9.3",
"typescript": "4.9.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.0.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"typescript": "5.0.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.1.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"typescript": "5.1.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.2.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"typescript": "5.2.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.3.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"typescript": "5.3.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.4.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"typescript": "5.4.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.5.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"typescript": "5.5.x"
}
}

0 comments on commit e409055

Please sign in to comment.