vire / jest-vue-preprocessor

Preprocessor that allows importing of .vue files in jest tests
MIT License
130 stars 27 forks source link

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

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

Dependency vue-property-decorator
Current Version 6.0.0
Type dependency

The version 6.1.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.


Commits

The new version differs by 19 commits.

There are 19 commits in total.

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:

codecov-io commented 6 years ago

Codecov Report

Merging #75 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #75   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines           4      4           
=====================================
  Hits            4      4

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5632e77...6bf8782. Read the comment docs.

greenkeeper[bot] commented 6 years ago

Version 7.0.0 just got published.

Update to this version instead 🚀

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