katallaxie / vue-preboot

:neckbeard: A teeny Vue.js + TypeScript boilerplate with SSR :thumbsup:. It is opinionated and powered by Webpack.
MIT License
9 stars 0 forks source link

Update vue-property-decorator to the latest version 🚀 #69

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 7.0.0 of vue-property-decorator was just published.

Dependency vue-property-decorator
Current Version 6.1.0
Type devDependency

The version 7.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of vue-property-decorator.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v7.0.0

Since this version, reflect-metada is not included, so @Prop cannot set a type opinion implicitly.
Whereas, there have been reported some issues related to reflect-metada, so these issues will be solved.

Commits

The new version differs by 10 commits.

  • 2e8b1de version 7.0.0
  • 02e4a51 udpate tsconfig.json
  • 8a449e2 update document
  • 1d2f341 remove reflect-metadata and update test
  • e031552 remove yarn-error.log
  • 7a3ea58 Merge pull request #105 from Deathangel908/master
  • 67f74c8 bumped vue-class-component for mixin, fixed a typo
  • e179279 Merge pull request #100 from yohengh/master
  • d91fd3b Merge branch 'master' into master
  • 942e09c export Mixins

See the full diff

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: