Skip to content

Bump @vue/reactivity from 3.0.0-rc.10 to 3.2.29#692

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Release notes

Sourced from @​vue/reactivity's releases.

v3.2.29

Please refer to CHANGELOG.md for details.

v3.2.28

Please refer to CHANGELOG.md for details.

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.

... (truncated)

Changelog

Sourced from @​vue/reactivity's changelog.

3.2.29 (2022-01-23)

Bug Fixes

  • compiler-sfc: fix css v-bind inside other css functions (16fa18d), closes #5302 #5306
  • reactivity: ensure readonly refs can be replaced with new refs in reactive objects (#5310) (4be1037), closes #5307
  • runtime-dom: fix static content re-insertion (9aa5dfd), closes #5308

3.2.28 (2022-01-21)

  • build: fix build script (3d80b15)
  • fix(compat): convertLegacyVModelProps should merge model option in mixins (#5251) (72130ac), closes #5251
  • fix(compat): ensure fallthrough *Native events are not dropped during props update (#5228) (97f6bd9), closes #5228
  • fix(compat): simulate Vue 2.6.14 version in compat build (#5293) (d0b9708), closes #5293
  • fix(compiler-core): handle v-memo in template v-for (#5291) (9f55e6f), closes #5291 #5288
  • fix(compiler-sfc): support complex expression in CSS v-bind() (#5114) (95d49bf), closes #5114 #5109
  • fix(compiler-sfc/reactivity-transform): fix edge case where normal script has ref macros but script (4768f26)
  • fix(reactivity-transform): apply transform for labelled variable declarations (a05b000), closes vuejs/core#5298
  • fix(reactivity-transform): apply transform on exported variable declarations (a81a992), closes #5298
  • fix(reactivity): differentiate shallow/deep proxies of same target when nested in reactive (9c304bf), closes #5271
  • fix(reactivity): mutating a readonly ref nested in a reactive object should fail. (#5048) (171f5e9), closes #5048 #5042
  • fix(runtime-core): ensure mergeProps skips undefined event handlers (#5299) (c35ec47), closes #5299 #5296
  • fix(ssr): only cache computed getters during render phase (2f91872), closes #5300
  • fix(types): calling readonly() with ref() should return Readonly (#5212) (c64907d), closes #5212
  • refactor: includes instead of indexOf (#5117) (63210fe), closes #5117
  • chore: bump marked (0c06c74)
  • chore: comment dom tag config usage [ci skip] (b2bac9f)
  • chore: fix typo (#5261) [ci skip] (e603fd2), closes #5261
  • chore: fix typo (#5282) [ci skip] (e802275), closes #5282
  • chore: type improvements (#5264) (92e04a6), closes #5264
  • chore: update repo references (ae4b078)
  • perf(reactivity): optimize effect run condition (25bc654)
  • feat(reactivity): add isShallow api (9fda941)
  • docs(contributing): missing structure info for compiler-sfc (#3559) [ci skip] (8cbfe09), closes #3559

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)

... (truncated)

Commits
  • 6b68898 release: v3.2.29
  • 4be1037 fix(reactivity): ensure readonly refs can be replaced with new refs in reacti...
  • 283df0a release: v3.2.28
  • c64907d fix(types): calling readonly() with ref() should return Readonly<Ref> (#5212)
  • 171f5e9 fix(reactivity): mutating a readonly ref nested in a reactive object should f...
  • 2f91872 fix(ssr): only cache computed getters during render phase
  • 25bc654 perf(reactivity): optimize effect run condition
  • ae4b078 chore: update repo references
  • 9c304bf fix(reactivity): differentiate shallow/deep proxies of same target when neste...
  • 9fda941 feat(reactivity): add isShallow api
  • 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/core/tree/HEAD/packages/reactivity) from 3.0.0-rc.10 to 3.2.29.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.2.29/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 24, 2022
@github-actions github-actions Bot added this to the v0.1.0 milestone Jan 24, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 7, 2022

Superseded by #702.

@dependabot dependabot Bot closed this Feb 7, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/vue/reactivity-3.2.29 branch February 7, 2022 10:03
@github-actions github-actions Bot removed this from the v0.1.0 milestone Feb 7, 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