glifio / safe

A Filecoin multisig wallet
https://safe.glif.io
1 stars 0 forks source link

Bump @apollo/client from 3.5.10 to 3.6.5 #99

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @apollo/client from 3.5.10 to 3.6.5.

Release notes

Sourced from @​apollo/client's releases.

v3.6.5

Bug Fixes (from CHANGELOG.md)

  • Restore pre-v3.6 variables replacement behavior of ObservableQuery#reobserve method, fixing a regression that prevented removal of variables. @​benjamn in #9741

  • Preserve previousData even when different query or client provided to useQuery, instead of resetting previousData to undefined in those cases, matching behavior prior to v3.6.0. @​benjamn in #9734

  • Fix bug where onCompleted() and onError() are stale for useMutation(). @​charle692 in #9740

  • Limit scope of DeepMerger object reuse, and avoid using Object.isFrozen, which can introduce differences between development and production if objects that were frozen using Object.freeze in development are left unfrozen in production. @​benjamn in #9742

  • Properly merge variables from original useLazyQuery(query, { variables }) with variables passed to execution function. @​benjamn in #9758

What's Changed (auto-generated by GitHub)

New Contributors

Full Changelog: https://github.com/apollographql/apollo-client/compare/v3.6.4...v3.6.5

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.

... (truncated)

Changelog

Sourced from @​apollo/client's changelog.

Apollo Client 3.6.5 (2022-05-23)

Bug Fixes

  • Restore pre-v3.6 variables replacement behavior of ObservableQuery#reobserve method, fixing a regression that prevented removal of variables. @​benjamn in #9741

  • Preserve previousData even when different query or client provided to useQuery, instead of resetting previousData to undefined in those cases, matching behavior prior to v3.6.0. @​benjamn in #9734

  • Fix bug where onCompleted() and onError() are stale for useMutation(). @​charle692 in #9740

  • Limit scope of DeepMerger object reuse, and avoid using Object.isFrozen, which can introduce differences between development and production if objects that were frozen using Object.freeze in development are left unfrozen in production. @​benjamn in #9742

  • Properly merge variables from original useLazyQuery(query, { variables }) with variables passed to execution function. @​benjamn in #9758

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

... (truncated)

Commits
  • b86c363 Bump @​apollo/client npm version to 3.6.5.
  • 17cc8a0 Merge variables from original useLazyQuery(query, { variables }) with `va...
  • 5fc6a39 Merge pull request #9742 from apollographql/issue-9735-DeepMerger-prod-only-m...
  • 570b7f3 Mention PR #9742 in CHANGELOG.md.
  • f8e2f30 Avoid using Object.isFrozen to prevent dev/prod differences.
  • 8557057 Stop using shared DeepMerger in ReadContext for executeSelectionSet.
  • 47c069b Update bundlesize and CHANGELOG
  • abd3808 Fix bug where onCompleted and onError are stale for useMutation. onCompleted ...
  • 103c8aa chore(deps): update dependency ts-node to v10.8.0
  • 6a0a88c chore(deps): update dependency rollup to v2.74.1
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #100.