joekrill / elk-client

Elk M1 client library for Node.JS
https://joekrill.github.io/elk-client/
MIT License
1 stars 1 forks source link

Update rollup to the latest version 🚀 #16

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency rollup was updated from 0.68.2 to 1.0.0.

This version 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.


Find out more about this release.

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:

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 130


Totals Coverage Status
Change from base Build 120: 0.0%
Covered Lines: 481
Relevant Lines: 482

💛 - Coveralls
greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v1.0.1

2019-01-03

Bug Fixes

  • Properly handle reexporting an external default export for non-ESM targets when using named exports mode (#2620)
  • Do not (wrongly) re-declare input options in the merged RollupOptions type (#2622)

Pull Requests

Commits

The new version differs by 6 commits.

  • fbb5f9e 1.0.1
  • e7b3c78 Update changelog
  • eda15fa Update changelog
  • 5ff6352 Show how to skip imports for optional plugins (#2627)
  • 6d32530 Simplify RollupOptions (#2622)
  • f5364d9 Fixed issue with reexporting default as default with {exports: named, interop: true} options. (#2620)

See the full diff

joekrill commented 4 years ago

:tada: This PR is included in version 1.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: