Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 19, 2021

Bumps vue-apollo from 3.0.3 to 3.1.0.

Release notes

Sourced from vue-apollo's releases.

v3.1.0

Fixed

  • Fixed subscription error handling to work around some Apollo Client inconsistencies, errors should now be correctly handled by vue-apollo
  • Subscriptions now automatically restart on error just like queries, closes #877
  • $skipAllQueries and $skipAllSubscriptions now work on initial component mount

v3.0.8

Fixed

  • fix(smart apollo): ensure SmartQuery variables still function when watched expression evaluated (#1161)
  • fix(types): add throttle and debounce options #1257

v3.0.7

Fixed

  • fix(smart query): initial data not retrieved from cache if query was fetched already once (only on Apollo Client 3)

v3.0.6

Fixed

  • ApolloQuery: null error in isDataFilled, closes #933
  • removed unnecessary loading check (#1111)

New

  • types: allow pass generic type to ObservableQuery (#1103)

v3.0.5

Fixed

  • smartquery: pass through error to rejection (#874)
  • ApolloMutation: missing context prop
  • ApolloMutation: return promise from mutate
  • typings improvements

v3.0.4

Fixed

For Typescript users, if you get errors with your .gql files, you can add a gql.d.ts file in your sources folder with the following content:

</tr></table> 

... (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 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 [vue-apollo](https://github.com/Akryum/vue-apollo) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/Akryum/vue-apollo/releases)
- [Commits](vuejs/apollo@v3.0.3...v3.1.0)

---
updated-dependencies:
- dependency-name: vue-apollo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 19, 2021
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