Skip to content
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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

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.1

Release notes

Sourced from @​connectrpc/connect's releases.

v2.0.0-beta.1

What's changed

This is a beta release for version 2. See here for an introduction.

To give this version a try, run npx @connectrpc/connect-migrate@beta. Note that connect-query has not been updated yet.

New Contributors

Full Changelog: connectrpc/connect-es@v2.0.0-alpha.1...v2.0.0-beta.1

Commits
  • 413d0e7 Release 2.0.0-beta.1 (#1246)
  • d42db7a V2: Remove "credentials" option from transports (#1242)
  • 8b25cf3 V2: Remove createPromiseClient and PromiseClient (#1240)
  • d0b30f3 Merge remote-tracking branch 'origin/main' into v2
  • fe5e10d V2: Update dependencies (#1239)
  • fd7b7ca Deprecate createPromiseClient in favor of createClient (#1235)
  • 25ca96e V2: Don't trigger handler signal on success (#1234)
  • ab1b7c2 V2: Use Stream{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)
  • Additional commits viewable in compare view

Updates @connectrpc/connect-web from 2.0.0-alpha.1 to 2.0.0-beta.1

Release notes

Sourced from @​connectrpc/connect-web's releases.

v2.0.0-beta.1

What's changed

This is a beta release for version 2. See here for an introduction.

To give this version a try, run npx @connectrpc/connect-migrate@beta. Note that connect-query has not been updated yet.

New Contributors

Full Changelog: connectrpc/connect-es@v2.0.0-alpha.1...v2.0.0-beta.1

Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/connect-and-protobuf-48d6c3178d branch from 7b4835a to 2136474 Compare October 1, 2024 17:29
@smaye81 smaye81 force-pushed the dependabot/npm_and_yarn/connect-and-protobuf-48d6c3178d branch from 1521299 to 0cf0763 Compare October 1, 2024 17:38
@@ -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"
Copy link
Member

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.

dependabot bot and others added 4 commits October 1, 2024 13:42
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>
Signed-off-by: Steve Ayers <sayers@buf.build>
Signed-off-by: Steve Ayers <sayers@buf.build>
@smaye81 smaye81 force-pushed the dependabot/npm_and_yarn/connect-and-protobuf-48d6c3178d branch from 193d5c5 to e46830e Compare October 1, 2024 17:42
Signed-off-by: Steve Ayers <sayers@buf.build>
@smaye81 smaye81 requested a review from timostamm October 1, 2024 17:48
@smaye81
Copy link
Member

smaye81 commented Oct 1, 2024

@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";
Copy link
Member

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>;
Copy link
Member

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>
@smaye81 smaye81 force-pushed the dependabot/npm_and_yarn/connect-and-protobuf-48d6c3178d branch from 309a977 to f081db0 Compare October 1, 2024 18:31
Signed-off-by: Steve Ayers <sayers@buf.build>
@smaye81 smaye81 requested a review from timostamm October 1, 2024 18:35
@smaye81 smaye81 merged commit fea36d8 into main Oct 1, 2024
5 of 7 checks passed
@smaye81 smaye81 deleted the dependabot/npm_and_yarn/connect-and-protobuf-48d6c3178d branch October 1, 2024 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants