-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 3.10.0 #11698
Merged
Merged
Release 3.10.0 #11698
Conversation
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
🦋 Changeset detectedLatest commit: 004b176 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for apollo-client-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
size-limit report 📦
|
* Version Packages (alpha) * Version Packages (alpha) * Clean up Prettier, Size-limit, and Api-Extractor --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Alessia Bellisario <[email protected]> Co-authored-by: alessbell <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
… in the environemt (#11751) * fix: use custom jsdom env insted of patching it via patch package * Clean up Prettier, Size-limit, and Api-Extractor * use native `AbortController` (#11753) --------- Co-authored-by: Lenz Weber-Tronic <[email protected]> Co-authored-by: phryneas <[email protected]>
…11757) * Adjust `useReadQuery` wrapper logic to work with transported objects. * size-limit
* feat: rename createProxiedSchema to createSchemaProxy * chore: add changeset * chore rename createSchemaProxy to createTestSchema and createMockFetch to createSchemaFetch
* Wrap `useQueryRefHandlers` in `wrapHook`. * Clean up Prettier, Size-limit, and Api-Extractor --------- Co-authored-by: phryneas <[email protected]>
* feat: accept min and max delay in createSchemaFetch * chore: add snapshot of invariant error and add tests * chore: update api reports and .size-limits.json * suggestion: mock global `fetch` explicitly * chore: update tests * chore: extract api * chore: update .size-limits.json * Clean up Prettier, Size-limit, and Api-Extractor --------- Co-authored-by: Alessia Bellisario <[email protected]> Co-authored-by: alessbell <[email protected]>
This reverts commit 243c538.
* feat: accept min and max delay in createSchemaFetch * chore: add snapshot of invariant error and add tests * chore: update api reports and .size-limits.json * suggestion: mock global `fetch` explicitly * chore: update tests * chore: extract api * chore: update .size-limits.json * Clean up Prettier, Size-limit, and Api-Extractor --------- Co-authored-by: Alessia Bellisario <[email protected]> Co-authored-by: alessbell <[email protected] oreply.github.com>
/release:pr |
A new release has been made for this PR. You can install it with:
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
to prevent > The inferred type of 'withinDOM' cannot be named without a reference to '@testing-library/dom/node_modules/pretty-format'. This is likely not portable. A type annotation is necessary.ts(2742)
* feat: set up docs * feat: draft new testing utilities docs * first round of review fixes * second round of review edits * third round of review edits * more edits * more edits * Update docs/source/development-testing/schema-driven-testing.mdx Co-authored-by: Lenz Weber-Tronic <[email protected]> * add msw vs createschemafetch faq section * add msw example * add a "Modifying a test schema using `testSchema.add` and `testSchema.fork`" section --------- Co-authored-by: Lenz Weber-Tronic <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Like the Release 3.9.0 PR, this PR will serve to collect significant new features, deprecation warnings, and minor breaking changes that we intend to release in
@apollo/[email protected]
.If you want to test these changes, run: