Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hey-api/openapi-ts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: hey-api/openapi-ts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/sub-pr-3014
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 12 files changed
  • 3 contributors

Commits on Nov 23, 2025

  1. Configuration menu
    Copy the full SHA
    88be39d View commit details
    Browse the repository at this point in the history
  2. Initial plan

    Copilot committed Nov 23, 2025
    Configuration menu
    Copy the full SHA
    9e4dab0 View commit details
    Browse the repository at this point in the history
  3. Update CI workflows to use Node.js 24.11.1

    Co-authored-by: mrlubos <[email protected]>
    Copilot and mrlubos committed Nov 23, 2025
    Configuration menu
    Copy the full SHA
    3b789a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. Fix CI failure by downgrading @types/node to v20 for compatibility

    The issue was that @types/node 24.x is incompatible with Node.js 20.x and 22.x
    in the CI matrix. Using @types/node 20.x ensures compatibility across all tested
    Node.js versions (20.19.0, 22.12.0, and 24.11.1).
    
    Co-authored-by: mrlubos <[email protected]>
    Copilot and mrlubos committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    83b50d9 View commit details
    Browse the repository at this point in the history
Loading