Skip to content

build(deps): bump lottie-web from 5.12.2 to 5.13.0 #1701

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps lottie-web from 5.12.2 to 5.13.0.

Changelog

Sourced from lottie-web's changelog.

V 5.13.0

  • FIX: rollup config updated to prevent lottie-web from running in Server-Side Rendering contexts
  • FIX: fixed renderGradient() cache invalidation issue so that both start and end points are checked for changes
  • IMPROVEMENT: avoid recalculating static transform matrices, results in a significant performance improvement
  • FIX: reloadShapes() no longer has the side effect of creating duplicate styles
  • FEATURE: Web Worker supports resetSegments
  • FIX: hidden styles were forcibly set as visible when using searchShapes()
  • IMPROVEMENT: expressions can access unidimensional values by index
  • IMPROVEMENT: expression support for thisProperty.name

V 5.12.1

  • FIX: Transform Effect opacity reset
  • FEATURE: esm support
  • FIX: Fix transform matrix precalc when adding effects
  • IMPROVEMENT: canvas renderer signifcantly improved in performance
  • IMPROVEMENT: improved text support for emojis
  • IMPROVEMENT: text renderer performance improvement when rendering out of the work area
  • FIX: canvas expressions render order

V 5.12.0

  • FEATURE: Transform Effect support
  • FIX: play / pause behavior on worker
  • IMPROVEMENT: move text rendering to render phase
  • FEATURE: expose global object _lottieGlobal for expressions

V 5.11.0

  • FEATURE: Essential Graphics support
  • FEATURE: slots support
  • FIX: update data when updateDocumentData is called
  • FIX: using unregistered renderer or missing path
  • FIX: added destroy null check
  • FEATURE: Implement setLoop in Web Worker

V 5.10.2

  • FEATURE: add setLoop method
  • FEATURE: support for all matte masks in canvas
  • FEATURE: support for alpha matte in canvas worker
  • FEATURE: support for canvas renderer in Safari
  • FEATURE: add DOM loaded event for canvas worker
  • FIX: tint effect opacity

V 5.10.1

  • FIX: track matte masks transform fix

V 5.10.0

  • FIX: light versions referencing expressions interfaces
  • FEATURE: Add support for new track masks by layer index
  • FEATURE: Add support for zigzag (thanks @​mbasaglia)
  • FEATURE: Add support for offset path (thanks @​mbasaglia)
  • FEATURE: Customizable canvas renderer width and height

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by bwils, a new releaser for lottie-web since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Update one or more dependencies version minor Increment the minor version when merged labels May 26, 2025
@dependabot dependabot bot requested a review from shakyShane as a code owner May 26, 2025 11:05
@dependabot dependabot bot added the dependencies Update one or more dependencies version label May 26, 2025
@dependabot dependabot bot requested review from mgurgel and a team as code owners May 26, 2025 11:05
@dependabot dependabot bot added the minor Increment the minor version when merged label May 26, 2025
Copy link

netlify bot commented May 26, 2025

Deploy Preview for content-scope-scripts canceled.

Name Link
🔨 Latest commit e8e1b15
🔍 Latest deploy log https://app.netlify.com/projects/content-scope-scripts/deploys/68541726d8776c0008efb7fe

Copy link

github-actions bot commented May 26, 2025

Temporary Branch Update

The temporary branch has been updated with the latest changes. Below are the details:

Please use the above install command to update to the latest version.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/lottie-web-5.13.0 branch 3 times, most recently from 0bdbfd8 to cbdbf04 Compare June 2, 2025 13:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/lottie-web-5.13.0 branch 3 times, most recently from 8d69c97 to 617cf36 Compare June 12, 2025 22:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/lottie-web-5.13.0 branch 4 times, most recently from 6142d26 to cb18492 Compare June 19, 2025 12:21
Bumps [lottie-web](https://github.com/airbnb/lottie-web) from 5.12.2 to 5.13.0.
- [Changelog](https://github.com/airbnb/lottie-web/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/lottie-web/commits)

---
updated-dependencies:
- dependency-name: lottie-web
  dependency-version: 5.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/lottie-web-5.13.0 branch from cb18492 to e8e1b15 Compare June 19, 2025 13:56
@jonathanKingston jonathanKingston added this pull request to the merge queue Jul 23, 2025
@jonathanKingston jonathanKingston removed this pull request from the merge queue due to a manual request Jul 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update one or more dependencies version minor Increment the minor version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant