The devDependency rollup was updated from 1.12.5 to 1.13.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.
Release Notes for v1.13.0
2019-05-31
Features
Omit exports and module from SystemJS wrapper if possible (#2880)
Try to use the first letters of names when mangling exports (#2885)
Bug Fixes
Avoid conflicts with local variables when using format specific globals to render dynamic imports and file URLs (#2880)
Do not produce undefined reexports when reexporting from entry points (#2885)
Pull Requests
#2880: Deconflict global variables used inside format-specific code (@lukastaegert)
#2885: Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (@lukastaegert)
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).
The devDependency rollup was updated from
1.12.5
to1.13.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.
Release Notes for v1.13.0
2019-05-31
Features
exports
andmodule
from SystemJS wrapper if possible (#2880)Bug Fixes
Pull Requests
Commits
The new version differs by 5 commits.
df11753
Fix linting
a630866
1.13.0
52268a9
Update changelog
b006d13
Deconflict global variables used inside format-specific code (#2880)
70b0844
Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (#2885)
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: