Skip to content

Update Routine updates#242

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/routine-updates
Open

Update Routine updates#242
renovate[bot] wants to merge 1 commit intomainfrom
renovate/routine-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 6, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/anthropic (source) 3.0.133.0.68 age confidence
@ai-sdk/google (source) 3.0.303.0.60 age confidence
@ai-sdk/groq (source) 3.0.83.0.35 age confidence
@ai-sdk/openai (source) 3.0.103.0.52 age confidence
@ai-sdk/provider (source) 3.0.33.0.8 age confidence
@ai-sdk/provider-utils (source) 4.0.64.0.23 age confidence
@convex-dev/workflow 0.3.60.3.9 age confidence
@radix-ui/react-accordion (source) 1.2.111.2.12 age confidence
@radix-ui/react-alert-dialog (source) 1.1.141.1.15 age confidence
@radix-ui/react-aspect-ratio (source) 1.1.71.1.8 age confidence
@radix-ui/react-avatar (source) 1.1.101.1.11 age confidence
@radix-ui/react-checkbox (source) 1.3.21.3.3 age confidence
@radix-ui/react-collapsible (source) 1.1.111.1.12 age confidence
@radix-ui/react-context-menu (source) 2.2.152.2.16 age confidence
@radix-ui/react-dialog (source) 1.1.141.1.15 age confidence
@radix-ui/react-dropdown-menu (source) 2.1.152.1.16 age confidence
@radix-ui/react-hover-card (source) 1.1.141.1.15 age confidence
@radix-ui/react-label (source) 2.1.72.1.8 age confidence
@radix-ui/react-menubar (source) 1.1.151.1.16 age confidence
@radix-ui/react-navigation-menu (source) 1.2.131.2.14 age confidence
@radix-ui/react-popover (source) 1.1.141.1.15 age confidence
@radix-ui/react-progress (source) 1.1.71.1.8 age confidence
@radix-ui/react-radio-group (source) 1.3.71.3.8 age confidence
@radix-ui/react-scroll-area (source) 1.2.91.2.10 age confidence
@radix-ui/react-select (source) 2.2.52.2.6 age confidence
@radix-ui/react-separator (source) 1.1.71.1.8 age confidence
@radix-ui/react-slider (source) 1.3.51.3.6 age confidence
@radix-ui/react-slot (source) 1.2.31.2.4 age confidence
@radix-ui/react-switch (source) 1.2.51.2.6 age confidence
@radix-ui/react-tabs (source) 1.1.121.1.13 age confidence
@radix-ui/react-toast (source) 1.2.141.2.15 age confidence
@radix-ui/react-toggle (source) 1.1.91.1.10 age confidence
@radix-ui/react-toggle-group (source) 1.1.101.1.11 age confidence
@radix-ui/react-tooltip (source) 1.2.71.2.8 age confidence
@tailwindcss/typography 0.5.160.5.19 age confidence
@types/node (source) 20.19.3720.19.39 age confidence
@types/node (source) 20.19.3720.19.39 age confidence
ai (source) 6.0.356.0.153 age confidence
autoprefixer 10.4.2110.4.27 age confidence
convex (source) 1.34.01.34.1 age confidence
convex-test (source) 0.0.440.0.47 age confidence
lucide-react (source) 0.548.00.577.0 age confidence
postcss (source) 8.5.68.5.9 age confidence
postcss (source) 8.5.88.5.9 age confidence
react-day-picker (source) 9.8.19.14.0 age confidence
react-hook-form (source) 7.62.07.72.1 age confidence
react-hook-form (source) 7.71.27.72.1 age confidence
react-router-dom (source) 6.30.16.30.3 age confidence
react-router-dom (source) 7.13.17.14.0 age confidence
tailwind-merge 2.6.02.6.1 age confidence
tailwindcss (source) 3.4.173.4.19 age confidence
typescript-eslint (source) 8.57.18.58.1 age confidence
typescript-eslint (source) 8.57.18.58.1 age confidence

Release Notes

vercel/ai (@​ai-sdk/anthropic)

v3.0.68

Compare Source

Patch Changes

v3.0.67

Compare Source

Patch Changes
  • ai@​6.0.65

v3.0.66

Compare Source

Patch Changes

v3.0.65

Compare Source

Patch Changes
  • 94aed06: fix(anthropic): allow both temperature and topP for non-Anthropic models using the Anthropic-compatible API

    The temperature/topP mutual exclusivity check now only applies to known Anthropic models (model IDs starting with claude-). Non-Anthropic models using the Anthropic-compatible API (e.g. Minimax) can now send both parameters as required by their APIs.

v3.0.64

Compare Source

Patch Changes
  • 05b8ca2: feat (provider/anthropic): support passing metadata.user_id

v3.0.63

Compare Source

Patch Changes

v3.0.62

Compare Source

Patch Changes
  • Updated dependencies [5fc42fa]
    • ai@​6.0.60

v3.0.61

Patch Changes
  • ai@​6.0.61

v3.0.60

Patch Changes
  • Updated dependencies [5fc42fa]
    • ai@​6.0.60

v3.0.59

Patch Changes
  • Updated dependencies [65865d8]
    • ai@​6.0.57

v3.0.58

Patch Changes

v3.0.57

Patch Changes

v3.0.56

Compare Source

Patch Changes
  • e49c34d: feat(anthropic): expose anthropic.anthropicBeta to downstream providers
  • e49c34d: feat(anthropic): expose anthropic.anthropicBeta to downstream provider

v3.0.55

Compare Source

Patch Changes
  • 7531e72: fix(provider/anthropic): handle encrypted_code_execution_result for multi-turn with web_fetch/web_search 2026020

v3.0.54

Compare Source

Patch Changes
  • 0c9395b: feat(provider/openai): add gpt-5.3-codex

v3.0.53

Compare Source

Patch Changes
  • Updated dependencies [ea0feb5]
    • ai@​6.0.51

v3.0.52

Compare Source

Patch Changes

v3.0.51

Compare Source

Patch Changes
  • 8901054: feat(google): add new finishMessage field in providerMetadata

v3.0.50

Compare Source

Patch Changes

v3.0.49

Compare Source

Patch Changes
  • bc01093: fix(openai): support file-url parts in tool output content

v3.0.48

Compare Source

Patch Changes
  • 35c46d1: feat(provider/google): support multimodal content parts in embedding provider options

v3.0.47

Compare Source

Patch Changes
  • 17978c6: Pass cacheControl provider option as top-level cache_control in Anthropic API request body to support automatic caching.

v3.0.46

Patch Changes
  • ai@​6.0.44

v3.0.45

Patch Changes
  • Updated dependencies [2dc9bfa]
    • ai@​6.0.43

v3.0.44

Compare Source

Patch Changes
  • 23ac4a3: fix(provider/anthropic): minor follow up to support no-op speed standard

v3.0.43

Compare Source

Patch Changes

v3.0.42

Compare Source

Patch Changes
  • Updated dependencies [ab57783]
    • ai@​6.0.40

v3.0.41

Compare Source

Patch Changes

v3.0.40

Compare Source

Patch Changes

v3.0.39

Compare Source

Patch Changes
  • 0a0d29c: feat(anthropic): add support for Opus 4.6 fast mode

v3.0.38

Compare Source

Patch Changes

v3.0.37

Compare Source

Patch Changes
  • e288302: feat(anthropic): add support for Opus 4.6

v3.0.36

Compare Source

Patch Changes
  • 1652320: feat(anthropic): support custom tool-reference content for deferred tool loading

v3.0.35

Compare Source

Patch Changes

v3.0.34

Compare Source

Patch Changes
  • 4867635: feat (provider/gateway): add video generation support

v3.0.33

Compare Source

Patch Changes
  • 624e651: Added missing model IDs to OpenAIChatModelId, OpenAIResponsesModelId, OpenAIImageModelId, OpenAISpeechModelId, OpenAITranscriptionModelId, and OpenAICompletionModelId types for better autocomplete support.

v3.0.32

Compare Source

Patch Changes
  • 0c9395b: feat(provider/openai): add gpt-5.3-codex

v3.0.31

Compare Source

Patch Changes
  • d5f7312: fix(openai): change web search tool action to be optional

v3.0.30

Compare Source

Patch Changes
  • ff12133: feat(provider/openai): support native skills and hosted shell

v3.0.29

Compare Source

Patch Changes
  • e2ee705: feat: differentiate text vs image input tokens

v3.0.28

Compare Source

Patch Changes

v3.0.27

Compare Source

Patch Changes
  • 99fbed8: feat: normalize provider specific model options type names and ensure they are exported

v3.0.26

Compare Source

Patch Changes

v3.0.25

Compare Source

Patch Changes
  • 0bb9bcd: feat(provider/anthropic): add computer_20251124 tool for claude opus 4.5

v3.0.24

Compare Source

Patch Changes

v3.0.23

Compare Source

Patch Changes

v3.0.22

Compare Source

Patch Changes
  • 1524271: chore: add skill information to README files

v3.0.21

Compare Source

Patch Changes
  • 2c70b90: chore: update provider docs

v3.0.20

Compare Source

Patch Changes

v3.0.19

Compare Source

Patch Changes

v3.0.18

Compare Source

Patch Changes
  • Updated dependencies [d6ec0e2]
    • ai@​6.0.18

v3.0.17

Compare Source

Patch Changes
  • Updated dependencies [af0955e]
    • ai@​6.0.17

v3.0.16

Compare Source

Patch Changes
  • Updated dependencies [81adf59]
    • ai@​6.0.16

v3.0.15

Compare Source

Patch Changes
  • Updated dependencies [3a73fb3]
    • ai@​6.0.15

v3.0.14

Compare Source

Patch Changes
get-convex/workflow (@​convex-dev/workflow)

v0.3.9

Compare Source

  • Improved support for convex-test (testing via vitest). Testing workflows is
    mostly supported by convex-test@0.0.45. There are still edge cases around
    patched globals leaking into inline function calls, and other possibly
    undefined behavior.
  • Fix registration of nested workpool component's naming.
  • Cleans up patched globals at the end of the handler - useful for testing.

v0.3.8

Compare Source

  • Introduces an explicit step.sleep(ms) as an alternative to passing
    runAfter / runAt to a subsequent step.
  • Improves test type of register for convex-test@0.0.43+ support

v0.3.7

Compare Source

  • Introduces { inline: true } for step.runQuery/runMutation, that skips using
    the Workpool in favor of calling them from the workflow's handler directly.
    This is more efficient, provided you're ok sharing the transaction limits with
    surrounding steps/ loading the workflow history. This means that workId is no
    longer guaranteed to be set for a function step
  • Improve exception stack traces to include handler code.
  • Updates the docs to use step instead of ctx (just a convention!)
radix-ui/primitives (@​radix-ui/react-aspect-ratio)

v1.1.8

tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.19

Compare Source

Fixed
  • Fixed broken color styles (#​405)

v0.5.18

Compare Source

Fixed
  • Fixed undefined variable error (#​403)

v0.5.17

Compare Source

Added
  • Add modifiers for description list elements (#​357)
  • Add prose-picture modifier (#​367)
Fixed
  • Include unit in hr border-width value (#​379)
  • Ensure <kbd> styles work with Tailwind CSS v4 (#​387)
Changed
  • Remove lodash dependencies (#​402)
postcss/autoprefixer (autoprefixer)

v10.4.27

Compare Source

  • Removed development key from package.json.

v10.4.26

Compare Source

  • Reduced package size.

v10.4.25

Compare Source

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

v10.4.24

Compare Source

  • Made Autoprefixer a little faster (by @​Cherry).

v10.4.23

Compare Source

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
get-convex/convex-backend (convex)

v1.34.1

  • Hides the --yes flag on npx convex deploy to discourage YOLO agents being
    run in privileged environments from pushing to production.
  • Improves client backoff strategy to reconnect more quickly. The changes in
    1.34.0 did not correctly reset backoff sufficiently after reconnect.
  • AI files will not be installed by default in non-interactive environments.
  • Disabling AI files is now tracked with an "enabled" flag in convex.json that
    hides nags for initial setup and updates when set to false.
  • Fix ai-files re-prompting to install files on setup when they already exist.
  • Fix local deployments returning stale credentials when ports change.
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.

v0.0.46

Compare Source

  • Changes finishAllScheduledFunctions to pump the macrotask queue instead
    of microtask queue to enable dynamic imports to resolve, which regressed
    in 0.0.45.

v0.0.45

Compare Source

  • Replaces global usage with AsyncLocalStorage-scoped test state for isolation.
    Now tests shouldn't fail due to dirty state left behind by other tests.
  • Better support for setTimeout usage within tested functions
  • Improves typing for inline calls to t.mutation(() => {}) to be a union
    instead of overload so TestConvex<SpecificSchema> is assignable to
    TestConvex<GenericSchema>.
lucide-icons/lucide (lucide-react)

v0.577.0: Version 0.577.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.576.0...0.577.0

v0.576.0: Version 0.576.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.575.0...0.576.0

v0.575.0: Version 0.575.0

Compare Source

What's Changed

New Contributors


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 6, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@convex-dev/agent@242

commit: 84220b8

@renovate renovate bot force-pushed the renovate/routine-updates branch 3 times, most recently from 42bf61b to 235f51e Compare April 9, 2026 19:16
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 9, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: playground/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @convex-dev/agent-playground@0.0.20
npm error Found: react@undefined
npm error node_modules/react
npm error   dev react@"file:../node_modules/react" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" from @radix-ui/react-accordion@1.2.12
npm error node_modules/@radix-ui/react-accordion
npm error   @radix-ui/react-accordion@"^1.2.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-04-11T05_11_00_341Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-04-11T05_11_00_341Z-debug-0.log

@renovate renovate bot force-pushed the renovate/routine-updates branch 4 times, most recently from 27cfc69 to 6ddaf7a Compare April 11, 2026 01:08
@renovate renovate bot force-pushed the renovate/routine-updates branch from 6ddaf7a to 84220b8 Compare April 11, 2026 05:11
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