-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade bob + tests typescript fixes (#4812)
* Upgrade bob + tests typescript fixes * prettier * More config + bob bootstrap * update pipeline * example build fix * minor fixes * more fixes * . * . * chore(dependencies): updated changesets for modified dependencies * Update tests.yml * . * . * . * . * . * . * Fix * Fix release * add -esm to cli * changeset Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
- Loading branch information
1 parent
d7b8e4b
commit 213fb55
Showing
226 changed files
with
2,109 additions
and
1,669 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@graphql-mesh/cli": patch | ||
--- | ||
dependencies updates: | ||
- Updated dependency [`@graphql-codegen/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-codegen/typescript/v/2.8.2) (from `2.8.1`, in `dependencies`) | ||
- Updated dependency [`@graphql-codegen/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-codegen/typescript-operations/v/2.5.7) (from `2.5.6`, in `dependencies`) | ||
- Updated dependency [`@graphql-codegen/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-codegen/typescript-resolvers/v/2.7.7) (from `2.7.6`, in `dependencies`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
'auth0-example': minor | ||
'javascript-wiki': minor | ||
'@graphql-mesh/apollo-link': minor | ||
'@graphql-mesh/cache-cfw-kv': minor | ||
'@graphql-mesh/cache-file': minor | ||
'@graphql-mesh/cache-localforage': minor | ||
'@graphql-mesh/cache-redis': minor | ||
'@graphql-mesh/cli': minor | ||
'@graphql-mesh/config': minor | ||
'@graphql-mesh/container': minor | ||
'@graphql-mesh/cross-helpers': minor | ||
'@graphql-mesh/graphql': minor | ||
'@graphql-mesh/grpc': minor | ||
'@graphql-mesh/json-schema': minor | ||
'@graphql-mesh/mongoose': minor | ||
'@graphql-mesh/mysql': minor | ||
'@graphql-mesh/neo4j': minor | ||
'@graphql-mesh/odata': minor | ||
'@graphql-mesh/openapi': minor | ||
'@graphql-mesh/postgraphile': minor | ||
'@graphql-mesh/raml': minor | ||
'@graphql-mesh/soap': minor | ||
'@graphql-mesh/thrift': minor | ||
'@graphql-mesh/tuql': minor | ||
'@graphql-mesh/http': minor | ||
'@graphql-mesh/jit-executor': minor | ||
'json-machete': minor | ||
'@omnigraph/json-schema': minor | ||
'@omnigraph/openapi': minor | ||
'@omnigraph/raml': minor | ||
'@omnigraph/soap': minor | ||
'@graphql-mesh/merger-bare': minor | ||
'@graphql-mesh/merger-federation': minor | ||
'@graphql-mesh/merger-stitching': minor | ||
'@graphql-mesh/plugin-deduplicate-request': minor | ||
'@graphql-mesh/plugin-http-cache': minor | ||
'@graphql-mesh/plugin-http-details-extensions': minor | ||
'@graphql-mesh/plugin-live-query': minor | ||
'@graphql-mesh/plugin-mock': minor | ||
'@graphql-mesh/plugin-newrelic': minor | ||
'@graphql-mesh/plugin-operation-field-permissions': minor | ||
'@graphql-mesh/plugin-prometheus': minor | ||
'@graphql-mesh/plugin-rate-limit': minor | ||
'@graphql-mesh/plugin-response-cache': minor | ||
'@graphql-mesh/plugin-snapshot': minor | ||
'@graphql-mesh/plugin-statsd': minor | ||
'@graphql-mesh/runtime': minor | ||
'@graphql-mesh/store': minor | ||
'@graphql-mesh/string-interpolation': minor | ||
'@graphql-mesh/transform-cache': minor | ||
'@graphql-mesh/transform-encapsulate': minor | ||
'@graphql-mesh/transform-extend': minor | ||
'@graphql-mesh/transform-federation': minor | ||
'@graphql-mesh/transform-filter-schema': minor | ||
'@graphql-mesh/transform-hoist-field': minor | ||
'@graphql-mesh/transform-naming-convention': minor | ||
'@graphql-mesh/transform-prefix': minor | ||
'@graphql-mesh/transform-prune': minor | ||
'@graphql-mesh/transform-rate-limit': minor | ||
'@graphql-mesh/transform-rename': minor | ||
'@graphql-mesh/transform-replace-field': minor | ||
'@graphql-mesh/transform-resolvers-composition': minor | ||
'@graphql-mesh/transform-type-merging': minor | ||
'@graphql-mesh/types': minor | ||
'@graphql-mesh/urql-exchange': minor | ||
'@graphql-mesh/utils': minor | ||
--- | ||
|
||
Update build flow to fully support both CommonJS and ESM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,3 @@ additionalResolvers: | |
|
||
documents: | ||
- example-queries/*.graphql | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.