Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/vue/reactivity-3.0.0-rc.11
Closed

Bump @vue/reactivity from 3.0.0-rc.10 to 3.0.0-rc.11#11
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/vue/reactivity-3.0.0-rc.11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 16, 2020

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

Release notes

Sourced from @vue/reactivity's releases.

v3.0.0-rc.11

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @vue/reactivity's changelog.

3.0.0-rc.11 (2020-09-15)

Bug Fixes

  • compiler-core: fix prefixing for \<template v-for> key expressions (be946ea), closes #2085
  • compiler-core: fix v-if block handling for components that fail to resolve (a096a58), closes #2058
  • compiler-sfc: should extract comment for import or type declarations (#2107) (05df696), closes #2102
  • compiler-ssr: correct the variable name generated by the generator (#2065) (aa8dc9a)
  • compiler-ssr/teleport: correct the target prop of teleport (#2053) (7455dca)
  • inject: fix support for inject option default function (d472461), closes #2050
  • keep-alive: should use onMounted and onUpdated to invoke cacheSubtree (#1984) (890ca8a)
  • KeepAlive: when exclude prop change, it should prune cache that not matched (#2111) (98cc1f9)
  • reactivity: toRef should not wrap a ref (#2103) (d4bf9bc)
  • should be able to parse decorators in script lang="ts" & jsx (#2088) (273d19a)
  • reactivity: add NaN prop on Array should not trigger length dependency. (#1998) (0d4910a)
  • reactivity: revert ac81dcf (5f40539), closes #2043
  • reactivity: should trigger collection's write-function correctly on non-reactive keys (#1992) (fcf9b2c)
  • inherit el for static nodes inside keyed template fragment (#2089) (a32870a), closes #2080
  • runtime-core: fix priority of option merging (#2041) (95c07d8)
  • runtime-core: warn reserved prefix for setup return properties and ensure consistent dev/prod behavior (fa7ab0a), closes #2042
  • runtime-core/inject: handle optional from option in inject object config (#2073) (313dd06)
  • runtime-core/refs: handle multiple merged refs for dynamic component with vnode (612eb67), closes #2078
  • sfc: fix scoped style regression for child component with single root + comment (6dbc6c4), closes #2046
  • types: properly infer return type from async setup (#2051) (24fcf6a), closes #2049

Features

  • update Suspense usage (#2099) (5ae7380)
  • compiler-sfc: support additionalData option in compileStyle when processing sass (#1952) (9377352)
  • runtime-dom: allow native Set as v-model checkbox source (#1957) (cf1b6c6)

Performance Improvements

  • should not trigger child update if changed prop is declared emit listener (124c385), closes #2072

Reverts

Commits
  • f2ef7d7 release: v3.0.0-rc.11
  • 4fd468a types(runtime-core): refactor defineComponent (#1883)
  • 848ccf5 test(reactive): add test case of mutation in original reflecting in observed ...
  • d4bf9bc fix(reactivity): toRef should not wrap a ref (#2103)
  • fcf9b2c fix(reactivity): should trigger collection's write-function correctly on non-...
  • 0d4910a fix(reactivity): add NaN prop on Array should not trigger length dependency. ...
  • 0124eac refactor(reactivity): refactor iteration key trigger logic + use more robust ...
  • 5f40539 fix(reactivity): revert ac81dcf
  • See full diff 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)

@dependabot dependabot Bot added 📦 dependencies Pull requests that update a dependency file javascript labels Sep 16, 2020
@github-actions github-actions Bot added this to the v0.1.0 milestone Sep 16, 2020
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Sep 17, 2020

Superseded by #14.

@dependabot dependabot Bot closed this Sep 17, 2020
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/vue/reactivity-3.0.0-rc.11 branch September 17, 2020 05:07
@github-actions github-actions Bot removed this from the v0.1.0 milestone Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📦 dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant