Skip to content

Bump @vue/reactivity from 3.0.0-rc.10 to 3.2.27#678

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/vue/reactivity-3.2.27
Closed

Bump @vue/reactivity from 3.0.0-rc.10 to 3.2.27#678
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/vue/reactivity-3.2.27

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 17, 2022

Bumps @vue/reactivity from 3.0.0-rc.10 to 3.2.27.

Release notes

Sourced from @​vue/reactivity's releases.

v3.2.27

Please refer to CHANGELOG.md for details.

v3.2.26

Please refer to CHANGELOG.md for details.

v3.2.25

Please refer to CHANGELOG.md for details.

v3.2.24

Please refer to CHANGELOG.md for details.

v3.2.23

Please refer to CHANGELOG.md for details.

v3.2.22

Please refer to CHANGELOG.md for details.

v3.2.21

Please refer to CHANGELOG.md for details.

v3.2.20

Please refer to CHANGELOG.md for details.

v3.2.19

Please refer to CHANGELOG.md for details.

v3.2.18

Please refer to CHANGELOG.md for details.

v3.2.17

Please refer to CHANGELOG.md for details.

v3.2.16

Please refer to CHANGELOG.md for details.

v3.2.15

Please refer to CHANGELOG.md for details.

v3.2.14

Please refer to CHANGELOG.md for details.

v3.2.13

Please refer to CHANGELOG.md for details.

v3.2.12

Please refer to CHANGELOG.md for details.

v3.2.11

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from @​vue/reactivity's changelog.

3.2.27 (2022-01-16)

Bug Fixes

  • KeepAlive: remove cached VNode properly (#5260) (2e3e183), closes #5258
  • reactivity-transform: should not rewrite for...in / for...of scope variables (7007ffb)
  • sfc-playground: hide title to avoid overlap (#5099) (44b9527)
  • ssr: make computed inactive during ssr, fix memory leak (f4f0966), closes #5208
  • ssr: remove missing ssr directive transform error (55cc4af)
  • types/tsx: allow ref_for type on tsx elements (78df8c7)
  • types: fix shallowReadonly type (92f11d6)
  • types: handle ToRef (5ac7030), closes #5188
  • types: KeepAlive match pattern should allow mixed array (3007d5b)

Features

  • types: simplify ExtractPropTypes to avoid props JSDocs being removed (#5166) (a570b38)

Performance Improvements

  • improve memory usage for static vnodes (ed9eb62)

3.2.26 (2021-12-12)

3.2.25 (2021-12-12)

Bug Fixes

  • compiler-sfc: generate valid TS in script and script setup co-usage with TS (7e4f0a8), closes #5094
  • compiler: force block for custom dirs and inline beforeUpdate hooks (1c9a481)
  • runtime-core: disallow recurse in vnode/directive beforeUpdate hooks (a1167c5)

Features

  • compiler-core: support aliasing vue: prefixed events to inline vnode hooks (4b0ca87)
  • experimental: allow const for ref sugar declarations (9823bd9)
  • reactivity-transform/types: restructure macro types + export types for all shorthand methods (db729ce)
  • reactivity-transform: $$() escape for destructured prop bindings (198ca14)
  • reactivity-transform: rename @​vue/ref-transform to @​vue/reactivity-transform (d70fd8d)
  • reactivity-transform: support $-shorthands for all ref-creating APIs (179fc05)
  • reactivity-transform: support optionally importing macros (fbd0fe9)

... (truncated)

Commits
  • 3adfc0f release: v3.2.27
  • f4f0966 fix(ssr): make computed inactive during ssr, fix memory leak
  • 5ac7030 fix(types): handle ToRef<any>
  • 92f11d6 fix(types): fix shallowReadonly type
  • ccb6651 release: v3.2.26
  • 756534b release: v3.2.25
  • db729ce feat(reactivity-transform/types): restructure macro types + export types for ...
  • 2db9c90 feat(reactivity): support default value in toRef()
  • d955cfa release: v3.2.24
  • 523b4b7 fix(types/reactivity): export ShallowRef type (#5026)
  • 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)

Bumps [@vue/reactivity](https://github.com/vuejs/vue-next/tree/HEAD/packages/reactivity) from 3.0.0-rc.10 to 3.2.27.
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/core/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-next/commits/v3.2.27/packages/reactivity)

---
updated-dependencies:
- dependency-name: "@vue/reactivity"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added 📦 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 17, 2022
@github-actions github-actions Bot added this to the v0.1.0 milestone Jan 17, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jan 21, 2022

Superseded by #689.

@dependabot dependabot Bot closed this Jan 21, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/vue/reactivity-3.2.27 branch January 21, 2022 10:13
@github-actions github-actions Bot removed this from the v0.1.0 milestone Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

javascript Pull requests that update Javascript code 📦 dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant