forked from apollographql/apollo-client
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create a new pull request by comparing changes across two branches #205
Merged
GulajavaMinistudio
merged 51 commits into
GulajavaMinistudio:main
from
apollographql:main
Apr 30, 2024
Merged
Create a new pull request by comparing changes across two branches #205
GulajavaMinistudio
merged 51 commits into
GulajavaMinistudio:main
from
apollographql:main
Apr 30, 2024
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
* 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>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: initialFetchPolicy instead initialPolicy * update tests
docs: reference GraphOS router features in overview
…#11786) The graphql package seems to be required by the generated files Co-authored-by: Lenz Weber-Tronic <[email protected]>
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]>
Release 3.10.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Update the `rehackt` dependency to `^0.1.0` * adjust import * Clean up Prettier, Size-limit, and Api-Extractor --------- Co-authored-by: phryneas <[email protected]>
… full (#11792) * AutoCleanedCache: only schedule batched cache cleanup if the cache is full Fixes #11790 This prevents timeouts from being set when they are not necessary. * update size limit * trigger CI * Clean up Prettier, Size-limit, and Api-Extractor --------- Co-authored-by: phryneas <[email protected]>
* Fix operation.setContext() type * result should be `Partial<DefaultContext>` Co-authored-by: Lenz Weber-Tronic <[email protected]> * use getContext/setContext types in createOperation impl --------- Co-authored-by: Lenz Weber-Tronic <[email protected]> Co-authored-by: Lenz Weber-Tronic <[email protected]>
…ie` (#11799) * `RenderPromises`: use `canonicalStringify` to serialize data, use `Trie` fixes #11798 This ensures that queries with variables of equal contents, but different order, will be handled the same way during `renderToStringWithData` SSR. It also replaces a hand-written Trie implementation with the `Trie` dependency. * Update .changeset/early-pots-rule.md Co-authored-by: Jerel Miller <[email protected]> --------- Co-authored-by: Jerel Miller <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#11814) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jeff Auriemma <[email protected]>
…11796) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jeff Auriemma <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.