Skip to content

Version Packages - #486

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 29, 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-typescript-resolver-files@0.19.0

Minor Changes

  • 72b8232: Add LRU cache for resolver types vs mappers type check

    Resolver types vs mappers check is the most expensive check in this plugin. We need this to determine which resolvers need to be added to avoid runtime errors.

    Previously in watch mode, we run this expensive check every run, even if the schema or mappers don't change. Adding a LRU cache helps said scenario by re-using a previously parsed data.

    This ensures the codemod scenarios, where schema or mappers don't change, run as efficiently as possible:

    • ensuring resolver exports exist
    • ensuring resolvers are injected correctly to avoid runtime issues
    • etc.

Patch Changes

  • cb43fb2: Fix bad re-parses and looping
  • a36d487: Pass schemaAst from parent to every built generates block to avoid re-parsing schema -> schema AST

@github-actions
github-actions Bot force-pushed the changeset-release/master branch 2 times, most recently from 3bb1e07 to 84d0ffa Compare August 29, 2026 10:49
@github-actions
github-actions Bot force-pushed the changeset-release/master branch from 84d0ffa to 78a2d5c Compare August 29, 2026 11:26
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