Skip to content

Chore(deps-dev): Bump tailwindcss from 4.1.18 to 4.3.0#6734

Merged
shamoon merged 1 commit into
devfrom
dependabot/npm_and_yarn/tailwindcss-4.3.0
Jun 3, 2026
Merged

Chore(deps-dev): Bump tailwindcss from 4.1.18 to 4.3.0#6734
shamoon merged 1 commit into
devfrom
dependabot/npm_and_yarn/tailwindcss-4.3.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps tailwindcss from 4.1.18 to 4.3.0.

Release notes

Sourced from tailwindcss's releases.

v4.3.0

Added

  • Add @container-size utility (#18901)
  • Add scrollbar-{auto,thin,none} utilities for scrollbar-width, and scrollbar-thumb-* / scrollbar-track-* color utilities for scrollbar-color (#19981, #20019)
  • Add scrollbar-gutter-* utilities (#20018)
  • Add zoom-* utilities (#20020)
  • Add tab-* utilities (#20022)
  • Allow using @variant with stacked variants (e.g. @variant hover:focus { … }) (#19996)
  • Allow using @variant with compound variants (e.g. @variant hover, focus { … }) (#19996)
  • Support --default(…) in --value(…) and --modifier(…) for functional @utility definitions (#19989)

Fixed

  • Ensure @plugin resolves package JavaScript entries instead of browser CSS entries when using @tailwindcss/vite (#19949)
  • Fix relative @import and @plugin paths resolving from the wrong directory when using @tailwindcss/vite (#19965)
  • Ensure CSS files containing @variant are processed by @tailwindcss/vite (#19966)
  • Resolve imports relative to base when result.opts.from is not provided when using @tailwindcss/postcss (#19980)
  • Canonicalization: preserve significant _ whitespace in arbitrary values (#19986)
  • Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g. w-[calc(100%---spacing(60))]w-[calc(100%-(--spacing(60)))]) (#19986)
  • Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g. -mt-[20in]mt-[-20in], not mt-[-1920px]) (#19988)
  • Canonicalization: migrate arbitrary :has() variants from [&:has(…)] to has-[…] (#19991)
  • Upgrade: don’t migrate inline style attributes (e.g. style="flex-grow: 1"style="flex-grow: 1", not style="grow: 1") (#19918)
  • Allow multiple @utility definitions with the same name but different value types (#19777)
  • Export missing PluginWithConfig type from tailwindcss/plugin to fix errors when inferring plugin config types (#19707)
  • Ensure start and end legacy utilities without values do not generate CSS (#20003)
  • Ensure --value(…) is required in functional @utility definitions (#20005)
  • Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g. -left-[(var(--a)+var(--b))]) (#20011)

v4.2.4

Fixed

  • Ensure imports in @import and @plugin still resolve correctly when using Vite aliases in @tailwindcss/vite (#19947)

v4.2.3

Fixed

  • Canonicalization: improve canonicalizations for tracking-* utilities by preferring non-negative utilities (e.g. -tracking-tightertracking-wider) (#19827)
  • Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) (#19829)
  • Ensure query params in imports are considered unique resources when using @tailwindcss/webpack (#19723)
  • Canonicalization: collapse arbitrary values into shorthand utilities (e.g. px-[1.2rem] py-[1.2rem]p-[1.2rem]) (#19837)
  • Canonicalization: collapse border-{t,b}-* into border-y-*, border-{l,r}-* into border-x-*, and border-{t,r,b,l}-* into border-* (#19842)
  • Canonicalization: collapse scroll-m{t,b}-* into scroll-my-*, scroll-m{l,r}-* into scroll-mx-*, and scroll-m{t,r,b,l}-* into scroll-m-* (#19842)
  • Canonicalization: collapse scroll-p{t,b}-* into scroll-py-*, scroll-p{l,r}-* into scroll-px-*, and scroll-p{t,r,b,l}-* into scroll-p-* (#19842)
  • Canonicalization: collapse overflow-{x,y}-* into overflow-* (#19842)
  • Canonicalization: collapse overscroll-{x,y}-* into overscroll-* (#19842)
  • Read from --placeholder-color instead of --background-color for placeholder-* utilities (#19843)
  • Upgrade: ensure files are not emptied out when killing the upgrade process while it's running (#19846)
  • Upgrade: use config.content when migrating from Tailwind CSS v3 to Tailwind CSS v4 (#19846)
  • Upgrade: never migrate files that are ignored by git (#19846)

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[4.3.0] - 2026-05-08

Added

  • Add @container-size utility (#18901)
  • Add scrollbar-{auto,thin,none} utilities for scrollbar-width, and scrollbar-thumb-* / scrollbar-track-* color utilities for scrollbar-color (#19981, #20019)
  • Add scrollbar-gutter-* utilities (#20018)
  • Add zoom-* utilities (#20020)
  • Add tab-* utilities (#20022)
  • Allow using @variant with stacked variants (e.g. @variant hover:focus { … }) (#19996)
  • Allow using @variant with compound variants (e.g. @variant hover, focus { … }) (#19996)
  • Support --default(…) in --value(…) and --modifier(…) for functional @utility definitions (#19989)

Fixed

  • Ensure @plugin resolves package JavaScript entries instead of browser CSS entries when using @tailwindcss/vite (#19949)
  • Fix relative @import and @plugin paths resolving from the wrong directory when using @tailwindcss/vite (#19965)
  • Ensure CSS files containing @variant are processed by @tailwindcss/vite (#19966)
  • Resolve imports relative to base when result.opts.from is not provided when using @tailwindcss/postcss (#19980)
  • Canonicalization: preserve significant _ whitespace in arbitrary values (#19986)
  • Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g. w-[calc(100%---spacing(60))]w-[calc(100%-(--spacing(60)))]) (#19986)
  • Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g. -mt-[20in]mt-[-20in], not mt-[-1920px]) (#19988)
  • Canonicalization: migrate arbitrary :has() variants from [&:has(…)] to has-[…] (#19991)
  • Upgrade: don’t migrate inline style attributes (e.g. style="flex-grow: 1"style="flex-grow: 1", not style="grow: 1") (#19918)
  • Allow multiple @utility definitions with the same name but different value types (#19777)
  • Export missing PluginWithConfig type from tailwindcss/plugin to fix errors when inferring plugin config types (#19707)
  • Ensure start and end legacy utilities without values do not generate CSS (#20003)
  • Ensure --value(…) is required in functional @utility definitions (#20005)
  • Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g. -left-[(var(--a)+var(--b))]) (#20011)

[4.2.4] - 2026-04-21

Fixed

  • Ensure imports in @import and @plugin still resolve correctly when using Vite aliases in @tailwindcss/vite (#19947)

[4.2.3] - 2026-04-20

Fixed

  • Canonicalization: improve canonicalization for tracking-* utilities by preferring non-negative utilities (e.g. -tracking-tightertracking-wider) (#19827)
  • Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) (#19829)
  • Ensure query params in imports are considered unique resources when using @tailwindcss/webpack (#19723)
  • Canonicalization: collapse arbitrary values into shorthand utilities (e.g. px-[1.2rem] py-[1.2rem]p-[1.2rem]) (#19837)
  • Canonicalization: collapse border-{t,b}-* into border-y-*, border-{l,r}-* into border-x-*, and border-{t,r,b,l}-* into border-* (#19842)
  • Canonicalization: collapse scroll-m{t,b}-* into scroll-my-*, scroll-m{l,r}-* into scroll-mx-*, and scroll-m{t,r,b,l}-* into scroll-m-* (#19842)
  • Canonicalization: collapse scroll-p{t,b}-* into scroll-py-*, scroll-p{l,r}-* into scroll-px-*, and scroll-p{t,r,b,l}-* into scroll-p-* (#19842)
  • Canonicalization: collapse overflow-{x,y}-* into overflow-* (#19842)
  • Canonicalization: collapse overscroll-{x,y}-* into overscroll-* (#19842)
  • Read from --placeholder-color instead of --background-color for placeholder-* utilities (#19843)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for tailwindcss since your current version.


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 [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.18 to 4.3.0.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.0/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 2, 2026
@codecov

codecov Bot commented Jun 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.63%. Comparing base (165d4c8) to head (850f158).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##              dev    #6734   +/-   ##
=======================================
  Coverage   88.63%   88.63%           
=======================================
  Files         526      526           
  Lines       25238    25238           
  Branches     2200     2200           
=======================================
  Hits        22370    22370           
  Misses       2758     2758           
  Partials      110      110           
Flag Coverage Δ
shard-1 33.28% <ø> (ø)
shard-2 30.83% <ø> (ø)
shard-3 38.25% <ø> (ø)
shard-4 31.56% <ø> (ø)
vitest 88.60% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@shamoon shamoon enabled auto-merge (squash) June 3, 2026 01:55
@shamoon shamoon merged commit f9b60e3 into dev Jun 3, 2026
22 checks passed
@shamoon shamoon deleted the dependabot/npm_and_yarn/tailwindcss-4.3.0 branch June 3, 2026 01:55
eleboucher pushed a commit to eleboucher/homelab that referenced this pull request Jun 10, 2026
…v1.13.2) (#962)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/gethomepage/homepage](https://github.com/gethomepage/homepage) | patch | `v1.13.1` → `v1.13.2` |

---

### Release Notes

<details>
<summary>gethomepage/homepage (ghcr.io/gethomepage/homepage)</summary>

### [`v1.13.2`](https://github.com/gethomepage/homepage/releases/tag/v1.13.2)

[Compare Source](gethomepage/homepage@v1.13.1...v1.13.2)

##### What's Changed

##### 🐛 Fixes

- Fixhancement: support dispatcharr v24 API changes ([#&#8203;6690](gethomepage/homepage#6690)) [@&#8203;shamoon](https://github.com/shamoon)
- Fix: allow explicit cookie header overwrite ([#&#8203;6672](gethomepage/homepage#6672)) [@&#8203;shamoon](https://github.com/shamoon)
- Fix: prevent Seerr widget incorrectly injecting "available" field ([#&#8203;6663](gethomepage/homepage#6663)) [@&#8203;christopherjnash](https://github.com/christopherjnash)

##### 🧰 Maintenance

- Chore: fix codecov flag errors, coverage failure, bump action ([#&#8203;6758](gethomepage/homepage#6758)) [@&#8203;shamoon](https://github.com/shamoon)
- Chore: update lock-threads action ([#&#8203;6719](gethomepage/homepage#6719)) [@&#8203;shamoon](https://github.com/shamoon)
- Chore(deps): Bump docker/metadata-action from 6.0.0 to 6.1.0 ([#&#8203;6746](gethomepage/homepage#6746)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump docker/setup-buildx-action from 4.0.0 to 4.1.0 ([#&#8203;6745](gethomepage/homepage#6745)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump docker/setup-qemu-action from 4.0.0 to 4.1.0 ([#&#8203;6743](gethomepage/homepage#6743)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump docker/login-action from 4.1.0 to 4.2.0 ([#&#8203;6747](gethomepage/homepage#6747)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump release-drafter/release-drafter from 7.3.0 to 7.3.1 ([#&#8203;6744](gethomepage/homepage#6744)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps-dev): Bump vitest and vitest/coverage-v8 in the npm\_and\_yarn group across 1 directory ([#&#8203;6737](gethomepage/homepage#6737)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore: bump reaction-comments action to 5.0.1 ([#&#8203;6740](gethomepage/homepage#6740)) [@&#8203;shamoon](https://github.com/shamoon)
- Chore(deps): Bump next-i18next from 15.4.3 to 16.0.7 ([#&#8203;6732](gethomepage/homepage#6732)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump gamedig from 5.3.2 to 5.3.3 ([#&#8203;6733](gethomepage/homepage#6733)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump dockerode from 4.0.10 to 5.0.0 ([#&#8203;6736](gethomepage/homepage#6736)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump luxon from 3.6.1 to 3.7.2 ([#&#8203;6735](gethomepage/homepage#6735)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps-dev): Bump tailwindcss from 4.1.18 to 4.3.0 ([#&#8203;6734](gethomepage/homepage#6734)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore: update i18next to latest ([#&#8203;6718](gethomepage/homepage#6718)) [@&#8203;shamoon](https://github.com/shamoon)
- Chore(deps): Bump docker/build-push-action from 7.1.0 to 7.2.0 ([#&#8203;6714](gethomepage/homepage#6714)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump dessant/reaction-comments from 4.0.0 to 5.0.0 ([#&#8203;6713](gethomepage/homepage#6713)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump actions/stale from 10.2.0 to 10.3.0 ([#&#8203;6716](gethomepage/homepage#6716)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump codecov/codecov-action from 6.0.0 to 6.0.1 ([#&#8203;6715](gethomepage/homepage#6715)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump release-drafter/release-drafter from 7.2.1 to 7.3.0 ([#&#8203;6702](gethomepage/homepage#6702)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump pnpm/action-setup from 6.0.5 to 6.0.8 ([#&#8203;6701](gethomepage/homepage#6701)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump ws from 8.18.3 to 8.20.1 in the npm\_and\_yarn group across 1 directory ([#&#8203;6696](gethomepage/homepage#6696)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump pymdown-extensions from 10.20.1 to 10.21.3 in the uv group across 1 directory ([#&#8203;6695](gethomepage/homepage#6695)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump pnpm/action-setup from 6.0.4 to 6.0.5 ([#&#8203;6677](gethomepage/homepage#6677)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump systeminformation from 5.30.8 to 5.31.6 in the npm\_and\_yarn group across 1 directory ([#&#8203;6673](gethomepage/homepage#6673)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump protobufjs from 7.5.5 to 7.5.8 in the npm\_and\_yarn group across 1 directory ([#&#8203;6668](gethomepage/homepage#6668)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump [@&#8203;protobufjs/utf8](https://github.com/protobufjs/utf8) from 1.1.0 to 1.1.1 in the npm\_and\_yarn group across 1 directory ([#&#8203;6666](gethomepage/homepage#6666)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- Chore(deps): Bump next from 16.2.4 to 16.2.6 in the npm\_and\_yarn group across 1 directory ([#&#8203;6657](gethomepage/homepage#6657)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)

</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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->

Reviewed-on: https://git.erwanleboucher.dev/eleboucher/homelab/pulls/962
m4cko5 pushed a commit to m4cko5/homepage that referenced this pull request Jun 25, 2026
)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jul 3, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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