You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): modernize the web runtime stack for 1.0
Takes every available major on the webapp's runtime surface — ai 7,
@ai-sdk/react 4, TanStack Table 9, Motion 13, GraphQL 17 — plus the
current React, TanStack Query/Router, Sentry and PostHog releases.
web-vitals is removed rather than bumped: reportWebVitals() was called
with no callback, so the library was never loaded. PostHog wraps the
same Chrome library, so Core Web Vitals now flow through the provider
that is already consent-gated.
Deprecated APIs the upgrades surfaced are migrated rather than
suppressed: ensureQueryData/fetchQuery to queryClient.query, and
Sentry's sendDefaultPii to an exhaustive dataCollection map that tsc
holds complete.
Refs #1584
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments