anjosluc / angular-travisci-firebase

0 stars 0 forks source link

Update @angular/cli to the latest version πŸš€ #7

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.4.4 of @angular/cli just got published.

Dependency @angular/cli
Current Version 1.4.2
Type devDependency

The version 1.4.4 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of @angular/cli. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v1.4.4

Bug Fixes

  • @angular/cli: ensure asset output is within the output path (32e2e3f)
  • @angular/cli: increase keepAliveTimeout for all Node 8 versions (7d7a522)
  • @angular/cli: open app with servePath (0c55e5b)
  • @angular/cli: Refactor skip git flag into schematics (80f0e2e)
  • @angular/cli: support app option for test command (ddeb959)
  • @angular/cli: use local typescriptMismatch if available (870c4d6), closes #7678
  • @angular/cli: use relative paths within ejected config (a42ba6c)
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

Version 1.4.5 just got published.

Update to this version instead πŸš€

Release Notes v1.4.5

Bug Fixes

  • @angular/cli: Correct selecting custom schematic collection (9dd33f8)
  • @angular/cli: update url-loader to 6.0 (0c57dfd)
  • @angular/cli: use webpack 3.6 (61817f7)
greenkeeper[bot] commented 7 years ago

Version 1.4.6 just got published.

Update to this version instead πŸš€

Release Notes 1.4.6

Bug Fixes

  • @angular/cli: do not run e2e task if build fails (46e3033), closes #7567
  • @angular/cli: update copy-webpack-plugin to 4.1.1 (b1fc335)
  • @ngtools/webpack: analyze the typescript file for additional dependencies (50d090f), closes #7995
greenkeeper[bot] commented 7 years ago

Version 1.4.7 just got published.

Update to this version instead πŸš€

Release Notes 1.4.7

Bug Fixes

  • @ngtools/webpack: fix for TypeScript module resolution cache missing in old version (e83dd93)
  • @ngtools/webpack: fix rebuild speed regression (5257673)