deps: update dependencies to latest - #331
Merged
Merged
Conversation
- react-router-dom 7.18.1 -> react-router 8.3.0 (fixes GHSA-qwww-vcr4-c8h2) - @playwright/test: 1.61.1 -> 1.62.0 - recharts: 3.10.0 -> 3.10.1 - hono: 4.12.27 -> 4.12.32 (override) - fast-uri: 3.1.3 -> 3.1.4 (override, fixes GHSA-v2hh-gcrm-f6hx) - brace-expansion: 5.0.7 -> 5.0.8 (override, fixes GHSA-mh99-v99m-4gvg) - actions/checkout: v7.0.0 -> v7.0.1 across all 9 workflows react-router v8 drops the react-router-dom compatibility shim, so the web package now imports from react-router directly. The declarative SPA APIs in use (HashRouter, Routes, Route, Link, NavLink, Outlet, and the hooks) are unchanged, so this is an import specifier rename across 28 files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2127a7a3-47c9-410a-9f75-7eaf08125751
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.
Updates every workspace package, the pnpm overrides, and the pinned GitHub Actions to their latest stable versions.
What moved
react-router-domreact-router8.3.0@playwright/testrechartshono(override)fast-uri(override)brace-expansion(override)actions/checkoutEverything else in the workspace was already on latest.
React Router v8
v8 drops the
react-router-domcompatibility shim, sopackages/webnow imports fromreact-routerdirectly. Every API in use (HashRouter,MemoryRouter,Routes,Route,Link,NavLink,Outlet,useOutletContext,useParams,useNavigate,useLocation,useSearchParams) is unchanged, so this is an import specifier rename across 28 files with no behavior change. The middleware and RSC breaking changes only affect framework mode, which this SPA doesn't use.Held back
Three moderate advisories remain: two in
@hono/node-serverand one in@opentelemetry/core. Clearing them needs a cross-major override on a shipped runtime dep or on eval-only tooling, which doesn't belong in a dependency bump.Validation
build / typecheck / lint / eval:lint: pass· unit3222 passed, 1 skipped· e2e + a11y20 passed· visual8 passed·pnpm audit --audit-level=high: clean