Skip to content

chore(deps): bump framer-motion from 12.25.0 to 12.37.0 in /apps/web#299

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/web/framer-motion-12.37.0
Closed

chore(deps): bump framer-motion from 12.25.0 to 12.37.0 in /apps/web#299
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/web/framer-motion-12.37.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps framer-motion from 12.25.0 to 12.37.0.

Changelog

Sourced from framer-motion's changelog.

[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

  • Reduced filesize of styleEffect.
  • Fix rounding from popLayout.
  • opacity animations in React Strict Mode in development.
  • Ensure useSpring is not affected by monitor framerate.
  • Updating animations sequence segment types to exclude lifecycle handlers.
  • Fix layout animations with parents offset by a %-based translation.
  • Fix autoplay: false with WAAPI animations.
  • Fix layout jump in React Strict Mode in development.
  • Detect divide-by-zero in CSS calc() values before making animatable templates.

[12.35.1] 2026-03-06

... (truncated)

Commits
  • 935b084 v12.37.0
  • f93b0e3 Latest
  • 3a0f9be Updating changelog
  • 36a58cd Updating changelog
  • f853c28 Merge pull request #3644 from motiondivision/fix/useSpring-isAnimating-2957
  • 032b5cf Merge pull request #3645 from motiondivision/audit/motion-dom-projection
  • 4c1112c Merge pull request #3616 from motiondivision/worktree-fix-issue-3169
  • fec1b53 Merge pull request #3637 from motiondivision/worktree-fix-issue-3058
  • bb19d71 Latest
  • 5500225 Force WAAPI for browser-only CSS color formats (oklch, oklab, lab, lch)
  • 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)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2026

Labels

The following labels could not be found: javascript. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 16, 2026
hessius added a commit that referenced this pull request Mar 16, 2026
Merge main into version/2.3.0:
- Gemini model fix (gemini-2.0-flash → gemini-2.5-flash)
- get_model_name() call-time resolution
- Fix _MODEL_NAME → get_model_name() in profile_recommendation_service.py

Python dependency bumps (3):
- uvicorn 0.41.0 → 0.42.0
- sse-starlette 3.2.0 → 3.3.2
- zeroconf 0.134.0 → 0.148.0

NPM dependency bumps (28):
Production (12): @tailwindcss/vite 4.2.1, @tanstack/react-query 5.90.21,
  framer-motion 12.37.0, i18next 25.8.18, i18next-browser-languagedetector 8.2.1,
  modern-screenshot 4.6.8, react 19.2.4, react-day-picker 9.14.0,
  react-dom 19.2.4, react-error-boundary 6.1.1, react-i18next 16.5.8,
  react-resizable-panels 4.7.3
Dev (16): @chromatic-com/storybook 5.0.1, @playwright/test 1.58.2,
  @storybook/addon-a11y 10.2.19, @storybook/addon-docs 10.2.19,
  @storybook/react-vite 10.2.19, @tailwindcss/postcss 4.2.1,
  @testing-library/react 16.3.2, @types/react 19.2.14,
  @vitejs/plugin-react-swc 4.3.0, @vitest/browser-playwright 4.1.0,
  @vitest/coverage-v8 4.1.0, happy-dom 20.8.4, storybook 10.2.19,
  tailwindcss 4.2.1, typescript-eslint 8.57.1, vite 8.0.0 (MAJOR)

Vite 8 compatibility: added build.cssMinify: 'esbuild' to work around
lightningcss/tailwindcss interaction issue (tailwindlabs/tailwindcss#19789).

Closes: #294, #295, #296, #297, #298, #299, #300, #301, #302, #303, #304, #275, #277

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.25.0 to 12.37.0.
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.25.0...v12.37.0)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-version: 12.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/web/framer-motion-12.37.0 branch from c583045 to bceb5df Compare March 25, 2026 13:59
hessius added a commit that referenced this pull request Mar 25, 2026
Merge main into version/2.3.0:
- Gemini model fix (gemini-2.0-flash → gemini-2.5-flash)
- get_model_name() call-time resolution
- Fix _MODEL_NAME → get_model_name() in profile_recommendation_service.py

Python dependency bumps (3):
- uvicorn 0.41.0 → 0.42.0
- sse-starlette 3.2.0 → 3.3.2
- zeroconf 0.134.0 → 0.148.0

NPM dependency bumps (28):
Production (12): @tailwindcss/vite 4.2.1, @tanstack/react-query 5.90.21,
  framer-motion 12.37.0, i18next 25.8.18, i18next-browser-languagedetector 8.2.1,
  modern-screenshot 4.6.8, react 19.2.4, react-day-picker 9.14.0,
  react-dom 19.2.4, react-error-boundary 6.1.1, react-i18next 16.5.8,
  react-resizable-panels 4.7.3
Dev (16): @chromatic-com/storybook 5.0.1, @playwright/test 1.58.2,
  @storybook/addon-a11y 10.2.19, @storybook/addon-docs 10.2.19,
  @storybook/react-vite 10.2.19, @tailwindcss/postcss 4.2.1,
  @testing-library/react 16.3.2, @types/react 19.2.14,
  @vitejs/plugin-react-swc 4.3.0, @vitest/browser-playwright 4.1.0,
  @vitest/coverage-v8 4.1.0, happy-dom 20.8.4, storybook 10.2.19,
  tailwindcss 4.2.1, typescript-eslint 8.57.1, vite 8.0.0 (MAJOR)

Vite 8 compatibility: added build.cssMinify: 'esbuild' to work around
lightningcss/tailwindcss interaction issue (tailwindlabs/tailwindcss#19789).

Closes: #294, #295, #296, #297, #298, #299, #300, #301, #302, #303, #304, #275, #277

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2026

Looks like framer-motion is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 25, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/apps/web/framer-motion-12.37.0 branch March 25, 2026 17:26
hessius added a commit that referenced this pull request Mar 26, 2026
Update bun.lock and bump:
- react-easy-crop 5.5.6 → 5.5.7
- react-hook-form 7.70.0 → 7.72.0
- tailwind-merge 3.4.0 → 3.5.0
- @vitest/ui 4.0.18 → 4.1.1
- i18next 25.8.18 → 25.10.9
- marked 15.0.7 → 17.0.5
- react-i18next 16.5.8 → 16.6.6
- react-resizable-panels 4.5.1 → 4.7.6
- recharts 3.8.0 → 3.8.1

Resolves stale dependabot PRs #314, #308, #307, #306, #302, #299, #275, #318.

All 416 frontend tests pass, 900 backend tests pass, build succeeds, lint clean.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

0 participants