Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2026

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/openai (source) 3.0.23.0.12 age confidence
@next/mdx (source) 16.1.116.1.3 age confidence
@types/node (source) 25.0.325.0.9 age confidence
@types/node (source) 22.19.322.19.7 age confidence
@types/react (source) 19.2.719.2.8 age confidence
ai (source) 6.0.56.0.39 age confidence
motion 12.23.2612.26.2 age confidence
next (source) 16.1.116.1.3 age confidence
pnpm (source) 10.26.2+sha512.0e308ff2005fc7410366f154f625f6631ab2b16b1d2e70238444dd6ae9d630a8482d92a451144debc492416896ed16f7b114a86ec68b8404b2443869e68ffda610.28.0 age confidence
react-hook-form (source) 7.69.07.71.1 age confidence
turbo (source) 2.7.22.7.5 age confidence

Release Notes

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

v3.0.12

Compare Source

Patch Changes

v3.0.11

Compare Source

Patch Changes
  • 891a60a: feat (provider/gateway): add provider-defined perplexity search

v3.0.10

Compare Source

Patch Changes
  • 2696fd2: chore(provider/gateway): Update gateway model settings files

v3.0.9

Compare Source

Patch Changes

v3.0.8

Compare Source

Patch Changes
  • 8ec1984: fix(gateway): bump @vercel/oidc to 3.1.0

v3.0.7

Compare Source

Patch Changes
  • 9a9ae73: feat(ai/rsc): readStreamableValue

v3.0.6

Compare Source

Patch Changes
  • ai@​6.0.6

v3.0.5

Compare Source

Patch Changes

v3.0.4

Compare Source

Patch Changes
  • ai@​6.0.4

v3.0.3

Compare Source

Patch Changes
  • c44166d: Add support for Amazon Nova Models, cross region inference profiles and OpenAI gpt-oss in @ai-sdk/amazon-bedrock provider
  • fbc9f06: feat(amazon-bedrock): add topK support
vercel/next.js (@​next/mdx)

v16.1.3

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Fix linked list bug in LRU deleteFromLru (#​88652)
  • Fix relative same host redirects in node middleware (#​88253)
Credits

Huge thanks to @​acdlite and @​ijjk for helping!

v16.1.2

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Turbopack: Update to swc_core v50.2.3 (#​87841) (#​88296)
    • Fixes a crash when processing mdx files with multibyte characters. (#​87713)
  • Turbopack: mimalloc upgrade and enabling it on musl (#​88503) (#​87815) (#​88426)
    • Fixes a significant performance issue on musl-based Linux distributions (e.g. Alpine in Docker) related to musl's allocator.
    • Other platforms have always used mimalloc, but we previously did not use mimalloc on musl because of compilation issues that have since been resolved.
Credits

Huge thanks to @​mischnic for helping!

motiondivision/motion (motion)

v12.26.2

Compare Source

Fixed
  • Internal refactor of projection system into motion-dom.

v12.26.1

Compare Source

Fixed
  • Improve overload selection for useTransform.

v12.26.0

Compare Source

Added
  • Support for multiple output value maps with useTransform.

v12.25.0

Compare Source

Added
  • Support for auto-scrolling when a Reorder.Item reaches the edges of its parent scrollable container.

v12.24.12

Compare Source

Fixed
  • Draggable elements now track pointer during page and element scroll.

v12.24.11

Compare Source

Fixed
  • Fixed time sampling of GPU animations under heavy CPU load.

v12.24.10

Compare Source

v12.24.9

Compare Source

Fixed
  • Fixing Radix Dialog with AnimatePresence.
  • Ensure drag constraints animation resumes after press interruption.
  • Prevent drag gesture from triggering when pressing focusable elements.

v12.24.8

Compare Source

Fixed
  • Perform unit conversion when animating to/from calc() values.

v12.24.7

Compare Source

Fixed
  • Fix duplicate exit animations in AnimatePresence.

v12.24.6

Compare Source

Fixed
  • Remove memory leak from retained matchMedia callbacks.

v12.24.5

Compare Source

Fixed
  • Prevent ref access error for AnimatePresence popLayout mode in React 19.

v12.24.4

Compare Source

Fixed
  • Support ref functions that return a cleanup callback.

v12.24.3

Compare Source

Fixed
  • Ensure onAnimationStart and onAnimationComplete callbacks fire for useSpring.

v12.24.2

Compare Source

Fixed
  • Ensure useDragControls snapToCursor: true` works with initial transforms.

v12.24.1

Compare Source

Fixed
  • Ensure CSS Motion Path properties are applied via style on SVG elements.
  • Ensure JSX is correctly imported by Reorder.Item.

v12.24.0

Compare Source

Added
  • { type: "svg" } option to motion.create() for creating custom SVG components.
  • px default value type for CSS logical properties (paddingBlock, paddingInline, marginBlock, marginInline).
Fixed
  • Ensure drag gesture updates with latest props every render.
  • Fix missing JSX import error.
  • Fix motion-dom build.
  • Exclude src from distributed package.

v12.23.28

Compare Source

Fixed
  • Fixing MotionStyle type with React 19 when skipLibCheck is false.
  • Add guard for process check for better compat with ESM environments.

v12.23.27

Compare Source

Fixed
  • Improved Intellisense detection for motion import.
  • Adding sourcemaps to release.
vercel/next.js (next)

v16.1.3

Compare Source

v16.1.2

Compare Source

pnpm/pnpm (pnpm)

v10.28.0

Compare Source

v10.27.0

Compare Source

react-hook-form/react-hook-form (react-hook-form)

v7.71.1

Compare Source

v7.71.0: Version 7.71.0

Compare Source

⚡ perf: memoize FormProvider context value to prevent unnecessary rerenders (#​13235)
🚄 perf: separate control context to prevent unnecessary rerenders (#​13234)
🐞 fix: update isValid when field disabled state changes (#​13231)
👌 chore: optimize bundle size via safe terser options (#​13243) (#​13244)

thanks to @​kamja44, @​a28689604 & @​newsiberian

v7.70.0

Compare Source

vercel/turborepo (turbo)

v2.7.5: Turborepo v2.7.5

Compare Source

What's Changed

Docs
create-turbo
Changelog

Full Changelog: vercel/turborepo@v2.7.4...v2.7.5

v2.7.4: Turborepo v2.7.4

Compare Source

What's Changed

Docs
create-turbo
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.7.3...v2.7.4

v2.7.3: Turborepo v2.7.3

Compare Source

What's Changed

Examples
  • examples: Remove skipLibCheck from nestjs.json in nestJS example by @​leos in #​11323
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.7.2...v2.7.3


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 dependencies Pull requests that update a dependency file label Jan 3, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Jan 3, 2026

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@vercel
Copy link

vercel bot commented Jan 3, 2026

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

Project Deployment Review Updated (UTC)
onruntime-website Ready Ready Preview, Comment Jan 17, 2026 5:07am

@coderabbitai
Copy link

coderabbitai bot commented Jan 3, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/minor-patch branch from a0b486c to fd4e70e Compare January 4, 2026 06:02
@renovate renovate bot force-pushed the renovate/minor-patch branch from fd4e70e to 2d41e11 Compare January 5, 2026 10:37
@renovate renovate bot force-pushed the renovate/minor-patch branch from 2d41e11 to 8e766e7 Compare January 5, 2026 14:54
@renovate renovate bot force-pushed the renovate/minor-patch branch from 8e766e7 to 474f047 Compare January 5, 2026 18:07
@renovate renovate bot force-pushed the renovate/minor-patch branch from 474f047 to 79eac4c Compare January 5, 2026 21:55
@renovate renovate bot force-pushed the renovate/minor-patch branch from 79eac4c to 50dbbe2 Compare January 6, 2026 00:52
@renovate renovate bot force-pushed the renovate/minor-patch branch from 50dbbe2 to 10f6634 Compare January 6, 2026 12:46
@renovate renovate bot force-pushed the renovate/minor-patch branch from 10f6634 to 5eed51a Compare January 6, 2026 18:30
@renovate renovate bot force-pushed the renovate/minor-patch branch from 5eed51a to 3a9163b Compare January 7, 2026 12:35
@renovate renovate bot force-pushed the renovate/minor-patch branch from 3a9163b to 14dd7b9 Compare January 7, 2026 18:27
@renovate renovate bot force-pushed the renovate/minor-patch branch from 14dd7b9 to 03986a6 Compare January 7, 2026 21:15
@renovate renovate bot force-pushed the renovate/minor-patch branch from 03986a6 to e2f44d5 Compare January 8, 2026 06:03
@renovate renovate bot force-pushed the renovate/minor-patch branch from e2f44d5 to 6f2abce Compare January 8, 2026 09:49
@renovate renovate bot force-pushed the renovate/minor-patch branch from 41d59bf to 297459a Compare January 13, 2026 11:48
@renovate renovate bot force-pushed the renovate/minor-patch branch from 297459a to 306d64b Compare January 13, 2026 15:06
@renovate renovate bot force-pushed the renovate/minor-patch branch from 306d64b to 81dba2a Compare January 13, 2026 18:31
@renovate renovate bot force-pushed the renovate/minor-patch branch from 81dba2a to f40490b Compare January 14, 2026 01:34
@renovate renovate bot force-pushed the renovate/minor-patch branch from f40490b to 2021c2d Compare January 14, 2026 18:10
@renovate renovate bot force-pushed the renovate/minor-patch branch from 2021c2d to cdfdc0e Compare January 14, 2026 18:27
@renovate renovate bot force-pushed the renovate/minor-patch branch from cdfdc0e to e8f78fb Compare January 14, 2026 22:10
@renovate renovate bot force-pushed the renovate/minor-patch branch from e8f78fb to 2798f20 Compare January 15, 2026 00:34
@renovate renovate bot force-pushed the renovate/minor-patch branch from 2798f20 to 9b8d83a Compare January 15, 2026 14:54
@renovate renovate bot force-pushed the renovate/minor-patch branch from 9b8d83a to e0d4ca6 Compare January 15, 2026 17:30
@renovate renovate bot force-pushed the renovate/minor-patch branch from e0d4ca6 to a286caf Compare January 16, 2026 05:56
@renovate renovate bot force-pushed the renovate/minor-patch branch from a286caf to ee36908 Compare January 16, 2026 15:34
@renovate renovate bot force-pushed the renovate/minor-patch branch from ee36908 to 85ad1e3 Compare January 16, 2026 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant