Mischa1610 / crossBILLy

THIS REPO IS ARCHIVED, I WILL MOVE EVERYTHING INTO MY MONOREPO: https://github.com/Mischa1610/alekseew. Web- and Cross-Platform-App (Web PWA, Windows, Mac OS X, iOS and Android) for easy bill generation. This project should help to maintain customer data, do the invoicing / billing, ... Used or tryout frameworks / platforms / libraries / techniques: Angular, Ionic Capacitor, (Cordova, Electron), FireBase Hosting and many more... [see Readme].
https://github.com/Mischa1610/alekseew
MIT License
2 stars 0 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency @angular/cli was updated from 8.0.1 to 8.0.2.

🚨 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 failed ([Details](https://travis-ci.org/Mischa1610/crossBILLy/builds/542523926?utm_source=github_status&utm_medium=notification)). - ❌ **Travis CI - Branch:** The build **failed**.

Release Notes for v8.0.2

Commits

@angular/cli (8.0.2)

Commit Description Notes
use recommended TTY check logic [Closes #14640]
avoid updating when package is already up to date [Closes #14647]
resolve update migrations from referenced package root
add analytics option to options schema

@schematics/angular (8.0.2)

Commit Description Notes
default Ivy apps to AOT true
move browserslist even when no sourceRoot is available [Closes #14660]
add '@angular-devkit/build-webpack' package to the version 8 migration
update `ng-packagr` and `tsickle` when migrating to version 8

@angular-devkit/build-angular (0.800.2)

Commit Description Notes
re-order ES5 polyfills in karma HTMLs [Closes #14618]
server build is generating un-needed polyfill file [Closes #14655]

@angular-devkit/build-optimizer (0.800.2)

Commit Description Notes
wrap ClassDeclarations in an IIFE for better treeshaking [Closes #14610]
wrap es2015 class expressions for better tree-shaking [Closes #14610]
[Closes #14577]

@ngtools/webpack (8.0.2)

Commit Description Notes
always strip BOM when reading files
rebuilding project with errors reports cannot find .ts files in JIT [Closes #14644]


Special Thanks

Alan Agius, Alan, Charles Lyding, Amadou Sall, Judy Bogart, Alex Eagle, Matt Lewis, Filipe Silva

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:

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.0.3

Commits

@angular/cli (8.0.3)

Commit Description Notes
only enable CLI 1.x update handling when no new config [Closes #14703]
allow update when git is unclean outside the workspace

@schematics/angular (8.0.3)

Commit Description Notes
remove `lint` target from minimal projects [Closes #14727]
enable tsc `downlevelIteration` [Closes #14697]

@angular-devkit/architect (0.800.3)

Commit Description Notes
error out when invalid configurations are provided [Closes #14654]

@angular-devkit/build-angular (0.800.3)

Commit Description Notes
always disable `buildOptimizer` when extracting i18n
browsers that partially support es6 modules are being marked as not supported [Closes #14580]
nomodule polyfill for Safari 10.1 and iOS Safari 10.3 [Closes #14680]

@ngtools/webpack (8.0.3)

Commit Description Notes
avoid resetting emit skipped flag before emit [Closes #14719]

@schematics/update (0.800.3)

Commit Description Notes
remove update all suggestion message


Special Thanks

Filipe Silva, Alan Agius, Charles Lyding, Judy Bogart, Keen Yee Liau, Ben Lesh

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.0.4

Commits

@angular/cli (8.0.4)

Commit Description Notes
correct git branch in ng version
ensure analytics prompt exceptions are caught [Closes #14684]

@schematics/angular (8.0.4)

Commit Description Notes
enable tsickle for library compilation
remove `emitDecoratorMetadata` TS option for new applications
improve pipe signature [Closes #12602]
remove indentation in component html [Closes #14816]
support adding web-worker to pre version 8 applications [Closes #14791]

@angular-devkit/build-angular (0.800.4)

Commit Description Notes
re-order reporters to set code coverage at the very end
remove certain redundant build steps from second build in differential loading
browser builder should not swollow error messages [Closes #14813]
browser builder should not swollow error messages [Closes #14813]
emit warning when using extract-i18n in Ivy [Closes #14225]

@angular-devkit/build-optimizer (0.800.4)

Commit Description Notes
incorrectly augmented ES2015 default class exports [Closes #14769]
wrap TypeScript string enums in IIFE [Closes #14786]

@ngtools/webpack (8.0.4)

Commit Description Notes
ensure references for constructor parameter types
downlevel constructor parameter type information
remove old TypeScript workarounds
avoid re-running full emit when there wasn't a an emit [Closes #14775]


Special Thanks

Alan Agius, Charles Lyding, Hans Larsen, Lakhyari, Cédric Exbrayat, SamanthaAdrichem

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v8.0.6

Commits

@angular/cli (8.0.6)

Commit Description Notes
report RAM in gigabytes instead of megabytes


Special Thanks

vikerman, Hans Larsen