Skip to content

chore(deps-dev): bump tailwindcss from 4.3.1 to 4.3.2 - #310

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/tailwindcss-4.3.2
Closed

chore(deps-dev): bump tailwindcss from 4.3.1 to 4.3.2#310
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/tailwindcss-4.3.2

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps tailwindcss from 4.3.1 to 4.3.2.

Release notes

Sourced from tailwindcss's releases.

v4.3.2

Fixed

  • Support bare spacing values for auto-rows-* and auto-cols-* utilities (e.g. auto-rows-12 and auto-cols-16) (#20229)
  • Prevent @tailwindcss/cli in --watch mode from crashing on Windows when @source points to a directory that doesn't exist (#20242)
  • Prevent @tailwindcss/vite from crashing in Deno v2.8.x when context.parentURL is not a valid URL (#20245)
  • Ensure @tailwindcss/cli in --watch mode rebuilds when the input CSS file changes in an ignored directory (#20246)
  • Allow @variant rules used in addBase(…) to use custom variants defined later (#20247)
  • Prevent @tailwindcss/vite from crashing during HMR when scanned files or directories are deleted (#20259)
  • Generate font-size instead of color declarations for text-[--spacing(…)] (#20260)
  • Prevent @source patterns from scanning unrelated sibling files and folders (#20263)
  • Extract class candidates adjacent to Template Toolkit delimiters like %]…[% in .tt, .tt2, and .tx files (#20269)
  • Extract class candidates from conditional Maud syntax like p.text-black[condition] (#20269)
  • Prevent @position-try rules from triggering unknown at-rule warnings when optimizing CSS (#20277)
  • Support class suggestions for named opacity modifiers from --opacity theme values (#20287)
  • Prevent type errors in @tailwindcss/postcss when used with newer PostCSS patch releases (#20289)
Changelog

Sourced from tailwindcss's changelog.

[4.3.2] - 2026-06-26

Fixed

  • Support bare spacing values for auto-rows-* and auto-cols-* utilities (e.g. auto-rows-12 and auto-cols-16) (#20229)
  • Prevent @tailwindcss/cli in --watch mode from crashing on Windows when @source points to a directory that doesn't exist (#20242)
  • Prevent @tailwindcss/vite from crashing in Deno v2.8.x when context.parentURL is not a valid URL (#20245)
  • Ensure @tailwindcss/cli in --watch mode rebuilds when the input CSS file changes in an ignored directory (#20246)
  • Allow @variant rules used in addBase(…) to use custom variants defined later (#20247)
  • Prevent @tailwindcss/vite from crashing during HMR when scanned files or directories are deleted (#20259)
  • Generate font-size instead of color declarations for text-[--spacing(…)] (#20260)
  • Prevent @source patterns from scanning unrelated sibling files and folders (#20263)
  • Extract class candidates adjacent to Template Toolkit delimiters like %]…[% in .tt, .tt2, and .tx files (#20269)
  • Extract class candidates from conditional Maud syntax like p.text-black[condition] (#20269)
  • Prevent @position-try rules from triggering unknown at-rule warnings when optimizing CSS (#20277)
  • Support class suggestions for named opacity modifiers from --opacity theme values (#20287)
  • Prevent type errors in @tailwindcss/postcss when used with newer PostCSS patch releases (#20289)
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.3.1 to 4.3.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.3.2/packages/tailwindcss)
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-version: 4.3.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 6, 2026
# Conflicts:
#	package-lock.json
#	package.json
@dependabot@github

dependabotBot commented on behalf of githubJul 6, 2026

Copy link
Copy Markdown
ContributorAuthor

Looks like tailwindcss is up-to-date now, so this is no longer needed.

@dependabotdependabotBot closed this Jul 6, 2026
@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/tailwindcss-4.3.2 branch July 6, 2026 07:45
BigSimmo added a commit that referenced this pull request Aug 12, 2026
…310) and the ledger loss-detector (#311) (#1870)
* docs(issues): capture the fuzzy-search drug-match finding and the loss-detector
#310 — PR #1851's fuzzy catalogue search matches DIFFERENT drugs at edit
distance 2. Measured by running the PR's own algorithm rather than reading it:
fluoxetine -> duloxetine (Damerau counts the lu->ul transposition as one edit,
both are 10 chars, so the >=8 tier's 2-edit budget allows it) and
prednisone -> prednisolone. Intended recovery still works (sertraline,
olanzapine) and the short-term guards hold (SSRI/SNRI, ADHD/ODD). Two real
mitigations recorded so it is not over-read: fuzzy fires only when nothing
matched literally, and sub-5-character terms are excluded. Tested fix is one
line — cap the >=8 tier at 1 edit, which kills both cross-drug hits and keeps
every legitimate typo case. Blast radius is eleven modules including
medications.ts, because catalog-search.ts feeds the whole clinical catalogue.
#311 — promote the derived ledger loss-detector into scripts/. Two main-merges
silently reverted ledger edits this session, including the whole #293
refutation, and the hand-enumerated recovery list could not catch it. The
derived version has now earned its place twice.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017paT42ZVMf8jaLtkjFxdy5
* chore(ledger): record the finding-capture handoff
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* chore(ci): run focused PR 1870 ledger correction
* chore(ci): use repository Node version for PR 1870 fix
* ci(pr-1870): merge current main and finalise ledger fixes
* ci(pr-1870): scope final verification and publish normally
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
BigSimmo pushed a commit that referenced this pull request Aug 13, 2026
Pins ledger #310: with both the exact drug and its two-edit neighbour in the
catalogue, fluoxetine must not surface duloxetine and prednisone must not
surface prednisolone, while single-edit typo recovery (setraline->sertraline)
keeps working.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WBdo125Dh3idPcF7CmCCmG
BigSimmo pushed a commit that referenced this pull request Aug 13, 2026
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WBdo125Dh3idPcF7CmCCmG
BigSimmo pushed a commit that referenced this pull request Aug 13, 2026
Four merge-safe intake requests, no canonical ledger edit:
- P1 rec: no gate detects a merged PR whose content is silently
reverted by a later merge resolution. Blob sweep over origin/main
found seven such PRs since 2026-08-06, six first wiped at one
commit in the PR #1815 unblock chain. The reverts took each PR's
tests in the same stroke, which is why nothing went red.
- P2 task: re-land PR #1800 (fuzzy catalogue search) with the #310
one-edit cap applied in the same commit.
- P2 task: re-land PR #1803 (--shadow-tight retirement); 67 files on
main still reference the retired alias.
- update #310: re-scoped. The defect is not reachable on main because
the matcher is absent, not because it was fixed, so the row must not
be closed and the fix belongs in the #1800 re-land.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DuYJz8hauCsCdx8r4fXiZU
BigSimmo added a commit that referenced this pull request Aug 13, 2026
…earch (#1851)
* fix: restore overwritten search features
* fix(search): address ticker and fuzzy ranking review
* test(search): run submitted-root ticker regression in critical CI
* test(search): require fuzzy field reason signals
* fix(search): expose fuzzy field match reasons
* fix(ci): register submitted-root regression in UI shards
* fix(search): bound long-token typo recovery to one edit
* test(search): prevent cross-drug fuzzy matches
* Add wrong-drug exclusion regression test for the fuzzy typo cap
Pins ledger #310: with both the exact drug and its two-edit neighbour in the
catalogue, fluoxetine must not surface duloxetine and prednisone must not
surface prednisolone, while single-edit typo recovery (setraline->sertraline)
keeps working.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WBdo125Dh3idPcF7CmCCmG
* style(tests): format merged navigation assertions
---------
Co-authored-by: Claude <noreply@anthropic.com>
BigSimmo added a commit that referenced this pull request Aug 13, 2026
BigSimmo added a commit that referenced this pull request Aug 14, 2026
…main (#1943)
* docs(issues): close#310 — fuzzy catalogue cap already landed on main
The #310 re-land task was overtaken by 247a359 ("Add tappable phone
suggestion ticker and conservative fuzzy catalog search (#1851)",
2026-08-14 02:03 +0800), which put the Damerau-Levenshtein catalogue
matcher back on main already carrying the one-edit cap and both
regression tests. No source change is needed; src/lib/catalog-search.ts
is untouched by this commit.
The pending inbox requests for #310 had inverted against that reality.
Request e1506952 ("closeable when #1851 merges") was cancelled by
31650c87 at 05:48 on 2026-08-14 — after the merge at 02:03 — leaving
8621298b ("NOT REACHABLE ON MAIN ... do not close this row") as the sole
surviving mutation. Because ledger-inbox mutationConflicts only throws
when two or more mutations for one id survive cancellation, the next
reconcile would have applied that stale text quietly, stamping "the
matcher is gone, do not close" onto a row whose code is present, capped
and tested.
Queued through the tool, never hand-written:
- cancel 8621298b, whose stop-rule against closing #310 was conditioned
on the code being absent from main
- done #310, carrying the evidence: typoDistanceLimit is >= 5 -> 1 with
no >= 8 two-edit tier, both test files, 19/19 passing, and a re-run of
the original measurement method (hazard pairs 0, intended recovery 1,
all five guards 0, co-present ranking clean)
docs/outstanding-issues.md is deliberately untouched — reconcile owns it.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0122UC4BL5R39kz41WbBYcPj
* fix(issues): drop stale fuzzy-search cancellation
---------
Co-authored-by: Claude <noreply@anthropic.com>
BigSimmo pushed a commit that referenced this pull request Aug 14, 2026
Runs `npm run issues:reconcile` from a fresh base off origin/main
(0011a05), applying all 35 pending requests with 5 cancellation
decisions.
The motivating case is #310, which main was carrying with a false
statement. Request 8621298b ("NOT REACHABLE ON MAIN ... The whole
matcher is gone") had been applied, while the cancellation queued
against it was lost in the PR #1943 squash. The correcting closure
00428ff0 survived as a pending request, so this reconcile applies it:
#310 now records that 247a359 re-landed the matcher with
typoDistanceLimit >=5 -> 1 and both regression tests, and the false text
is gone from the file.
The lost cancellation was deliberately NOT re-filed. Its target is
already in applied/, so planRequestBatch would reject it with "cancel
request targets missing pending request" and block every future
reconcile.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0122UC4BL5R39kz41WbBYcPj
BigSimmo added a commit that referenced this pull request Aug 14, 2026
docs(issues): reconcile the inbox batch, correcting a false #310 row on main
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@claude