Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update graphql-tools monorepo (major) #1828

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/apollo-engine-loader (source) ^7.0.4 -> ^8.0.0 age adoption passing confidence
@graphql-tools/code-file-loader (source) ^7.0.4 -> ^8.0.0 age adoption passing confidence
@graphql-tools/git-loader (source) ^7.0.4 -> ^8.0.0 age adoption passing confidence
@graphql-tools/github-loader (source) ^7.0.4 -> ^8.0.0 age adoption passing confidence
@graphql-tools/load (source) ^7.1.6 -> ^8.0.0 age adoption passing confidence
@graphql-tools/load (source) 6.2.8 -> 8.0.2 age adoption passing confidence
@graphql-tools/load-files (source) 6.5.2 -> 7.0.0 age adoption passing confidence
@graphql-tools/prisma-loader (source) ^7.0.5 -> ^8.0.0 age adoption passing confidence
@graphql-tools/url-loader (source) ^7.0.10 -> ^8.0.0 age adoption passing confidence
@graphql-tools/utils (source) ^8.1.1 -> ^10.0.0 age adoption passing confidence

Release Notes

ardatan/graphql-tools (@​graphql-tools/apollo-engine-loader)

v8.0.1

Compare Source

Patch Changes

v8.0.0

Compare Source

Major Changes
Patch Changes

v7.3.26

Compare Source

Patch Changes

v7.3.25

Compare Source

Patch Changes

v7.3.24

Compare Source

Patch Changes

v7.3.23

Compare Source

Patch Changes

v7.3.22

Compare Source

Patch Changes

v7.3.21

Compare Source

Patch Changes

v7.3.20

Compare Source

Patch Changes

v7.3.19

Compare Source

Patch Changes

v7.3.18

Compare Source

Patch Changes

v7.3.17

Compare Source

Patch Changes

v7.3.16

Compare Source

Patch Changes

v7.3.15

Compare Source

Patch Changes

v7.3.14

Compare Source

Patch Changes

v7.3.13

Compare Source

Patch Changes

v7.3.12

Compare Source

Patch Changes

v7.3.11

Compare Source

Patch Changes

v7.3.10

Compare Source

Patch Changes

v7.3.9

Compare Source

Patch Changes

v7.3.8

Compare Source

Patch Changes

v7.3.7

Compare Source

Patch Changes

v7.3.6

Compare Source

Patch Changes

v7.3.5

Compare Source

Patch Changes

v7.3.4

Compare Source

@​graphql-tools/apollo-engine-loader

7.3.2

Patch Changes

7.3.1

Patch Changes
  • ead60ca: Upgrade cross-undici-fetch to the latest that uses undici@5.5.1 as pinned dependency until the issues with 5.6.0 fixed

7.3.0

Minor Changes
  • d76a299: Support TypeScript module resolution.
Patch Changes

7.2.20

Patch Changes

7.2.19

Patch Changes

7.2.18

Patch Changes

7.2.17

Patch Changes

7.2.16

Patch Changes

7.2.15

Patch Changes

7.2.14

Patch Changes

7.2.13

Patch Changes
  • 3d89a26: Bump cross-undici-fetch for Node 14 compat

7.2.12

Patch Changes
  • 4b70d2b: Bump cross-undici-fetch for Node 18 compatibility

7.2.11

Patch Changes

7.2.10

Patch Changes

7.2.9

Patch Changes

7.2.8

Patch Changes
  • fe9402a: Bump data-loader and cross-undici-fetch

7.2.7

Patch Changes

7.2.6

Patch Changes

7.2.5

Patch Changes

7.2.4

Patch Changes

7.2.3

Patch Changes

7.2.2

Patch Changes

7.2.1

Patch Changes
  • ef9c385: fix: bump Node <v16.5 compatible version

7.2.0

Minor Changes
  • 41d9a99: enhance: use undici instead of node-fetch if available

7.1.2

Patch Changes

7.1.1

Patch Changes

7.1.0

Minor Changes
  • c5b0719: feat: GraphQL v16 support
Patch Changes

7.0.5

Patch Changes
  • e50852e: use version ranges instead of a fixed version for the graphql-tools package versions

7.0.4

Patch Changes

7.0.3

Patch Changes

7.0.2

Patch Changes

7.0.1

Patch Changes

7.0.0

Major Changes
  • af9a78d: BREAKING CHANGE

    • Now each loader handles glob patterns internally and returns an array of Source object instead of single Source

    • GraphQL Tag Pluck now respects code locations and returns graphql-js Source objects for each found code block

    • Thanks to the one above, CodeFileLoader now returns different Source objects for each found SDL code block.

  • 7d3e300: BREAKING CHANGE

    • Now it uses the native AggregateError implementation. The major difference is the individual errors are kept under errors property instead of the object itself with Symbol.iterator.
    // From;
    for (const error of aggregateError)
    // To;
    for (const error of aggregateError.errors)
Minor Changes
  • a31f959: feat(apollo-engine): add sync support
Patch Changes

6.2.5

Patch Changes

6.2.4

Patch Changes

v7.3.3

Compare Source

v7.3.2

Compare Source

Patch Changes

v7.3.1

Compare Source

Patch Changes

v7.3.0

Compare Source

Minor Changes
  • d76a299: Support TypeScript module resolution.
Patch Changes

v7.2.20

Compare Source

Patch Changes

v7.2.19

Compare Source

Patch Changes

v7.2.18

Compare Source

Patch Changes

v7.2.17

Compare Source

Patch Changes

v7.2.16

Compare Source

Patch Changes

v7.2.15

Compare Source

Patch Changes

v7.2.14

Compare Source

Patch Changes

v7.2.13

Compare Source

Patch Changes
  • 3d89a26: Bump cross-undici-fetch for Node 14 compat

v7.2.12

Compare Source

Patch Changes
  • 4b70d2b: Bump cross-undici-fetch for Node 18 compatibility

v7.2.11

Compare Source

Patch Changes

v7.2.10

Compare Source

Patch Changes

v7.2.9

Compare Source

Patch Changes

v7.2.8

Compare Source

Patch Changes
  • fe9402a: Bump data-loader and cross-undici-fetch

v7.2.7

Compare Source

Patch Changes

v7.2.6

Compare Source

Patch Changes

v7.2.5

Compare Source

Patch Changes

v7.2.4

Compare Source

Patch Changes

v7.2.3

Compare Source

Patch Changes

v7.2.2

Compare Source

Patch Changes

v7.2.1

Compare Source

Patch Changes

v7.2.0

Compare Source

Minor Changes
  • 41d9a99: enhance: use undici instead of node-fetch if available

v7.1.2

Compare Source

Patch Changes

v7.1.1

Compare Source

Patch Changes

v7.1.0

Compare Source

Minor Changes
  • c5b0719: feat: GraphQL v16 support
Patch Changes

v7.0.5

Compare Source

Patch Changes
  • e50852e: use version ranges instead of a fixed version for the graphql-tools package versions
ardatan/graphql-tools (@​graphql-tools/code-file-loader)

v8.1.1

Compare Source

Patch Changes

v8.1.0

Compare Source

Minor Changes
Patch Changes

v8.0.3

Compare Source

Patch Changes

v8.0.2

Compare Source

Patch Changes

v8.0.1

[Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/code-file-loader


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 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from a084bdf to c8a8cd5 Compare August 24, 2021 10:47
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch 2 times, most recently from b48a288 to c239e21 Compare September 7, 2021 11:04
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch 2 times, most recently from 66d13a8 to b97931f Compare September 22, 2021 15:03
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from b97931f to 1b38e12 Compare October 20, 2021 06:40
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 1b38e12 to 30e2c32 Compare October 27, 2021 14:38
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 30e2c32 to e60300c Compare December 15, 2021 04:04
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from e60300c to 41c3d33 Compare January 4, 2022 16:09
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 41c3d33 to 49b4615 Compare March 7, 2022 11:54
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 49b4615 to ac9337d Compare March 26, 2022 13:31
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from ac9337d to a970480 Compare April 24, 2022 21:47
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from a970480 to 4b2a0cf Compare May 16, 2022 03:03
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 4b2a0cf to d4a0a49 Compare May 23, 2022 14:28
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from d4a0a49 to 3863b3f Compare June 7, 2022 17:54
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch 2 times, most recently from e7620e8 to 1cc15cc Compare June 27, 2022 12:21
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 1cc15cc to 319cacb Compare September 25, 2022 16:49
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 319cacb to 143e38d Compare November 20, 2022 09:32
@renovate renovate bot changed the title chore(deps): update dependency @graphql-tools/load to v7 chore(deps): update graphql-tools monorepo (major) Nov 20, 2022
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 143e38d to b53fe8e Compare March 16, 2023 21:52
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from b53fe8e to 9a483b6 Compare April 17, 2023 12:58
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 9a483b6 to f1874bd Compare May 28, 2023 09:31
@renovate renovate bot changed the title chore(deps): update graphql-tools monorepo (major) fix(deps): update graphql-tools monorepo (major) May 28, 2023
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from f1874bd to 4dd7773 Compare November 23, 2023 14:38
@renovate renovate bot force-pushed the renovate/major-graphql-tools-monorepo branch from 4dd7773 to 64490a9 Compare February 23, 2024 15:37
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.

None yet

0 participants