Build(deps-dev): Bump tailwindcss from 3.4.19 to 4.3.0#5
Closed
dependabot[bot] wants to merge 2 commits into
Closed
Build(deps-dev): Bump tailwindcss from 3.4.19 to 4.3.0#5dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Confitty is a visual configuration builder for the Kitty terminal. Tweak
fonts, cursor, colors, scrollback, mouse, performance, bell, window layout,
tab bar, advanced shell, OS-specific, and keyboard shortcuts side-by-side
with a live terminal preview, then export a clean kitty.conf that only
includes values different from Kitty's defaults.
Stack: Angular 21 (standalone components + signals), TypeScript 6, Tailwind
3, Bun. Deploys as a static site on Cloudflare Pages.
Features:
- Live terminal preview rendering background, opacity, blur, tint, font,
padding, margins, border, cursor (block/beam/underline) with blink
interval, selection colors, ANSI 16-color palette, tab bar in fade,
slant, separator, powerline (angled/slanted/round) styles, and URL
decoration that honours url_style and url_color
- 47 color themes including Confitty, Catppuccin, Tokyo Night, Dracula,
Gruvbox, Nord, Rosé Pine, Kanagawa, Solarized, Ayu, Material, Nightfox,
One Dark, GitHub, IntelliJ, Cobalt2 and more, plus full presets for
performance, minimal, gaming and power-user profiles
- Smart diff export — only writes settings that differ from the
corresponding Kitty default
- Version selector for Kitty 0.15 → 0.47, with per-option availability
gating and deprecation hints
- Import and round-trip existing kitty.conf, preserving custom directives
- Global fuzzy search across 200+ options with keyboard navigation
- Mobile-first layout: full-screen preview overlay on small viewports,
collapsible sidebar, accessible icon buttons with proper labels
Highlights of the implementation:
- Strict TypeScript (noUncheckedIndexedAccess, noPropertyAccessFromIndex
Signature, strictTemplates, strictStandalone), zero `any` casts in src/
- Modular live-preview package: color-utils, terminal-session, terminal-
chrome, terminal-tab-bar, terminal-screen, terminal-cursor, terminal-
palette and a slim terminal-window orchestrator
- Cloudflare Pages: SPA `_redirects`, HSTS preload, COOP / CORP,
Permissions-Policy, long-cache for hashed assets, 0-cache for
index.html
- Hardened CSP via meta tag; Google Fonts loaded only when a preset
requires a web font
- Real PNG icon set (192, 512, maskable 512) and 1200x630 OG card for
social previews; manifest.json references every shipped file
- Two JSON-LD blocks (WebApplication + FAQPage) both validate
- CI on GitHub Actions: pinned action SHAs, typecheck + production build,
10 minute timeout, concurrency cancel-in-progress
- Issue templates (bug, feature, theme), pull-request template,
SECURITY.md, FUNDING.yml
Run locally:
bun install
bun start
Build:
bun run build:prod # output: dist/confitty/browser
Live: https://confitty.app
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>
|
Author
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



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)