Skip to content

chore(deps): update routine updates#41

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

chore(deps): 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
convex-test (source) 0.0.460.0.47 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
typescript-eslint (source) 8.58.08.58.1 age confidence
vite (source) 8.0.38.0.8 age confidence
vitest (source) 4.1.24.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.
get-convex/convex-test (convex-test)

v0.0.47

Compare Source

  • 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.
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
typescript-eslint/typescript-eslint (typescript-eslint)

v8.58.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v8.0.8

Compare Source

Features
Bug Fixes

v8.0.7

Compare Source

Bug Fixes
  • use sync dns.getDefaultResultOrder instead of dns.promises (#​22185) (5c05b04)

v8.0.6

Compare Source

Features
Bug Fixes
Performance Improvements
  • early return in getLocalhostAddressIfDiffersFromDNS when DNS order is verbatim (#​22151) (56ec256)
Miscellaneous Chores

v8.0.5

Compare Source

Bug Fixes

v8.0.4

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring
vitest-dev/vitest (vitest)

v4.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.3

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • Between 12:00 AM and 04:59 AM, only on Monday (* 0-4 * * 1)
  • 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/workos-authkit@41

commit: ea28146

@renovate renovate Bot merged commit e783540 into main Apr 13, 2026
3 checks passed
@renovate renovate Bot deleted the renovate/routine-updates branch April 13, 2026 12:50
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