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 @tweenjs/tween.js to v20 #3423

Merged
merged 4 commits into from
Jun 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tweenjs/tween.js 19.0.0 -> 20.0.3 age adoption passing confidence

Release Notes

tweenjs/tween.js (@​tweenjs/tween.js)

v20.0.3

Compare Source

v20.0.2

Compare Source

v20.0.1

Compare Source

v20.0.0: - Good luck, bunnies!

Compare Source

You won't be able to outrun the fox!

Fixes

  • Fixed the video_and_time example which sometimes didn't play a video.

Breaking changes:

  • By default, the "dynamic to" feature is no longer enabled. To enable it, you must now enable it with tween.dynamic(true).

    Warning When dynamic is set to false, Tween makes a copy of the object passed into tween.to() and will never modify it (hence updating the original object from the outside is not dynamic). When dynamic is true, Tween uses the original object as the source of values during animation (every update reads the values, hence they can be modified dynamically) but note that in dynamic mode, Tween will modify any interpolation arrays of the object passed into tween.to() which may cause side-effects on any external code that may also rely on the same object.
    We've added two new dynamic_to examples. In each example, when dynamic is disabled, the fox cannot catch any rabbits. When dynamic is enabled, the rabbits have no chance!

  • tween.to() now throws if it is called when a tween is started (even if paused). Call tween.stop() first before setting a new .to() value.

Configuration

📅 Schedule: Branch creation - "after 6am and before 3pm every weekday" in timezone Europe/Oslo, 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 requested a review from a team as a code owner June 26, 2023 09:36
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 26, 2023
@renovate renovate bot force-pushed the renovate/tweenjs-tween.js-20.x branch 15 times, most recently from b74eb09 to b99fc3a Compare June 27, 2023 14:02
@renovate renovate bot force-pushed the renovate/tweenjs-tween.js-20.x branch from b99fc3a to 0963189 Compare June 27, 2023 14:12
@github-actions
Copy link

📙 Documentation preview is available from
https://cognitedata.github.io/reveal-docs-preview/3423/docs/next/.

@renovate renovate bot force-pushed the renovate/tweenjs-tween.js-20.x branch from 0963189 to 6e86bbd Compare June 28, 2023 07:50
@renovate
Copy link
Contributor Author

renovate bot commented Jun 28, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@codecov
Copy link

codecov bot commented Jun 28, 2023

Codecov Report

Merging #3423 (1252c64) into master (d197669) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #3423   +/-   ##
=======================================
  Coverage   71.52%   71.53%           
=======================================
  Files         344      344           
  Lines       33241    33241           
  Branches     2583     2585    +2     
=======================================
+ Hits        23776    23778    +2     
+ Misses       9361     9359    -2     
  Partials      104      104           

see 1 file with indirect coverage changes

@christjt christjt merged commit 1371a42 into master Jun 28, 2023
14 checks passed
@christjt christjt deleted the renovate/tweenjs-tween.js-20.x branch June 28, 2023 08:07
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