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

fix(deps): update dependency @vue/composition-api to v0.6.7 #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 30, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/composition-api 0.5.0 -> 0.6.7 age adoption passing confidence

Release Notes

vuejs/composition-api

v0.6.7

Compare Source

Bug Fixes
  • toRefs: do not warn when toRefs is called in a prop value (#​405) (048b6d3)
  • type: improve defineComponent type for option apis (#​406) (1c64108)
Features

v0.6.6

Compare Source

Reverts

v0.6.5

Compare Source

Bug Fixes

v0.6.4

Compare Source

Bug Fixes
  • setup: call stack exceeded when returning circular dependency (#​380) (66f58ba)
  • setup: Vue.extend(Comp).extend({}) - vue-test-utils (#​383) (ce932bf)

v0.6.3

Compare Source

Bug Fixes

v0.6.2

Compare Source

Bug Fixes

v0.6.1

Compare Source

Fix

v0.6.0

Compare Source

Great thanks to @​pikax for #​311, making most of the APIs better aligned with the latest vue-next.

BREAKING CHANGE

  • The lazy option of watch has been replaced by the opposite immediate option, which defaults to false. (It's ignored when using the effect signature). more details (#​266)
  • Rename nonReactive to markRaw
  • watchEffect now follows the same behaviour as v3 (triggers immediately).
  • UnwrapRef types from vue-next this can cause some incompatibilities.

Bug Fixes

Features

  • Added unref(#​309), isReactive (#​327), toRef (#​313), UnwrapRef (#​247)
  • Added shallowReactive, shallowRef
  • Added toRaw
  • getCurrentInstance available on the lifecycle hooks (onMounted, etc)
  • getCurrentInstance returns undefined when called outside setup instead of throwing exception

Types

  • Align reactivity types with vue-next

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant