·
6 commits
to main
since this release
Patch Changes
- ad6c462: Fix stale auth type name in type generation by replacing the hard-coded re-export list in
auth-types.gen.tswithexport type *. New types added to the auth plugin'sauth-export.tsnow flow through automatically without generator changes, preventing the class ofTS2724errors caused by stale type names. - ad6c462: Fix
DeployandStagingworkflows failing with! [rejected] main -> main (fetch first)when remotemain(orstaging) advances during the long deploy window. The final push step nowfetch+rebaseagainst the remote ref before pushing, retries up to 5 times with exponential backoff, and exits cleanly when there's nothing to push after rebase. This eliminates races with theReleaseworkflow's auto-mergedchore: version packagesPR, manualworkflow_dispatchtriggers, Renovate, and human commits landing during deploy.