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

Bump @tweenjs/tween.js from 19.0.0 to 21.1.0 #423

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps @tweenjs/tween.js from 19.0.0 to 21.1.0.

Release notes

Sourced from @​tweenjs/tween.js's releases.

v21.0.0 - Back to the Future

Docs:

  • bf50c1f529a96b646e3c5fffececb918c4ea7384- Chinese docs up to date with the latest English source. Thanks @​mk965! 🎉

Possibly Breaking Change:

  • 283e66e3b1d3c90cfd186b1b6ea83bb5c542cb56 - An exports field was added to package.json to make it compatible with ESM tools (to override the main field currently pointing at a CommonJS file which doesn't make sense for ESM, but does for old Node.js). To be safe, we made this a major version because there's a chance it can break someone's app (f.e. if they imported from dist/ directly, that will now be blocked, and they would need to change import ... from '@tweenjs/tween.js/dist/tween.esm.js' to import ... from '@tweenjs/tween.js'). Thanks for this @​christjt!

v20.0.0 - Good luck, bunnies!

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.
Commits
  • 0e084c8 v21.1.0
  • 28aff25 Merge pull request #661 from tazyong/tazy/package-health
  • 4decc1c Merge branch 'main' into tazy/package-health
  • 0267307 Merge pull request #667 from jramstedt/package-exports-types
  • f6c02ac Update package.json, remove duplicate entry so we can merge
  • 09e1fbb Merge branch 'main' into package-exports-types
  • 183b06f Merge pull request #672 from tweenjs/mikebolt-patch-1
  • 8bcafbf Merge branch 'main' into mikebolt-patch-1
  • 4e7ffbf Merge pull request #673 from keiya01/patch-1
  • 33d57ed fix: Use type definition in ESM
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@tweenjs/tween.js](https://github.com/tweenjs/tween.js) from 19.0.0 to 21.1.0.
- [Release notes](https://github.com/tweenjs/tween.js/releases)
- [Commits](tweenjs/tween.js@v19.0.0...v21.1.0)

---
updated-dependencies:
- dependency-name: "@tweenjs/tween.js"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 15, 2024
@rom1504 rom1504 added this to Waiting for user input in PR Triage Jan 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 16, 2024

Superseded by #424.

@dependabot dependabot bot closed this Jan 16, 2024
PR Triage automation moved this from Waiting for user input to Closed Jan 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tweenjs/tween.js-21.1.0 branch January 16, 2024 00:19
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
PR Triage
  
Closed
Development

Successfully merging this pull request may close these issues.

None yet

0 participants