Skip to content

Version Packages - #496

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
changeset-release/master
Open

github-actions[bot] wants to merge 1 commit into
masterfrom
changeset-release/master

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 22, 2026 •

Copy link
Copy Markdown
Contributor

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 master, this PR will be updated.

Releases

@eddeee888/gcg-operation-location-migration@0.5.0

Minor Changes

  • 3984d76: Bump ts-morph to ^28.0.0

@eddeee888/gcg-typescript-resolver-files@0.20.0

Minor Changes

  • 3984d76: Bump ts-morph to ^28.0.0

  • 7a5d3ac: Fix fixObjectTypeResolvers treating an unresolvable mapper type as an empty mapper and injecting a stub for every field

    When a mapper aliases a type whose import cannot be resolved (a TypeScript error type — e.g. a generated client that has not been generated yet, or a module that is not installed on a fresh checkout), fixObjectTypeResolvers (both smart and fast) previously treated the mapper as having zero fields and injected a resolver stub for every field of the schema type, silently overwriting hand-maintained resolver files with broken Promise<void> stubs.

    The generator now detects the unresolved type, skips stub generation for that mapper (leaving existing resolvers untouched), and emits a warning naming the mapper so the underlying unresolved import surfaces instead. Genuinely empty mappers (e.g. type FooMapper = {}) still generate stubs as before.

@github-actions
github-actions Bot force-pushed the changeset-release/master branch from 3e37c1f to 5bb8cea Compare September 22, 2026 13:58
@github-actions
github-actions Bot force-pushed the changeset-release/master branch from 5bb8cea to 16760a1 Compare September 23, 2026 13:53
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.

0 participants