chore(deps): bump @tailwindcss/vite from 4.3.2 to 4.3.3 in /extension - #323
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Bumps [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) from 4.3.2 to 4.3.3. - [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.3/packages/@tailwindcss-vite) --- updated-dependencies: - dependency-name: "@tailwindcss/vite" dependency-version: 4.3.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
7bbd4c4 to
f23005b
Compare
|
Verified in a clean-room build. Safe to merge, high confidence. Note on method: the playwright suite in this repo drives the web SPA and there is no harness that loads the extension, so it cannot exercise an extension-only bump. What settles a CSS-toolchain patch is whether the emitted stylesheet changes, so I compared the build output directly. Both sides built from clean Job passes end to end Emitted popup CSS is functionally identical. 402 rules, 401 byte-identical. The single difference:
Everything else is byte-identical. The popup JS chunk is identical once the CSS filename reference is normalised (both 368868 bytes); Supporting evidence: the identical plugin version is already on main for the web app via #326, and the full playwright e2e suite passed there. This also clears the version skew left by #321 merging alone: The red "Validate PR Title" check is a GitHub Actions infrastructure flake from 2026-07-20 ( |
vineethkrishnan
left a comment
There was a problem hiding this comment.
Verified in a clean-room build: full job passes, and the emitted CSS is functionally identical to 4.3.2 (one 0 -> 0px codegen change on a disabled-state rule). Also clears the tailwind version skew left by #321.
Bumps @tailwindcss/vite from 4.3.2 to 4.3.3.
Release notes
Sourced from @tailwindcss/vite's releases.
Changelog
Sourced from @tailwindcss/vite's changelog.
Commits
c2b24dd4.3.3 (#20334)bdcd708Don't trigger a full page reload for scanned files that Vite processes as mod...