-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps-dev): bump tailwindcss from 3.4.19 to 4.1.18 #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
18c5d9f to
877384d
Compare
|
|
877384d to
fc63c94
Compare
|
|
fc63c94 to
09cb9a5
Compare
|
|
09cb9a5 to
d0b4075
Compare
|
|
d0b4075 to
79b67fe
Compare
|
|
79b67fe to
2eef21c
Compare
|
|
2eef21c to
115a057
Compare
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR upgrades Tailwind CSS from version 3.x to 4.1.18 across the monorepo. This is a major version upgrade that introduces breaking changes in Tailwind's architecture and configuration system.
Changes:
- Bumped
tailwindcssdependency from^3.4.19to^4.1.18across all packages - Updated version constraints in root workspace, components package, and example applications
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| package.json | Root workspace dependency updated to Tailwind CSS 4.1.18 |
| packages/components/package.json | Components package devDependency updated to Tailwind CSS 4.1.18 |
| examples/prototype/package.json | Prototype example devDependency updated to Tailwind CSS 4.1.18 |
| examples/designer-modes/package.json | Designer modes example devDependency updated to Tailwind CSS 4.1.18 |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
| "autoprefixer": "^10.4.16", | ||
| "postcss": "^8.4.31", | ||
| "tailwindcss": "^3.3.5", | ||
| "tailwindcss": "^4.1.18", |
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tailwind CSS v4 introduces breaking changes including a complete configuration system overhaul (CSS-first config vs JS config), removal of certain utilities, and changes to the build architecture. This major version upgrade may break existing Tailwind usage throughout the codebase. Ensure all Tailwind configuration files, custom utilities, and component styles have been migrated according to the v4 migration guide, and verify that the existing CSS architecture remains compatible with the new CSS-native configuration approach required by v4.
| "tailwindcss": "^4.1.18", | |
| "tailwindcss": "^3.4.17", |
examples/prototype/package.json
Outdated
| "globals": "^16.5.0", | ||
| "postcss": "^8.5.6", | ||
| "tailwindcss": "^3.4.19", | ||
| "tailwindcss": "^4.1.18", |
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version upgrade from v3 to v4 requires migration of Tailwind configuration and CSS imports. Tailwind v4 uses a CSS-first configuration approach with @import "tailwindcss" instead of the traditional tailwind.config.js file. Verify that this example has been updated with the appropriate configuration changes, CSS import statements, and any necessary PostCSS plugin adjustments for v4 compatibility.
| "globals": "^16.5.0", | ||
| "postcss": "^8.5.6", | ||
| "tailwindcss": "^3.4.19", | ||
| "tailwindcss": "^4.1.18", |
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version upgrade from v3 to v4 requires migration of Tailwind configuration and CSS imports. Tailwind v4 uses a CSS-first configuration approach with @import "tailwindcss" instead of the traditional tailwind.config.js file. Verify that this example has been updated with the appropriate configuration changes, CSS import statements, and any necessary PostCSS plugin adjustments for v4 compatibility.
115a057 to
436d596
Compare
|
|
436d596 to
3b389ba
Compare
|
|
3b389ba to
50038f0
Compare
|
|
50038f0 to
fb53ff1
Compare
|
|
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.1.18. - [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.1.18/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.18 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
fb53ff1 to
cd4186f
Compare
|
|
Bumps tailwindcss from 3.4.19 to 4.1.18.
Release notes
Sourced from tailwindcss's releases.
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
Commits
9b32f7cRelease v4.1.18 (#19431)820d907ExposecandidatesToAstto the language server (#19405)478e959Don’t emit color-mix fallback rules inside@keyframes(#19419)a5f4644Validate named values in candidate parser (#19397)229121dCanonicalization: combinetext-*andleading-*classes (#19396)243615eHandle backwards compatibility forcontenttheme from JS configs (#19381)7642751Improve compatibility with special default values in JS configs (#19348)af48117remove unnecessary intermediate check9e436f7Try to canonicalize any arbitrary utility to a bare value (#19379)479b725Bump Vitest to v4 (#19216)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)