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 dependency react-spring to v9 #13

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 26, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-spring 8.0.7 -> 9.7.5 age adoption passing confidence

Release Notes

pmndrs/react-spring (react-spring)

v9.7.5

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v9.7.4...v9.7.5

v9.7.4

Compare Source

What's Changed
New Contributors

Full Changelog: pmndrs/react-spring@v9.7.3...v9.7.4

v9.7.3

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v9.7.2...v9.7.3

v9.7.2

Compare Source

What's Changed
New Contributors

Full Changelog: pmndrs/react-spring@v9.7.1...v9.7.2

v9.7.1

Compare Source

What's Changed

Full Changelog: pmndrs/react-spring@v9.7.0...v9.7.1

v9.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v9.6.1...v9.7.0

v9.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v9.6.0...v9.6.1

v9.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v9.5.5...v9.6.0

v9.5.5

Compare Source

What's Changed

Full Changelog: pmndrs/react-spring@v9.5.4...v9.5.5

v9.5.4

Compare Source

Full Changelog: pmndrs/react-spring@v9.5.3...v9.5.4

v9.5.3

Compare Source

What's Changed
New Contributors

Full Changelog: pmndrs/react-spring@v9.5.2...v9.5.3

v9.5.2

Compare Source

What's Changed

Full Changelog: pmndrs/react-spring@v9.5.1...v9.5.2

v9.5.1

Compare Source

What's Changed

Full Changelog: pmndrs/react-spring@v9.5.0...v9.5.1

v9.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: pmndrs/react-spring@v9.4.5...v9.5.0

v9.4.5

Compare Source

What's Changed
New Contributors

Full Changelog: pmndrs/react-spring@v9.4.4...v9.4.5

v9.4.4

Compare Source

What's Changed
New Contributors

Full Changelog: pmndrs/react-spring@v9.4.3...v9.4.4

v9.4.3

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v9.4.2...v9.4.3

v9.4.2

Compare Source

Full Changelog: pmndrs/react-spring@v9.4.1...v9.4.2

v9.4.1

Compare Source

Full Changelog: pmndrs/react-spring@v9.4.0...v9.4.1

v9.4.0

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v9.3.1...v9.4.0

v9.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v9.3.1...v9.3.2

v9.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v9.3.0...v9.3.1

v9.3.0

Compare Source

What's Changed

Full Changelog: pmndrs/react-spring@v9.2.6...v9.3.0

v9.2.6

Compare Source

Fixes
  • useChain does not run hooks in sequence when duration is specified #​1492
  • useSpring does not orchestrate animations if one is using config w/o duration, when others do #​1584
  • Type inference failed with functions passed to useSpring etc.

v9.2.5

Compare Source

Fixes
  • zDog types (#​1665)
  • Type inference fails when function is used with enter in useTransition (#​1483)

v9.2.4

Compare Source

Fixes
  • Animated should not try to access Array.prototype (#​1585)
  • Add immediate to payload in useTransition hook (#​1600)
  • useSprings controller clear refs properly when length changes in React.StrictMode (#​1597)

v9.2.3

Compare Source

Fixes
  • incorrect type imports for rafz (#​1560)

v9.2.2

Compare Source

Features
  • NEW package @​react-spring/rafz (a fork of the pmndrs library rafz) – did not constitute minor bump.
Fixes
Chores
  • update the yarn.lock with updated packages

v9.2.1

Fixes
  • Parallax – add position properties to layer

v9.2.0

Features
  • Parallax – Sticky!! Thanks to @​kindoflew (#​619)
  • POTENTIALLY_BREAKING_CHANGE Parallax – child horizontal prop defaults to parent's (#​1458)
Fixes
  • Parallax – scrollTo gets correct scroll value (#​1455)
  • Core – SpringValue would jump to to value at end of decay (#​1437)
  • Core – SpringValue wouldn't animate after immediate value has been changed (#​1026)
  • useTransition – useTransition wasn't passing it's ref (#​1453)
  • useTransition – Delay prop wasn't being added to the trail delay caused by the trail prop (#​1099)
  • Core – Springs sometimes return undefined (#​1096)
  • POTENTIALLY_BREAKING_CHANGE SpringRef – has been re-written as a function resolving (#​1423)
Chores
  • repo now uses preconstruct and changesets
  • recrawl has been removed from repo due to lack of windows support
  • support react@17 in peer deps (#​1478)

v9.1.2

Compare Source

Fixes

  • revert changes from #​1023 because of a misunderstanding of the API
  • resolve #​1419 where onStart and onRest were not fired causing a build up of events in the queue.

Chores

  • Updating demos to work with react-spring.io

v9.1.1

Compare Source

Chores
  • Deps of packages now use ~ instead of ^. This will help users not interenally download minor version of the package incase we have potential breaking changes like in v9.1.0 – #​1414 (thanks @​CPatchane)

v9.1.0

Compare Source

Features
  • We listened to the feedback people had, so whilst we encourage people t

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.

🔕 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.

@vercel
Copy link

vercel bot commented Apr 26, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/vgm/vb-site/pAgSqhpwA1ARCnX79r2tTuSq6YAt
✅ Preview: https://vb-site-git-renovate-react-spring-9x-vgm.vercel.app

@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 7c0792a to 68aace9 Compare June 6, 2021 22:27
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 68aace9 to 1f074fd Compare June 14, 2021 12:08
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 1f074fd to 159f584 Compare October 18, 2021 22:34
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 159f584 to f4f9b35 Compare March 7, 2022 10:39
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from f4f9b35 to 57d5e1a Compare March 11, 2022 15:02
@renovate renovate bot changed the title Update dependency react-spring to v9 fix(deps): update dependency react-spring to v9 Mar 12, 2022
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 57d5e1a to 59d2509 Compare May 16, 2022 19:20
@vercel
Copy link

vercel bot commented May 16, 2022

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

Name Status Preview Comments Updated (UTC)
vb-site ❌ Failed (Inspect) Dec 11, 2024 11:01am

@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 59d2509 to f40fcb9 Compare August 7, 2022 09:26
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from f40fcb9 to 344c933 Compare September 11, 2022 19:37
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 344c933 to 623462b Compare September 13, 2022 10:44
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 623462b to 50a50d6 Compare September 26, 2022 10:34
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9 fix(deps): update dependency react-spring to v9 - autoclosed Oct 17, 2022
@renovate renovate bot closed this Oct 17, 2022
@renovate renovate bot deleted the renovate/react-spring-9.x branch October 17, 2022 07:32
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9 - autoclosed fix(deps): update dependency react-spring to v9 Oct 17, 2022
@renovate renovate bot reopened this Oct 17, 2022
@renovate renovate bot restored the renovate/react-spring-9.x branch October 17, 2022 07:33
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 50a50d6 to 7be4a29 Compare October 17, 2022 10:24
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9 fix(deps): update dependency react-spring to v9 - autoclosed Nov 23, 2022
@renovate renovate bot closed this Nov 23, 2022
@renovate renovate bot deleted the renovate/react-spring-9.x branch November 23, 2022 07:35
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9 - autoclosed fix(deps): update dependency react-spring to v9 Nov 23, 2022
@renovate renovate bot reopened this Nov 23, 2022
@renovate renovate bot restored the renovate/react-spring-9.x branch November 23, 2022 09:36
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 7be4a29 to fdc7728 Compare December 12, 2022 09:06
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from fdc7728 to 24796d6 Compare December 16, 2022 23:15
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9 Update dependency react-spring to v9 Dec 17, 2022
@renovate renovate bot changed the title Update dependency react-spring to v9 fix(deps): update dependency react-spring to v9 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 24796d6 to a10e1c0 Compare March 16, 2023 20:09
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from a10e1c0 to 9fe319d Compare June 26, 2023 08:49
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 9fe319d to 4a50901 Compare September 26, 2023 10:46
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 4a50901 to bd9b0af Compare July 21, 2024 17:21
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