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.9 in /gsa#32

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

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

Conversation

@dependabot
Copy link

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

Bumps @apollo/client from 3.2.1 to 3.2.9.

Changelog

Sourced from @apollo/client's changelog.

Apollo Client 3.2.9

Bug Fixes

  • Revert back to default-importing React internally, rather than using a namespace import. @benjamn in 113475b1

Apollo Client 3.2.8

Bug Fixes

  • Ensure sourcesContent array is properly defined in .js.map files generated by tsc. @benjamn in #7371

  • Avoid relying on global Symbol properties in ApolloContext.ts. @benjamn in #7371

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

... (truncated)

Commits
  • 165aab6 Bump @apollo/client npm version to 3.2.9.
  • 7c59f22 CHANGELOG.md entry for v3.2.9.
  • 113475b Revert "Import React using namespace import rather than default."
  • 62c81ff Bump @apollo/client npm version to 3.2.8.
  • 9d837b2 Merge pull request #7371 from apollographql/7370-fix-source-maps-and-simplify...
  • 5a949c2 Mention PR #7371 in CHANGELOG.md.
  • 78bc4bc Import React using namespace import rather than default.
  • c46e02f Avoid storing Symbol property on React object in ApolloContext.ts.
  • 635b844 Add sourcesContent to source maps for ESM modules.
  • 114b916 chore(deps): update dependency @types/react-dom to v17 (#7359)
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Nov 30, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 7, 2020

Superseded by #34.

@dependabot dependabot bot closed this Dec 7, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/gsa/apollo/client-3.2.9 branch December 7, 2020 04:34
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