Skip to content

Commit

Permalink
Bump loaders for the latest cross-undici-fetch (#8023)
Browse files Browse the repository at this point in the history
* Bump loaders for the latest cross-undici-fetch

* Update .changeset/violet-socks-hear.md

Co-authored-by: Laurin Quast <laurinquast@googlemail.com>

Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
  • Loading branch information
ardatan and n1ru4l committed Jul 4, 2022
1 parent ad5a1d9 commit 4dce442
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 107 deletions.
6 changes: 6 additions & 0 deletions .changeset/violet-socks-hear.md
@@ -0,0 +1,6 @@
---
'@graphql-codegen/cli': patch
---

Bumps `@graphql-tools/url-loader` to the latest `cross-undici-fetch` version that has pinned `undici` to `~5.5.0` in order to fix a bug/breaking-change introduced with `undici@5.6.0` that causes a `GET/HEAD requests cannot have 'body'` error.
See https://github.com/ardatan/graphql-tools/pull/4559#issue-1292915844 for more details.
6 changes: 3 additions & 3 deletions packages/graphql-codegen-cli/package.json
Expand Up @@ -42,15 +42,15 @@
"dependencies": {
"@graphql-codegen/core": "2.5.1",
"@graphql-codegen/plugin-helpers": "^2.4.1",
"@graphql-tools/apollo-engine-loader": "^7.0.5",
"@graphql-tools/apollo-engine-loader": "^7.3.1",
"@graphql-tools/code-file-loader": "^7.0.6",
"@graphql-tools/git-loader": "^7.0.5",
"@graphql-tools/github-loader": "^7.0.5",
"@graphql-tools/graphql-file-loader": "^7.0.5",
"@graphql-tools/json-file-loader": "^7.1.2",
"@graphql-tools/load": "^7.3.0",
"@graphql-tools/prisma-loader": "^7.0.6",
"@graphql-tools/url-loader": "^7.0.11",
"@graphql-tools/prisma-loader": "^7.2.2",
"@graphql-tools/url-loader": "^7.12.1",
"@graphql-tools/utils": "^8.1.1",
"ansi-escapes": "^4.3.1",
"chalk": "^4.1.0",
Expand Down

1 comment on commit 4dce442

@vercel
Copy link

@vercel vercel bot commented on 4dce442 Jul 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.