3.46.3
(chore): Update oxfmt to 0.27.0, oxlint to 1.42.0, and oxlint-tsgolint to 0.11.4.
3.46.2
(fix): Fix TypeScript circular reference error (TS7022/TS2456) when generating enums with visitor utilities enabled.
The enum type alias now references an intermediate Values const instead of using Omit<typeof EnumName, "_visit">,
which avoids the circular reference in the type’s own initializer.