brunobesson / c2c-stats

https://brunobesson.github.io/c2c-stats/
GNU Affero General Public License v3.0
0 stars 0 forks source link

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

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.6.4 of @angular/cli was just published.

Branch Build failing 🚨
Dependency @angular/cli
Current Version 1.6.3
Type devDependency

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/brunobesson/c2c-stats/builds/327908701?utm_source=github_status&utm_medium=notification)

Release Notes v1.6.4

Bug Fixes

  • @angular/cli: copy assets with special character paths (c7735ab)
  • @angular/cli: ensure stylesheet relative tilde path conversion (23604bf)
  • @angular/cli: fix old webpack's website links (2c4ba86)
  • @angular/cli: license plugin config (da0348f)
  • @angular/cli: remove postcss-custom-properties (4827bd1), closes #8289
  • @angular/cli: show only changed chunks on build (9177ab3), closes #8621
  • @angular/cli: support no semicolon scripts (af5977c)
  • @angular/cli: update autoprefixer (975f45a), closes #9020
  • @angular/cli: update to istanbul-instrumenter-loader 3.0.0 (e4e46c9), closes #9002
  • @ngtools/webpack: redo #7619 in angular_compiler_plugin (da99290)
  • @ngtools/webpack: remove message handler on main process (6a34c9c)
  • @ngtools/webpack: update engine to node 6.9 minumum (cfc6fb6), closes #6608
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 6 years ago

After pinning to 1.6.3 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 1.6.5 just got published.

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

Release Notes v1.6.5

Bug Fixes

  • @angular/cli: allow TS 2.6 for Angular >= 5.2 (938072a)
  • @angular/cli: correct CSS resource resolving (90abbd7)
  • @angular/cli: ensure webpack 3 sass-loader support (9dc7c5d)
  • @angular/cli: fix dependencies to devkit to known working versions (c7aefaa)
  • @angular/cli: Fixed lint not excluding files when project folder name started with a dot (9a04ce3)
  • @angular/cli: normalize asset windows paths (31f5b54)
  • @angular/cli: remove ES2015 live-reload requirement (5e17933)
  • @angular/cli: standardize inline/rebase stylesheet behavior (1368990)
  • @angular/cli: workaround TS decorator transformer defect (c749d4e)
  • @ngtools/webpack: allow # in paths (3642605)
  • @ngtools/webpack: Allow for usage of Angular v6.. (3ea6644)
  • @ngtools/webpack: don't elide identifiers that are still exported (86151ed), closes #9180
greenkeeper[bot] commented 6 years ago

Version 1.6.6 just got published.

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

greenkeeper[bot] commented 6 years ago

Version 1.6.7 just got published.

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

greenkeeper[bot] commented 6 years ago

Version 1.6.8 just got published.

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

greenkeeper[bot] commented 6 years ago

Version 1.7.0 just got published.

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

greenkeeper[bot] commented 6 years ago

Version 1.7.1 just got published.

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

greenkeeper[bot] commented 6 years ago

Version 1.7.2 just got published.

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

Release Notes v1.7.2

Bug Fixes

  • @angular/cli: prevent greedy CSS url function capture (f1304b3)
greenkeeper[bot] commented 6 years ago

Version 1.7.3 just got published.

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

Release Notes v1.7.3

Bug Fixes

  • @angular/cli: update clean-css to handle parsing edge cases (d5d1d9b)
  • @angular/cli: workaround ES2015 minifier inlining defect (6a55af3)
  • @ngtools/webpack: ensure webpack errors are actually an Error (ffcc386)
  • @ngtools/webpack: prevent relative request path mapping (f5e5d57)
greenkeeper[bot] commented 6 years ago

Version 1.7.4 just got published.

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

Release Notes 1.7.4

Bug Fixes

  • @angular/cli: Pass logger to allow schematics to log messages (6afa952), closes #9976