Skip to content

fix(deps): bump @apollo/client from 3.4.9 to 3.4.13#71

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/dev/apollo/client-3.4.13
Closed

fix(deps): bump @apollo/client from 3.4.9 to 3.4.13#71
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/dev/apollo/client-3.4.13

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 21, 2021

Bumps @apollo/client from 3.4.9 to 3.4.13.

Changelog

Sourced from @​apollo/client's changelog.

Apollo Client 3.4.13

Bug Fixes

  • Fix componentDidUpate typo in withSubscription higher-order component. @​YarBez in #7506

  • Fix internal canUseSymbol import within @apollo/client/utilities to avoid breaking bundlers/builds. @​benjamn in #8817

  • Tolerate unfreezable objects like Uint8Array and Buffer in maybeDeepFreeze. @​geekuillaume and @​benjamn in #8813

Apollo Client 3.4.12

Bug Fixes

  • Improve handling of falsy existing and/or incoming parameters in relayStylePagination field policy helper function. @​bubba and @​benjamn in #8733

  • Associate Apollo context with React.createContext (instead of using a local WeakMap) again, so multiple copies of @apollo/client (uncommon) can share the same context. @​benjamn in #8798

Apollo Client 3.4.11

Bug Fixes

  • Fix Vite tree-shaking by calling the checkDEV() function (at least once) in the module that exports it, @apollo/client/utilities/globals/index.ts. @​benjamn in #8767

Improvements

  • Export PersistedQueryLink namespace from @apollo/client/link/persisted-queries. @​vedrani in #8761

Documentation

Apollo Client 3.4.10

Improvements

  • Warn when calling refetch({ variables }) instead of refetch(variables), except for queries that declare a variable named $variables (uncommon). @​benjamn in #8702

Bug Fixes

  • Fix ObservableQuery.getCurrentResult() returning cached data with certain fetch policies.

... (truncated)

Commits
  • 9214160 Bump @​apollo/client npm version to 3.4.13.
  • 4b9a77c Merge pull request #8813 from geekuillaume/main
  • 81417ad Mention PR #8813 in CHANGELOG.md.
  • ecfee99 Avoid freezing child properties of unfreezable objects.
  • 87f604e Tolerate all objects that throw when frozen in maybeDeepFreeze.
  • 86fd21d Ignore TypedArrays when freezing object
  • fcd65e6 Fix canUseSymbol import between internal src/utilities modules (#8817)
  • a62ecf4 Unpin circleci/node version and update to Node.js v16.9.1 (#8818)
  • 70df151 chore(deps): update dependency @​types/node to v16.9.4
  • 86e1a37 chore(deps): update dependency @​types/node to v16.9.3
  • 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.4.9 to 3.4.13.
- [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.4.9...v3.4.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 21, 2021
@dependabot dependabot Bot requested a review from TroyKomodo September 21, 2021 00:28
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Sep 28, 2021

Superseded by #79.

@dependabot dependabot Bot closed this Sep 28, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dev/apollo/client-3.4.13 branch September 28, 2021 00:25
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant