kaihendry / vue-aws

Making trusted AWS calls from VueJS
https://vuestatic.dabase.com
12 stars 0 forks source link

An in-range update of vue-template-compiler is breaking the build 🚨 #6

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 2.5.0 of vue-template-compiler was just published.

Branch Build failing 🚨
Dependency vue-template-compiler
Current Version 2.4.4
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

vue-template-compiler is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/kaihendry/vue-aws/builds/287365266?utm_source=github_status&utm_medium=notification)

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 2.4.4 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 2.5.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.5.1

Bug Fixes

  • ssr: add semicolon before self-removal script (#6794) 5a15a8d
  • transition-group: work around rollup tree shaking (#6796) 60b1af9, closes #6792
  • v-model: allow arbitrary names for type binding (#6802) 15031b8, closes #6800
  • backwards compat with checkbox code generated in < 2.5 5665eaf, closes #6803
  • fix empty array edge case in normalizeChildren 1f84dd1, closes #6790
  • v-on="object" listeners should fire after high-priority ones 08a7fb5, closes #6805
greenkeeper[bot] commented 6 years ago

Version 2.5.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 6 years ago

Version 2.5.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.5.3

Notable update: Type compatibility with TS 2.6

Bug Fixes

  • core: static trees should be cached on options (#6826) (#6837) b6c384d
  • core: $set should respect properties on prototype chain 83ed926, closes #6845
  • core: also clone component slot children during deepClone 1cf02ef, closes #6891 #6915
  • core: properly mark slot rendered flag in production mode 4fe1a95, closes #6997
  • core: clean up target variables to avoid memory leaks (#6932) c355319, closes #6931
  • core: properly handle nested named slot passing 5a9da95, closes #6996
  • core: properly $off array of events (#6949) c24f3e4
  • ssr: properly render <select v-model> initial state e1657fd, closes #6986
  • ssr: properly render textarea value 79c0d7b, closes #6986
  • ssr: should not optimize root if conditions 4ad9a56, closes #6907
  • types: improve typing for better completion (#6886) 98ea0a3
  • types: relax $options type for TS2.6+ (#6819) 9caed00
  • keep-alive: higher priority for exclude than include (#6905) 604230f
  • v-model: correctly set select v-model initial value on patch (#6910) 58a39df
  • v-model: v-if / v-else not working with :type + v-model (#6955) 0c703e3, closes #6918
  • weex: stop trim css units in richtext component (#6927) 8a784d8
  • quirks: special case for static muted attribute in firefox f2e00f7, closes #6887
  • quirks: handle encoded tabs and newlines in attributes for Chrome a[href] and IE/Edge cfd73c2, closes #6828 #6916
greenkeeper[bot] commented 6 years ago

Version 2.5.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.5.4

Bug Fixes

  • core: clone slot nodes for render function usage as well 13196b2, closes #7041
  • v-on: normlaize @click.right and @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
greenkeeper[bot] commented 6 years ago

Version 2.5.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.5.5

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
greenkeeper[bot] commented 6 years ago

Version 2.5.6 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.5.6

Bug Fixes

  • fix v-model :value warning on custom component 59dea37, closes #7084
greenkeeper[bot] commented 6 years ago

Version 2.5.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.5.7

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
greenkeeper[bot] commented 6 years ago

Version 2.5.8 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.5.8

Bug Fixes

  • fix v-for alias deconstruct regression ebcef58, closes #7096
greenkeeper[bot] commented 6 years ago

Version 2.5.9 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.5.9

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
greenkeeper[bot] commented 6 years ago

Version 2.5.10 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.5.10

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
greenkeeper[bot] commented 6 years ago

Version 2.5.11 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.5.11

Bug Fixes

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

Improvements

greenkeeper[bot] commented 6 years ago

Version 2.5.12 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.5.12

Bug Fixes

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

greenkeeper[bot] commented 6 years ago

Version 2.5.13 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.5.13

Bug Fixes

  • revert auto cache for inline prop literals, fix regressions (#7283)
greenkeeper[bot] commented 6 years ago

Version 2.5.14 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.5.14

Bug Fixes

greenkeeper[bot] commented 6 years ago

Version 2.5.15 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.5.15

Bug Fixes

  • do not traverse VNodes when regsitering dependencies 84a9a9d, closes #7786
greenkeeper[bot] commented 6 years ago

Version 2.5.16 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.5.16

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
greenkeeper[bot] commented 6 years ago

Version 2.5.17 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.5.17

Bug Fixes

  • fix potential xss vulnerability in ssr when using v-bind c28f792
greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.5.18

Includes everything in 2.5.18-beta.0

Bug Fixes

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.5.19

Bug Fixes

  • ssr: should not warn for custom directives that do not have ssr implementation 780dac5, closes #9167
  • vdom: remove unnecessary sameVnode condition 0d4b35f, closes #9168

Reverts

  • fix(sfc): avoid deindent when pad option is specified (#7647) 5d721a4, closes #7647