Skip to content

chore(deps-dev): bump convex-test from 0.0.46 to 0.0.52#13

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

chore(deps-dev): bump convex-test from 0.0.46 to 0.0.52#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/convex-test-0.0.52

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps convex-test from 0.0.46 to 0.0.52.

Changelog

Sourced from convex-test's changelog.

0.0.52

  • Add implementation for ctx.meta.getDeploymentMetadata().
  • Add support for internal audit log syscall.

0.0.51

  • Add implementation for internal snapshot query syscall.

0.0.50

  • Correctly deserializes ConvexError thrown within nested functions.
  • Fixes a bug where orphaned scheduled functions would eventually fire and hit "Cannot read properties of null (reading 'state')".

0.0.49

  • Changes the test ID formatting to not include a ; and be the standard length of regular IDs for folks who have validators.

0.0.48

  • Add implementations for internal syscalls for upcoming ctx.meta features (ctx.meta.{getFunctionMetadata,getTransactionMetrics})

0.0.47

  • Fix: Isolate function stack tracking between parallel function calls to prevent corruption when calling different components in parallel. This may have presented previously as not being able to find modules that existed but were being resolved for the wrong component.
Commits
Maintainer changes

This version was pushed to npm by reece-convex, a new releaser for convex-test since your current version.


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.46 to 0.0.52.
- [Changelog](https://github.com/get-convex/convex-test/blob/main/CHANGELOG.md)
- [Commits](get-convex/convex-test@v0.0.46...v0.0.52)

---
updated-dependencies:
- dependency-name: convex-test
  dependency-version: 0.0.52
  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 May 12, 2026
Copy link
Copy Markdown

@codacy-production codacy-production Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The PR is currently in an invalid state because it contains no file changes. Although the title indicates a development dependency bump for convex-test from 0.0.46 to 0.0.52, the changes have not been applied to package.json or the lockfile. This prevents any verification of the intended bug fixes or new syscall implementations.

About this PR

  • The PR does not contain any file modifications. The dependency update for convex-test described in the title has not been applied to the repository.

Test suggestions

  • Verify that existing tests using the convex-test runner pass without regressions.
  • Validate the fix for ConvexError deserialization in nested functions.
  • Verify that orphaned scheduled functions no longer cause state read errors.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that existing tests using the convex-test runner pass without regressions.
2. Validate the fix for ConvexError deserialization in nested functions.
3. Verify that orphaned scheduled functions no longer cause state read errors.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

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