Skip to content

Update all non-major dependencies#283

Merged
renovate[bot] merged 1 commit into
developfrom
renovate/all-minor-patch
Mar 23, 2026
Merged

Update all non-major dependencies#283
renovate[bot] merged 1 commit into
developfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 22, 2026

This PR contains the following updates:

Package Change Age Confidence
@next/third-parties (source) 15.5.1215.5.14 age confidence
@tanstack/react-query (source) 5.90.215.95.0 age confidence
@tanstack/react-query-devtools (source) 5.91.35.95.0 age confidence
@vanilla-extract/css (source) 1.19.01.20.0 age confidence
motion 12.36.012.38.0 age confidence
react-hook-form (source) 7.71.27.72.0 age confidence

Release Notes

vercel/next.js (@​next/third-parties)

v15.5.14

Compare Source

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

Core Changes
  • feat(next/image): add lru disk cache and images.maximumDiskCacheSize (#​91660)
  • Fix(pages-router): restore Content-Length and ETag for /_next/data/ JSON responses (#​90304)
Credits

Huge thanks to @​styfle and @​lllomh for helping!

v15.5.13

Compare Source

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

Core Changes
  • fix: patch http-proxy to prevent request smuggling in rewrites (See: CVE-2026-29057)
Credits

Huge thanks to @​ztanner for helping!

TanStack/query (@​tanstack/react-query)

v5.95.0

Compare Source

Patch Changes

v5.94.5

Compare Source

Patch Changes

v5.94.4

Compare Source

Patch Changes

v5.91.3

Compare Source

Patch Changes
  • fix: stop node types from leaking into browser (#​10302)

v5.91.2

Compare Source

Patch Changes

v5.91.0

Compare Source

Minor Changes
Patch Changes
TanStack/query (@​tanstack/react-query-devtools)

v5.95.0

Compare Source

Patch Changes

v5.94.5

Patch Changes

v5.94.4

Patch Changes
vanilla-extract-css/vanilla-extract (@​vanilla-extract/css)

v1.20.0

Compare Source

Minor Changes
  • #​1702 48a9caf Thanks @​bschlenk! - Allow :where and :is in selectors if all selectors target &

    EXAMPLE USAGE:

    const example = style({
      color: 'red',
      selectors: {
        // Valid: all selectors in the list target `example`
        ':is(h1 > &, h2 > &)': { color: 'blue' }
        // Invalid: the second selector in the list does not target `example`
        ':is(h1 > &, h2)': { color: 'blue' }
      }
    });

v1.19.1

Compare Source

Patch Changes
  • #​1558 9b1bfd0 Thanks @​andjsrk! - style: Fixed a bug where nested arrays of classnames could cause missing or malformed CSS during style composition in certain situations.

    For example, the following style composition would not generate CSS for the backgroundColor: 'orange' style, and would also generate malformed CSS:

    const styleWithNestedComposition = style([
      [style1, style2],
      { backgroundColor: 'orange' },
      [style3]
    ]);
motiondivision/motion (motion)

v12.38.0

Compare Source

Added
  • Added layoutAnchor prop to configure custom anchor point for resolving relative projection boxes.
Fixed
  • Reorder: Fix axis switching after window resize.
  • Reorder: Fix with virtualised lists.
  • AnimatePresence: Ensure children are removed when exit animation matches current values.

v12.37.0

Compare Source

Added
  • Support for hardware accelerating "start" and "end" offsets in scroll and useScroll.
  • Support for oklch, oklab, lab, lch, color, color-mix, light-dark color types.
Fixed
  • Fix whileInView with client-side navigation.
  • Fix draggable elements when layout updates due to surrounding element re-renders.
  • Improved memory pressure of layout animations.
  • Ensure motion value returned from useSpring reports correct isAnimating().
react-hook-form/react-hook-form (react-hook-form)

v7.72.0: Version 7.72.0

Compare Source

⚓️ feat: built-in form level validate (#​13195)

const { register, formState: { errors } } = useForm({
  validate: async (formValue) => {
    if (formValue.test1.length > formValue.test.length) {
      return {
        type: 'formError',
        message: 'something is wrong here',
      };
    }

    if (formValue.test === 'test') {
      return 'direct error message';
    }

    return true;
  },
});

🐞 fix: prevent useFieldArray from marking unrelated fields as dirty (#​13299)
🐞 fix #​13300 checkbox form validation ignored with native validation (#​13310)
🌉 allow subscribe formState to track submit state (#​13319)


Configuration

📅 Schedule: Branch creation - "before 4am on monday" in timezone Asia/Seoul, 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 requested review from seueooo and seung365 as code owners March 22, 2026 17:39
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 22, 2026

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

Project Deployment Actions Updated (UTC)
time-capsule Ready Ready Preview, Comment Mar 22, 2026 9:18pm

@github-actions
Copy link
Copy Markdown

This pull request (commit f389c5c) has been deployed to Vercel ▲ - View GitHub Actions Workflow Logs

Name Link
🌐 Unique https://time-capsule-fl5bayccl-hs-projects-b4a69d5f.vercel.app
🔍 Inspect https://vercel.com/hs-projects-b4a69d5f/time-capsule/APo4nzsjvVLiuCJTht8WmDBdkbC2

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f389c5c to c710af4 Compare March 22, 2026 21:16
@github-actions
Copy link
Copy Markdown

This pull request (commit c710af4) has been deployed to Vercel ▲ - View GitHub Actions Workflow Logs

Name Link
🌐 Unique https://time-capsule-pgzabop8k-hs-projects-b4a69d5f.vercel.app
🔍 Inspect https://vercel.com/hs-projects-b4a69d5f/time-capsule/8RC3YeTRXE8VLjhLHVt7vs9S5Gmb

@renovate renovate Bot merged commit dd17fe0 into develop Mar 23, 2026
5 checks passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch March 23, 2026 02:30
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