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.7.1 #196

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-spring 9.0.0-beta.1 -> 9.7.1 age adoption passing confidence

Release Notes

pmndrs/react-spring

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 to use the pattern [styles, api] = useSpring() we have aliased calling api to be api.start #​1359 (thanks to @​dbismut)
  • POTENTIALLY BREAKING CHANGE We've unified the return of all events onStart, onChange, onRest etc. to be the following - (animationResult, controller, item) item will only not be undefined when using useTransition.
Fixes
  • scrollTop is not set when from & to are equal #​1185 (thanks @​Rohanhacker)
  • skip animation with async to infinite loop #​1160
  • Stop jank in animation when duration changes on SpringValue #​1163
Chores
  • We have our test suite working again! hooray, it means we can review and commit PR's quicker and more effectively
  • We've updated all our examples in this repo to v9 #​1386 (huge thanks to @​dbismut)

v9.0.1

Includes #​1414 to avoid downloading minor versions, only patches will be installed in deps.

v9.0.0

https://aleclarson.github.io/react-spring/v9/

v9.0.0-rc.3

Compare Source

v9.0.0-rc.2

Compare Source

v9.0.0-rc.1

Compare Source

v9.0.0-canary.809.5.f01ecc2

Compare Source

v9.0.0-canary.809.4.a637589

Compare Source

v9.0.0-canary.809.3.a66b280

Compare Source

v9.0.0-canary.809.2.49361198

Compare Source

v9.0.0-canary.808.12.11b2708

Compare Source

v9.0.0-canary.808.9.7e75a67

Compare Source

v9.0.0-canary.808.8.4a87fcb

Compare Source

v9.0.0-canary.808.7.d857dc8

Compare Source

v9.0.0-canary.808.6.a1d7e01

Compare Source

v9.0.0-canary.808.5.5cdf687

Compare Source

v9.0.0-canary.808.4.e67bf81

Compare Source

v9.0.0-canary.808.3.225e0b1

Compare Source

v9.0.0-canary.808.2.958e7ba

Compare Source

v9.0.0-beta.9

Compare Source


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 244d808 to 4b7f0cb Compare April 26, 2019 17:17
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.0.0-beta.2 fix(deps): update dependency react-spring to v9.0.0-beta.3 Apr 26, 2019
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 4b7f0cb to 1d70e96 Compare April 30, 2019 01:37
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.0.0-beta.3 fix(deps): update dependency react-spring to v9.0.0-beta.4 Apr 30, 2019
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 1d70e96 to e4a95d9 Compare April 30, 2019 14:03
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.0.0-beta.4 fix(deps): update dependency react-spring to v9.0.0-beta.5 Apr 30, 2019
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch 4 times, most recently from 261bf82 to f23f507 Compare May 5, 2019 16:08
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.0.0-beta.5 fix(deps): update dependency react-spring to v9.0.0-beta.6 May 5, 2019
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch 4 times, most recently from b18da1f to bb6c3fd Compare May 7, 2019 13:19
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.0.0-beta.6 fix(deps): update dependency react-spring to v9.0.0-beta.7 May 7, 2019
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch 2 times, most recently from 2fc27a4 to 32306ec Compare May 10, 2019 13:09
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.0.0-beta.7 fix(deps): update dependency react-spring to v9.0.0-beta.8 May 10, 2019
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch 11 times, most recently from d809ff5 to 71f9225 Compare May 17, 2019 10:33
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch 3 times, most recently from cd48958 to 43f9ec1 Compare March 20, 2020 16:21
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 43f9ec1 to 17bb40f Compare May 6, 2020 04:55
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.0.0-canary.809.5.f01ecc2 fix(deps): update dependency react-spring to v9.0.0-rc.1 May 6, 2020
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 17bb40f to c350253 Compare May 7, 2020 00:44
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.0.0-rc.1 fix(deps): update dependency react-spring to v9.0.0-rc.2 May 7, 2020
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from c350253 to cb47b90 Compare May 11, 2020 22:16
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.0.0-rc.2 fix(deps): update dependency react-spring to v9.0.0-rc.3 May 11, 2020
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from cb47b90 to 7b120a0 Compare April 26, 2021 15:46
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.0.0-rc.3 fix(deps): update dependency react-spring to v9.1.2 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 7b120a0 to 9bc515d Compare June 6, 2021 21:12
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.1.2 fix(deps): update dependency react-spring to v9.2.1 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from 9bc515d to b43a15a Compare June 12, 2021 16:08
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.2.1 fix(deps): update dependency react-spring to v9.2.3 Jun 12, 2021
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from b43a15a to ba41836 Compare October 20, 2021 05:56
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.2.3 fix(deps): update dependency react-spring to v9.3.0 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from ba41836 to a4606f3 Compare March 7, 2022 15:57
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.3.0 fix(deps): update dependency react-spring to v9.4.3 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from a4606f3 to f2c1b4c Compare March 26, 2022 15:15
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.4.3 fix(deps): update dependency react-spring to v9.4.4 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from f2c1b4c to f7e03c7 Compare May 15, 2022 21:24
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.4.4 fix(deps): update dependency react-spring to v9.4.5 May 15, 2022
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from f7e03c7 to d808e3b Compare September 25, 2022 15:30
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.4.5 fix(deps): update dependency react-spring to v9.5.4 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from d808e3b to aaac431 Compare November 20, 2022 08:29
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.5.4 fix(deps): update dependency react-spring to v9.5.5 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/react-spring-9.x branch from aaac431 to 9a3274c Compare March 16, 2023 23:47
@renovate renovate bot changed the title fix(deps): update dependency react-spring to v9.5.5 fix(deps): update dependency react-spring to v9.7.1 Mar 16, 2023
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