Skip to content

fix(deps): update all dependencies#62

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all
Jun 27, 2026
Merged

fix(deps): update all dependencies#62
renovate[bot] merged 1 commit into
mainfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
@biomejs/biome (source) 2.5.02.5.1 age confidence devDependencies patch
@playwright/test (source) ^1.61.0^1.61.1 age confidence devDependencies patch
@types/node (source) ^26.0.0^26.0.1 age confidence devDependencies patch
@vitejs/plugin-react (source) ^6.0.2^6.0.3 age confidence devDependencies patch
@workos-inc/authkit-nextjs ^4.1.1^4.1.4 age confidence dependencies patch
actions/cache v5.0.5v6.1.0 age confidence action major
conventional-changelog-conventionalcommits (source) ^9.3.1^10.0.0 age confidence devDependencies major
convex (source) ^1.41.0^1.42.0 age confidence dependencies minor
convex-helpers (source) ^0.1.119^0.1.120 age confidence dependencies patch
convex-test (source) ^0.0.53^0.0.54 age confidence devDependencies patch
motion ^12.40.0^12.42.0 age confidence dependencies minor

Release Notes

biomejs/biome (@​biomejs/biome)

v2.5.1

Compare Source

Patch Changes
microsoft/playwright (@​playwright/test)

v1.61.1

Compare Source

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v6.0.3

Compare Source

workos/authkit-nextjs (@​workos-inc/authkit-nextjs)

v4.1.4

Compare Source

Bug Fixes

v4.1.3

Compare Source

Bug Fixes
  • prevent cross-organization disclosure in getOrganizationAction (#​443) (6b2ea66)

v4.1.2

Compare Source

Bug Fixes
actions/cache (actions/cache)

v6.1.0

Compare Source

What's Changed

Full Changelog: actions/cache@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v6

Compare Source

v5.1.0

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

conventional-changelog/conventional-changelog (conventional-changelog-conventionalcommits)

v10.0.0

Compare Source

⚠ BREAKING CHANGES
  • the commit type effect property replaces the hidden commit type property and the bumpStrict preset option for controlling changelog visibility and version bumps.

Fixes #​1476.

  • Handlebars template strings and partial files were replaced with render functions.
  • packages now require Node.js 22 or newer.
Features
Bug Fixes
get-convex/convex-backend (convex)

v1.42.0

  • Added a new npx convex project create command that can be used
    to create new projects programmatically.
  • Added a new --names-only flag to npx convex env list
    (and npx convex env default list). This flag shows the names of
    the env vars that are set, without the values. It can be useful
    to let AI coding agents know the variables that are set on a deployment,
    without giving them the actual values.
  • Added a new useStaleSnapshot option to the arguments for runQuery.
    This is an advanced feature that can be used to allow mutations
    to avoid optimistic concurrency control (OCC) conflicts in some cases
    where they can commit even though they depend on conflicting reads.
    This change allows us to improve the performance of some of the
    official Convex components, including Workpool.
  • Improved the documentation of db.* methods to more clearly explain
    the difference between the old APIs without table names
    (e.g. db.get(userId)) and the new APIs with table names
    (e.g. db.get("users", userId)).
  • Fixed an issue where the CLI would not surface permission errors
    correctly when the user or token doesn’t have permission to do something.
  • Exposes the current scheduled function's ID as scheduledFunctionId in
    ctx.meta.getRequestMetadata().
  • npx convex insights has a new --json flag that makes the command
    output easier to parse programmatically.
  • File storage: marked a few TypeScript types in convex/server as @deprecated
    (FileMetadata, FileStorageId, StorageId). These types are used
    only by file storage APIs that were deprecated in convex@1.6.0,
    so we also marked them as @deprecated for clarity.
  • Bumps the ws peer dependency to avoid a vulnerable range.
get-convex/convex-helpers (convex-helpers)

v0.1.120

Compare Source

  • Zod 4 support: fix a regression introduced in 0.1.119 in the return types of
    zodToConvex/zodOutputToConvex when using branded types (including zid)
get-convex/convex-test (convex-test)

v0.0.54

Compare Source

  • Support the transactionLimits option on nested ctx.runQuery /
    ctx.runMutation calls (Convex 1.41). The nested call is enforced against
    its own limits, capped at the global transaction limits so they can only be
    lowered, never raised.
  • Bandwidth tracking now mirrors the database's nested-transaction layers: a
    nested call's usage folds into its parent only when it commits, so the writes
    of a rolled-back nested ctx.runMutation no longer count against the
    transaction's limits.
  • Enforce the Convex runtime rule that a single function execution may only
    run one paginated query (.paginate()). Calling it more than once now
    throws, catching a production-only failure that previously passed silently
    in tests.
motiondivision/motion (motion)

v12.42.0

Compare Source

Changed
  • animateView: Layers are automatically grouped to match their DOM-hierarchy. New .group(false) method opts-out.
Fixed
  • animateView: Auto-crop is now aspect-ratio aware, disabling crops for matching aspect-ratios.
  • animateView: Disabled automatic border-radius animation.

v12.41.0

Compare Source

Added
  • animateView: Moves from Motion+ Early Access and alpha to main library.
  • animateView: .add() resolves a CSS selector or Element to automatically generate, apply and remove view-transition-name.
  • animateView: .new() and .old() configures values to animate on new and old layers.
  • animateView: .layout() can set a custom transition on the size/position animation of the currently selected elements.
  • animateView: Group layers now automatically crop with children set to cover, with border-radius animating from old radius to new. .crop(false) disables this behaviour.
  • animateView: .class(name) tags currently selected elements with a view-transition-class as a custom CSS hook.
Fixed
  • AnimatePresence: Prevent stuck exit animations when children interrupt.
  • drag: Child e.stopPropagation() no longer break drag end.
  • Fixing Next.js OOM on Windows when importing via motion package.
  • animateLayout: Improve handling of parallel/interleaved calls.
Changed
  • animateView: .enter() and .exit() now refer specifically to new and old layers where there are no matching old or new layers.
  • animateView: Interrupted transition setups now return resolved animation rather than throwing.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • 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.

@renovate renovate Bot added the deps label Jun 27, 2026
@renovate renovate Bot requested a review from giacomoguidotto as a code owner June 27, 2026 01:29
@renovate renovate Bot enabled auto-merge (squash) June 27, 2026 01:29
@vercel

vercel Bot commented Jun 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blueprint Ready Ready Preview, Comment Jun 27, 2026 1:30am

@renovate renovate Bot merged commit f263836 into main Jun 27, 2026
11 checks passed
@renovate renovate Bot deleted the renovate/all branch June 27, 2026 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant