Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump @apollo/client from 3.0.0-beta.41 to 3.0.0-beta.43 #539

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @apollo/client from 3.0.0-beta.41 to 3.0.0-beta.43.

Commits
  • 3d7bc8e Bump @apollo/client npm version to 3.0.0-beta.43.
  • 7c9afe0 Compare entire result objects in isDifferentFromLastResult. (#6120)
  • 963b7c2 Merge pull request #6058 from apollographql/stop-delivering-stale-results
  • 70ae548 Mention PR #6058 in CHANGELOG.md.
  • 788517f Log missing field errors in QueryListener function.
  • 5d3a0c3 Simplify ApolloError constructor slightly.
  • d6a17ca Reject with actual error in observableToPromise test helper.
  • 6ef83e1 Report Cache.MissingFieldError via Cache.DiffResult.missing array.
  • c20bc74 Eliminate always-false ApolloQueryResult.stale field.
  • f0c79ae Instead of ignoring stale results, never deliver them at all.
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 13, 2020
@amaury1093 amaury1093 merged commit 78f70b1 into master Apr 13, 2020
@amaury1093 amaury1093 deleted the dependabot/npm_and_yarn/apollo/client-3.0.0-beta.43 branch April 13, 2020 09:52
amaury1093 added a commit that referenced this pull request Apr 28, 2020
* test: Add detox with a simple e2e test (#396)

* Try with latest detox

* Try on Github action

* Fix syntax

* Generate app.json

* Remove test

* Show yarn start output

* Try tunnel

* Correct start command

* No tunnel

* Give some buffer

* Record videos

* Fix command

* Always upload artifact

* Update version

* Add a waitFor

* Timeout 3min

* 30 min timeout

* Add timeout for 1st test

* Add console

* reloadApp beforeAll

* ci: Use only one job for production (#537)

* chore(deps): Bump @apollo/client from 3.0.0-beta.41 to 3.0.0-beta.43 (#539)

Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.0.0-beta.41 to 3.0.0-beta.43.
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md)
- [Commits](apollographql/apollo-client@v3.0.0-beta.41...v3.0.0-beta.43)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* chore(deps): Bump expo-font from 8.1.0 to 8.1.1 (#542)

Bumps [expo-font](https://github.com/expo/expo/tree/HEAD/packages/expo-font) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/expo/expo/releases)
- [Changelog](https://github.com/expo/expo/blob/master/packages/expo-font/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-font)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* chore(deps): Bump date-fns from 2.11.1 to 2.12.0 (#538)

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.11.1 to 2.12.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md)
- [Commits](date-fns/date-fns@v2.11.1...v2.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* chore(deps): Bump @types/react-native from 0.62.1 to 0.62.2 (#545)

Bumps [@types/react-native](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-native) from 0.62.1 to 0.62.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-native)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* chore(deps): Bump @types/i18n-js from 3.0.1 to 3.0.2 (#540)

Bumps [@types/i18n-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/i18n-js) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/i18n-js)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* fix(deps): Update Expo to 37.0.7 (#548)

* chore(deps): Bump @apollo/react-hooks from 3.1.4 to 3.1.5 (#553)

Bumps [@apollo/react-hooks](https://github.com/apollographql/react-apollo) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/apollographql/react-apollo/releases)
- [Changelog](https://github.com/apollographql/react-apollo/blob/@apollo/react-hooks@3.1.5/Changelog.md)
- [Commits](https://github.com/apollographql/react-apollo/compare/@apollo/react-hooks@3.1.4...@apollo/react-hooks@3.1.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* chore(deps): Bump detox from 16.1.1 to 16.2.1 (#555)

Bumps [detox](https://github.com/wix/Detox) from 16.1.1 to 16.2.1.
- [Release notes](https://github.com/wix/Detox/releases)
- [Commits](wix/Detox@16.1.1...16.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* fix: Improve translations slightly (#556)

* chore(release): 1.6.3

* fix: Fix production.yml not running on CI (#557)

* Try GITHB)REF

* try

* Try with set-env

* Remove id vars

* Should work

* chore(release): 1.6.4

* fix: Remove Apollo warning about cache (#558)

* fix: Remove Apollo warning about cache

* Update Apollo Client

* Lint all files

* Regenerate yarn

* chore(release): 1.6.5

* chore(deps): Bump @types/react-native from 0.60.31 to 0.62.4 (#566)

Bumps [@types/react-native](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-native) from 0.60.31 to 0.62.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-native)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* chore(deps): Bump detox from 16.2.1 to 16.3.0 (#559)

Bumps [detox](https://github.com/wix/Detox) from 16.2.1 to 16.3.0.
- [Release notes](https://github.com/wix/Detox/releases)
- [Commits](wix/Detox@16.2.1...16.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* fix(deps): Bump expo to 37.0.8 (#567)

* fix: Use our own FCM credentials (#568)

* fix: Use our own FCM credentials

* Only add googleServicesFile if necessary

* timeout 10s

* chore(release): 1.6.6

* fix: Fix production build (#569)

* Try

* Fix generate script

* chore(release): 1.6.7

* fix: Fix using staging URL in prod (#570)

* chore(release): 1.6.8

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant