Skip to content

chore(deps): bump ngx-lottie from 11.0.2 to 21.2.0#1261

Closed
dependabot[bot] wants to merge 1 commit into
11.0.xfrom
dependabot/npm_and_yarn/ngx-lottie-21.2.0
Closed

chore(deps): bump ngx-lottie from 11.0.2 to 21.2.0#1261
dependabot[bot] wants to merge 1 commit into
11.0.xfrom
dependabot/npm_and_yarn/ngx-lottie-21.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Bumps ngx-lottie from 11.0.2 to 21.2.0.

Release notes

Sourced from ngx-lottie's releases.

v21.2.0

What's Changed

🎉 New: DotLottie Support

This release introduces ngx-lottie/dotlottie - a new package for rendering .lottie files with WebAssembly and Web Worker support.

Quick Start:

npm install @lottiefiles/dotlottie-web ngx-lottie@21.2.0
import { provideDotLottie } from 'ngx-lottie/dotlottie';
provideDotLottie({
player: () => import('@​lottiefiles/dotlottie-web').then(m => m.DotLottie),
})

<ng-dotlottie src="animation.lottie" [autoplay]="true" />

Features:

  • 🚀 WebAssembly-powered rendering
  • ⚡ Web Worker support for better performance
  • 🎮 State machine support (interactive animations)
  • 📦 Smaller file sizes with .lottie format

📖 [Full Documentation](https://github.com/ngx-lottie/ngx-lottie/blob/master/docs/ngx-lottie-dotlottie.md)

Full Changelog: ngx-lottie/ngx-lottie@v21.1.0...v21.2.0

v21.1.0

What's Changed

Full Changelog: ngx-lottie/ngx-lottie@v21.0.0...v21.1.0

v21.0.0

What's Changed

New Contributors

... (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 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 [ngx-lottie](https://github.com/ngx-lottie/ngx-lottie) from 11.0.2 to 21.2.0.
- [Release notes](https://github.com/ngx-lottie/ngx-lottie/releases)
- [Commits](ngx-lottie/ngx-lottie@v11.0.2...v21.2.0)

---
updated-dependencies:
- dependency-name: ngx-lottie
  dependency-version: 21.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 10, 2026
@b0ink

b0ink commented Jun 18, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

Looks like ngx-lottie is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 18, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/ngx-lottie-21.2.0 branch June 18, 2026 02:39
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.

1 participant