Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Bump vue-template-compiler from 2.5.3 to 2.5.16 #948

Conversation

dependabot-preview[bot]
Copy link

Bumps vue-template-compiler from 2.5.3 to 2.5.16.

Release notes

Bug Fixes

  • allow multiline expression in v-for 71b4b25, closes #7792
  • fix keyName checking for arrow keys in IE11 4378fc5, closes #7806
  • fix regression on duplicate component init when using shared data objects 984927a, closes #7805
  • core: Make set/delete warning condition for undefined, null and (#7818) 9084747, closes #7818 #7452
  • keep-alive: run prune after render for correct active component check 215f877, closes #7566
  • model: fix static input type being overwritten by v-bind object (#7819) a6169d1, closes #7819 #7811
  • ssr: fix SSR for async functional components 882e719, closes #7784
  • ssr: fix v-show inline style rendering when style binding is array (#7814) 1a979c4, closes #7814 #7813
  • fix wrongly matched named slots in functional components 62a922e, closes #7817
  • named slots for nested functional components 6dd73e9, closes #7710

Bug Fixes

  • do not traverse VNodes when regsitering dependencies 84a9a9d, closes #7786

Bug Fixes

  • codegen: support filters with () in older browsers (#7545) dc97a39, closes #7545 #7544
  • core: disable dependency collection in lifecycle hooks and data getter (#7596) 318f29f, closes #7596 #7573
  • core: handle edge cases for functional component returning arrays 8335217, closes #7282
  • inject: use hasOwn instead of 'in' for provideKey check (#7460) 733c1be, closes #7460 #7284
  • model: fix array index binding for v-model checkbox (#7671) 550c3c0, closes #7671 #7670
  • observer: do not invoke getters on initial observation (#7302) 7392dfc, closes #7302 #7280
  • ref: allow ref key to be zero (#7676) e396eb3, closes #7676 #7669
  • show: prevent transitions from starting on change truthy values (#7524) 013d980, closes #7524 #7523
  • types: contravariant generic default in ComponentOption (#7369) 6ee6849, closes #7369
  • fix ssr env detection in weex (#7375) 3eb37ac, closes #7375
  • transition: should not add transition class when cancelled (#7391) 5191f13, closes #7391 #7390
  • types: add missing listeners type on RenderContext (#7584) db1b18c, closes #7584
  • types: fix wrong errorCaptured type (#7712) 6b8516b, closes #7712
  • types: make render option in functional components to optional (#7663) b2092db, closes #7663
  • types: make VNodeChildrenArrayContents type more accurate (#7287) 49aae6b, closes #7287
  • types: prefer normal component over functional one (#7687) 144bf5a, closes #7687
  • v-model: handle trailing whitespaces in expression (#7737) db58493, closes #7737
  • v-on: return handler value when using modifiers (#7704) 6bc75ca, closes #7704
  • vdom: svg inside foreignObject should be rendered with correct namespace (fix #7330) (#7350) 0529961, closes #7330 #7350
  • weex: default value for editor, fix #7165 (#7286) e055df8, closes #7165 #7286 #7165
  • address potential regex backtrack cd33407
  • allow codebase to be inlined directly in HTML (#7314) dccd182, closes #7314 #7298
  • always install composition event listeners f7ca21e, closes #7367
  • clean up custom events when patched component no longer have events d8b0838, closes #7294
  • do not special case attributes for custom elements 50b711a, closes #6864 #6885
  • fix config.productionTip ced00b1, closes #7565
  • install ssr helpers for functional context during SSR 9b22d86, closes #7443 Does Nuxt fully support the latest Vue Functional Components?  nuxt/nuxt#2565
  • respect type order when boolean casting multi-typed props 81e1e47, closes #7485
  • skip v-model & value binding collision check with dynamic type binding (#7406) 1c0b4af, closes #7406 #7404
  • support KeyboardEvent.key in built-in keyboard event modifiers (#7121) 1c8e2e8, closes #7121 #6900
  • support v-model dynamic type binding for v-bind="object" 41838c8, closes #7296

Bug Fixes

  • revert auto cache for inline prop literals, fix regressions (#7283)

Bug Fixes

  • core: revert prop object validation 01c0750, closes #7279

Improvements

  • core: allow symbol as vdom key bacb911, closes #7271

  • core: prop bindings with inline Object/Array literal values no longer cause the child component to always re-render:

    <foo :bar="[1, 2, 3]"/>

    The compiler now automatically wraps the literal value as an inline computed property to avoid creating new values on each render (unless data it depends on has changed).

  • types: extract VueConfiguration type for easy expansion (#7274) c0d516c, closes #7273

Bug Fixes

  • avoid unnecessary lowercase coersion in component name validation 3f0c628, closes #7237

Improvements

  • warn misspelled keys on prop validation object (#7198) d02bb37, closes #7198

Bug Fixes

  • core: data() should be called with vm as first argument in mixins bd4819e, closes #7191
  • core: more consistent component naming warnings across the API 644274c, closes #7212
  • core: revert shared static tree cache to avoid memory leak 5875c7c, closes #7184
  • core: warn duplicate keys in all cases (#7200) 023f171, closes #7199
  • v-for: support array and nested destructuring in v-for f5ce6b5
  • v-model: should not update in-focus input value with lazy modifier 60da366, closes #7153
  • ssr: fix double escaping of ssrNode attribute values (#7224) 73a89bf, closes #7224 #7223
  • ssr: properly handle errors in async component 8936b8d, closes #6778
  • weex: send createFinish signal after root component mounted (#7154) 0da8bce

Bug Fixes

  • core: ensure functionalContext is cloned during slot clones 604e081, closes #7106
  • core: fix async component resolving in sibling mounted hook dd21eac, closes #7107
  • compiler: fix v-for iterator parsing destructuring + parens without index aa82625
  • keep-alive: should not destroy active instance when pruning cache 3932a45, closes #7105
  • types: add missing ssr renderToString signature 14e9908
  • types: add Promise signature for bundleRenderer.renderToString (#7098) 3554eb2
  • types: bump ts version and fix typing bugs (#7135) a71e653, closes #7135
  • types: improve and test bundleRenderer.renderToString Promise types fcc1229
  • types: use object and string instead of Object and String (#7126) d2e1d49
  • browser quirks: block unnecessary input event on textarea placeholder in IE 0f7c443, closes #7138

Bug Fixes

  • fix v-for alias deconstruct regression ebcef58, closes #7096

Bug Fixes

  • ssr: fix bundle renderer require path on windows (#7085) 063acb7, closes #7085
  • keep-alive: fix <keep-alive> include/exclude logic for anonymous components a23b913

Improvements

  • core: allow deep tracking of reactive objects which are sealed (#7080) 4c22d1d
  • compiler: improve error detector v-for identifier check to handle arbitrary unicode d891cd1, closes #6971

Bug Fixes

  • fix v-model :value warning on custom component 59dea37, closes #7084

Bug Fixes

  • init _staticTrees to avoid runtime reference warning f5cd29e, closes #7075
  • <keep-alive> should not cache anonymous components 4d8226f, closes #6938
  • should warn unknown components inside <keep-alive> 6d6b373

Improvements

  • warn if both v-model and v-bind:value are used on same element (#7056) 1e14603

Bug Fixes

  • core: clone slot nodes for render function usage as well 13196b2, closes #7041
  • v-on: normlaize [**click**](https://github.com/click).right and [**click**](https://github.com/click).middle daed1e7, closes #7020
  • ssr: should warn unknown components during hydration df82aeb, closes #6998
  • ssr: ensure hydrated class & style bindings are reactive 5db86b4, closes #7063
  • transition: fix out-in transition getting stuck with v-if (#7023) 45d7ba8, closes #7023 #6687
  • types: expose VueConstructor (#7002) 267ada0
  • weex: donot rethrow the captured error on weex platform (#7024) c2b1cfe
Commits
  • 267ada0 fix(types): expose VueConstructor (#7002)
  • f0a66c5 refactor: cache v-once and purely static trees separately
  • 9463ac8 test: fix weex tests
  • 0496115 chore: live link for Vue examples under 'Documentation' (#7026)
  • c2b1cfe fix(weex): donot rethrow the captured error on weex platform (#7024)
  • 7cf188e feat(weex): support batch update styles and attributes (#7046)
  • daed1e7 fix: normlaize click.right and click.middle
  • df82aeb fix: should warn unknown components during hydration
  • 13196b2 fix: clone slot nodes for render fn usage as well
  • a3246fd chore: closing after chat (#7059)
  • 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.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

Bumps [vue-template-compiler](https://github.com/vuejs/vue) from 2.5.3 to 2.5.16.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](vuejs/vue@v2.5.3...v2.5.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Author

Superseded by #1039.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/vue-template-compiler-2.5.16 branch February 12, 2019 10:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant