chore(deps): update dependency tw-animate-css to v1.4.0 #10

Open
opened 2026-04-05 19:42:59 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @renovate[bot] on 9/20/2025

This PR contains the following updates:

Package Change Age Confidence
tw-animate-css 1.3.71.4.0 age confidence

Release Notes

Wombosvideo/tw-animate-css (tw-animate-css)

v1.4.0

Compare Source

Changelog

902e37a: fix: remove support for prefix, add new export for prefixed version. Closes #​58.
fab2a5b: chore: bump version to 1.4.0 and update dependencies
c20dc32: fix(build): make transform.ts accept two arguments

⚠️ BREAKING CHANGE ⚠️

Support for Tailwind CSS's prefix option was moved to tw-animate-css/prefix because it was breaking the --spacing function. Users requiring prefixes should replace their import:

- import "tw-animate-css";
+ import "tw-animate-css/prefix";

I do not plan to introduce breaking changes like this to non-major releases in the future. But because more people use spacing rather than prefixes, reverting the previous version's (obviously breaking) change seems reasonable.

v1.3.8

Compare Source

Changelog

  • b5ff23a: fix: add support for global CSS variable prefix. Closes #​48
  • 03e5f12: feat: add support for ng-primitives height variables #​56 (thanks @​immohammadjaved)
  • b076cfb: docs: fix various issues in accordion and collapsible docs
  • 9485e33: chore: bump version to 1.3.8 and update dependencies

⚠️ BREAKING CHANGE ⚠️

Adding support for prefixes broke custom spacing. It is recommended that you skip this version if you do not use Tailwind CSS's prefix option, and use v1.4.0 instead. If you are actually using prefixes, you can use a special version supporting prefixes:

- import "tw-animate-css"; /* Version with spacing support */
+ import "tw-animate-css/prefix"; /* Version with prefix support */

I do not plan to fix the incompatibility between the spacing and prefix versions due to time constraints. Feel free to investigate and open a pull request if you manage to fix it.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

*Originally created by @renovate[bot] on 9/20/2025* This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [tw-animate-css](https://redirect.github.com/Wombosvideo/tw-animate-css) | [`1.3.7` → `1.4.0`](https://renovatebot.com/diffs/npm/tw-animate-css/1.3.7/1.4.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/tw-animate-css/1.4.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tw-animate-css/1.3.7/1.4.0?slim=true) | --- ### Release Notes <details> <summary>Wombosvideo/tw-animate-css (tw-animate-css)</summary> ### [`v1.4.0`](https://redirect.github.com/Wombosvideo/tw-animate-css/releases/tag/v1.4.0) [Compare Source](https://redirect.github.com/Wombosvideo/tw-animate-css/compare/v1.3.8...v1.4.0) #### Changelog [`902e37a`](https://redirect.github.com/Wombosvideo/tw-animate-css/commit/902e37a019ffd165ba078e0b3c02634526c54bf0): fix: remove support for prefix, add new export for prefixed version. Closes [#&#8203;58](https://redirect.github.com/Wombosvideo/tw-animate-css/issues/58). [`fab2a5b`](https://redirect.github.com/Wombosvideo/tw-animate-css/commit/fab2a5bf817605be1976e159976718a83489fc1c): chore: bump version to 1.4.0 and update dependencies [`c20dc32`](https://redirect.github.com/Wombosvideo/tw-animate-css/commit/c20dc32e2b532a8e74546879b4ce7d9ce89ba710): fix(build): make transform.ts accept two arguments #### ⚠️ BREAKING CHANGE ⚠️ Support for Tailwind CSS's prefix option was moved to `tw-animate-css/prefix` because it was breaking the `--spacing` function. Users requiring prefixes should replace their import: ```diff - import "tw-animate-css"; + import "tw-animate-css/prefix"; ``` *I do not plan to introduce breaking changes like this to non-major releases in the future. But because more people use spacing rather than prefixes, reverting the previous version's (obviously breaking) change seems reasonable.* ### [`v1.3.8`](https://redirect.github.com/Wombosvideo/tw-animate-css/releases/tag/v1.3.8) [Compare Source](https://redirect.github.com/Wombosvideo/tw-animate-css/compare/v1.3.7...v1.3.8) #### Changelog - [`b5ff23a`](https://redirect.github.com/Wombosvideo/tw-animate-css/commit/b5ff23a): fix: add support for global CSS variable prefix. Closes [#&#8203;48](https://redirect.github.com/Wombosvideo/tw-animate-css/issues/48) - [`03e5f12`](https://redirect.github.com/Wombosvideo/tw-animate-css/commit/03e5f12): feat: add support for ng-primitives height variables [#&#8203;56](https://redirect.github.com/Wombosvideo/tw-animate-css/issues/56) (thanks [@&#8203;immohammadjaved](https://redirect.github.com/immohammadjaved)) - [`b076cfb`](https://redirect.github.com/Wombosvideo/tw-animate-css/commit/b076cfb): docs: fix various issues in accordion and collapsible docs - [`9485e33`](https://redirect.github.com/Wombosvideo/tw-animate-css/commit/9485e33): chore: bump version to 1.3.8 and update dependencies #### ⚠️ BREAKING CHANGE ⚠️ Adding support for prefixes broke custom spacing. It is recommended that you skip this version if you do not use Tailwind CSS's prefix option, and use v1.4.0 instead. If you are actually using prefixes, you can use a special version supporting prefixes: ```diff - import "tw-animate-css"; /* Version with spacing support */ + import "tw-animate-css/prefix"; /* Version with prefix support */ ``` *I do not plan to fix the incompatibility between the spacing and prefix versions due to time constraints. Feel free to investigate and open a pull request if you manage to fix it.* </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hansputera/tiktok-dl). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMi43IiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/tiktok-dl#10