Skip to content

Commit 7d3e300

Browse files
committedJun 24, 2021
Huge cleanup before major release (breaking) (#3081)
* Breaking cleanup before major release * Fix TS * More chore(deps): update typescript-eslint monorepo to v4.28.0 (#3093) Co-authored-by: Renovate Bot <bot@renovateapp.com> fix(deps): update babel monorepo to v7.14.7 (#3094) Co-authored-by: Renovate Bot <bot@renovateapp.com> chore(deps): update jest monorepo to v27.0.5 (#3095) Co-authored-by: Renovate Bot <bot@renovateapp.com> chore(deps): update dependency @vue/compiler-sfc to v3.1.2 (#3097) Co-authored-by: Renovate Bot <bot@renovateapp.com> fix(deps): update dependency the-guild-components to v1.4.0 (#3098) Co-authored-by: Renovate Bot <bot@renovateapp.com> chore(deps): update dependency @types/node to v14.17.4 (#3101) Co-authored-by: Renovate Bot <bot@renovateapp.com> Some other refactor (#3096) * Fix typing errors in tests * ReplaObject.keys/values and forEach with for..in and for..of loops * Improve Type Checking * Update CI workflow * Fix linting * Fix TS errors for v14 * More * More * Allow incremental builds * Finish * Fix Type Check * Disable sourcemaps * Fix type issues Better changelog Respect and in and more changes chore(CI): Ability to release canaries on demand Make AggregateError spec compliant
1 parent 806faae commit 7d3e300

File tree

232 files changed

+2621
-7870
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+2621
-7870
lines changed
 

‎.changeset/blue-phones-kick.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@graphql-tools/delegate': major
3+
---
4+
5+
BREAKING CHANGE
6+
- Remove `rootValue` from subschemaConfig
7+
- - Pass it through `ExecutionParams` or delegation options
8+
- Do not pass `info.rootValue` if `rootValue` is falsy

‎.changeset/brave-rats-march.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@graphql-tools/wrap': major
3+
---
4+
5+
BREAKING CHANGE
6+
- `makeRemoteExecutableSchema` has been removed.
7+
- - You can use [`wrapSchema`](https://www.graphql-tools.com/docs/remote-schemas#creating-an-executor) instead

0 commit comments

Comments
 (0)
Please sign in to comment.