Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Update dependency @vue/composition-api to v1.7.2 #964

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/composition-api 1.0.0-beta.21 -> 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)

v1.0.0-rc.14

Compare Source

Bug Fixes
  • customReactive: avoid circular reference. (#​758) (2bd6ea5)
  • watch: traverse refs in deep watch (#​753) (55a0a20)
  • only trigger warning in the dev environment (#​755) (bc7c2af)
  • watch: errors thrown in the asynchronous callback function in watch will not be caught. (#​751) (f0e423f)
  • watch: only trigger warning in the dev environment (#​754) (0fe0088)

v1.0.0-rc.13

Compare Source

Bug Fixes
  • observe: solve the Ref not unwrapping on the ssr side issue with recursive way. (#​723) (debd37d)
  • the hasOwn should be used to determine whether an attribute exists. (#​737) (65abcb4)
  • shallowReadonly: align behavior with vue-next (#​741) (14d1c7b)
  • types: use AnyObject insteads of any (#​742) (efb4195)

v1.0.0-rc.12

Compare Source

Bug Fixes
  • proxyRefs: infinite loop when using proxyRefs. (#​730) (0b6ab25)
  • reactivity: check type of ob in isRaw and isReactive (#​732) (97dd671)
  • watch: watched previous values can't be destructure on first fire. (#​727) (b3ab6f9)

v1.0.0-rc.11

Compare Source

Bug Fixes
  • reactivity: should trigger watchEffect when using set to change value of array length (#​720) (9c03a45)
  • reactivity: unexpected behaviors for array index out of valid array length when set and del (#​719) (f08a1d6)
  • shallowReactive: should keep array as array (#​717) (620d09b)
  • shallowReadonly: watch should work for ref/reactive with shallowReadonly (#​714) (b6fc1f7)
Features

v1.0.0-rc.10

Compare Source

Bug Fixes

v1.0.0-rc.9

Compare Source

Bug Fixes
  • The behavior of development and production merge should be consistent. (#​694) (7ca7010)
  • shallowReactive: align behavior with vue-next (#​696) (3485ecb)
Features
  • add and delete object attributes would trigger update. (#​692) (8c27d80)

v1.0.0-rc.8

Compare Source

Bug Fixes

v1.0.0-rc.7

Compare Source

Bug Fixes
Features

v1.0.0-rc.6

Compare Source

Bug Fixes

v1.0.0-rc.5

Compare Source

1.0.0-rc.5 (2021-03-11)

v1.0.0-rc.4

Compare Source

Bug Fixes

v1.0.0-rc.3

Compare Source

Bug Fixes

v1.0.0-rc.2

Compare Source

Bug Fixes
Features

v1.0.0-rc.1

Compare Source

Bug Fixes
  • customReactive: avoid circular reference. (#​758) (2bd6ea5)
  • watch: traverse refs in deep watch (#​753) (55a0a20)
  • only trigger warning in the dev environment (#​755) (bc7c2af)
  • watch: errors thrown in the asynchronous callback function in watch will not be caught. (#​751) (f0e423f)
  • watch: only trigger warning in the dev environment (#​754) (0fe0088)

v1.0.0-beta.26

Compare Source

Bug Fixes

v1.0.0-beta.25

Compare Source

BREAKING CHANGES

  • useCSSModule renamed to useCssModule to align with Vue 3 (#​626)
  • useCSSModule is depreacted.

v1.0.0-beta.24

Compare Source

Bug Fixes

v1.0.0-beta.23

Compare Source

Bug Fixes

v1.0.0-beta.22

Compare Source

Features
BREAKING CHANGES
  • getCurrentInstance: The internal vm can be accessed with getCurrentInstance().proxy
const vm = getCurrentInstance()

// becomes

const vm = getCurrentInstance().proxy

Configuration

📅 Schedule: Branch creation - "before 11am" (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 added the dependencies Pull requests that update a dependency file label Mar 26, 2021
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from ffcecf6 to d25e104 Compare March 29, 2021 17:11
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.0.0-rc.5 Update dependency @vue/composition-api to v1.0.0-rc.6 Mar 29, 2021
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from d25e104 to 75c79ab Compare April 18, 2021 03:04
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.0.0-rc.6 Update dependency @vue/composition-api to v1.0.0-rc.7 Apr 18, 2021
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from 75c79ab to 135bcaa Compare April 29, 2021 05:01
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.0.0-rc.7 Update dependency @vue/composition-api to v1.0.0-rc.8 Apr 29, 2021
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.0.0-rc.8 Update dependency @vue/composition-api to v1.0.0-rc.8 - autoclosed May 7, 2021
@renovate renovate bot closed this May 7, 2021
@renovate renovate bot deleted the renovate/vue-composition-api-1.x branch May 7, 2021 09:28
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.0.0-rc.8 - autoclosed Update dependency @vue/composition-api to v1.0.0-rc.8 May 7, 2021
@renovate renovate bot reopened this May 7, 2021
@renovate renovate bot restored the renovate/vue-composition-api-1.x branch May 7, 2021 15:26
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from 135bcaa to 9f5ca14 Compare May 19, 2021 10:49
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.0.0-rc.8 Update dependency @vue/composition-api to v1.0.0-rc.9 May 19, 2021
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from 9f5ca14 to f65bbcc Compare May 27, 2021 08:27
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.0.0-rc.9 Update dependency @vue/composition-api to v1.0.0-rc.10 May 27, 2021
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.0.0-rc.10 Update dependency @vue/composition-api to v1.0.0-rc.11 Jun 4, 2021
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from f65bbcc to 6b799d9 Compare June 4, 2021 23:47
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from 6b799d9 to 5ef0632 Compare June 17, 2021 19:36
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.0.0-rc.11 Update dependency @vue/composition-api to v1.0.0-rc.12 Jun 17, 2021
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.0.0-rc.12 Update dependency @vue/composition-api to v1.0.0-rc.13 Jul 2, 2021
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from 5ef0632 to 21f5ea6 Compare July 2, 2021 09:38
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from 21f5ea6 to 24307df Compare July 12, 2021 10:55
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.0.0-rc.13 Update dependency @vue/composition-api to v1.0.0-rc.14 Jul 12, 2021
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from 24307df to 80f2124 Compare July 15, 2021 07:18
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.0.0-rc.14 Update dependency @vue/composition-api to v1.0.0 Jul 15, 2021
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from 80f2124 to f642451 Compare July 16, 2021 09:02
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.0.0 Update dependency @vue/composition-api to v1.0.1 Jul 16, 2021
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from f642451 to 1c39806 Compare July 16, 2021 20:15
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.0.1 Update dependency @vue/composition-api to v1.0.2 Jul 16, 2021
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from 1c39806 to b12fb3e Compare July 18, 2021 02:41
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.0.2 Update dependency @vue/composition-api to v1.0.3 Jul 18, 2021
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from b12fb3e to b75f6e4 Compare July 22, 2021 22:34
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.0.3 Update dependency @vue/composition-api to v1.0.4 Jul 22, 2021
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from b75f6e4 to c98108e Compare October 18, 2021 20:22
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.0.4 Update dependency @vue/composition-api to v1.2.4 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from c98108e to 540c535 Compare March 7, 2022 14:34
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.2.4 Update dependency @vue/composition-api to v1.4.9 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from 540c535 to 27f8cf9 Compare May 16, 2022 02:52
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.4.9 Update dependency @vue/composition-api to v1.6.1 May 16, 2022
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from 27f8cf9 to 7caf07c Compare June 18, 2022 22:44
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.6.1 Update dependency @vue/composition-api to v1.6.2 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from 7caf07c to 05366b5 Compare September 25, 2022 11:31
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.6.2 Update dependency @vue/composition-api to v1.7.1 Sep 25, 2022
@renovate renovate bot changed the title Update dependency @vue/composition-api to v1.7.1 Update dependency @vue/composition-api to v1.7.2 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/vue-composition-api-1.x branch from 05366b5 to 99815d0 Compare August 15, 2023 13:48
@BeeeQueue BeeeQueue closed this Mar 21, 2024
Copy link
Contributor Author

renovate bot commented Mar 21, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.7.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/vue-composition-api-1.x branch March 21, 2024 16:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant