Skip to content

chore(deps): update graphql-tools#1750

Merged
ardatan merged 1 commit intomasterfrom
renovate/graphql-tools
Feb 26, 2026
Merged

chore(deps): update graphql-tools#1750
ardatan merged 1 commit intomasterfrom
renovate/graphql-tools

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 4, 2025

This PR contains the following updates:

Package Change Age Confidence
@graphql-tools/graphql-file-loader (source) 8.0.228.1.9 age confidence
@graphql-tools/json-file-loader (source) 8.0.208.0.26 age confidence
@graphql-tools/load (source) 8.1.28.1.8 age confidence

Release Notes

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

v8.1.9

Compare Source

Patch Changes

v8.1.8

Compare Source

Patch Changes

v8.1.7

Compare Source

Patch Changes

v8.1.6

Compare Source

Patch Changes

v8.1.5

Compare Source

Patch Changes

v8.1.4

Compare Source

Patch Changes

v8.1.3

Compare Source

Patch Changes

v8.1.2

Compare Source

Patch Changes

v8.1.1

Compare Source

Patch Changes

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
ardatan/graphql-tools (@​graphql-tools/json-file-loader)

v8.0.26

Compare Source

Patch Changes

v8.0.25

Compare Source

Patch Changes

v8.0.24

Compare Source

Patch Changes

v8.0.23

Compare Source

Patch Changes

v8.0.22

Compare Source

Patch Changes

v8.0.21

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/load)

v8.1.8

Compare Source

Patch Changes

v8.1.7

Compare Source

Patch Changes

v8.1.6

Compare Source

Patch Changes

v8.1.5

Compare Source

Patch Changes

v8.1.4

Compare Source

Patch Changes

v8.1.3

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "after 10pm,before 6:00am" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies Pull requests that update a dependency file label Dec 4, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 4, 2025

💻 Website Preview

The latest changes are available as preview in: https://pr-1750.graphql-config.pages.dev

@renovate renovate Bot force-pushed the renovate/graphql-tools branch from f515614 to b606621 Compare February 26, 2026 21:39
@ardatan ardatan merged commit eaa18fa into master Feb 26, 2026
13 checks passed
@ardatan ardatan deleted the renovate/graphql-tools branch February 26, 2026 21:40
@github-actions
Copy link
Copy Markdown
Contributor

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
graphql-config 5.1.6-alpha-20260226214010-b6066215b604f62fc64ac8fa1463c0a287bb9e21 npm ↗︎ unpkg ↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant