Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 3, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
tw-animate-css 1.3.7 -> 1.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: Enabled.

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.

Copy link

vercel bot commented Sep 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
agent-starter-embed Ready Ready Preview Comment Sep 30, 2025 10:22pm

@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from 9569676 to a957cb6 Compare September 8, 2025 15:05
@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from a957cb6 to 8ce9a92 Compare September 9, 2025 01:15
@rektdeckard rektdeckard force-pushed the main branch 3 times, most recently from fb12b99 to fab6f47 Compare September 9, 2025 02:19
@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from 8ce9a92 to 9dd018e Compare September 9, 2025 05:09
@renovate renovate bot changed the title chore(deps): update dependency tw-animate-css to v1.3.8 chore(deps): update dependency tw-animate-css to v1.4.0 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from 9dd018e to 1619712 Compare September 24, 2025 05:34
@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from 1619712 to a7f0bfa Compare September 26, 2025 20:28
@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from a7f0bfa to 96f6184 Compare September 29, 2025 14:39
@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from 96f6184 to b35947c Compare September 30, 2025 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants