-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the connect-and-protobuf group with 2 updates #160
Bump the connect-and-protobuf group with 2 updates #160
Conversation
7b4835a
to
2136474
Compare
1521299
to
0cf0763
Compare
@@ -39,7 +39,7 @@ | |||
"eslint-plugin-import": "^2.29.1", | |||
"eslint-plugin-n": "^17.9.0", | |||
"prettier": "^3.2.5", | |||
"typescript": "^5.5.4" | |||
"typescript": "~5.5.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switched to only latest patch version bc 5.6 and above is not compatible with @typescript-eslint/estree.
Bumps the connect-and-protobuf group with 2 updates: [@connectrpc/connect](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect) and [@connectrpc/connect-web](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web). Updates `@connectrpc/connect` from 2.0.0-alpha.1 to 2.0.0-beta.1 - [Release notes](https://github.com/connectrpc/connect-es/releases) - [Commits](https://github.com/connectrpc/connect-es/commits/v2.0.0-beta.1/packages/connect) Updates `@connectrpc/connect-web` from 2.0.0-alpha.1 to 2.0.0-beta.1 - [Release notes](https://github.com/connectrpc/connect-es/releases) - [Commits](https://github.com/connectrpc/connect-es/commits/v2.0.0-beta.1/packages/connect-web) --- updated-dependencies: - dependency-name: "@connectrpc/connect" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: connect-and-protobuf - dependency-name: "@connectrpc/connect-web" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: connect-and-protobuf ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Steve Ayers <sayers@buf.build>
Signed-off-by: Steve Ayers <sayers@buf.build>
193d5c5
to
e46830e
Compare
@timostamm made a few changes to fix CI for the upgrades. wanted a different set of eyes on it. |
Int32ValueSchema, | ||
StringValueSchema, | ||
} from "@bufbuild/protobuf/wkt"; | ||
import type { Int32ValueSchema, StringValueSchema } from "@bufbuild/protobuf/wkt"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like "generate" and "format" are racing here. We should ignore src/testdata in "format" in packages/connect-playwright/package.json.
@@ -30,7 +26,7 @@ interface ChatMessage { | |||
} | |||
|
|||
const baseUrl = "https://demo.connectrpc.com"; | |||
let elizaClient: PromiseClient<typeof ElizaService>; | |||
let elizaClient: Client<typeof ElizaService>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine to update to the beta here. This change is expected.
Signed-off-by: Steve Ayers <sayers@buf.build>
309a977
to
f081db0
Compare
Signed-off-by: Steve Ayers <sayers@buf.build>
Bumps the connect-and-protobuf group with 2 updates: @connectrpc/connect and @connectrpc/connect-web.
Updates
@connectrpc/connect
from 2.0.0-alpha.1 to 2.0.0-beta.1Release notes
Sourced from
@connectrpc/connect
's releases.Commits
413d0e7
Release 2.0.0-beta.1 (#1246)d42db7a
V2: Remove "credentials" option from transports (#1242)8b25cf3
V2: RemovecreatePromiseClient
andPromiseClient
(#1240)d0b30f3
Merge remote-tracking branch 'origin/main' into v2fe5e10d
V2: Update dependencies (#1239)fd7b7ca
DeprecatecreatePromiseClient
in favor ofcreateClient
(#1235)25ca96e
V2: Don't trigger handler signal on success (#1234)ab1b7c2
V2: UseStream{Request|Response}
types in interceptors for all streaming rp...cabda22
V2: Remove support for Node.js v16 (#1225)a054d37
V2: Remove Node10 subpath fallbacks (#1227)Updates
@connectrpc/connect-web
from 2.0.0-alpha.1 to 2.0.0-beta.1Release notes
Sourced from
@connectrpc/connect-web
's releases.Commits
413d0e7
Release 2.0.0-beta.1 (#1246)d42db7a
V2: Remove "credentials" option from transports (#1242)33be09c
Bump browser versions tested on Browserstack (#1241)d0b30f3
Merge remote-tracking branch 'origin/main' into v2fe5e10d
V2: Update dependencies (#1239)8bed930
Switch Browserstack tests to Webdriver (#1232)fd7b7ca
DeprecatecreatePromiseClient
in favor ofcreateClient
(#1235)7ca8eac
Fix type type error inbigint
test (#1229)ee8dcc7
Merge remote-tracking branch 'origin/main' into v26575fc1
Release 1.5.0 (#1222)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions