-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Release 4.0 #12201
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
base: main
Are you sure you want to change the base?
Release 4.0 #12201
Conversation
🛠️ Docs preview building...The preview is currently being built. Build ID: 7c1e3325e91f9e6e896fc41e |
|
commit: |
✅ Deploy Preview for apollo-client-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
size-limit report 📦
|
Co-authored-by: Lenz Weber-Tronic <[email protected]> Co-authored-by: phryneas <[email protected]>
Co-authored-by: Lenz Weber-Tronic <[email protected]>
* knip experiment * some more config * run `knip --fix` once * more configuration, fix issues * Remove deprecated `resetApolloContext` export * add another exlusion * run prettier * some cleanup * api-extractor * config adjustments * add CI job * remove `isNullish` * add a small integration test showing various re-export situations a wrapping library might use * prettier
* move from `ts-node` to `node --experimental-strip-types`, create `build.ts` * remove `engines` field, specify `devEngines` * adjust node version for CI * fix up some more syntax * prettier * adjust precheck, bump minimal lockfile version to 3 * convert jest config to esm * move `entryPoints` to TS, make it work in mjs and jest * run rollup with ts config * update a few more node calls * some more typings * move all scripts to function invocation * migrate `prepareChangestsRelease` too * remove scripts that are not called manually * convert `prepareDist` to TS * migrate `precheck.js` * `version.js->ts` * use jest ts config * prettier * dirname.cjs->cts * dirname-related import fixes * fix up new knip issues * delete `devEngines` instead of `engines` field * require node 23.6 instead of 22.6
… `ApolloQueryResult` (#12333)
) * rework multipart response parsing, remove incremental references * remove export keyword * Update src/link/http/__tests__/responseIterator.ts Co-authored-by: Jerel Miller <[email protected]> * Update src/incremental/handlers/__tests__/defer20220824.test.ts Co-authored-by: Jerel Miller <[email protected]> * Clean up Prettier, Size-limit, and Api-Extractor * simplify incremental logic * Update src/link/http/parseAndCheckHttpResponse.ts Co-authored-by: Jerel Miller <[email protected]> * Update src/link/http/parseAndCheckHttpResponse.ts Co-authored-by: Jerel Miller <[email protected]> * Update src/link/http/parseAndCheckHttpResponse.ts Co-authored-by: Jerel Miller <[email protected]> * finangle types * Clean up Prettier, Size-limit, and Api-Extractor * chores --------- Co-authored-by: Jerel Miller <[email protected]> Co-authored-by: phryneas <[email protected]>
* enable React compiler for hooks in ESM output * pin React compiler dependencies * knip * also compile CJS * disable CJS again * deduplicate comment (thank you prettier) * update compiler to `19.1.0-rc.2` * add `build` export with values `"source" | "esm" | "cjs"` * check that React tests run against ESM build in CI * chores * fixup 🤦 * Create real-turtles-boil.md * chore
…nstead apply them (#12681)
* migrate links to classes * Update .changeset/weak-owls-buy.md Co-authored-by: Jerel Miller <[email protected]> --------- Co-authored-by: Jerel Miller <[email protected]>
* Add transformIgnorePatterns for rxjs * Allow rxjs 7.3 and higher * Test with min supported RxJS version * Add changeset * Run formatting * Ensure existing moduleNameMapper config is used * Update size limits * Fix typo * Don't allow 8.0.0 --------- Co-authored-by: Lenz Weber-Tronic <[email protected]>
…s and exclude from `client.refetchQueries` (#12712) Co-authored-by: Lenz Weber-Tronic <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lenz Weber-Tronic <[email protected]> Co-authored-by: phryneas <[email protected]>
Staging branch for all 4.0 changes