| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…(ENG-5625) Clears 23 of the 24 open Dependabot alerts (17 medium, 7 low): - dompurify 3.3.1 (session-ui) / 3.4.11 (ui, catalog) -> 3.4.13: closes 19 of 20 dompurify alerts. CVE-2026-65901 (low) has no fixed release and needs a Vanta exception instead. - astro 6.4.8 -> 7.1.0 (CVE-2026-59727, CVE-2026-59729, CVE-2026-73422; the last one requires >= 7.1.0). Along for the major bump: @astrojs/starlight 0.40.0 -> 0.41.7, @astrojs/solid-js 6.0.1 -> 7.0.2, and @astrojs/cloudflare 13.7.0 -> 14.1.7 (14.2.0 imports an astro internal that only exists from 7.2.0 despite its ^7.0.0 peer range). The astro/starlight overrides pin and the toolbeam-docs-theme peer patch are refreshed the same way as the astro 6 migration (PR browser-use#109) so the unmaintained theme keeps deduping onto the site's versions. - @babel/core 7.28.4 -> 7.29.6 (CVE-2026-49356). Verified: full astro build of packages/web (all locales + Pagefind), typecheck + tests for ui and session-ui, root turbo typecheck.
There was a problem hiding this comment.
Here are some automated review suggestions for this pull request.
Reviewed commit: e812c25c72
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Sorry, something went wrong.
There was a problem hiding this comment.
All reported issues were addressed across 8 files
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
Sorry, something went wrong.
…ange Review feedback on browser-use#158: @astrojs/solid-js@7.0.2 peer-requires solid-js ^1.9.13 while the catalog pinned 1.9.10, leaving the docs site's Solid island on an unsupported peer combination. - Catalog solid-js 1.9.10 -> 1.9.15. - Drop patches/solid-js@1.9.10.patch: it cherry-picked solidjs/solid#2046, which ships upstream in 1.9.14+. - Add a root solid-js override: @opentui/solid, @opentui/keymap, and @solidjs/start pin exactly 1.9.10, and without the override they each grew a nested solid-js copy — solid must stay a singleton per app. They previously ran against the deduped, patched 1.9.10, which is behaviorally 1.9.15's runComputation fix anyway. Verified: single solid-js@1.9.15 in bun.lock, no peer warnings on install, full astro build of packages/web, typecheck for tui/ui/ session-ui + root turbo (17/17), ui and session-ui tests.
There was a problem hiding this comment.
Here are some automated review suggestions for this pull request.
Reviewed commit: 657519ad3c
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Sorry, something went wrong.
astro@7.1.0 optionally peers @astrojs/markdown-remark at exactly 7.2.1; packages/web pinned 7.2.0. Starlight's ^7.2.0 peer is satisfied either way. Verified with a full astro build.
| Back | FazBrowse Home | New Git URL |
Fixes ENG-5625.
Clears 23 of the 24 open Dependabot alerts (0 high, 17 medium, 7 low) by bumping three packages:
The remaining alert, dompurify CVE-2026-65901 (low), has no fixed release — Vanta marks it not fixable, so it needs an exception there rather than a code change.
astro 7 migration notes
packages/web moves to astro 7.1.0 (CVE-2026-73422 requires >= 7.1.0), which drags the integrations along:
The nested @babel/core@7.28.0 pinned by @opentui/solid stays as-is; Dependabot keys these alerts off the package manifests and has never flagged that copy.
Verification
nix/hashes.json is left to the post-merge bot that regenerates node_modules hashes, matching previous dependency PRs.
Summary by cubic
Bumps dompurify, astro, and @babel/core to clear 23 of the 24 open Dependabot alerts, and moves solid-js to 1.9.15 so the docs site's Solid island satisfies @astrojs/solid-js@7.0.2's peer range. The remaining low-severity dompurify alert has no fixed release and needs a Vanta exception, not a code change.
Migration Notes
Written for commit 67bd12b. Summary will update on new commits.