Tags: ExpediaGroup/cypress-codegen
Tags
fix: Infer parameter type from default value when no explicit type an… …notation (#476) Infer parameter type from default value when no type annotation is present When a function parameter has a default value but no explicit TypeScript type annotation (e.g. `input1 = 123`), the generated interface now infers the correct type from the literal (number, string, boolean) rather than emitting an untyped optional parameter. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
chore(deps): update dependencies (#447) * fix(deps): update dependencies * Update packageManager version to bun@1.3.1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dan Adajian <dadajian@expediagroup.com>
fix(deps): update oven-sh/setup-bun action and fix entrypoint in pack… …age.json (#382) * chore(deps): update oven-sh/setup-bun action from vv1 to v2 * use bun-version-file * fix package.json and lockfile * fix package.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dan Adajian <dadajian@expediagroup.com>
PreviousNext