Commit Graph

2 Commits

Author SHA1 Message Date
gemini-cli[bot] 9516ea42c0 fix: upgrade test-utils lib target to ES2023
Upgrades the `lib` target in `packages/test-utils/tsconfig.json` from `ES2021` to `ES2023`.
This resolves 20 type errors related to `ErrorOptions`, `cause` support in `Error`, and modern `Intl` features (like `Intl.Segmenter`) that were causing build failures in the `test-utils` package and its dependents.

This change aligns `test-utils` with other packages in the monorepo (like `core` and `cli`) that already use `ES2023`.

cc @google-gemini/gemini-cli-maintainers
2026-05-13 16:58:19 +00:00
Bryant Chandler 12a9bc3ed9 feat(core, cli): Introduce high-performance FileSearch engine (#5136)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
2025-08-05 23:18:03 +00:00