Skip to content

Bump @types/node from 20.19.41 to 25.9.1 - #3

Merged
BigSimmo merged 1 commit into
mainfrom
dependabot/npm_and_yarn/types/node-25.9.1
Jun 3, 2026
Merged

Bump @types/node from 20.19.41 to 25.9.1#3
BigSimmo merged 1 commit into
mainfrom
dependabot/npm_and_yarn/types/node-25.9.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown
Contributor

Bumps @types/node from 20.19.41 to 25.9.1.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 22, 2026
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.19.41 to 25.9.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.9.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/types/node-25.9.1 branch from c5712f4 to 5f1a795 Compare June 3, 2026 08:05
@BigSimmo
BigSimmo merged commit a0e150d into main Jun 3, 2026
4 checks passed
@BigSimmo
BigSimmo deleted the dependabot/npm_and_yarn/types/node-25.9.1 branch June 3, 2026 08:07
BigSimmo added a commit that referenced this pull request Jul 8, 2026
…te guard (#381)

* test: fix WebKit hide-on-scroll flake + guard retrieval owner_filter callsites

Two follow-ups from the 48h PR review.

- tests/ui-tools.spec.ts (#5): the "phone bottom search dock hides while scrolling" test failed on
  WebKit only (release-browser-matrix) because WebKit doesn't reliably emit a native scroll event for
  a programmatic scrollTo, so useHideOnScroll never ran and data-scroll-hidden stayed unset. Dispatch
  an explicit scroll event after each scrollTo; harmless on Chromium/Firefox (the rAF guard dedupes).

- tests/retrieval-owner-filter-guard.test.ts (#3): defense-in-depth tripwire. The SQL
  retrieval_owner_matches fails OPEN on a null owner_filter and RLS is service-role-only, so the app
  filter is the sole tenant boundary. Until the matcher is made fail-closed (gated on the Supabase
  Preview migration-drift fix so the SQL change is verifiable), this asserts every src .rpc()
  owner_filter argument comes from a sanctioned scope helper / the public sentinel, never a literal null.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* style: prettier-format owner_filter guard test

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* fix(test): avoid Dirent.path typing in owner_filter guard (CI @types/node drift)

Use the string-returning readdirSync recursive overload instead of withFileTypes so the scan
doesn't depend on Dirent.parentPath/path, which differ across @types/node versions and failed
the CI typecheck (TS2339 Property 'path' does not exist on Dirent).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
BigSimmo pushed a commit that referenced this pull request Jul 20, 2026
…idence (A-PR-2 part 3)

lithium-therapy-monitoring was the only golden case with no document
expectation, making its rr@10 a hardcoded 0.00 — measurement noise that
masked real ordering headroom (live top-5: Lithium Clinical Guideline
(EMHS) #1, Lithium Therapy Initiation (FSH) #2, Lithium (CAMHS) #3).
expectedDocumentSubstrings gains ["Lithium"]: deliberately broad because
the corpus carries multiple legitimate lithium guidelines (same pattern
as the agitation pair) — the gate asserts subject precision in the top 5,
not a single pinned title that would flake between equally-correct docs.
Measured mrr@10 rises ~+0.028 from de-noising alone. Snapshot rebuilt from
the same run-29763761133 artifact with the updated expectation so fixture
and snapshot stay in lockstep (ranks 1-4 now grade as relevant; the
psychotropic-generic rank 5 and the wrong-medication hard negative stay 0).

Clinical sign-off note: this changes eval ground truth only — no runtime
ranking behavior. Flagged in the PR for review.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EXsJcLrbZUXwnBeG91cVo9
BigSimmo added a commit that referenced this pull request Jul 21, 2026
#1046)

Against current main (post-#1033, which already resolved #2/#3):
- Capture the still-untracked auth DB-connection allocation debt as #11:
  operator-only Supabase dashboard action (percentage-based allocation before
  compute scale-up), not settable via SQL/MCP. next-id -> 012.
- Fix #5 Source path src/lib/rag/clinical-search.ts:1362 ->
  src/lib/clinical-search.ts:1735 (the rag/ path does not exist; it was
  failing docs:check-links on main) and note ordering already sorts by the
  unbounded pre-clamp rankScore, so the clamp bounds only reported confidence.

Docs-only. No code/protected-surface edits, no provider/CI/dashboard action.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@BigSimmo BigSimmo mentioned this pull request Aug 2, 2026
14 tasks
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.

1 participant