Skip to content

build(deps-dev): bump tailwind_merge from 1.5.2 to 1.5.3 in /gem - #507

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/gem/tailwind_merge-1.5.3
Open

build(deps-dev): bump tailwind_merge from 1.5.2 to 1.5.3 in /gem#507
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/gem/tailwind_merge-1.5.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor

Bumps tailwind_merge from 1.5.2 to 1.5.3.

Release notes

Sourced from tailwind_merge's releases.

v1.5.3

1.5.3 (2026-08-11)

Bug Fixes

  • config: classify shadow-inner into the shadow class group (99bccc2)

Performance Improvements

  • parse: skip modifiers array alloc for no-modifier classes (0ee620e)

Miscellaneous Chores

  • trigger release-please run (65e80ae)
  • config: deep-freeze DEFAULTS to prevent global-state mutation (9bf4778)
Changelog

Sourced from tailwind_merge's changelog.

1.5.3 (2026-08-11)

Bug Fixes

  • config: classify shadow-inner into the shadow class group (99bccc2)

Performance Improvements

  • parse: skip modifiers array alloc for no-modifier classes (0ee620e)

Miscellaneous Chores

  • trigger release-please run (65e80ae)
  • config: deep-freeze DEFAULTS to prevent global-state mutation (9bf4778)
Commits
  • 9b726bd Merge pull request #86 from gjtorikian/release-please
  • 870ff67 [skip test] release v1.5.3
  • 65e80ae chore: trigger release-please run
  • f7f26fe Merge pull request #84 from gjtorikian/fix/shadow-inner-class-group
  • 756ecc2 modernize release process
  • 99bccc2 fix(config): classify shadow-inner into the shadow class group
  • 3c5e920 Merge pull request #83 from svyatov/perf/lazy-modifiers-alloc
  • 0ee620e perf(parse): skip modifiers array alloc for no-modifier classes
  • ce2f41d Merge pull request #82 from svyatov/chore/deep-freeze-config-defaults
  • 9bf4778 chore(config): deep-freeze DEFAULTS to prevent global-state mutation
  • See full diff in compare view

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)

Summary by cubic

Update dev dependency tailwind_merge to 1.5.3 in /gem to correct shadow class grouping and improve parsing performance. Previously shadow-inner was not grouped with shadow-*; it now is, which can change class merge outcomes. Defaults are now deep-frozen, blocking global config mutation.

  • Review: check any class merging involving shadow-inner/shadow-* for expected results; ensure we do not mutate tailwind_merge defaults and pass custom config explicitly.
  • Note: transitive bump to sin_lru_redux 2.5.3; no code changes expected.

Written for commit 7c33b47. Summary will update on new commits.

Review in cubic

Bumps [tailwind_merge](https://github.com/gjtorikian/tailwind_merge) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/gjtorikian/tailwind_merge/releases)
- [Changelog](https://github.com/gjtorikian/tailwind_merge/blob/main/CHANGELOG.md)
- [Commits](gjtorikian/tailwind_merge@v1.5.2...v1.5.3)

---
updated-dependencies:
- dependency-name: tailwind_merge
  dependency-version: 1.5.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Aug 16, 2026
@dependabot
dependabot Bot requested a review from cirdes as a code owner August 16, 2026 10:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Aug 16, 2026
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 ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants