Skip to content

chore(deps): update dependency @graphql-tools/graphql-file-loader to v8.1.0#2353

Merged
graphql-markdown-bot merged 1 commit intomainfrom
renovate/graphql-tools-monorepo
Aug 26, 2025
Merged

chore(deps): update dependency @graphql-tools/graphql-file-loader to v8.1.0#2353
graphql-markdown-bot merged 1 commit intomainfrom
renovate/graphql-tools-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 26, 2025

This PR contains the following updates:

Package Change Age Confidence
@graphql-tools/graphql-file-loader (source) 8.0.22 -> 8.1.0 age confidence

Release Notes

ardatan/graphql-tools (@​graphql-tools/graphql-file-loader)

v8.1.0

Compare Source

Minor Changes
  • #​7310
    692cfeb
    Thanks @​HunterLarco! - GraphQL schemas in large projects,
    especially monorepos, suffer from fragile and verbose relative import paths that become difficult
    to maintain as projects grow. This change brings TypeScript's popular
    tsconfig.json#paths aliasing syntax to GraphQL
    imports, enabling clean, maintainable import statements across your GraphQL schema files.

    Before - Brittle relative imports:

    #import "../../../shared/models/User.graphql"
    #import "../../../../common/types/Product.graphql"

    After - Clean, semantic aliases:

    #import "@​models/User.graphql"
    #import "@​types/Product.graphql"

    Configuration Example

    {
      mappings: {
        '@​models/*': path.join(__dirname, './models/*'),
        '@​types/*': path.join(__dirname, './shared/types/*'),
      }
    }

    This change is introduced in a backwards compatible way to ensure no existing use cases are broken
    while using familiar patterns to typescript developers for structuring import aliases.

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from edno as a code owner August 26, 2025 12:12
@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

@graphql-markdown-bot graphql-markdown-bot enabled auto-merge (squash) August 26, 2025 12:13
@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

@graphql-markdown-bot graphql-markdown-bot merged commit 70b418b into main Aug 26, 2025
40 of 44 checks passed
@graphql-markdown-bot graphql-markdown-bot deleted the renovate/graphql-tools-monorepo branch August 26, 2025 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant