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

Bump @apollo/client from 3.4.15 to 3.4.16 #734

Merged
merged 3 commits into from
Oct 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2021

Bumps @apollo/client from 3.4.15 to 3.4.16.

Changelog

Sourced from @​apollo/client's changelog.

Apollo Client 3.4.16

Improvements

  • Prevent webpack from misresolving the graphql package as the local @apollo/client/utilities/globals/graphql.js module when module.exports.resolve.preferRelative is enabled in webpack.config.js.

    Note: if you encounter strange module resolution errors like export 'isType' (imported as 'isType') was not found in 'graphql' (possible exports: removeTemporaryGlobals) please try removing preferRelative: true from your webpack.config.js file, or find a way to disable that resolution behavior for packages within node_modules.

    @​benjamn in #8862

  • Avoid importing isType from the graphql package internally, to prevent bundlers from including as much as 3.4kB of unnecessary code. @​benjamn in #8891

  • Make client.resetStore and client.clearStore pass appropriate discardWatches option to cache.reset. @​benjamn in #8873

Commits
  • eb9f62a Bump @​apollo/client npm version to 3.4.16.
  • 58ae8b8 Make client.{reset,clear}Store pass discardWatches to cache.reset (#8873)
  • 7620b5b Avoid unnecessarily importing isType from graphql package (#8891)
  • b63a3f5 Merge pull request #8890 from apollographql/sb/docs-rc-notice
  • ae8ae50 Add preview links for new methods
  • 3304c55 Add a temporary notice about 3.5 release candidate
  • 17df471 chore(deps): update dependency @​types/react to v17.0.27
  • c330051 chore(deps): update dependency @​types/node to v16.10.2
  • e16b672 chore(deps): update dependency @​types/react to v17.0.26
  • b964d24 chore(deps): update dependency @​types/lodash to v4.14.175
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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.15 to 3.4.16.
- [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.15...v3.4.16)

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

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions
Copy link

@mergify mergify bot merged commit dd9dd70 into develop Oct 12, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/apollo/client-3.4.16 branch October 12, 2021 16:49
@alfetopito alfetopito mentioned this pull request Oct 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant