Skip to content

build(deps): bump framer-motion from 11.18.2 to 12.38.0#71

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/framer-motion-12.38.0
Closed

build(deps): bump framer-motion from 11.18.2 to 12.38.0#71
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/framer-motion-12.38.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps framer-motion from 11.18.2 to 12.38.0.

Changelog

Sourced from framer-motion's changelog.

[12.38.0] 2026-03-16

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.

[12.37.0] 2026-03-16

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().

[12.36.0] 2026-03-09

Added

  • Allow dragSnapToOrigin to accept "x" or "y" for per-axis snapping.
  • Added axis-locked layout animations with layout="x" and layout="y".
  • Added skipInitialAnimation to useSpring.

Fixed

  • Fixed height and width: auto animations with box-sizing: border-box.
  • Reset component values when exit animation finishes.
  • Ensure anticipate easing returns 1 at p === 1.
  • Fix @emotion/is-prop-valid resolve error in Storybook.
  • Remove data-pop-layout-id from exiting elements when animation interrupted.
  • Ensure we skip WAAPI for non-animatable keyframes.
  • Ensure we skip WAAPI for SVG transforms.
  • Ensure MotionValue props are not passed to SVG.
  • AnimatePresence: Prevent mode="wait" elements from getting stuck when switched rapidly.

[12.35.2] 2026-03-09

Fixed

... (truncated)

Commits
  • 0bfc9fe v12.38.0
  • 343cb0c Updating layoutAnchor
  • ee99ad2 Updating changelog
  • 062660b Updating changgelog
  • 303da7d Updating readme
  • b075adc Merge pull request #3647 from motiondivision/feat/layout-anchor
  • f0991d6 Add missing layoutAnchor !== false guard in attemptToResolveRelativeTarget
  • b5798e9 Merge pull request #3642 from motiondivision/worktree-fix-issue-3078
  • 7686c19 Merge pull request #3636 from motiondivision/worktree-fix-issue-3061
  • a95c487 Fix auto-scroll in reorder-virtualized test page
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Upgrade framer-motion from 11.18.2 to 12.38.0 to pick up fixes and new features like layoutAnchor, axis‑locked layout animations, hardware‑accelerated scroll offsets, and expanded CSS color support. This is a major bump; please smoke‑test key motion flows.

  • Dependencies

    • Updated framer-motion to ^12.38.0 in apps/admin-dashboard, apps/client-dashboard, apps/marketing, and packages/ui.
    • Regenerated pnpm-lock.yaml.
  • Migration

    • Validate layout animations (width/height: auto, layout="x" | "y", layoutAnchor) and per‑axis dragSnapToOrigin.
    • Check AnimatePresence enter/exit flows (mode="wait", cleanup).
    • Test Reorder lists (axis switch on resize, virtualized lists).
    • Smoke‑test scroll/useScroll "start"/"end" offsets, whileInView, useSpring (skipInitialAnimation, isAnimating()), and CSS color animations (oklch/oklab/lab/lch/color-mix).

Written for commit 5c1b54f. Summary will update on new commits.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 23, 2026
@vercel
Copy link

vercel bot commented Mar 23, 2026

Deployment failed with the following error:

Too many requests - try again in 5 minutes (more than 60, code: "api-deployments-flood").

Learn More: https://vercel.com/docs/limits#rate-limits

@vercel
Copy link

vercel bot commented Mar 23, 2026

Deployment failed with the following error:

Resource is limited - try again in 24 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/mediabubble?upgradeToPro=build-rate-limit

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 5 files

@github-actions github-actions bot added the size/XS Extra small change (≤10 lines) label Mar 23, 2026
@github-actions
Copy link

github-actions bot commented Mar 23, 2026

Lighthouse CI — Marketing Site

Category 📱 Mobile 🖥 Desktop
Performance 🟡 81/100 🟡 84/100
Accessibility 🟡 94/100 🟡 94/100
Best Practices 🟢 96/100 🟢 96/100
SEO 🟡 92/100 🟡 92/100

Core Web Vitals (Mobile)
LCP: 3351ms | FCP: 1711ms | TBT: 411ms | CLS: 0.001

Plan: pagespeed_100 — Target: 100/100 all categories
Thresholds in .lighthouserc.js

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/framer-motion-12.38.0 branch from 4f7a023 to 7c7d060 Compare March 23, 2026 19:11
@github-actions github-actions bot added size/XS Extra small change (≤10 lines) and removed size/XS Extra small change (≤10 lines) labels Mar 23, 2026
@iDorgham
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/framer-motion-12.38.0 branch from 7c7d060 to 1f6c521 Compare March 23, 2026 19:18
@github-actions github-actions bot added size/XS Extra small change (≤10 lines) and removed size/XS Extra small change (≤10 lines) labels Mar 23, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/framer-motion-12.38.0 branch from 1f6c521 to cfe0402 Compare March 23, 2026 22:04
@github-actions
Copy link

github-actions bot commented Mar 23, 2026

📦 Affected Packages

  • @gate-access/ui (component library)
  • admin-dashboard (Next.js app)
  • client-dashboard (Next.js app)
  • marketing (Next.js site)

Diff: +2967 / -8650 lines

Auto-generated by pr-labels.yml

@github-actions github-actions bot added size/XS Extra small change (≤10 lines) and removed size/XS Extra small change (≤10 lines) labels Mar 23, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/framer-motion-12.38.0 branch from cfe0402 to 5f3dacf Compare March 24, 2026 05:11
@vercel
Copy link

vercel bot commented Mar 24, 2026

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

Project Deployment Actions Updated (UTC)
gateflow-admin-dashboard Error Error Mar 25, 2026 1:56am
gateflow-client-dashboard Error Error Mar 25, 2026 1:56am
gateflow-marketing Error Error Mar 25, 2026 1:56am
gateflow-resident-portal Error Error Mar 25, 2026 1:56am

Bumps [framer-motion](https://github.com/motiondivision/motion) from 11.18.2 to 12.38.0.
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v11.18.2...v12.38.0)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-version: 12.38.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/framer-motion-12.38.0 branch from a3d22f6 to 5c1b54f Compare March 25, 2026 10:58
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 25, 2026

Superseded by #90.

@dependabot dependabot bot closed this Mar 25, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/framer-motion-12.38.0 branch March 25, 2026 11:00
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 size/XS Extra small change (≤10 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant