Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Update rollup-plugin-vue to the latest version 馃殌 #281

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented May 2, 2018

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鈥檛 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鈥檛 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. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

@codecov-io
Copy link

codecov-io commented May 2, 2018

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 added a commit that referenced this pull request May 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 6, 2018

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 added a commit that referenced this pull request May 9, 2018
greenkeeper bot added a commit that referenced this pull request May 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 12, 2018

Version 4.1.1 just got published.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request May 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 12, 2018

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 added a commit that referenced this pull request May 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 12, 2018

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 added a commit that referenced this pull request May 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 15, 2018

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 added a commit that referenced this pull request May 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 25, 2018

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 added a commit that referenced this pull request May 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 25, 2018

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 added a commit that referenced this pull request Jun 24, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 24, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant