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

Update dependency framer-motion to v11.5.2 #1311

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion 11.0.20 -> 11.5.2 age adoption passing confidence

Release Notes

framer/motion (framer-motion)

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.

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.

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Renovate Renovate App label Aug 12, 2024
Copy link
Contributor Author

renovate bot commented Aug 12, 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 warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/[email protected]
npm warn Found: [email protected]
npm warn node_modules/@wordpress/block-editor/node_modules/react
npm warn   peer react@"^18.0.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/block-editor/node_modules/@wordpress/components
npm warn     @wordpress/components@"^27.6.0" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/block-editor
npm warn   2 more (@wordpress/element, react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/[email protected]
npm warn node_modules/@wordpress/block-editor
npm warn   dev @wordpress/block-editor@"^12.12.0" from the root project
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/[email protected]
npm warn Found: [email protected]
npm warn node_modules/@wordpress/block-editor/node_modules/react-dom
npm warn   peer react-dom@"^18.0.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/block-editor/node_modules/@wordpress/components
npm warn     @wordpress/components@"^27.6.0" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/block-editor
npm warn   1 more (@wordpress/element)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^18.0.0" from @wordpress/[email protected]
npm warn node_modules/@wordpress/block-editor
npm warn   dev @wordpress/block-editor@"^12.12.0" from the root project
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/[email protected]
npm warn Found: [email protected]
npm warn node_modules/@wordpress/blocks/node_modules/react
npm warn   react@"^18.3.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/blocks/node_modules/@wordpress/element
npm warn     @wordpress/element@"^5.35.0" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/blocks
npm warn   1 more (react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/[email protected]
npm warn node_modules/@wordpress/blocks
npm warn   dev @wordpress/blocks@"^12.29.0" from the root project
npm warn   2 more (@wordpress/block-editor, @wordpress/server-side-render)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/[email protected]
npm warn Found: [email protected]
npm warn node_modules/@wordpress/commands/node_modules/react
npm warn   peer react@"^18.0.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/commands/node_modules/@wordpress/components
npm warn     @wordpress/components@"^27.6.0" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/commands
npm warn   2 more (@wordpress/element, react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/[email protected]
npm warn node_modules/@wordpress/commands
npm warn   @wordpress/commands@"^0.29.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/block-editor
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/[email protected]
npm warn Found: [email protected]
npm warn node_modules/@wordpress/commands/node_modules/react-dom
npm warn   peer react-dom@"^18.0.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/commands/node_modules/@wordpress/components
npm warn     @wordpress/components@"^27.6.0" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/commands
npm warn   1 more (@wordpress/element)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^18.0.0" from @wordpress/[email protected]
npm warn node_modules/@wordpress/commands
npm warn   @wordpress/commands@"^0.29.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/block-editor
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/[email protected]
npm warn Found: [email protected]
npm warn node_modules/@wordpress/components/node_modules/react
npm warn   react@"^18.3.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/components/node_modules/@wordpress/element
npm warn     @wordpress/element@"^5.27.0" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/components
npm warn   2 more (framer-motion, react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/[email protected]
npm warn node_modules/@wordpress/components
npm warn   dev @wordpress/components@"^25.16.0" from the root project
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/[email protected]
npm warn Found: [email protected]
npm warn node_modules/@wordpress/components/node_modules/react-dom
npm warn   react-dom@"^18.3.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/components/node_modules/@wordpress/element
npm warn     @wordpress/element@"^5.27.0" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/components
npm warn   1 more (framer-motion)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^18.0.0" from @wordpress/[email protected]
npm warn node_modules/@wordpress/components
npm warn   dev @wordpress/components@"^25.16.0" from the root project
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/[email protected]
npm warn Found: [email protected]
npm warn node_modules/@wordpress/compose/node_modules/react
npm warn   react@"^18.3.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/compose/node_modules/@wordpress/element
npm warn     @wordpress/element@"^5.35.0" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/compose
npm warn   1 more (react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/[email protected]
npm warn node_modules/@wordpress/compose
npm warn   @wordpress/compose@"^6.35.0" from @wordpress/[email protected]
npm warn   node_modules/@types/wordpress__block-editor/node_modules/@wordpress/components
npm warn   12 more (@wordpress/components, @wordpress/block-editor, ...)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/[email protected]
npm warn Found: [email protected]
npm warn node_modules/@wordpress/data/node_modules/react
npm warn   react@"^18.3.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/data/node_modules/@wordpress/element
npm warn     @wordpress/element@"^5.35.0" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/data
npm warn   1 more (react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/[email protected]
npm warn node_modules/@wordpress/data
npm warn   @wordpress/data@"^9.22.0" from the root project
npm warn   10 more (@types/wordpress__block-editor, ...)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/[email protected]
npm warn Found: [email protected]
npm warn node_modules/@wordpress/keyboard-shortcuts/node_modules/react
npm warn   react@"^18.3.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/keyboard-shortcuts/node_modules/@wordpress/element
npm warn     @wordpress/element@"^5.35.0" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/keyboard-shortcuts
npm warn   1 more (react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/[email protected]
npm warn node_modules/@wordpress/keyboard-shortcuts
npm warn   @wordpress/keyboard-shortcuts@"^4.35.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/block-editor
npm warn   1 more (@wordpress/commands)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/[email protected]
npm warn Found: [email protected]
npm warn node_modules/@wordpress/preferences/node_modules/react
npm warn   peer react@"^18.0.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/preferences/node_modules/@wordpress/components
npm warn     @wordpress/components@"^27.6.0" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/preferences
npm warn   2 more (@wordpress/element, react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/[email protected]
npm warn node_modules/@wordpress/preferences
npm warn   @wordpress/preferences@"^3.35.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/block-editor
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/[email protected]
npm warn Found: [email protected]
npm warn node_modules/@wordpress/preferences/node_modules/react-dom
npm warn   peer react-dom@"^18.0.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/preferences/node_modules/@wordpress/components
npm warn     @wordpress/components@"^27.6.0" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/preferences
npm warn   1 more (@wordpress/element)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^18.0.0" from @wordpress/[email protected]
npm warn node_modules/@wordpress/preferences
npm warn   @wordpress/preferences@"^3.35.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/block-editor
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/[email protected]
npm warn Found: [email protected]
npm warn node_modules/@wordpress/rich-text/node_modules/react
npm warn   react@"^18.3.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/rich-text/node_modules/@wordpress/element
npm warn     @wordpress/element@"^5.35.0" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/rich-text
npm warn   1 more (react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/[email protected]
npm warn node_modules/@wordpress/rich-text
npm warn   @wordpress/rich-text@"^6.35.0" from @wordpress/[email protected]
npm warn   node_modules/@types/wordpress__block-editor/node_modules/@wordpress/components
npm warn   8 more (@wordpress/components, @wordpress/block-editor, ...)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/[email protected]
npm warn Found: [email protected]
npm warn node_modules/@wordpress/scripts/node_modules/react
npm warn   react@"^18.3.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/scripts/node_modules/@wordpress/babel-preset-default
npm warn     @wordpress/babel-preset-default@"^7.42.0" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/scripts
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/[email protected]
npm warn node_modules/@wordpress/scripts
npm warn   dev @wordpress/scripts@"^27.3.0" from the root project
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/[email protected]
npm warn Found: [email protected]
npm warn node_modules/@wordpress/server-side-render/node_modules/react
npm warn   peer react@"^18.0.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/server-side-render/node_modules/@wordpress/components
npm warn     @wordpress/components@"^27.6.0" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/server-side-render
npm warn   2 more (@wordpress/element, react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/[email protected]
npm warn node_modules/@wordpress/server-side-render
npm warn   dev @wordpress/server-side-render@"^4.30.0" from the root project
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/[email protected]
npm warn Found: [email protected]
npm warn node_modules/@wordpress/server-side-render/node_modules/react-dom
npm warn   peer react-dom@"^18.0.0" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/server-side-render/node_modules/@wordpress/components
npm warn     @wordpress/components@"^27.6.0" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/server-side-render
npm warn   1 more (@wordpress/element)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^18.0.0" from @wordpress/[email protected]
npm warn node_modules/@wordpress/server-side-render
npm warn   dev @wordpress/server-side-render@"^4.30.0" from the root project
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: [email protected]
npm warn node_modules/react
npm warn   react@"18.2.0" from the root project
npm warn   127 more (@ariakit/react, @ariakit/react-core, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^0.14.0 || ^15.0.0 || ^16.0.0" from [email protected]
npm warn node_modules/react-autosize-textarea
npm warn   react-autosize-textarea@"^7.1.0" from @types/[email protected]
npm warn   node_modules/@types/wordpress__block-editor
npm warn   1 more (@wordpress/block-editor)
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/react
npm warn   peer react@"^0.14.0 || ^15.0.0 || ^16.0.0" from [email protected]
npm warn   node_modules/react-autosize-textarea
npm warn     react-autosize-textarea@"^7.1.0" from @types/[email protected]
npm warn     node_modules/@types/wordpress__block-editor
npm warn     1 more (@wordpress/block-editor)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: [email protected]
npm warn node_modules/react-dom
npm warn   react-dom@"18.2.0" from the root project
npm warn   24 more (@ariakit/react, @ariakit/react-core, @chakra-ui/modal, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^0.14.0 || ^15.0.0 || ^16.0.0" from [email protected]
npm warn node_modules/react-autosize-textarea
npm warn   react-autosize-textarea@"^7.1.0" from @types/[email protected]
npm warn   node_modules/@types/wordpress__block-editor
npm warn   1 more (@wordpress/block-editor)
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/react-dom
npm warn   peer react-dom@"^0.14.0 || ^15.0.0 || ^16.0.0" from [email protected]
npm warn   node_modules/react-autosize-textarea
npm warn     react-autosize-textarea@"^7.1.0" from @types/[email protected]
npm warn     node_modules/@types/wordpress__block-editor
npm warn     1 more (@wordpress/block-editor)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: [email protected]
npm warn node_modules/react
npm warn   react@"18.2.0" from the root project
npm warn   127 more (@ariakit/react, @ariakit/react-core, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^16.8.0 || ^17.0.0" from [email protected]
npm warn node_modules/reakit
npm warn   reakit@"^1.3.11" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/components
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/react
npm warn   peer react@"^16.8.0 || ^17.0.0" from [email protected]
npm warn   node_modules/reakit
npm warn     reakit@"^1.3.11" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/components
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: [email protected]
npm warn node_modules/react-dom
npm warn   react-dom@"18.2.0" from the root project
npm warn   24 more (@ariakit/react, @ariakit/react-core, @chakra-ui/modal, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^16.8.0 || ^17.0.0" from [email protected]
npm warn node_modules/reakit
npm warn   reakit@"^1.3.11" from @wordpress/[email protected]
npm warn   node_modules/@wordpress/components
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/react-dom
npm warn   peer react-dom@"^16.8.0 || ^17.0.0" from [email protected]
npm warn   node_modules/reakit
npm warn     reakit@"^1.3.11" from @wordpress/[email protected]
npm warn     node_modules/@wordpress/components
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: [email protected]
npm warn node_modules/react
npm warn   react@"18.2.0" from the root project
npm warn   127 more (@ariakit/react, @ariakit/react-core, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^16.8.0 || ^17.0.0" from [email protected]
npm warn node_modules/reakit-system
npm warn   reakit-system@"^0.15.2" from [email protected]
npm warn   node_modules/reakit
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/react
npm warn   peer react@"^16.8.0 || ^17.0.0" from [email protected]
npm warn   node_modules/reakit-system
npm warn     reakit-system@"^0.15.2" from [email protected]
npm warn     node_modules/reakit
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: [email protected]
npm warn node_modules/react-dom
npm warn   react-dom@"18.2.0" from the root project
npm warn   24 more (@ariakit/react, @ariakit/react-core, @chakra-ui/modal, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^16.8.0 || ^17.0.0" from [email protected]
npm warn node_modules/reakit-system
npm warn   reakit-system@"^0.15.2" from [email protected]
npm warn   node_modules/reakit
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/react-dom
npm warn   peer react-dom@"^16.8.0 || ^17.0.0" from [email protected]
npm warn   node_modules/reakit-system
npm warn     reakit-system@"^0.15.2" from [email protected]
npm warn     node_modules/reakit
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: [email protected]
npm warn node_modules/react
npm warn   react@"18.2.0" from the root project
npm warn   127 more (@ariakit/react, @ariakit/react-core, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^16.8.0 || ^17.0.0" from [email protected]
npm warn node_modules/reakit-utils
npm warn   reakit-utils@"^0.15.2" from [email protected]
npm warn   node_modules/reakit
npm warn   2 more (reakit-system, reakit-warning)
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/react
npm warn   peer react@"^16.8.0 || ^17.0.0" from [email protected]
npm warn   node_modules/reakit-utils
npm warn     reakit-utils@"^0.15.2" from [email protected]
npm warn     node_modules/reakit
npm warn     2 more (reakit-system, reakit-warning)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: [email protected]
npm warn node_modules/react-dom
npm warn   react-dom@"18.2.0" from the root project
npm warn   24 more (@ariakit/react, @ariakit/react-core, @chakra-ui/modal, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^16.8.0 || ^17.0.0" from [email protected]
npm warn node_modules/reakit-utils
npm warn   reakit-utils@"^0.15.2" from [email protected]
npm warn   node_modules/reakit
npm warn   2 more (reakit-system, reakit-warning)
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/react-dom
npm warn   peer react-dom@"^16.8.0 || ^17.0.0" from [email protected]
npm warn   node_modules/reakit-utils
npm warn     reakit-utils@"^0.15.2" from [email protected]
npm warn     node_modules/reakit
npm warn     2 more (reakit-system, reakit-warning)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: [email protected]
npm warn node_modules/react
npm warn   react@"18.2.0" from the root project
npm warn   127 more (@ariakit/react, @ariakit/react-core, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^16.8.0 || ^17.0.0" from [email protected]
npm warn node_modules/reakit-warning
npm warn   reakit-warning@"^0.6.2" from [email protected]
npm warn   node_modules/reakit
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/react
npm warn   peer react@"^16.8.0 || ^17.0.0" from [email protected]
npm warn   node_modules/reakit-warning
npm warn     reakit-warning@"^0.6.2" from [email protected]
npm warn     node_modules/reakit
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: [email protected]
npm warn node_modules/stylelint
npm warn   dev stylelint@"14.11.0" from the root project
npm warn   7 more (@wordpress/scripts, @wordpress/stylelint-config, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer stylelint@"^10.1.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" from [email protected]
npm warn node_modules/stylelint-config-recommended-scss
npm warn   stylelint-config-recommended-scss@"^4.2.0" from [email protected]
npm warn   node_modules/stylelint-config-wordpress
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/stylelint
npm warn   peer stylelint@"^10.1.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" from [email protected]
npm warn   node_modules/stylelint-config-recommended-scss
npm warn     stylelint-config-recommended-scss@"^4.2.0" from [email protected]
npm warn     node_modules/stylelint-config-wordpress
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/stylelint
npm error   dev stylelint@"14.11.0" from the root project
npm error   stylelint@"^14.2.0" from @wordpress/[email protected]
npm error   node_modules/@wordpress/scripts
npm error     dev @wordpress/scripts@"^27.3.0" from the root project
npm error   6 more (@wordpress/stylelint-config, ...)
npm error
npm error Could not resolve dependency:
npm error peer stylelint@"^10.1.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" from [email protected]
npm error node_modules/stylelint-config-wordpress
npm error   dev stylelint-config-wordpress@"17.0.0" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/stylelint
npm error   peer stylelint@"^10.1.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" from [email protected]
npm error   node_modules/stylelint-config-wordpress
npm error     dev stylelint-config-wordpress@"17.0.0" from 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-04T13_23_35_379Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-09-04T13_23_35_379Z-debug-0.log

@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 9cf2b4c to 51caa83 Compare August 14, 2024 13:42
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.24 Update dependency framer-motion to v11.3.26 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 51caa83 to eb73be2 Compare August 14, 2024 17:46
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.26 Update dependency framer-motion to v11.3.27 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from eb73be2 to 8e33889 Compare August 15, 2024 11:08
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.27 Update dependency framer-motion to v11.3.28 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 8e33889 to 68f497b Compare August 21, 2024 12:59
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.28 Update dependency framer-motion to v11.3.29 Aug 21, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 68f497b to f30dad7 Compare August 23, 2024 14:44
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.29 Update dependency framer-motion to v11.3.30 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from f30dad7 to 2e03f32 Compare August 29, 2024 12:00
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.30 Update dependency framer-motion to v11.3.31 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 2e03f32 to b3ffc01 Compare September 3, 2024 16:21
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.31 Update dependency framer-motion to v11.4.0 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from b3ffc01 to 0430271 Compare September 4, 2024 10:37
@renovate renovate bot changed the title Update dependency framer-motion to v11.4.0 Update dependency framer-motion to v11.5.0 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 0430271 to 4c76d13 Compare September 4, 2024 13:23
@renovate renovate bot changed the title Update dependency framer-motion to v11.5.0 Update dependency framer-motion to v11.5.2 Sep 4, 2024
@deepench deepench closed this Sep 5, 2024
Copy link
Contributor Author

renovate bot commented Sep 5, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (11.5.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/framer-motion-11.x branch September 5, 2024 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Renovate Renovate App
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant