Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 4, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@hey-api/[email protected]

Minor Changes

  • #2003 1504a06 Thanks @mrlubos! - feat: respect moduleResolution value in tsconfig.json

    Respecting moduleResolution value in tsconfig.json

    This release introduces functionality related to your tsconfig.json file. The initial feature properly respects the value of your moduleResolution field. If you're using nodenext, the relative module paths in your output will be appended with .js. To preserve the previous behavior where we never appended .js to relative module paths, set output.tsConfigPath to off.

    export default {
      input: 'https://get.heyapi.dev/hey-api/backend',
      output: {
        path: 'src/client',
        tsConfigPath: 'off',
      },
    };

Patch Changes

  • #2006 aa10522 Thanks @Liooo! - fix: make discriminator field required when used with oneOf keyword

  • #2009 f45ba8e Thanks @mrlubos! - fix: avoid including underscore for appended types (e.g. data, error, response) when preserving identifier case

Copy link

vercel bot commented May 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hey-api-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 4, 2025 7:15am

Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@github-actions github-actions bot force-pushed the changeset-release/main branch from 72ca824 to 792732a Compare May 4, 2025 07:14
@mrlubos mrlubos merged commit a204719 into main May 4, 2025
1 of 2 checks passed
@mrlubos mrlubos deleted the changeset-release/main branch May 4, 2025 07:15
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.

1 participant