Open greenkeeper[bot] opened 5 years ago
Issue-Label Bot is automatically applying the label bug
to this issue, with a confidence of 0.91. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
After pinning to 3.3.6 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
dependency
core-js was updated from 3.4.0
to 3.4.1
.Your tests are still failing with this version. Compare changes
(Async)Iterator#flatMap
mapper returns a non-iterable, per tc39/proposal-iterator-helpers/55 and tc39/proposal-iterator-helpers/59AggregateError#toString
, per tc39/proposal-promise-any/49core-js
Promise
polyfill passes feature detection in the pure versionsString#replaceAll
callbacksString#replaceAll
marked as supported by FF72dependency
core-js was updated from 3.4.1
to 3.4.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
String#replaceAll
is available only in nightly FF buildsPromise
feature detection for the case of V8 6.6 with multiple core-js
copiesnode -e
in postinstall
scriptsdependency
core-js was updated from 3.4.2
to 3.4.3
.Your tests are still failing with this version. Compare changes
es.json.stringify
and some modules from iteration helpers proposal in some entry pointsString#{ endsWith, startsWith }
MDN polyfills bugs, #702.size
property descriptor of Map
/ Set
in the pure versiondependency
core-js was updated from 3.4.3
to 3.4.4
.Your tests are still failing with this version. Compare changes
Promise#finally
bug (critical for core-js-pure
)esnext.string.code-points
in core-js/features/string
entry pointIterator
proposal feature detection for the case of non-standard Iterator
in FF44-dependency
core-js was updated from 3.4.4
to 3.4.5
.Your tests are still failing with this version. Compare changes
Object.assign
, MS Edge bugToLength
in Array#{ filter, map }
, FF48-49 and MS Edge 14- issuesReflect.set
which allows setting the property to object with non-writable property on the prototypeinspectSource
helper with multiple core-js
copies and some related features like some edge cases of Promise
feature detectiondependency
core-js was updated from 3.4.5
to 3.4.6
.Your tests are still failing with this version. Compare changes
core-js-compat
helpers ie_mob
normalizationgetModulesListForTargetVersion
core-js-compat
helperpostinstall
script, #707dependency
core-js was updated from 3.4.6
to 3.4.7
.Your tests are still failing with this version. Compare changes
dependency
core-js was updated from 3.4.7
to 3.4.8
.Your tests are still failing with this version. Compare changes
inspectSource
helper, #719es.string.match-all
marked as completely supported in FF73core-js-compat/modules
since often we need just the list of core-js
modulesdependency
core-js was updated from 3.4.8
to 3.5.0
.Your tests are still failing with this version. Compare changes
Object.iterateKeys
Object.iterateValues
Object.iterateEntries
dependency
core-js was updated from 3.5.0
to 3.6.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
y
) RegExp
flag, #372, #732, #492, thanks @cvle and @nicolo-ribaudoRegExp#test
delegation to RegExp#exec
, #732, thanks @cvleObject.create(null)
in IE8-, #727, #728, thanks @aleen42core-js-compat
and core-js-builder
targets
argumenttargets.esmodules
, targets.browsers
, targets.node
options in core-js-compat
and core-js-builder
features/instance/match-all
entry compat dataArray.prototype[@@unscopables]
descriptor (was writable)dependency
core-js was updated from 3.6.0
to 3.6.1
.Your tests are still failing with this version. Compare changes
Symbol
with multiple copies of core-js
(for 3.4.2-3.6.0
), #736dependency
core-js was updated from 3.6.4
to 3.6.5
.Your tests are still failing with this version. Compare changes
The dependency core-js was updated from
3.3.6
to3.4.0
.π¨ 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 passed ([Details](https://travis-ci.org/hisptz/integration-app/builds/608452742?utm_source=github_status&utm_medium=notification)). - β **WhiteSource Security Check:** The Security Check found 7 vulnerabilities.| Severity | CVSS Score |CVE | GitHub Issue | | ------------- |-------------|-----|------| | High | 7.3 | [WS-2019-0291](https://github.com/wycats/handlebars.js/issues/1558 "Go to CVE Details") | [#8](https://github.com/hisptz/integration-app/issues/8 "Go to GitHub Issue") | Medium | 6.1 | [CVE-2012-6708](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6708 "Go to CVE Details") | [#6](https://github.com/hisptz/integration-app/issues/6 "Go to GitHub Issue") | Medium | 6.1 | [CVE-2019-11358](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358 "Go to CVE Details") | [#3](https://github.com/hisptz/integration-app/issues/3 "Go to GitHub Issue") | Medium | 6.1 | [CVE-2015-9251](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9251 "Go to CVE Details") | [#2](https://github.com/hisptz/integration-app/issues/2 "Go to GitHub Issue") | Medium | 5.0 | [WS-2019-0043](https://hackerone.com/reports/390929 "Go to CVE Details") | [#7](https://github.com/hisptz/integration-app/issues/7 "Go to GitHub Issue") | Medium | 4.3 | [CVE-2011-4969](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4969 "Go to CVE Details") | [#5](https://github.com/hisptz/integration-app/issues/5 "Go to GitHub Issue") | Medium | 4.3 | [WS-2016-0090](https://github.com/jquery/jquery/commit/b078a62013782c7424a4a61a240c23c4c0b42614 "Go to CVE Details") | [#4](https://github.com/hisptz/integration-app/issues/4 "Go to GitHub Issue") Scan token: bd49f8cea88c4a0e9f04eb6b7f591f61 - β **Travis CI - Branch:** The build **passed**.
Release Notes for 3.4.0 - 2019.11.07
JSON.stringify
, ES2019 feature, thanks @ExE-Boss and @WebReflection for the ideaMath.signbit
, #687, thanks @chicoxyzzyFAQ 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: