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 all non-major dependencies #53

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/react (source) 2.7.1 -> 2.10.4 age adoption passing confidence
@types/node (source) 20.4.1 -> 20.17.10 age adoption passing confidence
@types/react (source) 18.2.14 -> 18.3.16 age adoption passing confidence
@types/react-dom (source) 18.2.6 -> 18.3.5 age adoption passing confidence
framer-motion 10.12.18 -> 10.18.0 age adoption passing confidence
next (source) 14.2.15 -> 14.2.20 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-icons 4.10.1 -> 4.12.0 age adoption passing confidence
typescript (source) 5.1.6 -> 5.7.2 age adoption passing confidence

Release Notes

chakra-ui/chakra-ui (@​chakra-ui/react)

v2.8.2

Compare Source

Patch Changes

v2.8.1

Compare Source

Patch Changes

v2.8.0

Compare Source

Minor Changes
  • 754d9d4f4
    Thanks @​segunadebayo! - To improve support
    for the App Router, all components and hooks are exported with the
    "use client" directive.
Patch Changes
framer/motion (framer-motion)

v10.18.0

Compare Source

Added
  • globalTapTarget for use in Framer.

v10.17.12

Compare Source

Fixed
  • Fixed animate sequencing for MotionValues.

v10.17.11

Compare Source

Fixed
  • Fixed layout prop crashing Framer Motion 3D.

v10.17.9

Compare Source

Fixed
  • Improve error message when trying to animate multiple keyframes via spring.

v10.17.8

Compare Source

Fixed
  • Adding null safeguard for useAnimationControls.

v10.17.7

Compare Source

Fixed
  • Fix touch event filtering for hover gesture.

v10.17.6

Compare Source

Fixed
  • Ensure cancelled WAAPI animations can't finish.

v10.17.5

Compare Source

Fixed
  • Fixing final keyframe when using repeatType "reverse" and "mirror".
  • Display warning if scroll container is position: static.
  • Adding amount to useInView dependencies.

v10.17.4

Compare Source

Fixed
  • Ensure keyframe animations don't rerun if all values are the same.

v10.17.3

Compare Source

Fixed
  • Unset gestures correctly animate back to values defined in parent variant.

v10.17.2

Compare Source

Fixed
  • Fixed issues with duration-based springs appearing stuck or snapping.

v10.17.1

Compare Source

Fixed
  • Fixed issue with dragSnapToOrigin not continuing animation when interrupted.

v10.17.0

Compare Source

Added
  • Adding MotionGlobalConfig.skipAnimations to globally disable animations when testing.

v10.16.16

Compare Source

Fixed
  • circInOut easing fixed.
  • Improved optimised animation handoff.

v10.16.15

Compare Source

Fixed
  • Ensure animateChanges only runs in layout effect in initial render.

v10.16.14

Compare Source

v10.16.13

Compare Source

Fixed
  • Ensure animations don't attempt to fire when initial equals animate.

v10.16.12

Compare Source

Fixed
  • Use single animation to detect document paint ready before triggering optimised animations.
  • Measure one time for optimised animation start and one for handoff to emulate frame scheduling.

v10.16.11

Compare Source

Fixed
  • Ensure animation is never skipped if it's an interrupting animation.

v10.16.10

Compare Source

Fixed
  • Fixing appear animation optimisation when React portal is present.

v10.16.9

Compare Source

Fixed
  • Skipping no-op animations.

v10.16.8

Compare Source

Fixed
  • Added disableInstantAnimation private API.
  • Ensure optimised appear animations don't run post-hydration.

v10.16.7

Compare Source

Fixed
  • Fixing pan events within React portal.

v10.16.6

Compare Source

Fixed
  • Fixing Reorder component types.
  • Fixing Reorder.Item order calculation.
  • Fixing broken dragConstraints if component re-renders during resize.

v10.16.5

Compare Source

Fixed
  • Fixing AnimatePresence fast rerender bug.

v10.16.4

Compare Source

Fixed
  • Changed handoff startTime source from performance.now() to document.timeline.currentTime.

v10.16.3

Compare Source

Fixed
  • Improved compatibility of custom RefObject and MutableRefObject types.
  • Fixing useScroll dependencies array.
  • Fixing optimised handoff to WAAPI animations.

v10.16.2

Compare Source

Fixed
  • Improved performance of frameloop scheduling.
  • Fixed crasher when using SVGs as scroll animation targets.

v10.16.1

Compare Source

Fixed
  • SVGs mount read/writes are now batched.

v10.16.0

Compare Source

Added
  • New function syntax for useTransform.
Improved
  • Improved handoff animation performance.

v10.15.2

Compare Source

Fixed
  • Numerical CSS variables are now read correctly.

v10.15.1

Compare Source

Fixed

v10.15.0

Compare Source

Added
  • Updated types for public inView API.

v10.14.0

Compare Source

Added
  • scroll() now accepts animations from animate() to create hardware-accelerated animations.

v10.13.2

Compare Source

Fixed
  • Removed animation resync for optimised animation handoff.
  • Fixed offset not working with useScroll.

v10.13.1

Compare Source

Added
  • Fixed subpixel layout rounding in Chrome.

v10.13.0

Compare Source

Added
  • scroll(), a universal API for powering scroll-driven animations via ScrollTimeline.

v10.12.23

Compare Source

Fixed
  • Fixing subpixel layout support in Webkit.

v10.12.22

Compare Source

Fixed
  • Supporting subpixel layouts in layout animations.

v10.12.21

Compare Source

Fixed
  • Transforming values if new values have been read from props.

v10.12.20

Compare Source

Fixed
  • Fixing race condition with animation Promise.
  • Attempt to read initial animation from props before reading from DOM.
vercel/next.js (next)

v14.2.20

Compare Source

v14.2.19

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • ensure worker exits bubble to parent process (#​73433)
  • Increase max cache tags to 128 (#​73125)
Misc Changes
  • Update max tag items limit in docs (#​73445)
Credits

Huge thanks to @​ztanner and @​ijjk for helping!

v14.2.18

Compare Source

v14.2.17

Compare Source

v14.2.16

Compare Source

facebook/react (react)

v18.3.1

Compare Source

v18.3.0

Compare Source

facebook/react (react-dom)

v18.3.1

Compare Source

v18.3.0

Compare Source

react-icons/react-icons (react-icons)

v4.12.0

Compare Source

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Font Awesome 6 CC BY 4.0 License 6.4.2 2025
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.4 1332
Material Design icons Apache License Version 2.0 4.0.0-90-g1ea21d5429 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 18.3.0 264
Feather MIT 4.29.1 287
Lucide ISC v4.12.0 1215
Game Icons CC BY 3.0 12920d6 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.3.1 789
Bootstrap Icons MIT 1.11.1 2716
Remix Icon Apache License Version 2.0 3.5.0 2537
Flat Color Icons MIT 1.0.2 329
Grommet-Icons Apache License Version 2.0 4.11.0 635
Heroicons MIT 1.0.6 460
Heroicons 2 MIT 2.0.18 876
Simple Icons CC0 1.0 Universal 9.20.0 2753
Simple Line Icons MIT 2.5.5 189
IcoMoon Free CC BY 4.0 License d006795 491
BoxIcons CC BY 4.0 License 2.1.4 1634
css.gg MIT 2.1.1 704
VS Code Icons CC BY 4.0 0.0.35 439
Tabler Icons MIT 2.40.0 4836
Themify Icons MIT v0.1.2-2-g9600186 352
Radix Icons MIT @​radix-ui/react-icons@​1.3.0-1-g94b3fcf 318
Phosphor Icons MIT 2.0.2 7488
Icons8 Line Awesome MIT 1.3.1 1544

v4.11.0

Compare Source

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Font Awesome 6 CC BY 4.0 License 6.4.2 2025
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.4 1332
Material Design icons Apache License Version 2.0 4.0.0-86-g589092d9a7 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 18.3.0 264
Feather MIT 4.28.0 286
Lucide ISC v4.11.0 1215
Game Icons CC BY 3.0 12920d6 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.3.1 789
Bootstrap Icons MIT 1.10.5 2592
Remix Icon Apache License Version 2.0 3.5.0 2537
Flat Color Icons MIT 1.0.2 329
Grommet-Icons Apache License Version 2.0 4.11.0 621
Heroicons MIT 1.0.6 460
Heroicons 2 MIT 2.0.18 876
Simple Icons CC0 1.0 Universal 9.13.0 2707
Simple Line Icons MIT 2.5.5 189
IcoMoon Free CC BY 4.0 License d006795 491
BoxIcons CC BY 4.0 License 2.1.4 1634
css.gg MIT 2.1.1 704
VS Code Icons CC BY 4.0 0.0.32 427
Tabler Icons MIT 2.33.0 4655
Themify Icons MIT v0.1.2-2-g9600186 352
Radix Icons MIT @​radix-ui/react-icons@​1.3.0-1-g94b3fcf 318
Phosphor Icons MIT 2.0.2 7488
Icons8 Line Awesome MIT 1.3.1 1544
microsoft/TypeScript (typescript)

v5.7.2

Compare Source

v5.6.3

Compare Source

v5.6.2

Compare Source

v5.5.4: TypeScript 5.5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.3: TypeScript 5.5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.2: TypeScript 5.5

[Compare


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/all-minor-patch branch 4 times, most recently from cd5e543 to 4130fdf Compare October 26, 2024 05:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b8939e2 to 10f31c4 Compare November 6, 2024 02:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ff1564c to 63de201 Compare November 13, 2024 21:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6273374 to 43c287a Compare November 28, 2024 07:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3e63c02 to 9c62ed4 Compare December 9, 2024 23:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from baf2c18 to 93b40e6 Compare December 11, 2024 03:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 93b40e6 to cac081a Compare December 11, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants