Skip to content

build(deps): bump animejs from 3.2.2 to 4.1.2 in /reacnetgenerator/static/webpack #2382

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps animejs from 3.2.2 to 4.1.2.

Release notes

Sourced from animejs's releases.

v4.1.2

Bug fixes

  • [Timeline] Fix onComplete callback not called on reversed timelines (#378)
  • [Scroll] Fix onScoll() not properly handling SVG targets by using getBoundingClientRect() for size and offset calculation instead of offsetTop / offsetLeft (#1021)
  • [Animation] Fix relative values (+=, -=, *=) not properly refreshed when calling animation.refresh() (#1025)
  • [Draggable] draggable.disable() now properly disable the drag without interrupting animations. The old behavior is still possible by chaining methods like this draggable.disable().stop()
  • [Draggable] Fix an issue where the internal ResizeObserver won't be properly disconnected on revert (#1041)
  • [Draggable] Draggable onUpdate is now only called when the draggable position change (#1032)
  • [Docs] Clarify limitations of composition: "blend" with .reverse() and other parameters (#1012)

v4.1.1

Bug fixes

TextSplitter

  • Fix a bug where the cleanup function returned by split.addEffect() was called after the split html reset when using .refresh()

Docs

  • Tweak morphTo description #1049
  • Add missing utils import in Stagger grid axis #1048

v4.1.0

Breaking changes

Types

  • StaggerParametersStaggerParams

New Features

text.split()

The major new feature of this release is the new text.split() method, an easy to use, fully-featured, lightweight and performant modern text splitter for JavaScript.

It does all the following in only 7KB:

  • Split text by characters, words, and lines
  • Split words in languages that don't use spaces like Chinese and Japanese
  • Can split trough any level of nested tags, even when splitting by lines
  • Element cloning with configurable position
  • Custom wrapping methods to create masking effects
  • Custom HTML wrapper with a powerful templating system
  • Handles splitting ѕρє¢ιαℓ ¢нαяα¢тєяѕ and emojis
  • Accessible for screen readers
  • 100% responsive with the .addEffect() method

Basic Usage

import { text, animate } from 'animejs';
</tr></table> 

... (truncated)

Commits

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 [animejs](https://github.com/juliangarnier/anime) from 3.2.2 to 4.1.2.
- [Release notes](https://github.com/juliangarnier/anime/releases)
- [Commits](juliangarnier/anime@v3.2.2...v4.1.2)

---
updated-dependencies:
- dependency-name: animejs
  dependency-version: 4.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 28, 2025
Copy link

codspeed-hq bot commented Jul 28, 2025

CodSpeed Performance Report

Merging #2382 will not alter performance

Comparing dependabot/npm_and_yarn/reacnetgenerator/static/webpack/animejs-4.1.2 (bd0a39f) with master (2b218d2)

🎉 Hooray! pytest-codspeed just leveled up to 4.0.0!

A heads-up, this is a breaking change and it might affect your current performance baseline a bit. But here's the exciting part - it's packed with new, cool features and promises improved result stability 🥳!
Curious about what's new? Visit our releases page to delve into all the awesome details about this new version.

Summary

✅ 8 untouched benchmarks

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2025

Superseded by #2387.

@dependabot dependabot bot closed this Aug 12, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/reacnetgenerator/static/webpack/animejs-4.1.2 branch August 12, 2025 20:59
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants