Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Bump @apollo/client from 3.2.1 to 3.2.7 in /gsa#30

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/gsa/apollo/client-3.2.7
Closed

Bump @apollo/client from 3.2.1 to 3.2.7 in /gsa#30
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/gsa/apollo/client-3.2.7

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 23, 2020

Bumps @apollo/client from 3.2.1 to 3.2.7.

Changelog

Sourced from @apollo/client's changelog.

Apollo Client 3.2.7

Bug Fixes

  • Revert updating symbol-observable from version 2.x to version 3, which caused TypeScript errors with some @types/node versions, especially in Angular applications. @benjamn in #7340

Apollo Client 3.2.6

Bug Fixes

  • Always consider singleton IDs like ROOT_QUERY and ROOT_MUTATION to be root IDs during cache.gc garbage collection, regardless of whether they have been retained or released. @benjamn in #7333

  • Use optional chaining syntax (this.currentObservable?.refetch) in React refetch wrapper function to avoid crashing when an unmounted component is accidentally refetched. @tm1000 in #6314 and @linmic in #7186

Improvements

  • Handle older react-apollo package in codemods/ac2-to-ac3/imports.js migration script. @tm1000 in #7216

  • Ensure relayStylePagination preserves pageInfo.{start,end}Cursor if edges is missing or empty. @beaucollins in #7224

Apollo Client 3.2.5

Improvements

  • Move terser dependency from dependencies to devDependencies. @SimenB in #7188

  • Avoid all sub-package imports from the graphql npm package. @stoically in #7185

Apollo Client 3.2.4

Improvements

  • Update the optimism npm dependency to version 0.13.0 in order to use the new optimistic.forget method to fix a potential cache.watch memory leak. @benjamn in #7157

  • Consider cache.reset a destructive method, like cache.evict and cache.modify. @joshjg in #7150

  • Avoid refetching observerless queries with reFetchObservableQueries. @joshjg in #7146

Apollo Client 3.2.3

... (truncated)

Commits

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 dependabot bot added the dependencies Pull requests that update a dependency file label Nov 23, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 30, 2020

Superseded by #32.

@dependabot dependabot bot closed this Nov 30, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/gsa/apollo/client-3.2.7 branch November 30, 2020 04:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants