Skip to content

Version Packages - #486

Merged
eddeee888 merged 1 commit into
masterfrom
changeset-release/master
Sep 2, 2026
Merged

Version Packages#486
eddeee888 merged 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

@github-actions
github-actions Bot force-pushed the changeset-release/master branch 6 times, most recently from 07392da to ab1a124 Compare September 2, 2026 13:12
@github-actions
github-actions Bot force-pushed the changeset-release/master branch from ab1a124 to d5f7e78 Compare September 2, 2026 13:34
@eddeee888
eddeee888 merged commit 81c1c56 into master Sep 2, 2026
13 checks passed
@eddeee888
eddeee888 deleted the changeset-release/master branch September 2, 2026 13:52
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