posva / vue-mdc

Material web components for Vue.js
MIT License
1.19k stars 101 forks source link

Update rollup-plugin-vue to the latest version ๐Ÿš€ #281

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 4.0.1 of rollup-plugin-vue was just published.

Dependency rollup-plugin-vue
Current Version 3.0.0
Type devDependency

The version 4.0.1 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 rollup-plugin-vue.

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 12 commits ahead by 12, behind by 6.

  • 3d1d210 chore: release version 4.0.1
  • 2fddee1 feat: Convert script & styles to import statements (#184)
  • 8409424 feat: Use @vue/component-compiler (#182)
  • 31a8c57 Upgrade PostCSS to 6.0.* (#176)
  • f918a7f fix: edit example conf.js (#161)
  • 9e1b315 chore: Use cross-env in npm scripts; closes vuejs/rollup-plugin-vue#167 (#168)
  • 0c207dc 3.0.0
  • 7c6c56a fix: move vue-template-compiler to peer dependencies
  • 684de42 fix: use prepare instead of prepublish
  • abd8b06 2.5.4
  • 41f823a 2.5.3
  • 302ad64 Revert "fix: move vue-template-compiler to dev & peer dependencies"

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 #281 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #281   +/-   ##
=======================================
  Coverage   95.75%   95.75%           
=======================================
  Files          25       25           
  Lines         165      165           
  Branches       10       10           
=======================================
  Hits          158      158           
  Misses          6        6           
  Partials        1        1

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 bf4795c...da22c6f. Read the comment docs.

greenkeeper[bot] commented 6 years ago

Version 4.0.2 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 5 commits.

  • 2806494 chore: Release v4.0.2
  • d3f44ea chore: Add script to publish package
  • 4601385 chore: Add missing dependency (querystring) (#189)
  • 3a64402 fix: When using extract CSS add scopeId to component for scoped CSS (#188)
  • 4110dbb feat: Improve compatibility with other plugins that uses query parameters (#185)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.1 just got published.

Update to this version instead ๐Ÿš€

greenkeeper[bot] commented 6 years ago

Version 4.1.2 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 2 commits.

  • f03bfca chore(release): 4.1.2
  • 43aed61 chore: Move docs generation task to postchangelog hook (#195)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.3 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.4 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 2 commits.

  • b8db23a chore(release): 4.1.4
  • b3d63f0 fix: Use named import querystring module (#199)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.5 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 4 commits.

  • 96a7d18 chore(release): 4.1.5
  • fa7661e fix: Handle Vue.extend constructor export from .vue file (#206)
  • 98e75eb chore: Add .nojekyll file to docs/
  • ecb2d87 fix: Resolve src attr value with require.resolve (#205)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.2.0 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 2 commits.

  • 534c04b chore(release): 4.2.0
  • 1c77e2a feat: Use regex to filter .vue files

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.0 just got published.

Update to this version instead ๐Ÿš€

Release Notes Version 4.3.0

Bug Fixes

  • Transform require in render function compiled from <template> (#212) (89839f2)

Features

  • Provide sourcemap for blocks in .vue file (#215) (a5928ad)
Commits

The new version differs by 8 commits.

  • 5fb2fa8 chore(release): 4.3.0
  • a5928ad feat: Provide sourcemap for blocks in .vue file (#215)
  • 77a3be7 chore: Update repo links in package.json (#213)
  • 41fc1cc chore: Add CNAME and GA
  • 674700c chore: Add cookbook examples
  • b63e4b6 chore: Add docs deploy script
  • ea6ac4e docs: Docs for RPV (#211)
  • 89839f2 fix: Transform require in render function compiled from <template> (#212)

See the full diff