Skip to content

Commit

Permalink
chore(deps): update @graphql-tools/graphql-file-loader to 7.5.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypoly committed Jul 28, 2022
1 parent ab66ba1 commit 20bf4b2
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-emus-care.md
@@ -0,0 +1,5 @@
---
'@graphql-codegen/cli': patch
---

support for path containing "&" characters
2 changes: 1 addition & 1 deletion examples/programmatic-typescript/package.json
Expand Up @@ -13,7 +13,7 @@
"@graphql-codegen/typescript": "*",
"@graphql-codegen/typescript-operations": "*",
"@graphql-codegen/typescript-resolvers": "*",
"@graphql-tools/graphql-file-loader": "7.4.0",
"@graphql-tools/graphql-file-loader": "7.5.0",
"@graphql-tools/load": "7.7.0",
"@graphql-tools/schema": "8.5.0",
"graphql": "16.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Expand Up @@ -46,7 +46,7 @@
"@graphql-tools/code-file-loader": "^7.3.0",
"@graphql-tools/git-loader": "^7.2.0",
"@graphql-tools/github-loader": "^7.3.1",
"@graphql-tools/graphql-file-loader": "^7.4.0",
"@graphql-tools/graphql-file-loader": "^7.5.0",
"@graphql-tools/json-file-loader": "^7.4.0",
"@graphql-tools/load": "^7.7.0",
"@graphql-tools/prisma-loader": "^7.2.2",
Expand Down
30 changes: 23 additions & 7 deletions yarn.lock
Expand Up @@ -2301,13 +2301,13 @@
sync-fetch "0.4.1"
tslib "^2.4.0"

"@graphql-tools/graphql-file-loader@7.4.0", "@graphql-tools/graphql-file-loader@^7.3.7", "@graphql-tools/graphql-file-loader@^7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.4.0.tgz#c06e36248dd6a2025de65a1cfce03222ad0e74c2"
integrity sha512-r1lslE5GlWO/nbDX82enHjvva7qQiZEIPm+LC9JSgKaYuVoYHuIuIAVYkpBHeaRK1Kbh/86pEhL7PuBZ/cIWSA==
"@graphql-tools/graphql-file-loader@7.5.0", "@graphql-tools/graphql-file-loader@^7.3.7", "@graphql-tools/graphql-file-loader@^7.5.0":
version "7.5.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.5.0.tgz#b08e2a7c64a1fecb5fc01d557a07116a3151ee14"
integrity sha512-X3wcC+ZljbXTwdTTSp3oUHJd66mFLDKI750uhB0HidBxE6+wyw7fhmJVJiYROXPswaGliuabpo0JEyLj7hhWKA==
dependencies:
"@graphql-tools/import" "6.7.0"
"@graphql-tools/utils" "8.8.0"
"@graphql-tools/import" "6.7.1"
"@graphql-tools/utils" "8.9.0"
globby "^11.0.3"
tslib "^2.4.0"
unixify "^1.0.0"
Expand All @@ -2332,6 +2332,15 @@
resolve-from "5.0.0"
tslib "^2.4.0"

"@graphql-tools/import@6.7.1":
version "6.7.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/import/-/import-6.7.1.tgz#bb62a109503266f25e6dd8799763eddaeba8da3a"
integrity sha512-StLosFVhdw+eZkL+v9dBabszxCAZtEYW4Oy1+750fDkH39GrmzOB8mWiYna7rm9+GMisC9atJtXuAfMF02Aoag==
dependencies:
"@graphql-tools/utils" "8.9.0"
resolve-from "5.0.0"
tslib "^2.4.0"

"@graphql-tools/json-file-loader@^7.3.7", "@graphql-tools/json-file-loader@^7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/json-file-loader/-/json-file-loader-7.4.0.tgz#c25059ebce34db6190a11580e2bc7c66df68a7b9"
Expand Down Expand Up @@ -2474,13 +2483,20 @@
dependencies:
tslib "~2.3.0"

"@graphql-tools/utils@8.8.0", "@graphql-tools/utils@^8.6.5", "@graphql-tools/utils@^8.8.0":
"@graphql-tools/utils@8.8.0":
version "8.8.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.8.0.tgz#8332ff80a1da9204ccf514750dd6f5c5cccf17dc"
integrity sha512-KJrtx05uSM/cPYFdTnGAS1doL5bftJLAiFCDMZ8Vkifztz3BFn3gpFiy/o4wDtM8s39G46mxmt2Km/RmeltfGw==
dependencies:
tslib "^2.4.0"

"@graphql-tools/utils@8.9.0", "@graphql-tools/utils@^8.6.5", "@graphql-tools/utils@^8.8.0":
version "8.9.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.9.0.tgz#c6aa5f651c9c99e1aca55510af21b56ec296cdb7"
integrity sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==
dependencies:
tslib "^2.4.0"

"@graphql-tools/utils@^6.2.4":
version "6.2.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-6.2.4.tgz#38a2314d2e5e229ad4f78cca44e1199e18d55856"
Expand Down

1 comment on commit 20bf4b2

@vercel
Copy link

@vercel vercel bot commented on 20bf4b2 Jul 28, 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.