dhis2-club-tanzania / integration-app

0 stars 0 forks source link

An in-range update of @angular/cli is breaking the build 🚨 #19

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency @angular/cli was updated from 8.3.18 to 8.3.19.

🚨 View failing branch.

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

@angular/cli 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 passed ([Details](https://travis-ci.org/hisptz/integration-app/builds/611591386?utm_source=github_status&utm_medium=notification)). - ✅ **Travis CI - Branch:** The build **passed**. - ❌ **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: 0dfb9e90b5d04cbea09a8cd5c60dd562

Release Notes for v8.3.19

Commits

@angular/cli (8.3.19)

Commit Description Notes
clarify ng update outdated message
add pnpm options to install package task
remove no-bin-links during npm/yarn install

@schematics/update (0.803.19)

Commit Description Notes
add pnpm and cnpm as a valid packageManagers


Special Thanks

Alan Agius, Minko Gechev

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:

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.86. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

greenkeeper[bot] commented 4 years ago

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.3.20

Commits

@angular/cli (8.3.20)

Commit Description Notes
fix package manager warnings when running temporary install
use spawned process error when it's available
handle null stderr during npm install
only show add/update package install output on errors [Closes #16014]
[Closes #16027]

@angular-devkit/build-angular (0.803.20)

Commit Description Notes
properly process es2016+ targets with differential loading
downlevel iteration during differential loading [Closes #16229]


Special Thanks

Charles Lyding, Alan Agius, vikerman

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.3.24

Commits

@angular-devkit/build-angular (0.803.24)

Commit Description Notes
support TSLint 6.0+
remove unneeded regex polyfills


Special Thanks

Charles Lyding, Minko Gechev, Cédric Exbrayat

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.3.25

Commits

Misc

Commit Description Notes
remove alias for ng doc command

@angular-devkit/build-angular (0.803.25)

Commit Description Notes
provide supported browsers to babel
add crossorigin attribute to lazy chunks [Closes #16801]


Special Thanks

Alan Agius, Charles Lyding, Minko Gechev