chore(deps-dev): bump tailwindcss from 3.4.19 to 4.3.0 in /website#350
chore(deps-dev): bump tailwindcss from 3.4.19 to 4.3.0 in /website#350dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 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-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Closing — this is a major Tailwind CSS v3 → v4 upgrade, which is a breaking change (v4 moves to a CSS-first config and drops the v3 |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Upgrades the website from Tailwind v3 to v4 via the official @tailwindcss/upgrade tool. (Supersedes the closed #350, which was a raw dependency bump that broke the Vercel build.) - PostCSS: tailwindcss + autoprefixer -> @tailwindcss/postcss - globals.css: @tailwind directives -> @import "tailwindcss"; theme tokens moved to @theme; class-based dark mode via @custom-variant; added the v4 default-border-color compatibility shim - tailwind.config.js removed (config is now CSS-first in globals.css) - CSS-variable utilities migrated to v4 shorthand (bg-[var(--x)] -> bg-(--x)) across the 6 components/pages that used them Verified: `next build` passes; homepage and /demo render correctly (computed styles + screenshots checked); zero app console errors. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bumps tailwindcss from 3.4.19 to 4.3.0.
Release notes
Sourced from tailwindcss's releases.
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
... (truncated)
Commits
588bd734.3.0 (#20023)59936c6Addtab-*utilities (#20022)90a2373addzoom-*utilities (#20020)2e1ccf7Addscrollbar-gutter-*utilities (#20018)754e751Use non-existing example in tests (#20021)12eb5aeCleanup noisy test output (#20015)4255671Improve snapshot tests (#20013)8c77989Ensure math operators are surrounded by whitespace in arbitrary values (#20011)b4db3b9Add scrollbar-width and scrollbar-color utilities (#19981)08cad84Support--default(…)in--value(…)and--modifier(…)to support fallbac...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for tailwindcss since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)