Navigation Menu

Skip to content

Commit

Permalink
fix: use version ranges instead of a fixed version for the graphql-to…
Browse files Browse the repository at this point in the history
…ols package versions (#3404)
  • Loading branch information
n1ru4l committed Aug 19, 2021
1 parent 2a2e312 commit e50852e
Show file tree
Hide file tree
Showing 26 changed files with 62 additions and 33 deletions.
29 changes: 29 additions & 0 deletions .changeset/late-carrots-beg.md
@@ -0,0 +1,29 @@
---
'@graphql-tools/batch-delegate': patch
'@graphql-tools/batch-execute': patch
'@graphql-tools/delegate': patch
'@graphql-tools/graphql-tag-pluck': patch
'@graphql-tools/links': patch
'@graphql-tools/load': patch
'@graphql-tools/apollo-engine-loader': patch
'@graphql-tools/code-file-loader': patch
'@graphql-tools/git-loader': patch
'@graphql-tools/github-loader': patch
'@graphql-tools/graphql-file-loader': patch
'@graphql-tools/json-file-loader': patch
'@graphql-tools/module-loader': patch
'@graphql-tools/prisma-loader': patch
'@graphql-tools/url-loader': patch
'@graphql-tools/merge': patch
'@graphql-tools/mock': patch
'@graphql-tools/node-require': patch
'@graphql-tools/relay-operation-optimizer': patch
'@graphql-tools/resolvers-composition': patch
'@graphql-tools/schema': patch
'@graphql-tools/stitch': patch
'@graphql-tools/stitching-directives': patch
'@graphql-tools/webpack-loader': patch
'@graphql-tools/wrap': patch
---

use version ranges instead of a fixed version for the graphql-tools package versions
4 changes: 2 additions & 2 deletions packages/batch-delegate/package.json
Expand Up @@ -32,8 +32,8 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "8.0.10",
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/delegate": "^8.0.10",
"@graphql-tools/utils": "^8.1.1",
"dataloader": "2.0.0",
"tslib": "~2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/batch-execute/package.json
Expand Up @@ -32,7 +32,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"dataloader": "2.0.0",
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/delegate/package.json
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@graphql-tools/batch-execute": "^8.0.4",
"@graphql-tools/schema": "^8.1.1",
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"dataloader": "2.0.0",
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-tag-pluck/package.json
Expand Up @@ -32,7 +32,7 @@
"@babel/parser": "7.15.3",
"@babel/traverse": "7.15.0",
"@babel/types": "7.15.0",
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"tslib": "~2.3.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/links/package.json
Expand Up @@ -45,8 +45,8 @@
"graphql-upload": "12.0.0"
},
"dependencies": {
"@graphql-tools/delegate": "8.0.10",
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/delegate": "^8.0.10",
"@graphql-tools/utils": "^8.1.1",
"apollo-upload-client": "16.0.0",
"cross-fetch": "3.1.4",
"form-data": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/load/package.json
Expand Up @@ -34,7 +34,7 @@
"graphql-type-json": "0.3.2"
},
"dependencies": {
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"@graphql-tools/schema": "8.1.1",
"p-limit": "3.1.0",
"tslib": "~2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/apollo-engine/package.json
Expand Up @@ -30,8 +30,8 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-tools/utils": "8.1.1",
"cross-fetch": "3.1.4",
"@graphql-tools/utils": "^8.1.1",
"cross-fetch": "^3.1.4",
"tslib": "~2.3.0",
"sync-fetch": "0.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/code-file/package.json
Expand Up @@ -30,7 +30,7 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"@graphql-tools/graphql-tag-pluck": "^7.0.4",
"globby": "^11.0.3",
"tslib": "~2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/git/package.json
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@graphql-tools/graphql-tag-pluck": "^7.0.4",
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"is-glob": "4.0.1",
"micromatch": "^4.0.4",
"tslib": "~2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/github/package.json
Expand Up @@ -30,7 +30,7 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"@graphql-tools/graphql-tag-pluck": "^7.0.4",
"cross-fetch": "3.1.4",
"tslib": "~2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/graphql-file/package.json
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@graphql-tools/import": "^6.2.6",
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"globby": "^11.0.3",
"unixify": "^1.0.0",
"tslib": "~2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/json-file/package.json
Expand Up @@ -30,7 +30,7 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"globby": "^11.0.3",
"unixify": "^1.0.0",
"tslib": "~2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/module/package.json
Expand Up @@ -30,7 +30,7 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"tslib": "~2.3.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/prisma/package.json
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@graphql-tools/url-loader": "^7.0.10",
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
"@types/jsonwebtoken": "^8.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/url/package.json
Expand Up @@ -43,8 +43,8 @@
"mock-socket": "9.0.3"
},
"dependencies": {
"@graphql-tools/delegate": "8.0.10",
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/delegate": "^8.0.10",
"@graphql-tools/utils": "^8.1.1",
"@graphql-tools/wrap": "^8.0.12",
"@ardatan/fetch-event-source": "2.0.2",
"@n1ru4l/graphql-live-query": "0.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/merge/package.json
Expand Up @@ -33,7 +33,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"tslib": "~2.3.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@graphql-tools/schema": "^8.1.1",
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"fast-json-stable-stringify": "^2.1.0",
"tslib": "~2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/node-require/package.json
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@graphql-tools/load": "^7.1.6",
"@graphql-tools/graphql-file-loader": "^7.0.4",
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"tslib": "~2.3.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-operation-optimizer/package.json
Expand Up @@ -41,7 +41,7 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"relay-compiler": "11.0.2",
"tslib": "~2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/resolvers-composition/package.json
Expand Up @@ -34,7 +34,7 @@
"@types/micromatch": "4.0.2"
},
"dependencies": {
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"lodash": "4.17.21",
"micromatch": "^4.0.4",
"tslib": "~2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Expand Up @@ -35,8 +35,8 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/merge": "8.0.1",
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/merge": "^8.0.1",
"@graphql-tools/utils": "^8.1.1",
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/stitch/package.json
Expand Up @@ -38,10 +38,10 @@
},
"dependencies": {
"@graphql-tools/batch-delegate": "8.0.10",
"@graphql-tools/delegate": "8.0.10",
"@graphql-tools/delegate": "^8.0.10",
"@graphql-tools/merge": "^8.0.1",
"@graphql-tools/schema": "^8.1.1",
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"@graphql-tools/wrap": "^8.0.12",
"tslib": "~2.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/stitching-directives/package.json
Expand Up @@ -32,8 +32,8 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "8.0.10",
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/delegate": "^8.0.10",
"@graphql-tools/utils": "^8.1.1",
"tslib": "~2.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-loader/package.json
Expand Up @@ -32,7 +32,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/optimize": "1.0.1",
"@graphql-tools/optimize": "^1.0.1",
"@graphql-tools/webpack-loader-runtime": "^6.2.4",
"tslib": "~2.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/wrap/package.json
Expand Up @@ -35,9 +35,9 @@
"is-promise": "4.0.0"
},
"dependencies": {
"@graphql-tools/delegate": "8.0.10",
"@graphql-tools/delegate": "^8.0.10",
"@graphql-tools/schema": "^8.1.1",
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/utils": "^8.1.1",
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
},
Expand Down

1 comment on commit e50852e

@vercel
Copy link

@vercel vercel bot commented on e50852e Aug 19, 2021

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.