maple3142 / vuejs-contextmenu

vue.js contextmenu wrapper
1 stars 0 forks source link

Update rollup-plugin-vue to the latest version πŸš€ #9

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

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

Dependency rollup-plugin-vue
Current Version 3.0.0
Type devDependency

The version 4.1.4 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 30 commits ahead by 30, behind by 6.

  • b8db23a chore(release): 4.1.4
  • b3d63f0 fix: Use named import querystring module (#199)
  • 11739b4 chore(release): 4.1.3
  • 4295c0d chore: Add prepublish script
  • f03bfca chore(release): 4.1.2
  • 43aed61 chore: Move docs generation task to postchangelog hook (#195)
  • c73bc23 $ jest
  • 73f944c fix: Change main file in package.json
  • e930d1c chore(release): v4.1.0
  • 27881f0 chore: use standard version
  • e19d910 chore: Add inline docs (#193)
  • 05176a8 fix: Use file basename in vue block imports (#192)
  • 758e330 feat: Migrate codebase to typescript (#191)
  • 2806494 chore: Release v4.0.2
  • d3f44ea chore: Add script to publish package

There are 30 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:

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

greenkeeper[bot] commented 6 years ago

Version 4.3.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 3cee575 chore(release): 4.3.1
  • 19f2cb6 chore: Bump @vue/component-compiler & @vue/component-compiler-utils (#220)
  • 744b057 chore: Use npm script to build docs

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 3c3b92e chore(release): 4.3.2
  • 7ff8da8 chore: Bump @vue/component-compiler

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • 9aeee7f chore(release): 4.4.0
  • 3aa9fe7 test: Properly encode testfixture imports (#254)
  • 27bc6f8 fix(README): logo URL (#246)
  • 3c1113b fix: Copy SFCDescriptor before further passing it to processors (#243)
  • 5d8aa49 fix: Throw style compilation errors (#235)
  • deab460 chore(release): 4.4.0-alpha.0
  • 3549e11 feat: Use runtime helper package instead of inline generated code
  • 20bfd08 feat: Expose TypeScript declarations (#225)
  • c2d0a7c chore: Various doc recommendations (#222)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 8 commits.

  • bc2823d chore(release): 4.5.0
  • b503965 fix #233, Update cookbook library example
  • 2ae1bbf feat: Add beforeAssemble hook
  • 08229a0 fix #245, Add FAQs page
  • 9874a59 fix #251, Update source-map package
  • e28b7ab fix #258, Add link to enable production mode
  • 3fbc8eb fix: Use rollup's resolveId instead of require.resolve to resolve internal modules
  • 7530dfa fix #257, resolve runtime helpers path

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • dcdf8aa chore(release): 4.6.0
  • 5ac7474 feat: Migrate from tsc to rollup

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 3f6afd2 chore(release): 4.6.1
  • 9e348f3 fix: Clean dist directory
  • 285ad60 docs: Add note to disable clean css
  • a335caa chore: fix docs deploy script

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for Version 4.7.0

Bug Fixes

  • Use isProduction when defined and fallback to NODE_ENV/BUILD (5fb30ce)
  • Use template.isProduction option if set (#267) (911eabc)

Features

  • Add data option to allow prepending style block content (a5711f6), closes #93
  • Add exposeFilename to control __file property (5c1dffb)
  • Combine customBlocks inclusion/exclusion option (8ae8568)
Commits

The new version differs by 12 commits.

  • 8707e70 chore(release): 4.7.0
  • a5711f6 feat: Add data option to allow prepending style block content
  • c61e6d6 test: customTag option
  • 8ae8568 feat: Combine customBlocks inclusion/exclusion option
  • 5c1dffb feat: Add exposeFilename to control __file property
  • 5fb30ce fix: Use isProduction when defined and fallback to NODE_ENV/BUILD
  • 911eabc fix: Use template.isProduction option if set (#267)
  • 3c9293c docs: Add FAQ on version 4.6.2 error message (#265)
  • fd3dfb9 docs: Add CommonJS plugin in example as it's required in most cases
  • dcd18a7 Update ISSUE_TEMPLATE.md
  • cb566b2 chore(release): 4.6.2
  • a5de6a4 chore: Update vue-runtime-helpers

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • e1ae9b8 chore(release): 4.7.1
  • eb1c863 fix: Add deprecation warning for *CustomBlocks options

See the full diff