Skip to content

chore(deps): bump convex from 1.27.4 to 1.28.0#20

Merged
prudentbird merged 2 commits intodevfrom
dependabot/npm_and_yarn/convex-1.28.0
Jan 20, 2026
Merged

chore(deps): bump convex from 1.27.4 to 1.28.0#20
prudentbird merged 2 commits intodevfrom
dependabot/npm_and_yarn/convex-1.28.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps convex from 1.27.4 to 1.28.0.

Changelog

Sourced from convex's changelog.

1.28.0

  • Deploy code path unification: all deploys now use a codepath that supports components, whether or not any components are used in the project. Generating the files in convex/_generated/ now requires a deployment to be present and for all environment variables used in convex/auth.config.ts to be set.

    Scripts that call npx convex codegen are the most likely to be affected by this change, and npx convex codgen no longer works for any projects in preview deployments because preview deployments may not exist until the deploy.

    Committing generated code is recommended and this change makes this recommendation more important.

  • WebSocket sync protocol support for TransitionChunk messages: just splitting a Transition (containing new query results) into multiple WebSocket messages in order prevent the server from appearing non-responsive.

1.27.5

  • Export an AuthConfig type to describe the object exported from convex/auth.config.ts.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Upgrade Convex to 1.28.0 to adopt the unified deploy code path and improved WebSocket sync. This may affect codegen in CI/preview environments.

  • Dependencies

    • Bump convex from 1.27.4 to 1.28.0.
  • Migration

    • Ensure a deployment exists and env vars in convex/auth.config.ts are set before running npx convex codegen.
    • Do not run codegen in preview deployments; commit convex/_generated/ to the repo.
    • Review and update any CI scripts that call codegen.

Written for commit 39b892e. Summary will update on new commits.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [convex](https://github.com/get-convex/convex-js) from 1.27.4 to 1.28.0.
- [Changelog](https://github.com/get-convex/convex-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/get-convex/convex-js/commits/npm/1.28.0)

---
updated-dependencies:
- dependency-name: convex
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 20, 2025
@vercel
Copy link
Contributor

vercel bot commented Oct 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
fuseion Error Error Jan 20, 2026 3:01pm

@coderabbitai
Copy link

coderabbitai bot commented Oct 20, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@prudentbird prudentbird merged commit df16ecd into dev Jan 20, 2026
2 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/convex-1.28.0 branch January 20, 2026 15:02
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.

1 participant