Commit Graph

10 Commits

Author SHA1 Message Date
gemini-cli[bot] 9b44fbd748 fix: resolve project-wide type errors and stabilize core build
This PR fixes over 1,000 type errors across the monorepo by addressing root causes in `tsconfig.json` configurations and the `@google/gemini-cli-core` build process.

### Key Changes:
- **Upgraded `lib` to `ES2023`** in `packages/test-utils` and `packages/vscode-ide-companion` to support modern features like `Error.cause` and `Object.hasOwn`, aligning them with the root configuration.
- **Removed deprecated `baseUrl`** from `packages/core/tsconfig.json` and converted absolute-style imports in tests to relative imports.
- **Stabilized `@google/gemini-cli-core` build** to ensure `.d.ts` files are correctly generated, resolving `TS6305` errors in dependent packages.
- Verified that all workspaces and top-level test suites now pass `npm run typecheck`.

These changes restore the intended type health of the project and ensure consistent build behavior across different TypeScript versions.

cc @gundermanc
Labels: bot-fix
2026-05-12 21:26:33 +00:00
Sehoon Shon 448fd3ca66 fix(core): resolve circular dependency via tsconfig paths (#16730) 2026-01-15 07:42:03 +00:00
matt korwel 054b4307ed Revert "fix(core): Add rootDir to tsconfig.json to resolve TS5055 error" (#12293) 2025-10-30 08:25:57 -07:00
matt korwel 42c79c64d7 fix(core): Add rootDir to tsconfig.json to resolve TS5055 error (#12274) 2025-10-29 23:17:10 -07:00
matt korwel cb0947c501 fix(ci): tsc build for package/core is idempodent (#12112) 2025-10-27 14:39:09 -07:00
cornmander dcf362bcf9 Inline tree-sitter wasm and add runtime fallback (#11157) 2025-10-17 00:25:30 +00:00
Tommaso Sciortino 62b49ab14a Fix incompatibilities with package.json (#8949) 2025-09-20 18:38:03 +00:00
joshualitt 7681c595b5 Revert "feat(third_party) Port get-ripgrep." (#8923) 2025-09-19 18:08:41 +00:00
joshualitt 6e4236bf76 feat(third_party) Port get-ripgrep. (#8514) 2025-09-19 15:13:28 +00:00
Tommaso Sciortino 21fba832d1 Rename server->core (#638) 2025-05-30 18:25:47 -07:00