GitNexus/gitnexus-web/src
dependabot[bot] c90ffdd2e1
chore(deps)(deps): bump react and @types/react in /gitnexus-web (#1210)
* chore(deps)(deps): bump react and @types/react in /gitnexus-web

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 18.3.1 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react)

Updates `@types/react` from 18.3.27 to 19.2.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(web): complete React 19 upgrade

Align react-dom and @types/react-dom with React 19 so npm can resolve the web dependency graph without peer conflicts. React 19 types now correctly model refs initialized with null, so widen the affected hook return contracts instead of asserting non-null DOM nodes before mount.

Validation: cd gitnexus-web && npm ci; npx tsc -b --noEmit; npm test; npm run build; npx prettier --check package.json package-lock.json src/hooks/useAutoScroll.ts src/hooks/useSigma.ts; npx eslint . (warnings only, existing baseline); npm run test:e2e (11 passed, 17 skipped).
Made-with: Cursor

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gergo Magyar <gergomagyar@icloud.com>
2026-05-01 08:42:26 +01:00
..
components Merge pull request #767 from noCharger/feat/chat-scroll-pause 2026-04-14 01:25:09 +05:30
config feat: configure prettier with pre-commit hook (#563) 2026-03-28 14:58:04 +00:00
core feat: configure prettier with pre-commit hook (#563) 2026-03-28 14:58:04 +00:00
hooks chore(deps)(deps): bump react and @types/react in /gitnexus-web (#1210) 2026-05-01 08:42:26 +01:00
lib chore(deps)(deps): bump lucide-react from 0.562.0 to 1.11.0 in /gitnexus-web (#1038) 2026-04-24 16:03:42 +01:00
services Fix OpenCode config path, FTS extension load order, error messages, and CLAUDE.md stats (#781) 2026-04-11 06:18:14 +01:00
vendor/leiden feat: configure prettier with pre-commit hook (#563) 2026-03-28 14:58:04 +00:00
App.tsx fix: resolve false 404 errors and stale repo context during multi-repo switching on Windows (#633) 2026-04-10 19:59:16 +01:00
index.css feat: configure prettier with pre-commit hook (#563) 2026-03-28 14:58:04 +00:00
main.tsx feat: configure prettier with pre-commit hook (#563) 2026-03-28 14:58:04 +00:00
vite-env.d.ts feat: merge gitnexus-mcp into gitnexus package - unified CLI+MCP 2026-02-04 01:12:41 +05:30