Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2024

This PR contains the following updates:

Package Change Age Confidence
@graphql-tools/graphql-file-loader (source) 7.5.17 -> 8.1.3 age confidence
@graphql-tools/load (source) 7.8.14 -> 8.1.3 age confidence

Release Notes

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

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

v8.0.22

Compare Source

Patch Changes

v8.0.21

Compare Source

Patch Changes

v8.0.20

Compare Source

Patch Changes

v8.0.19

Compare Source

Patch Changes

v8.0.18

Compare Source

Patch Changes

v8.0.17

Compare Source

Patch Changes

v8.0.16

Compare Source

Patch Changes

v8.0.15

Compare Source

Patch Changes

v8.0.14

Compare Source

Patch Changes

v8.0.13

Compare Source

Patch Changes

v8.0.12

Compare Source

Patch Changes

v8.0.11

Compare Source

Patch Changes

v8.0.10

Compare Source

Patch Changes

v8.0.9

Compare Source

Patch Changes

v8.0.8

Compare Source

Patch Changes

v8.0.7

Compare Source

Patch Changes

v8.0.6

Compare Source

Patch Changes

v8.0.5

Compare Source

Patch Changes

v8.0.4

Compare Source

Patch Changes

v8.0.3

Compare Source

Patch Changes

v8.0.2

Compare Source

Patch Changes

v8.0.1

Compare Source

Patch Changes

v8.0.0

Compare Source

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

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
  • #​7093
    4a33247
    Thanks @​eddeee888! - Throw NoTypeDefinitionsFound when cannot find
    files, instead of the standard Error

    This helps libraries such as GraphQL Code Generator to handle loading error cases more flexibly.

v8.0.19

Compare Source

Patch Changes

v8.0.18

Compare Source

Patch Changes

v8.0.17

Compare Source

Patch Changes

v8.0.16

Compare Source

Patch Changes

v8.0.15

Compare Source

Patch Changes

v8.0.14

Compare Source

Patch Changes

v8.0.13

Compare Source

Patch Changes

v8.0.12

Compare Source

Patch Changes

v8.0.11

Compare Source

Patch Changes

v8.0.10

Compare Source

Patch Changes

v8.0.9

Compare Source

Patch Changes

v8.0.8

Compare Source

Patch Changes

v8.0.7

Compare Source

Patch Changes

v8.0.6

Compare Source

Patch Changes

v8.0.5

Compare Source

Patch Changes

v8.0.4

Compare Source

Patch Changes

v8.0.3

Compare Source

Patch Changes

v8.0.2

Compare Source

Patch Changes

v8.0.1

Compare Source

Patch Changes

v8.0.0

Compare Source

Major Changes
Patch Changes

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" in timezone America/New_York, 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 these updates again.


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

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

@cypress-app-bot
Copy link

See the guidelines for reviewing dependency updates for info on how to review dependency update PRs.

@cypress
Copy link

cypress bot commented Feb 4, 2024

cypress-realworld-app    Run #6707

Run Properties:  status check passed Passed #6707  •  git commit ad30c1fcbc: fix(deps): update @graphql-tools/graphql-file-loader to 8.1.3 🌟
Project cypress-realworld-app
Branch Review renovate/major-graphql-tools-monorepo
Run status status check passed Passed #6707
Run duration 09m 20s
Commit git commit ad30c1fcbc: fix(deps): update @graphql-tools/graphql-file-loader to 8.1.3 🌟
Committer renovate[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 396
View all changes introduced in this branch ↗︎
UI Coverage  85.48%
  Untested elements 9  
  Tested elements 43  
Accessibility  91.84%
  Failed rules  4 critical   7 serious   2 moderate   1 minor
  Failed elements 225  

@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 99756ad to 68a7ca0 Compare March 1, 2024 07:59
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 68a7ca0 to 9e5af95 Compare June 1, 2024 05:02
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 9e5af95 to 672f8c8 Compare July 1, 2024 04:38
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 672f8c8 to 857cc40 Compare August 1, 2024 06:49
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 857cc40 to 424382b Compare October 1, 2024 06:28
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 424382b to 69a5cc1 Compare December 1, 2024 06:41
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 69a5cc1 to 6eccf55 Compare March 1, 2025 06:15
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 6eccf55 to 2679db3 Compare April 1, 2025 06:56
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 2679db3 to ccc1720 Compare June 1, 2025 05:32
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from ccc1720 to a82e1b0 Compare August 1, 2025 04:51
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from a82e1b0 to ad30c1f Compare November 1, 2025 04:56
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.

2 participants