yourtion / vue-json-ui-editor

Edit JSON in UI form with JSON Schema and Vue.js
http://jsonui.js.org/
MIT License
511 stars 94 forks source link

An in-range update of vue-server-renderer is breaking the build 🚨 #18

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 2.5.17 of vue-server-renderer was just published.

Branch Build failing 🚨
Dependency vue-server-renderer
Current Version 2.5.16
Type devDependency

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

vue-server-renderer is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

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

Release Notes v2.5.17

Bug Fixes

  • fix potential xss vulnerability in ssr when using v-bind c28f792
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.5.16 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

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 still failing with this version. Compare changes

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

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.5.21

Bug Fixes

Performance Improvements

  • skip normalization on single child element v-for 4074104