Skip to content

build(deps-dev): bump convex-test from 0.0.52 to 0.0.54#258

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/convex-test-0.0.54
Open

build(deps-dev): bump convex-test from 0.0.52 to 0.0.54#258
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/convex-test-0.0.54

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor

Bumps convex-test from 0.0.52 to 0.0.54.

Changelog

Sourced from convex-test's changelog.

0.0.54

  • Support the transactionLimits option on nested ctx.runQuery / ctx.runMutation calls (Convex 1.41). The nested call is enforced against its own limits, capped at the global transaction limits so they can only be lowered, never raised.
  • Bandwidth tracking now mirrors the database's nested-transaction layers: a nested call's usage folds into its parent only when it commits, so the writes of a rolled-back nested ctx.runMutation no longer count against the transaction's limits.
  • Enforce the Convex runtime rule that a single function execution may only run one paginated query (.paginate()). Calling it more than once now throws, catching a production-only failure that previously passed silently in tests.

0.0.53

  • Support scheduled functions correctly with or without fake timers, by always serializing scheduled mutations with the global transaction manager.
Commits

Dependabot compatibility score

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 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)

Bumps [convex-test](https://github.com/get-convex/convex-test) from 0.0.52 to 0.0.54.
- [Changelog](https://github.com/get-convex/convex-test/blob/main/CHANGELOG.md)
- [Commits](get-convex/convex-test@v0.0.52...v0.0.54)

---
updated-dependencies:
- dependency-name: convex-test
  dependency-version: 0.0.54
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Jun 28, 2026
@dependabot
dependabot Bot requested a review from bjrump as a code owner June 28, 2026 08:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 28, 2026
@vercel

vercel Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
car-check Ready Ready Preview, Comment Jun 28, 2026 8:14am

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.

0 participants