Skip to content

5.7.0#1733

Merged
radumojic merged 10 commits into
mainfrom
development
Jul 13, 2026
Merged

5.7.0#1733
radumojic merged 10 commits into
mainfrom
development

Conversation

@radumojic

Copy link
Copy Markdown
Contributor

Issue/Feature

  • migrate from esbuild with bundle: true + splitting: true, which produced __chunks__/*.js that Vite could not re-bundle to per-module ESM/CJS build via tsc + tsc-alias
  • update actions to v6 and node to 24
  • update packages

Contains breaking changes

  • No
  • Yes

Updated CHANGELOG

  • No
  • Yes

Testing

  • User testing
  • Unit tests

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the build system and packages, transitioning the build process in esbuild.js to build ESM and CJS targets sequentially and resolving path aliases with tsc-alias. It also updates various dependencies in package.json and introduces new TypeScript configuration files to exclude tests and mocks from the build output. Feedback focuses on improving cross-platform compatibility in the build exclusion regex by supporting Windows path separators, and replacing Node.js Buffer usage with the standard TextEncoder Web API in browser-facing code.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread esbuild.js
Comment thread src/utils/account/refreshNativeAuthTokenLogin.ts
@radumojic radumojic merged commit bd78a79 into main Jul 13, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants