Skip to content

Commit

Permalink
fix(deps): update dependency tslib to ~2.3.0 (#3067)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 12, 2021
1 parent 8ab6c7b commit 5b4df36
Show file tree
Hide file tree
Showing 31 changed files with 39 additions and 34 deletions.
2 changes: 1 addition & 1 deletion packages/batch-delegate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@graphql-tools/delegate": "^7.1.4",
"@graphql-tools/utils": "^7.8.1",
"dataloader": "2.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"devDependencies": {
"@graphql-tools/schema": "^7.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/batch-execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@graphql-tools/utils": "^7.7.0",
"dataloader": "2.0.0",
"tslib": "~2.2.0",
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/delegate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@graphql-tools/utils": "^7.7.1",
"@ardatan/aggregate-error": "0.0.6",
"dataloader": "2.0.0",
"tslib": "~2.2.0",
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-tag-pluck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/traverse": "7.14.5",
"@babel/types": "7.14.5",
"@graphql-tools/utils": "^7.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"devDependencies": {
"@types/babel__traverse": "7.11.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"@graphql-tools/stitch": "^7.3.0",
"@graphql-tools/utils": "^7.0.1",
"@graphql-tools/wrap": "^7.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"dependencies": {
"resolve-from": "5.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"cross-fetch": "3.1.4",
"form-data": "4.0.0",
"is-promise": "4.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/load-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"globby": "11.0.3",
"unixify": "1.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"import-from": "4.0.0",
"is-glob": "4.0.1",
"p-limit": "3.1.0",
"tslib": "~2.2.0",
"tslib": "~2.3.0",
"valid-url": "1.0.9"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/apollo-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@ardatan/aggregate-error": "0.0.6",
"@graphql-tools/utils": "^7.0.0",
"cross-fetch": "3.1.4",
"tslib": "~2.2.0",
"tslib": "~2.3.0",
"sync-fetch": "0.3.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@graphql-tools/graphql-tag-pluck": "^6.5.1",
"globby": "^11.0.3",
"is-glob": "^4.0.1",
"tslib": "~2.2.0",
"tslib": "~2.3.0",
"unixify": "^1.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@graphql-tools/graphql-tag-pluck": "^6.2.6",
"@graphql-tools/utils": "^7.0.0",
"micromatch": "^4.0.4",
"tslib": "~2.2.0",
"tslib": "~2.3.0",
"unixify": "^1.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@graphql-tools/utils": "^7.0.0",
"@graphql-tools/graphql-tag-pluck": "^6.2.6",
"cross-fetch": "3.1.4",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/graphql-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"globby": "^11.0.3",
"is-glob": "^4.0.1",
"unixify": "^1.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/json-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@graphql-tools/utils": "^7.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@graphql-tools/utils": "^7.5.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"lodash": "^4.17.20",
"replaceall": "^0.1.6",
"scuid": "^1.1.0",
"tslib": "~2.2.0",
"tslib": "~2.3.0",
"yaml-ast-parser": "^0.0.43"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"isomorphic-ws": "4.0.1",
"subscriptions-transport-ws": "^0.10.0",
"sync-fetch": "0.3.0",
"tslib": "~2.2.0",
"tslib": "~2.3.0",
"valid-url": "1.0.9",
"ws": "7.4.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/merge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@graphql-tools/schema": "^7.0.0",
"@graphql-tools/utils": "^7.7.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@graphql-tools/utils": "^7.0.0",
"fast-json-stable-stringify": "^2.1.0",
"ts-is-defined": "^1.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"devDependencies": {
"casual": "1.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-require/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@graphql-tools/load": "^6.2.4",
"@graphql-tools/graphql-file-loader": "^6.2.4",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/optimize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-operation-optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@graphql-tools/utils": "^7.1.0",
"relay-compiler": "11.0.2",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"devDependencies": {
"@types/relay-compiler": "8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/resolvers-composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@graphql-tools/utils": "^7.9.1",
"lodash": "4.17.21",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@graphql-tools/utils": "^7.1.2",
"tslib": "~2.2.0",
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stitch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@graphql-tools/schema": "^7.1.4",
"@graphql-tools/utils": "^7.7.0",
"@graphql-tools/wrap": "^7.0.6",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/stitching-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@graphql-tools/delegate": "^7.1.5",
"@graphql-tools/utils": "^7.2.4",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"devDependencies": {
"@graphql-tools/schema": "7.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@ardatan/aggregate-error": "0.0.6",
"camel-case": "4.1.2",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@graphql-tools/optimize": "1.0.1",
"@graphql-tools/webpack-loader-runtime": "^6.2.4",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/wrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@graphql-tools/delegate": "^7.1.5",
"@graphql-tools/schema": "^7.1.5",
"@graphql-tools/utils": "^7.8.1",
"tslib": "~2.2.0",
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
},
"publishConfig": {
Expand Down
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12723,16 +12723,21 @@ tslib@1.11.1, tslib@^1.10.0, tslib@^1.11.1, tslib@^1.8.1, tslib@^1.9.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==

tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@~2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@~2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==

tslib@~2.0.1:
version "2.0.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==

tslib@~2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==

tsutils@^3.21.0:
version "3.21.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
Expand Down

0 comments on commit 5b4df36

Please sign in to comment.