Skip to content

chore(deps): bump the library-runtime group across 1 directory with 2 updates#14

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/library-runtime-8312b60109
Open

chore(deps): bump the library-runtime group across 1 directory with 2 updates#14
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/library-runtime-8312b60109

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the library-runtime group with 2 updates in the / directory: @convex-dev/agent and convex.

Updates @convex-dev/agent from 0.6.1 to 0.6.2

Changelog

Sourced from @​convex-dev/agent's changelog.

0.6.2

  • fix: persist final step when saveStreamDeltas.returnImmediately is true (#266)
  • fix: handle tool validation errors in stopWhen and willContinue (#241)
Commits
  • 702db1d 0.6.2
  • aec6da3 format
  • 3cf5064 Add a new GitHub action to lint workflows (#271)
  • 14e2ce5 Update dependency postcss to v8.5.10 [SECURITY] (#267)
  • 36988ac Update dependency vite to v6.4.2 [SECURITY] (#248)
  • ffdbb6f Update dependency @​langchain/textsplitters to v1 (#247)
  • 2d88833 Merge pull request #266 from get-convex/fix/issue-265-returnImmediately-final...
  • b602a46 fix: address CodeRabbit race + unblock CI typecheck
  • 10cd3cf fix: persist final step when saveStreamDeltas.returnImmediately is true
  • 84534d3 Merge pull request #241 from elpiarthera/fix/issue-172-hasSuccessfulToolCall
  • Additional commits viewable in compare view

Updates convex from 1.37.0 to 1.39.1

Changelog

Sourced from convex's changelog.

1.39.1

  • Fixes package.json bin entrypoint bug in 1.39.0.

1.39.0

  • Apps and components may now declare typesafe env vars that they require. Both defineApp and defineComponent now accept an env object with string keys and validator values. Declared environment variables must be present and match the validators before deployment.
  • Allow --local-cloud-port, --local-site-port, --local-backend-version and --local-force-upgrade options to npx convex dev to be used whenever using a local deployment.
  • The AsyncLocalStorage and AsyncResource APIs from node:async_hooks are now available in the standard Convex runtime. Note that stored values will not be threaded through calls to ctx.runQuery/ctx.runMutation/ctx.runAction.

1.38.0

  • Adds ctx.meta.getRequestMetadata() to access request metadata in mutations and actions: request ID, client IP, and client User-Agent.
  • Default env vars are now imported when creating a new local deployment.
  • Allows creating new local deployments using npx convex deployment select local.
  • Adds support for --expiry and --expires aliases for --expiration in npx convex deployment create.
  • Supports using import "server-only" to mark files as server-only.
  • Removes the npx convex disable-local-deployments command.
  • Fixes an issue where stdout/stderr would be truncated after exit in the CLI.
  • Updated usePaginatedQuery_experimental overload that has an object-based API similar to useQuery_experimental.
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 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

… updates

Bumps the library-runtime group with 2 updates in the / directory: [@convex-dev/agent](https://github.com/get-convex/agent) and [convex](https://github.com/get-convex/convex-backend/tree/HEAD/npm-packages/convex).


Updates `@convex-dev/agent` from 0.6.1 to 0.6.2
- [Changelog](https://github.com/get-convex/agent/blob/main/CHANGELOG.md)
- [Commits](get-convex/agent@v0.6.1...v0.6.2)

Updates `convex` from 1.37.0 to 1.39.1
- [Release notes](https://github.com/get-convex/convex-backend/releases)
- [Changelog](https://github.com/get-convex/convex-backend/blob/main/npm-packages/convex/CHANGELOG.md)
- [Commits](https://github.com/get-convex/convex-backend/commits/npm/1.39.1/npm-packages/convex)

---
updated-dependencies:
- dependency-name: "@convex-dev/agent"
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: library-runtime
- dependency-name: convex
  dependency-version: 1.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: library-runtime
...

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 31, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

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.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates @convex-dev/agent to 0.6.2 and convex to 1.39.1. Codacy analysis indicates the changes are up to standards with no new issues or complexity concerns. No blocking bugs or security flaws were identified. The primary focus for the reviewer should be verifying the build and runtime stability with the updated versions.

Test suggestions

  • Verify that the bot-runner application builds successfully with convex 1.39.1.
  • Verify that the root project dependencies resolve correctly and pass existing smoke tests with the new library versions.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the bot-runner application builds successfully with convex 1.39.1.
2. Verify that the root project dependencies resolve correctly and pass existing smoke tests with the new library versions.

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

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