This version is covered by your current version range and after updating it in your project the build failed.
rollup is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/chrisguttandin/extendable-media-recorder-wav-encoder/builds/597995880?utm_source=github_status&utm_medium=notification)).
Release Notes for v1.24.0
2019-10-15
Features
Respect break, continue, return and throw when tree-shaking to detect dead code (#3153)
Do treat treat hoisted function declarations as "unknown" when checking for call side-effects (#3153)
Bug Fixes
Make sure that unknown import.meta properties produce valid code in SystemJS (#3152)
Make sure treeshake.annotations: false is respected for class instantiation (#3153)
Check property access side-effects for class instantiation (#3153)
Do not suppress break statements inside labeled statements (#3153)
Pull Requests
#3152: Allow import.meta.* for systemjs format (@dmail)
#3153: Get rid of immutable.js and implement tree-shaking for broken control flow (@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.23.1
to1.24.0
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
rollup is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/chrisguttandin/extendable-media-recorder-wav-encoder/builds/597995880?utm_source=github_status&utm_medium=notification)).Release Notes for v1.24.0
2019-10-15
Features
break
,continue
,return
andthrow
when tree-shaking to detect dead code (#3153)Bug Fixes
import.meta
properties produce valid code in SystemJS (#3152)treeshake.annotations: false
is respected for class instantiation (#3153)Pull Requests
Commits
The new version differs by 4 commits.
4fd918f
1.24.0
b5a9f47
Update changelog
f6db7bc
Allow import.meta.* for systemjs format (#3152)
4b16548
Get rid of immutable.js and implement tree-shaking for broken control flow (#3153)
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: