Skip to content

chore(deps-dev): bump tailwindcss from 4.2.1 to 4.2.2 - #10

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tailwindcss-4.2.2
Open

chore(deps-dev): bump tailwindcss from 4.2.1 to 4.2.2#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tailwindcss-4.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 27, 2026

Copy link
Copy Markdown

Bumps tailwindcss from 4.2.1 to 4.2.2.

Release notes

Sourced from tailwindcss's releases.

v4.2.2

Added

  • Support Vite 8 in @tailwindcss/vite (#19790)

Fixed

  • Don't crash when candidates contain prototype properties like row-constructor (#19725)
  • Canonicalize calc(var(--spacing)*…) expressions into --spacing(…) (#19769)
  • Fix crash in canonicalization step when handling utilities containing @property at-rules (e.g. shadow-sm border) (#19727)
  • Skip full reload for server only modules scanned by client CSS when using @tailwindcss/vite (#19745)
  • Improve canonicalization for bare values exceeding default spacing scale suggestions (e.g. w-1234 h-1234size-1234) (#19809)
  • Fix canonicalization resulting in empty list (e.g. w-5 h-5 size-5'' instead of size-5) (#19812)
Changelog

Sourced from tailwindcss's changelog.

[4.2.2] - 2026-03-18

Fixed

  • Don't crash when candidates contain prototype properties like row-constructor (#19725)
  • Canonicalize calc(var(--spacing)*…) expressions into --spacing(…) (#19769)
  • Fix crash in canonicalization step when handling utilities containing @property at-rules (e.g. shadow-sm border) (#19727)
  • Skip full reload for server only modules scanned by client CSS when using @tailwindcss/vite (#19745)
  • Add support for Vite 8 in @tailwindcss/vite (#19790)
  • Improve canonicalization for bare values exceeding default spacing scale suggestions (e.g. w-1234 h-1234size-1234) (#19809)
  • Fix canonicalization resulting in empty list (e.g. w-5 h-5 size-5'' instead of size-5) (#19812)
  • Resolve tsconfig paths to allow for @import '@/path/to/file'; when using @tailwindcss/vite (#19803)
Commits
  • d596b0c 4.2.2 (#19821)
  • 2228a57 Bump Lightning CSS (#19771)
  • f302fce Fix canonicalization resulting in empty list (#19812)
  • bb2f170 Improve canonicalization for bare values exceeding default spacing scale sugg...
  • faa5e88 Cleanup inconsistencies related to (regex) escapes (#19804)
  • d5717f2 run prettier
  • 51aa9d7 fix(canonicalize): handle utilities with empty property maps in collapse (#19...
  • c586bd6 Canonicalize calc(var(--spacing)*…) expressions into --spacing(…) (#19769)
  • 9ded4a2 Guard object lookups against inherited prototype properties (#19725)
  • See full diff in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 27, 2026
@vercel

vercel Bot commented Mar 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ribba-pro Ready Ready Preview, Comment Mar 27, 2026 9:24pm

@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Mar 27, 2026
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.2.1 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:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tailwindcss-4.2.2 branch from 106f4c6 to e637d48 Compare March 27, 2026 21:22
melvinmt added a commit that referenced this pull request Jul 19, 2026
…e.a.

Verwerkt de high-effort review-bevindingen op ribba-web#25 (migratie
20260718000000 + live toegepast op het gedeelde project):

#1  inquiry_recipients: column-level SELECT — geclaimde deelnemers konden de
    bearer chat-tokens van de tegenpartij lezen; token/notified_email-kolommen
    ge-REVOKE't voor authenticated.
#2  cron: throttle-stamp VÓÓR de send (+ revert bij send-fail) i.p.v. onbewaakt
    erna — voorkomt een duplicate-mailstorm als de stamp-UPDATE faalt.
#3  inquiry-submit: no-email-scholen niet meer in de leerling-bevestigingsmail
    (ze worden nooit gecontacteerd en kunnen structureel niet reageren).
#4  cron: retry-sweep voor recipients die na een mislukte outreach op 'pending'
    bleven (had geen enkel retry-pad).
#5  opt-out: honoreert chat_tokens_expire_at — een verlopen/gelekt token kan
    niet langer account-breed de e-mailnotificaties uitzetten.
#6  inquiry-submit: transactionele submit_inquiry-RPC (advisory lock op e-mail)
    tegen de dedupe-TOCTOU; vervangt read-then-insert + compenserende delete.
#7  cron: list_notifiable_conversation_ids-RPC doet de kolom-vergelijking
    server-side, zodat de 200-cap niet vol loopt met al-genotificeerde
    conversaties en nieuwere niet verhongeren.
#8  messages-INSERT-policy blokkeert nu status 'declined'/'expired'.
#9  smart-banner appArgument: token → /r/{recipient_id} of /i/{inquiry_id}
    server-side geresolved, i.p.v. het door de app niet-geroute /chat/{token}.
#10 (los commit) chat-notifications cron → Supabase pg_cron; deploy-blocker weg.

tsc + build + lint schoon; submit_inquiry/dedupe/notifiable live geverifieerd
op het gedeelde project, RPC-route end-to-end getest (RESEND uit, testrijen
opgeruimd).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants