- Added warnings for numerous deprecated APIs (findDOMNode, legacy context, string refs, defaultProps in function components, etc.) to aid React 19 migration.
- Enabled writing to this.refs to support the string‑ref codemod.
- Introduced deprecation warnings for test utils, act usage, key spreading, unmountComponentAtNode, and renderToStaticNodeStream.