Merged
Conversation
commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.34.1→1.35.16.33.0→6.34.03.8.1→3.8.219.2.4→19.2.519.2.4→19.2.58.0.7→8.0.84.1.3→4.1.4Release Notes
get-convex/convex-backend (convex)
v1.35.1useQuerythat was accidentally included as partof the
1.35.0release.v1.35.0npx convex deployment create local --select: initialize local development.npx convex deployment select dev: switch to your cloud dev deployment.npx convex deployment select local: switch back to your local deployment.--deployment local.npx convex deployment createnow has a--expirationflag allowing youto create temporary dpeloyments.
http.tsfile.The routes exposed by a component are accessible through a URL prefix
that isolates them from the other HTTP routes
(e.g.
app.use(component, { httpPrefix: "/foo" })).npx convex devnow supports a new--startflag that runs a commandin parallel with the Convex dev server (e.g.
npx convex dev --start 'vite').This new option can be used to simplify the
devcommand of most projects.This flag was previously called
--run-sh, and used to not allowlong-running commands; now,
--run-shis an alias of--start.not configured or specified by the deploy key. This enables coding agents to
more easily develop without needing the CONVEX_AGENT_MODE env variable.
By default, the CLI will avoid prompting in non-interactive terminals when
possible.
in. You will be prompted to link the deployment to a project if the terminal
is interactive.
npx convex deployment createwhen you don't yet have a project.npx convex ai-filesinstallsskills for in the
aiFiles.skills.agentsfield ofconvex.json(defaults to ["claude-code", "codex"]).
ComponentApitype insteadof static code generation for components in
_generated/api.d.ts.To get the old behavior, set
{ "codegen": { "legacyComponentApi": true } }in
convex.json.npx convex devwould not use the correct deploymentafter running
npx convex deployment select.AnyDataModeltype to support usingdefault indexes (
by_id,by_creation_time) in a typesafe way.openai/openai-node (openai)
v6.34.0Compare Source
Full Changelog: v6.33.0...v6.34.0
Features
Bug Fixes
Chores
Documentation
prettier/prettier (prettier)
v3.8.2Compare Source
facebook/react (react)
v19.2.5: 19.2.5 (April 8th, 2026)Compare Source
React Server Components
vitejs/vite (vite)
v8.0.8Compare Source
Features
Bug Fixes
dns.getDefaultResultOrdertemporary (#22202) (15f1c15)vitest-dev/vitest (vitest)
v4.1.4Compare Source
🚀 Features
skipFullif agent detected - by @hi-ogawa in #10018 (53757)assertionas a public field - by @sheremet-va in #10095 (a120e)🐞 Bug Fixes
expect(..., message)consistent as error message prefix - by @hi-ogawa and Codex in #10068 (a1b5f)View changes on GitHub
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
* * * * 1-5)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.