Skip to content

chore(deps): bump @apollo/client from 3.5.10 to 3.6.4#1244

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apollo/client-3.6.4
Closed

chore(deps): bump @apollo/client from 3.5.10 to 3.6.4#1244
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apollo/client-3.6.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2022

Bumps @apollo/client from 3.5.10 to 3.6.4.

Release notes

Sourced from @​apollo/client's releases.

v3.6.4

Bug Fixes (from CHANGELOG.md)

  • Guarantee Concast cleanup without Observable cancelled prematurely rejection, potentially solving long-standing issues involving that error. @​benjamn in #9701

  • Ensure useSubscription subscriptions are properly restarted after unmounting/remounting by React 18 in <StrictMode>. @​kazekyo in #9707

Improvements (from CHANGELOG.md)

  • Internalize useSyncExternalStore shim, for more control than use-sync-external-store provides, fixing some React Native issues. @​benjamn in #9675 and #9709

  • Provide @apollo/client/**/*.cjs.native.js versions of every @apollo/client/**/*.cjs bundle (including dependencies ts-invariant and zen-observable-ts) to help React Native's Metro bundler automatically resolve CommonJS entry point modules. These changes should render unnecessary the advice we gave in the v3.5.4 section below about metro.config.js. @​benjamn in #9716

  • Handle falsy incoming data more gracefully in offetLimitPagination().merge function. @​shobhitsharma in #9705

What's Changed (auto-generated by GitHub)

New Contributors

... (truncated)

Changelog

Sourced from @​apollo/client's changelog.

Apollo Client 3.6.4 (2022-05-16)

Bug Fixes

  • Guarantee Concast cleanup without Observable cancelled prematurely rejection, potentially solving long-standing issues involving that error. @​benjamn in #9701

  • Ensure useSubscription subscriptions are properly restarted after unmounting/remounting by React 18 in <StrictMode>. @​kazekyo in #9707

Improvements

  • Internalize useSyncExternalStore shim, for more control than use-sync-external-store provides, fixing some React Native issues. @​benjamn in #9675 and #9709

  • Provide @apollo/client/**/*.cjs.native.js versions of every @apollo/client/**/*.cjs bundle (including dependencies ts-invariant and zen-observable-ts) to help React Native's Metro bundler automatically resolve CommonJS entry point modules. These changes should render unnecessary the advice we gave in the v3.5.4 section below about metro.config.js. @​benjamn in #9716

  • Handle falsy incoming data more gracefully in offetLimitPagination().merge function. @​shobhitsharma in #9705

Apollo Client 3.6.3 (2022-05-05, only tagged next on npm)

Bug Fixes

  • Simplify useQuery(query, { defaultOptions }) default options processing in order to fix bug where skip: true queries failed to execute upon switching to skip: false. @​benjamn in #9665

  • Add tests of skipping/unskipping and useLazyQuery with defaultOptions, and fix a bug causing duplicate requests. @​benjamn in #9666

  • Update ts-invariant to version 0.10.2 to fix source map warnings. @​benjamn in #9672

  • Test that useQuery queries with skip: true do not stall server-side rendering. @​nathanmarks and @​benjamn in #9677

  • Prevent useLazyQuery from making duplicate requests when its execution function is first called, and stop rejecting the Promise it returns when result.error is defined. @​benjamn in #9684

  • Fix issue with useQuery returning loading: true state during server-side rendering with skip: true. @​nathanmarks in #9679

Apollo Client 3.6.2 (2022-05-02)

Bug Fixes

  • Pass getServerSnapshot function to useSyncExternalStore in addition to getSnapshot, though the two functions behave identically. This change should fix/unbreak React 18 server rendering. @​hungphongbk in #9652

... (truncated)

Commits
  • a46240f Bump @​apollo/client npm version to 3.6.4.
  • 57e32e1 Fix attribution of PR #9707 in CHANGELOG.md.
  • c670e3a Handle falsy incoming data gracefully in offsetLimitPagination().merge (#...
  • 4571e1a Merge pull request #9707 from kazekyo/fix_usesubscription_in_strict_mode
  • e62f8f6 Mention PR #9707 in CHANGELOG.md.
  • 2c45228 Bump bundlesize limit to 29.5kB (now 28.46kB).
  • ec2604b Fix to use useRef instead of useState to avoid forcing a re-render
  • 6c3e28a Fix to affect only remount
  • 39f7bff Fix useSubscription bug in React v18 StrictMode (#9664)
  • 5be85a0 chore(deps): update dependency rollup to v2.73.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.5.10 to 3.6.4.
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-client@v3.5.10...v3.6.4)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 20, 2022
@vercel
Copy link

vercel bot commented May 20, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
modern-stack-portfolio-react-client ✅ Ready (Inspect) Visit Preview May 20, 2022 at 1:14PM (UTC)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2022

Superseded by #1273.

@dependabot dependabot bot closed this Jun 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/apollo/client-3.6.4 branch June 1, 2022 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants