Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

chore(deps): update dependency @vue/composition-api to v1 #115

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/composition-api ^0.3.2 -> ^1.7.2 age adoption passing confidence

Release Notes

vuejs/composition-api (@​vue/composition-api)

v1.7.2

Compare Source

Bug Fixes
  • types: function constructor should be a Function (#​972) (6247ba3)
Features

v1.7.1

Compare Source

Bug Fixes

v1.7.0

Compare Source

Bug Fixes

1.6.3 (2022-06-24)

Features

1.6.2 (2022-05-23)

Features

1.6.1 (2022-05-05)

Bug Fixes

v1.6.3

Compare Source

Features

v1.6.2

Compare Source

Features

v1.6.1

Compare Source

Bug Fixes

v1.6.0

Compare Source

Bug Fixes

v1.5.0

Compare Source

Features

1.4.10 (2022-03-16)

1.4.9 (2022-02-26)

1.4.8 (2022-02-26)

Bug Fixes
  • types: optional Boolean props as default props (#​909) (8f88ae6)
  • use registered Vue instance for warning (b01f1e4)

1.4.7 (2022-02-24)

Bug Fixes

1.4.6 (2022-02-07)

Bug Fixes

1.4.5 (2022-01-27)

Bug Fixes
  • reactive: remove useless proxy logic of shallowReactive (#​890) (7243ffa)
  • shallowReactive: don't trigger watchers for oldVal === newVal (#​894) (2a88e71)

1.4.4 (2022-01-16)

Bug Fixes

1.4.3 (2021-12-27)

Bug Fixes

1.4.2 (2021-12-17)

Bug Fixes

1.4.1 (2021-11-30)

Bug Fixes
Features

v1.4.9

Compare Source

1.4.9 (2022-02-26)

v1.4.8

Compare Source

Bug Fixes
  • types: optional Boolean props as default props (#​909) (8f88ae6)
  • use registered Vue instance for warning (b01f1e4)

v1.4.7

Compare Source

Bug Fixes

v1.4.6

Compare Source

Bug Fixes

v1.4.5

Compare Source

Bug Fixes
  • reactive: remove useless proxy logic of shallowReactive (#​890) (7243ffa)
  • shallowReactive: don't trigger watchers for oldVal === newVal (#​894) (2a88e71)

v1.4.4

Compare Source

Bug Fixes

v1.4.3

Compare Source

Bug Fixes

v1.4.2

Compare Source

Bug Fixes

v1.4.1

Compare Source

1.4.10 (2022-03-16)

v1.4.0

Compare Source

1.4.0 (2021-11-14)

v1.3.3

Compare Source

Features

v1.3.2

Compare Source

Bug Fixes

v1.3.1

Compare Source

Bug Fixes
  • types: defineComponent object format with no props type (#​839) (8a31c78)

v1.3.0

Compare Source

Bug Fixes

1.2.4 (2021-10-07)

Bug Fixes

1.2.3 (2021-10-05)

Bug Fixes
  • proxyRefs: When using proxyRefs, the internal variable composition-api.refKey is exposed on the object itself #​817 (#​818) (92b7eb1)
  • ssr: set() twice lose reactivity (#​821) (416845a)
  • correct prop type inference when using PropType (#​825) (9c9f8e8)
Features
  • computed: allow differentiating refs from computed (#​820) (68b5d97)

1.2.2 (2021-09-24)

Reverts

1.2.1 (2021-09-21)

Features
  • types: align ComponentPublicInstance type (2f9cfbf)

v1.2.4

Compare Source

Bug Fixes

v1.2.3

Compare Source

Bug Fixes
  • proxyRefs: When using proxyRefs, the internal variable composition-api.refKey is exposed on the object itself #​817 (#​818) (92b7eb1)
  • ssr: set() twice lose reactivity (#​821) (416845a)
  • correct prop type inference when using PropType (#​825) (9c9f8e8)
Features
  • computed: allow differentiating refs from computed (#​820) (68b5d97)

v1.2.2

Compare Source

Reverts

v1.2.1

Compare Source

Features
  • types: align ComponentPublicInstance type (2f9cfbf)

v1.2.0

Compare Source

Bug Fixes

1.1.5 (2021-09-09)

Bug Fixes

1.1.4 (2021-08-31)

Bug Fixes
  • types: align emits type with vue-next (565cbd1)

1.1.3 (2021-08-22)

1.1.2 (2021-08-21)

Bug Fixes
Features

1.1.1 (2021-08-14)

Bug Fixes

v1.1.5

Compare Source

Bug Fixes

v1.1.4

Compare Source

Bug Fixes
  • types: align emits type with vue-next (565cbd1)

v1.1.3

Compare Source

1.1.3 (2021-08-22)

v1.1.2

Compare Source

Bug Fixes
Features

v1.1.1

Compare Source

Bug Fixes

v1.1.0

Compare Source

Features

1.0.6 (2021-08-09)

Features
  • support second target argument for lifecycle functions (3f3b9c6)

v1.0.6

Compare Source

Features
  • support second target argument for lifecycle functions (3f3b9c6)

v1.0.5

Compare Source

Bug Fixes
  • function: properties of function should not disappear. (#​778) (68c1a35)

v1.0.4

Compare Source

Bug Fixes

v1.0.3

Compare Source

Bug Fixes
  • build for mjs and exports all submodules (69538ee)

v1.0.2

Compare Source

Bug Fixes

v1.0.1

Compare Source

1.0.1 (2021-07-16)

v1.0.0

Compare Source

Bug Fixes
  • mockReactivityDeep: add parameter seen for mockReactivityDeep. (#​759) (40cb14a)
  • runtime-core: trigger warning when the injectionKey is undefined (#​760) (2ccad9b)

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

v0.5.0

Compare Source

  • New: watchEffect function, lingin up with the latest version of the RFC (RFC docs) (#​275)
  • Fix: setup from a mixin should called before the component's own (#​276)
  • Fix(types): Fix corner case in UnWrapRef internal type (#​261)
  • types: Add Element to bailout types for unwrapping (#​278)

v0.4.0

Compare Source

  • Refactor: rename createComponent to defineComponent (the createComponent function is still there but deprecated) #​230
  • Fix: correct the symbol check; fixes the compatibility issue in iOS 9 #​218
  • Fix: avoid accessing undeclared instance fields on type-level; fixes Vetur template type checking; fixes vue-router type compatibility #​189
  • Fix: onUnmounted should not be run on deactivated #​217

v0.3.4

Compare Source

  • Fixed reactive setter not working on the server.
  • New isServer setup context property.

v0.3.3

Compare Source

  • Fixed make __ob__ unenumerable #​149.
  • Fixed computed type
  • Expose getCurrentInstance for advanced usage in Vue plugins.
  • New onServerPrefetch lifecycle hook and new ssrContext setup context property #​198.

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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 renovate bot force-pushed the renovate/vue-composition-api-1.x branch from 7bcbf7d to d509fd8 Compare May 16, 2022 01:59
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from d509fd8 to 23ccc93 Compare June 18, 2022 19:01
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from 23ccc93 to 1e0cc7f Compare September 25, 2022 23:15
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from 1e0cc7f to b48ae2f Compare August 15, 2023 13:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants