Skip to content

Update Routine updates#41

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/routine-updates
Apr 13, 2026
Merged

Update Routine updates#41
renovate[bot] merged 1 commit intomainfrom
renovate/routine-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 13, 2026

This PR contains the following updates:

Package Change Age Confidence
convex (source) 1.34.11.35.1 age confidence
openai 6.33.06.34.0 age confidence
prettier (source) 3.8.13.8.2 age confidence
react (source) 19.2.419.2.5 age confidence
react-dom (source) 19.2.419.2.5 age confidence
vite (source) 8.0.78.0.8 age confidence
vitest (source) 4.1.34.1.4 age confidence

Release Notes

get-convex/convex-backend (convex)

v1.35.1

  • Adds support for automatic preview deployments on Cloudflare Pages
  • Removes a new API in useQuery that was accidentally included as part
    of the 1.35.0 release.

v1.35.0

  • You can now create and select local deployments explicitly with the CLI:
    • npx 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.
    • To run a single command on your local deployment, use --deployment local.
  • npx convex deployment create now has a --expiration flag allowing you
    to create temporary dpeloyments.
  • Components can now define HTTP routes in their own http.ts file.
    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 dev now supports a new --start flag that runs a command
    in parallel with the Convex dev server (e.g. npx convex dev --start 'vite').
    This new option can be used to simplify the dev command of most projects.
    This flag was previously called --run-sh, and used to not allow
    long-running commands; now, --run-sh is an alias of --start.
  • Defaults non-interactive commands to target an anonymous deployment if one is
    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.
  • You can now develop against your anonymous local deployments even when logged
    in. You will be prompted to link the deployment to a project if the terminal
    is interactive.
  • Enables npx convex deployment create when you don't yet have a project.
  • You can now customize the list of AI agents npx convex ai-files installs
    skills for in the aiFiles.skills.agents field of convex.json
    (defaults to ["claude-code", "codex"]).
  • Improved formatting of sizes in error messages.
  • Changes the default codegen to use the component's ComponentApi type instead
    of static code generation for components in _generated/api.d.ts.
    To get the old behavior, set { "codegen": { "legacyComponentApi": true } }
    in convex.json.
  • Fixed a bug where npx convex dev would not use the correct deployment
    after running npx convex deployment select.
  • Improved the definition of the AnyDataModel type to support using
    default indexes (by_id, by_creation_time) in a typesafe way.
openai/openai-node (openai)

v6.34.0

Compare Source

Full Changelog: v6.33.0...v6.34.0

Features
  • api: add phase field to Message in conversations (eb7cbc1)
  • client: add support for short-lived tokens (#​839) (a72ebcf)
Bug Fixes
  • api: remove web_search_call.results from ResponseIncludable in responses (1f6968e)
Chores
  • internal: codegen related update (1081460)
  • internal: update multipart form array serialization (3faee8d)
  • tests: bump steady to v0.20.1 (b73cc6b)
Documentation
  • api: add multi-file ingestion recommendations to vector-stores files/file-batches (1bc32a3)
prettier/prettier (prettier)

v3.8.2

Compare Source

facebook/react (react)

v19.2.5: 19.2.5 (April 8th, 2026)

Compare Source

React Server Components
vitejs/vite (vite)

v8.0.8

Compare Source

Features
Bug Fixes
vitest-dev/vitest (vitest)

v4.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 13, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@convex-dev/persistent-text-streaming@41

commit: 4b97b57

@renovate renovate bot merged commit 7916fee into main Apr 13, 2026
3 checks passed
@renovate renovate bot deleted the renovate/routine-updates branch April 13, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants