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

fix(deps): update framer-motion to 11.5.6 #537

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion 11.1.9 -> 11.5.6 age adoption passing confidence

Release Notes

framer/motion (framer-motion)

v11.5.6

Compare Source

Fixed
  • Ensuring updating motion values during render doesn't lock rendering for an element.

v11.5.5

Compare Source

Fixed
  • Changed values of child variants now animate even when the parent variant name hasn't changed.

v11.5.4

Compare Source

Fixed
  • Improving tree-shakability.

v11.5.3

Compare Source

Fixed
  • Reorder components now import motion proxy.

v11.5.2

Compare Source

Added
  • Changing motion() deprecation warning to warnOnce.

v11.5.1

Compare Source

Added
  • Exporting findSpring for internal use.

v11.5.0

Compare Source

Added
  • motion.create() and m.create().
Deprecrated
  • motion() and m().

v11.4.0

Compare Source

Added
  • Support for React Server Components, including new entrypoints for motion and m components.

v11.3.31

Compare Source

Fixed
  • Detects conflicts between optimised animations and rendered style.
  • Resumes optimised animations where possible once layout measurements are complete.

v11.3.30

Compare Source

Fixed
  • Removed double "change" handler on externally-provided MotionValues.

v11.3.29

Compare Source

Fixed
  • Selective cancellation of optimised appear animations.

v11.3.28

Compare Source

Fixed
  • Use startTime instead of elapsed to sync optimised animations.

v11.3.27

Compare Source

Changed
  • Allow manual setting of startTime via animation options (currently for internal use only).

v11.3.26

Compare Source

Fixed
  • Improving synchronisation between DOM animations on externally-provided MotionValues and internal MotionValues.
  • Fixing unit conversion on DOM animations with externally-provided MotionValues.

v11.3.25

Compare Source

Changed
  • Improve calculation of startTime to prefer the immediacy of animation creation over keyframe resolution, but fall back to the latter if the former would lead to a perceptual jump.

v11.3.24

Compare Source

Fixed
  • Fixing incorrect version publish.

v11.3.23

Compare Source

Fixed
  • Improving optimised appear animation check from data-appear-id to active recording of started animations.
  • Only cancelling optimised appear animations from layout animations when they're animating transform.

v11.3.22

Compare Source

Fixed
  • Fixing spring animations with explicit velocities that animate to their current value.

v11.3.21

Compare Source

Changed
  • Removing default transforms from generated transform string provided to transformTemplate.

v11.3.20

Compare Source

Changed
  • Improved performance of transform by up to 30% when providing many default transforms as MotionValues.

v11.3.19

Compare Source

Fixed
  • Fixed problem with AnimatePresence not rerendering children unless their presence had changed.

v11.3.18

Compare Source

Fixed
  • Improved correctness of AnimatePresence and made safe to use with concurrent rendering.

v11.3.17

Compare Source

Added
  • domMin feature bundle.

v11.3.16

Compare Source

Changed
  • Exporting UseScrollOptions type.

v11.3.15

Compare Source

Changed
  • Improved types for inView()'s margin property.

v11.3.14

Compare Source

Fixed
  • Wrapping usePresence's safeToRemove callback in useCallback leading to fewer re-renders.

v11.3.13

Compare Source

Fixed
  • Fixing position: fixed layout animations while scrolling.

v11.3.12

Compare Source

Fixed
  • Improving useSpring types so it accepts MotionValue<string> or MotionValue<number> but always returns MotionValue<number>.

v11.3.11

Compare Source

Fixed
  • Removing "react" import from DOM-only bundle.

v11.3.10

Compare Source

Fixed
  • Changing isBrowser check from document to window.

v11.3.9

Compare Source

Changed
  • Improve performance of window.MotionDebug check.

v11.3.8

Compare Source

Changed
  • Improve performance of layout animation calculated projection comparisons.

v11.3.7

Compare Source

Changed
  • Active render scheduling check to prevent unnecessary Set lookups.

v11.3.6

Compare Source

Changed
  • Minor performance improvements for layout animations.

v11.3.5

Compare Source

Fixed
  • Ensuring DOM bundle doesn't include react and react-dom as dependencies.

v11.3.4

Compare Source

Changed
  • Check for display: contents elements now against component props instead of Element.style.

v11.3.3

Compare Source

Changed
  • Frameloop now uses a single Set vs Set and Array, leading to smaller bundlesize and better performance under heavy load.

v11.3.2

Compare Source

Fixed
  • No longer adding background-color to will-change.

v11.3.1

Compare Source

Updated
  • Externally-provided MotionValues are no longer permanently added to will-change.

v11.3.0

Compare Source

Updated
  • Animations automatically optimised via will-change.

v11.2.14

Compare Source

Updated
  • Improved performance of core render loop.

v11.2.13

Compare Source

Fixed
  • Checking for null before interpolating color values.

v11.2.12

Compare Source

Fixed
  • Fixing dragConstraints={ref} mixed with layout animations.

v11.2.11

Compare Source

Fixed
  • Fix animations in resuspended components.

v11.2.10

Compare Source

Fixed
  • Changing invalid number interpolation from error to warning and immediate mix.

v11.2.9

Compare Source

Fixed
  • Fixing animation of CSS variables when leading space is present.

v11.2.8

Compare Source

Fixed
  • Ensuring instant animations return animation controls.

v11.2.7

Compare Source

Fixed
  • Only allow layout animations to cancel optimised appear animations when on the same node or an ancestor.

v11.2.6

Compare Source

Fixed
  • Fixed optimised appear animations interrupted by layout animations triggered by a state update within useLayoutEffect.

v11.2.5

Compare Source

Fixed
  • Fixing layout animations within portals. Tag motion root within portal with data-framer-portal-id attribute.

v11.2.4

Compare Source

Fixed
  • Batching triggering animations with useSpring.

v11.2.3

Compare Source

Fixed
  • MotionValues created with undefined can track velocity correctly.

v11.2.2

Compare Source

Fixed
  • Fixed visual jump when interrupting an optimised appear animation.

v11.2.1

Compare Source

Changed
  • Improved performance of resolving variants by lazy resolving current MotionValue state.

v11.2.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 17, 2024
Copy link
Author

renovate bot commented May 17, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @typescript-eslint/[email protected]
npm error Found: [email protected]
npm error node_modules/eslint
npm error   peer eslint@"^7.5.0 || ^8.0.0 || ^9.0.0" from @babel/[email protected]
npm error   node_modules/@babel/eslint-parser
npm error     dev @babel/eslint-parser@"^7.24.5" from the root project
npm error   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/[email protected]
npm error   node_modules/@eslint-community/eslint-utils
npm error     @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/[email protected]
npm error     node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils
npm error       @typescript-eslint/utils@"7.8.0" from @typescript-eslint/[email protected]
npm error       node_modules/@typescript-eslint/eslint-plugin
npm error         peer @typescript-eslint/eslint-plugin@"^7.0.0" from [email protected]
npm error         node_modules/eslint-config-airbnb-typescript
npm error         2 more (eslint-plugin-jest, the root project)
npm error       1 more (@typescript-eslint/type-utils)
npm error     @eslint-community/eslint-utils@"^4.2.0" from [email protected]
npm error     4 more (@typescript-eslint/utils, @typescript-eslint/utils, ...)
npm error   5 more (eslint-config-erb, eslint-config-prettier, ...)
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.56.0" from @typescript-eslint/[email protected]
npm error node_modules/@typescript-eslint/eslint-plugin
npm error   peer @typescript-eslint/eslint-plugin@"^7.0.0" from [email protected]
npm error   node_modules/eslint-config-airbnb-typescript
npm error     dev eslint-config-airbnb-typescript@"^18.0.0" from the root project
npm error   peerOptional @typescript-eslint/eslint-plugin@"^6.0.0 || ^7.0.0" from [email protected]
npm error   node_modules/eslint-plugin-jest
npm error     dev eslint-plugin-jest@"^28.5.0" from the root project
npm error   1 more (the root project)
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/eslint
npm error   peer eslint@"^8.56.0" from @typescript-eslint/[email protected]
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     peer @typescript-eslint/eslint-plugin@"^7.0.0" from [email protected]
npm error     node_modules/eslint-config-airbnb-typescript
npm error       dev eslint-config-airbnb-typescript@"^18.0.0" from the root project
npm error     peerOptional @typescript-eslint/eslint-plugin@"^6.0.0 || ^7.0.0" from [email protected]
npm error     node_modules/eslint-plugin-jest
npm error       dev eslint-plugin-jest@"^28.5.0" from the root project
npm error     1 more (the root project)
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-09-22T09_43_48_687Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-09-22T09_43_48_687Z-debug-0.log

@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from e09075d to a258156 Compare May 18, 2024 04:59
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.2.0 fix(deps): update framer-motion to 11.2.2 May 18, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.2.2 fix(deps): update framer-motion to 11.2.3 May 19, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.2.3 fix(deps): update framer-motion to 11.2.4 May 20, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from a258156 to c3404b6 Compare May 24, 2024 16:03
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.2.4 fix(deps): update framer-motion to 11.2.5 May 24, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.2.5 fix(deps): update framer-motion to 11.2.6 May 25, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from c3404b6 to 8c78279 Compare June 1, 2024 13:03
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.2.6 fix(deps): update framer-motion to 11.2.8 Jun 1, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.2.8 fix(deps): update framer-motion to 11.2.9 Jun 1, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.2.9 fix(deps): update framer-motion to 11.2.10 Jun 3, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 8c78279 to 1066fcb Compare June 22, 2024 11:11
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.2.10 fix(deps): update framer-motion to 11.2.11 Jun 22, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 1066fcb to 926afa4 Compare June 28, 2024 11:27
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.2.11 fix(deps): update framer-motion to 11.2.12 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 926afa4 to 37a9de4 Compare July 7, 2024 15:41
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.2.12 fix(deps): update framer-motion to 11.2.13 Jul 7, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 37a9de4 to be7e3a9 Compare July 12, 2024 11:10
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.2.13 fix(deps): update framer-motion to 11.2.14 Jul 12, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.2.14 fix(deps): update framer-motion to 11.3.0 Jul 13, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.0 fix(deps): update framer-motion to 11.3.1 Jul 14, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.1 fix(deps): update framer-motion to 11.3.2 Jul 14, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from be7e3a9 to 08e6c2c Compare July 19, 2024 11:55
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.2 fix(deps): update framer-motion to 11.3.3 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 08e6c2c to 1c3fdf2 Compare July 19, 2024 14:24
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.3 fix(deps): update framer-motion to 11.3.4 Jul 19, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.4 fix(deps): update framer-motion to 11.3.5 Jul 20, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from dad4aa3 to 5a3960a Compare July 27, 2024 13:25
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.12 fix(deps): update framer-motion to 11.3.16 Jul 27, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.16 fix(deps): update framer-motion to 11.3.17 Jul 27, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.17 fix(deps): update framer-motion to 11.3.18 Jul 29, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.18 fix(deps): update framer-motion to 11.3.19 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 5a3960a to 64319c4 Compare August 4, 2024 13:51
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.19 fix(deps): update framer-motion to 11.3.20 Aug 4, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.20 fix(deps): update framer-motion to 11.3.21 Aug 4, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 64319c4 to de069cc Compare August 10, 2024 08:49
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.21 fix(deps): update framer-motion to 11.3.22 Aug 10, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.22 fix(deps): update framer-motion to 11.3.23 Aug 10, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.23 fix(deps): update framer-motion to 11.3.24 Aug 11, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from de069cc to 6527642 Compare August 18, 2024 17:40
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.24 fix(deps): update framer-motion to 11.3.28 Aug 18, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 6527642 to c73cefa Compare August 24, 2024 12:43
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.28 fix(deps): update framer-motion to 11.3.29 Aug 24, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.29 fix(deps): update framer-motion to 11.3.30 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from c73cefa to cd32b49 Compare September 1, 2024 09:10
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.30 fix(deps): update framer-motion to 11.3.31 Sep 1, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from cd32b49 to b7eff2b Compare September 6, 2024 16:36
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.3.31 fix(deps): update framer-motion to 11.4.0 Sep 6, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.4.0 fix(deps): update framer-motion to 11.5.0 Sep 7, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.5.0 fix(deps): update framer-motion to 11.5.2 Sep 7, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.5.2 fix(deps): update framer-motion to 11.5.3 Sep 8, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.5.3 fix(deps): update framer-motion to 11.5.4 Sep 8, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from b7eff2b to 6e248a9 Compare September 10, 2024 12:36
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 6e248a9 to 2d53923 Compare September 22, 2024 09:44
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.5.4 fix(deps): update framer-motion to 11.5.5 Sep 22, 2024
@renovate renovate bot changed the title fix(deps): update framer-motion to 11.5.5 fix(deps): update framer-motion to 11.5.6 Sep 23, 2024
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