Bump tailwindcss from 4.1.17 to 4.2.2 in /webview#184
Bump tailwindcss from 4.1.17 to 4.2.2 in /webview#184dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.17 to 4.2.2. - [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.2.2/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
🤖 Augment PR SummarySummary: Updates Tailwind CSS in the Changes:
Technical Notes: Pulls in upstream Tailwind fixes (including several canonicalization/crash fixes) and the latest 4.2.x behavior; ensure the Vite integration remains compatible with the new Tailwind version. 🤖 Was this summary useful? React with 👍 or 👎 |
| "react": "^19.2.1", | ||
| "react-dom": "^19.2.1", | ||
| "tailwindcss": "^4.1.17" | ||
| "tailwindcss": "^4.2.2" |
There was a problem hiding this comment.
tailwindcss is bumped to ^4.2.2 but @tailwindcss/vite remains at ^4.1.17; if @tailwindcss/vite has a peer/behavioral dependency on the matching Tailwind version this can cause build-time incompatibilities. Consider verifying the plugin’s peer dependency range (or upgrading it in tandem) so Vite builds remain consistent.
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
Bumps tailwindcss from 4.1.17 to 4.2.2.
Release notes
Sourced from tailwindcss's releases.
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
... (truncated)
Commits
d596b0c4.2.2 (#19821)2228a57Bump Lightning CSS (#19771)f302fceFix canonicalization resulting in empty list (#19812)bb2f170Improve canonicalization for bare values exceeding default spacing scale sugg...faa5e88Cleanup inconsistencies related to (regex) escapes (#19804)d5717f2run prettier51aa9d7fix(canonicalize): handle utilities with empty property maps in collapse (#19...c586bd6Canonicalizecalc(var(--spacing)*…)expressions into--spacing(…)(#19769)9ded4a2Guard object lookups against inherited prototype properties (#19725)1dce64e4.2.1 (#19714)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~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)