react-redux-universal-hot-example
react-redux-universal-hot-example copied to clipboard
An in-range update of core-js is breaking the build π¨
The dependency core-js was updated from 3.4.6 to 3.4.7.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
core-js is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
Release Notes for 3.4.7 - 2019.12.03
- Fixed an NPM publishing issue
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot :palm_tree:
After pinning to 3.4.6 your tests are passing again. Downgrade this dependency π.
- The
dependencycore-js was updated from3.4.7to3.4.8.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for 3.4.8 - 2019.12.09
- Added one more workaround for broken in previous versions
inspectSourcehelper, #719 - Added Opera Mobile compat data
- Updated Samsung Internet, iOS, old Node and Android compat data mapping
es.string.match-allmarked as completely supported in FF73- Generate
core-js-compat/modulessince often we need just the list ofcore-jsmodules
- The
dependencycore-js was updated from3.4.8to3.5.0.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for 3.5.0 - 2019.12.12
- Added object iteratoration stage 1 proposal:
Object.iterateKeysObject.iterateValuesObject.iterateEntries
- The
dependencycore-js was updated from3.5.0to3.6.0.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for 3.6.0 - 2019.12.19
- Added support of sticky (
y)RegExpflag, #372, #732, #492, thanks @cvle and @nicolo-ribaudo - Added
RegExp#testdelegation toRegExp#exec, #732, thanks @cvle - Fixed some cases of
Object.create(null)in IE8-, #727, #728, thanks @aleen42 - Allowed object of minimum environment versions as
core-js-compatandcore-js-buildertargetsargument - Allowed corresponding to Babel
targets.esmodules,targets.browsers,targets.nodeoptions incore-js-compatandcore-js-builder - Engines in compat data and results of targets parsing sorted alphabetically
- Fixed
features/instance/match-allentry compat data - Fixed
Array.prototype[@@unscopables]descriptor (was writable) - Added Samsung Internet 11 compat data mapping
- The
dependencycore-js was updated from3.6.0to3.6.1.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for 3.6.1 - 2019.12.25
- Fixed a bug related
Symbolwith multiple copies ofcore-js(for3.4.2-3.6.0), #736 - Refactored some tools