Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency framer-motion to v11.2.0 #6668

Merged
merged 1 commit into from
May 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 14, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion 11.0.8 -> 11.2.0 age adoption passing confidence

Release Notes

framer/motion (framer-motion)

v11.2.0

Compare Source

Added
  • Binary visibility interpolation i.e display: ["block", "none"] now maintains the visible state throughout the animation.

v11.1.9

Compare Source

Changed
  • Reinstating async event handlers to fix issues with user code and Suspence within Framer.

v11.1.8

Compare Source

Fixed
  • Animating between keyframe unit types when one keyframe is 0 and the other is an explicitly defined keyframe, e.g y: ["100%", 0].

v11.1.7

Compare Source

Changed
  • Updating types for motion.div.

v11.1.6

Compare Source

Changed
  • Binding stop to MainThreadAnimation

v11.1.5

Compare Source

Changed
  • Exporting DOMMotionComponents.

v11.1.4

Compare Source

Fixed
  • Fixing types of motion.div in certain TS5 environment configurations.
Changed
  • Skip removal of existing motion value when undefined.

v11.1.3

Compare Source

Fixed
  • ESM compat with CJS bundle.

v11.1.2

Compare Source

Fixed
  • Ensuring transforms unset during unit conversion are restored.

v11.1.1

Compare Source

Changed
  • Updating JSX transform.

v11.1.0

Compare Source

Changed
  • TypeScript 5 upgrade.

v11.0.28

Compare Source

Fixed
  • Ensure CSS var token is set as final animation keyframe.

v11.0.27

Compare Source

Fixed
  • Skipping animations with duration: 0.

v11.0.26

Compare Source

Fixed
  • Adding perspective() to projection transform.
  • Changing scheduling of useTransform to ensure frames are up-to-date.

v11.0.25

Compare Source

Fixed
  • Ensuring motion(Fragment) nodes are skipped from layout projection.

v11.0.24

Compare Source

Fixed
  • Changes in style are visible once a value is no longer present in animation props.

v11.0.23

Compare Source

Fixed
  • Fixed layout animations when combined with z transforms.

v11.0.22

Compare Source

Fixed
  • Fixed pre-generation of no-op WAAPI animations.

v11.0.21

Compare Source

Fixed
  • Fixed interrupting WAAPI spring animations.

v11.0.20

Compare Source

Fixed
  • Fixed interrupting shared element animations that contain rotate or skew transforms.

v11.0.19

Compare Source

Fixed
  • Fixed layout animations when combined with skew transforms.

v11.0.18

Compare Source

Fixed
  • Default duration doesn't override duration: 0 WAAPI animations.
  • Fix error when trying to animate unmounted element.
  • Avoid resolving WAAPI animation when stopping unresolved animation.

v11.0.17

Compare Source

v11.0.16

Compare Source

Fixed
  • Restored animation promise handling to match behaviour of <11.0.11.

v11.0.15

Compare Source

Fixed
  • Fixed measurements when more than one transform changes unit type.

v11.0.14

Compare Source

Fixed
  • Fixed animation controls in instances where keyframes resolve to be unanimatable.

v11.0.13

Compare Source

Added
  • Added default value types for backgroundPositionX and backgroundPositionY.
Fixed
  • Fixed height: auto animations.

v11.0.12

Compare Source

Fixed
  • Updated @emotion/is-valid-prop as peer dependency.

v11.0.11

Compare Source

Changed
  • Keyframes now resolved asynchronously.
  • External event handlers now fired synchronously.
  • CSS variables and unit conversion now supported with >2 keyframe animations.
  • Removed WAAPI animation of background-color.

v11.0.10

Compare Source

Fixed
  • Improved speed and stability of regexes.

v11.0.9

Compare Source

Added
  • Added support for Content Security Policy (CSP) nonces via MotionConfig.

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team as a code owner May 14, 2024 21:36
@renovate renovate bot requested review from cngonzalez and removed request for a team May 14, 2024 21:36
@renovate renovate bot enabled auto-merge May 14, 2024 21:36
Copy link

vercel bot commented May 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
performance-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 10:10am
test-next-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 10:10am
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 10:10am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview May 15, 2024 10:10am

Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented May 14, 2024

Component Testing Report Updated May 15, 2024 10:12 AM (UTC)

File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 36s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 7s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 26s 6 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 31s 11 7 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 14s 6 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 36s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 1m 2s 15 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ❌ Failed (Inspect) 1m 9s 17 0 1
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx ✅ Passed (Inspect) 7s 3 9 0
formBuilder/inputs/PortableText/RangeDecoration.spec.tsx ✅ Passed (Inspect) 20s 9 0 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 14s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ✅ Passed (Inspect) 21s 9 0 0

@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from e85e907 to d8829f7 Compare May 15, 2024 10:02
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@babel/[email protected] environment, filesystem +98 5.32 MB nicolo-ribaudo
npm/@babel/[email protected] None +9 330 kB nicolo-ribaudo
npm/@babel/[email protected] Transitive: environment +23 3.34 MB nicolo-ribaudo
npm/@babel/[email protected] environment, filesystem, unsafe 0 62 kB nicolo-ribaudo
npm/@babel/[email protected] Transitive: environment +9 2.72 MB nicolo-ribaudo
npm/@babel/[email protected] environment +2 2.49 MB nicolo-ribaudo
npm/@bjoerge/[email protected] None 0 1.62 MB bjoerge
npm/@codemirror/[email protected] None +1 479 kB marijn
npm/@codemirror/[email protected] None +1 461 kB marijn
npm/@codemirror/[email protected] Transitive: environment +3 778 kB marijn
npm/@codemirror/[email protected] Transitive: environment +2 707 kB marijn
npm/@codemirror/[email protected] None 0 132 kB marijn
npm/@codemirror/[email protected] None 0 436 kB marijn
npm/@codemirror/[email protected] None 0 1.1 MB marijn
npm/@dnd-kit/[email protected] environment +1 1.07 MB clauderic
npm/@dnd-kit/[email protected] environment 0 47.6 kB clauderic
npm/@dnd-kit/[email protected] environment 0 232 kB clauderic
npm/@dnd-kit/[email protected] environment 0 88.5 kB clauderic
npm/@google-cloud/[email protected] environment, filesystem +4 1.86 MB google-wombot
npm/@jest/[email protected] None 0 5.23 kB simenb
npm/@jest/[email protected] Transitive: eval +10 666 kB simenb
npm/@juggle/[email protected] None 0 73.7 kB trem
npm/@lezer/[email protected] None +1 336 kB marijn
npm/@node-ipc/[email protected] filesystem, network +1 140 kB aarondewes
npm/@playwright/[email protected] Transitive: environment +1 76 kB yurys
npm/@playwright/[email protected] None 0 25.3 kB yurys
npm/@portabletext/[email protected] None +1 170 kB sanity-io
npm/@portabletext/[email protected] None +1 169 kB sanity-io
npm/@react-three/[email protected] None +1 4.22 MB isaacmason
npm/@react-three/[email protected] network Transitive: environment +11 27.4 MB gsimone
npm/@react-three/[email protected] environment +3 762 kB codyjasonbennett
npm/@rexxars/[email protected] environment, filesystem 0 4.52 kB rexxars
npm/@rexxars/[email protected] None 0 25.5 kB rexxars
npm/@rexxars/[email protected] None 0 56 kB rexxars
npm/@rollup/[email protected] filesystem +3 200 kB shellscape
npm/@sanity/[email protected] environment 0 363 kB rexxars
npm/@sanity/[email protected] network +2 4.69 MB sanity-io
npm/@sanity/[email protected] None 0 59.7 kB bjoerge
npm/@sanity/[email protected] None 0 2.19 MB sanity-io
npm/@sanity/[email protected] None 0 171 kB sanity-io
npm/@sanity/[email protected] None 0 533 kB sanity-io
npm/@sanity/[email protected] None +2 280 kB ricokahler
npm/@sanity/[email protected] Transitive: unsafe +3 394 kB sanity-io
npm/@sanity/[email protected] None +2 20.3 kB sanity-io
npm/@sanity/[email protected] filesystem +2 609 kB ricokahler
npm/@sanity/[email protected] None 0 5.25 kB rexxars
npm/@sanity/[email protected] None +2 2.9 MB sanity-io
npm/@sanity/[email protected] None 0 1.27 MB sanity-io
npm/@sanity/[email protected] None 0 166 kB rexxars
npm/@sanity/[email protected] filesystem, network +1 922 kB rexxars
npm/@sanity/[email protected] None 0 1.03 MB sanity-io
npm/@sanity/[email protected] None 0 950 kB sanity-io
npm/@sanity/[email protected] None 0 951 kB sanity-io
npm/@sanity/[email protected] None 0 972 kB sanity-io
npm/@sanity/[email protected] None 0 957 kB sanity-io
npm/@sanity/[email protected] None 0 62 kB sanity-io
npm/@sanity/[email protected] Transitive: environment, eval, filesystem, shell, unsafe +48 17.5 MB
npm/@sanity/[email protected] None +1 1.16 MB sanity-io
npm/@sanity/[email protected] None +1 3.19 kB
npm/@sanity/[email protected] None 0 8.4 kB sanity-io
npm/@sanity/[email protected] None 0 115 kB sanity-io
npm/@sanity/[email protected] None +1 0 B
npm/@sanity/[email protected] None 0 116 kB bjoerge
npm/@sanity/[email protected] environment 0 73 kB sanity-io
npm/@sanity/[email protected] filesystem Transitive: environment, eval, shell, unsafe +55 21 MB sanity-io
npm/@sanity/[email protected] environment 0 747 kB sanity-io
npm/@sanity/[email protected] None +4 4.96 MB sanity-io
npm/@sanity/[email protected] None +1 10.1 kB rexxars
npm/@sanity/[email protected] environment 0 4.02 MB sanity-io
npm/@tanstack/[email protected] Transitive: environment +1 600 kB tannerlinsley
npm/@testing-library/[email protected] None +3 900 kB testing-library-bot
npm/@testing-library/[email protected] environment +7 7.49 MB testing-library-bot
npm/@testing-library/[email protected] Transitive: environment +7 3.15 MB testing-library-bot
npm/@turf/[email protected] None 0 93.6 kB rowanwins
npm/@types/[email protected] None +1 15.1 kB types
npm/@types/[email protected] None 0 5.13 kB types
npm/@types/[email protected] None 0 1.72 kB types
npm/@types/[email protected] None +2 1.93 MB types
npm/@types/[email protected] None 0 11.4 kB types
npm/@types/[email protected] None 0 3.88 kB types
npm/@types/[email protected] None 0 84.1 kB types
npm/@types/[email protected] None 0 6 kB types
npm/@types/[email protected] None +5 76.4 kB types
npm/@types/[email protected] None 0 5.66 kB types
npm/@types/[email protected] None +1 9.65 kB types
npm/@types/[email protected] None 0 4.81 kB types
npm/@types/[email protected] None +5 77 kB types
npm/@types/[email protected] None +9 107 kB types
npm/@types/[email protected] None +1 19.1 kB types
npm/@types/[email protected] None +1 73.4 kB types
npm/@types/[email protected] None +1 35.8 kB types
npm/@types/[email protected] None 0 862 kB types
npm/@types/[email protected] None 0 2.7 kB types
npm/@types/[email protected] None 0 508 B types
npm/@types/[email protected] None 0 20.6 kB types
npm/@types/[email protected] None 0 1.97 MB types
npm/@types/[email protected] None 0 6.05 kB types
npm/@types/[email protected] None 0 2.85 kB types
npm/@types/[email protected] None 0 4.36 kB types
npm/@types/[email protected] None 0 37.8 kB types
npm/@types/[email protected] None 0 5.72 kB types
npm/@types/[email protected] None +1 443 kB types
npm/@types/[email protected] None +1 47 kB types
npm/@types/[email protected] None 0 3.04 kB types
npm/@types/[email protected] None 0 7.5 kB types
npm/@types/[email protected] None 0 2.97 kB types
npm/@types/[email protected] None 0 13.5 kB types
npm/@types/[email protected] None 0 2.86 kB types
npm/@types/[email protected] None 0 3.96 kB types
npm/@types/[email protected] None 0 5.96 kB types
npm/@types/[email protected] None 0 7.85 kB types
npm/@types/[email protected] None 0 30.2 kB types
npm/@types/[email protected] None +3 1.33 MB types
npm/@types/[email protected] None 0 3.29 kB types
npm/@types/[email protected] None 0 5.2 kB types
npm/@types/[email protected] None 0 6.06 kB types
npm/@types/[email protected] None 0 21.7 kB types
npm/@types/[email protected] None +1 68.8 kB types
npm/@typescript-eslint/[email protected] None +8 5.31 MB jameshenry
npm/@typescript-eslint/[email protected] None +4 1.38 MB jameshenry
npm/@uiw/[email protected] None +3 1.08 MB wcjiang
npm/@vercel/[email protected] filesystem Transitive: eval +1 312 kB vercel-release-bot
npm/@vercel/[email protected] environment, filesystem, shell +2 277 kB vercel-release-bot
npm/@vercel/[email protected] None 0 29.4 kB vercel-release-bot
npm/@vitejs/[email protected] None +3 183 kB vitebot
npm/@vvo/[email protected] None 0 175 kB vvo
npm/[email protected] filesystem +1 55.6 kB ctalkington

🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link
Member

@stipsan stipsan left a comment

Choose a reason for hiding this comment

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

@renovate renovate bot added this pull request to the merge queue May 15, 2024
Merged via the queue into next with commit c8b779a May 15, 2024
39 checks passed
@renovate renovate bot deleted the renovate/framer-motion-11.x branch May 15, 2024 10:44
ricokahler pushed a commit that referenced this pull request May 15, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant