MapleSyrupGroup / ngx-flash-messages

MIT License
5 stars 5 forks source link

An in-range update of core-js is breaking the build 🚨 #100

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.5.0 of core-js just got published.

Branch Build failing 🚨
Dependency core-js
Current Version 2.4.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As core-js is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/MapleSyrupGroup/ngx-flash-messages/builds/261540485?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 99 commits.

  • 63ae52d 2.5.0
  • 998f32e update eslint
  • 9025b48 add .of and .from methods on collection constructors to readme
  • 20f055b add Array#flatten and Array#flatMap to readme
  • 860efb6 fix a typo
  • b9203ee update list of iterable DOM collections in readme
  • b4c2e5e remove some unused variables, update changelog
  • fc32be8 add Promise#try to readme
  • ea82fd9 remove caching Function#name, fix #296
  • fd850c3 add Promise#finally to readme
  • a41dd09 fix IE11 WeakMap frozen keys after zloirock/core-js@a69f577
  • 09f45b6 remove tests of excess DOM collections methods - FF have it, I don't think that removing those methods in core-js make sense
  • d230280 fix the list of whitespaces in the Number constructor test
  • 7c39430 move Array#flatten and Array#flatMap to stage 1 per July TC39 meeting
  • d35736f move Promise#finally to stage 3 per July TC39 meeting

There are 99 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

After pinning to 2.4.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 7 years ago

Version 2.5.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.5.1 - 2017.09.01
  • Updated Promise#finally per tc39/proposal-promise-finally#37
  • Optimized usage of some internal helpers for reducing size of shim version
  • Fixed some entry points for virtual methods
Commits

The new version differs by 11 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.5.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.5.2 - 2017.12.09
  • MutationObserver no longer used for microtask implementation in iOS Safari because of bug with scrolling, #339
  • Fixed JSON.stringify(undefined, replacer) case in the wrapper from the Symbol polyfill, #345
  • Array() calls changed to new Array() for V8 optimisation
Commits

The new version differs by 24 commits.

  • a03fd19 2.5.2
  • 1dfbedd revert Symbol.asyncIterator - leave changes like this for core-js@3
  • f2fc21a update eslint and webpack
  • 23904b8 fix #339
  • adeb69d fix #345
  • 5c0fe50 update grunt-contrib-uglify
  • 7f43485 update eslint
  • 16c775f update eslint
  • 0e05248 Merge pull request #350 from rqrqrqrq/feature/spelling
  • 616b90c fix typos in readme
  • df3e18c update eslint
  • 83ef517 move async iteration to the stage 3
  • ab8ad81 update some dev dependencies
  • e44fc05 sort the list of dev dependencies, use caret ranges for some of dev dependencies
  • bca7744 update eslint

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.5.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.5.3 - 2017.12.12
  • Fixed calling onunhandledrejectionhandler multiple times for one Promise chain, #318
  • Forced replacement of String#{padStart, padEnd} in Safari 10 because of a bug, #280
  • Fixed Array#@@iterator in a very rare version of WebKit, #236 and #237
  • One more #345-related fix
Commits

The new version differs by 9 commits ahead by 9, behind by 2.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.5.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.5.4 - 2018.03.27
  • Fixed one case of deoptimization built-in iterators in V8, related #377
  • Fixed some cases of iterators feature detection, #368
  • Fixed manually entered NodeJS domains issue in Promise, #367
  • Fixed Number.{parseInt, parseFloat} entry points
  • Fixed __(define|lookup)[GS]etter__ export in the library version
Commits

The new version differs by 25 commits ahead by 25, behind by 3.

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.5.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.5.5 - 2018.04.08
  • Fix some edge cases of Reflect.set, #392 and #393
Commits

The new version differs by 10 commits ahead by 10, behind by 6.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.5.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 17 commits ahead by 17, behind by 8.

  • c31ae34 2.5.6
  • 3bbe23d add modern version internal debugging information about used versions
  • cfd9371 add a webos-related comment
  • 1e8a890 fix v8 6.6 (Node 10 and Chrome 66) Promise bug with resolving custom thenables
  • 3520378 fix #396
  • 7902263 2.5.5
  • 8a6e82a fix #392, #393
  • b34b0c3 2.5.4
  • 3119c26 fix one case of built-in iterators deoptimization in V8, related #377
  • c77b93a revert e1ffbae because of #368
  • 902d4f8 2.5.3
  • 86d7a90 2.5.2
  • c4c2843 revert Symbol.asyncIterator - leave changes like this for core-js@3
  • 167408c update changelog
  • 9f7fcc1 disable Node 10 on Travis on master and v2 branches because of some strange livescript-related issues (reproducible only on Travis), will be restored on v3 branch

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.5.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.5.7 - 2018.05.26
  • Get rid of reserved variable name final, related #400
Commits

The new version differs by 19 commits ahead by 19, behind by 13.

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 2.6.0 - 2018.12.05
Commits

The new version differs by 11 commits.

  • f980318 2.6.0
  • f0b4154 add es6.regexp.exec as a direct dependency of _fix-re-wks for prevent breakage of existent code
  • a221e2a replace redefine by hide because of Chrome 38 bug with symbols conversion
  • 41e41e9 add some caps for the library version
  • 79db861 Merge pull request #458 from nicolo-ribaudo/backport-453
  • b0a70f9 Backport 41a8b12c8e641061e3576f89023f0a8fa903b81b
  • f77f88e Backport gh-453
  • 04b76e8 Merge pull request #435 from nicolo-ribaudo/backport-named-replace
  • 2b102b7 Polyfll named groups in RegExp#@@replace
  • fd64c48 Merge pull request #428 from nicolo-ribaudo/backport-es2015-regex
  • bc6ed09 Make RegExp#[Symbol.*] methods call exec

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 2.6.1 - 2018.12.18
  • Fixed an issue with minified version, #463, #465
Commits

The new version differs by 3 commits.

  • a5def74 2.6.1
  • 3866e96 Merge pull request #465 from nicolo-ribaudo/fix-regression-463
  • af4a972 Fix bug #463

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 2.6.3 - 2019.01.22
  • Added a workaround for babel-minify bug, #479
Commits

The new version differs by 6 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 2.6.4 - 2019.02.07
  • Added a workaround against crushing an old IE11.0.9600.16384 build, #485.
Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 2.6.5 - 2019.02.15
  • Fixed buggy String#padStart and String#padEnd mobile Safari implementations, #414.
Commits

The new version differs by 2 commits.

  • e778e80 2.6.5
  • 990ae2f fix buggy String#padStart and String#padEnd mobile Safari implementations, backport of 16dbccf

See the full diff