LVM-IT / lvo-logging-lib

Logging facade for different Logging-Backends (Console, LocalStorage, Graylog)
Other
3 stars 0 forks source link

Update @angular/cli to the latest version 🚀 #9

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.2.0 of @angular/cli just got published.

Dependency @angular/cli
Current Version 1.1.3
Type dependency

The version 1.2.0 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 1.2.0

Bug Fixes

  • @angular/cli: bump jasmine and add jasminewd2 types (9b678ea)
  • @angular/cli: Changed init order to make sure all files gets committed (34274bf)
  • @angular/cli: Fixed e2e task to respect --publicHost setting as baseUrl for protractor (#6266) (5484ec7)
  • @angular/cli: glob copy plugin config (405b887)
  • @angular/cli: Improve comment in sample html (81ef4b6)
  • @angular/cli: remove slash in the end of open tag (b1b1160)
  • @ngtools/webpack: allow webpack 3 peer dependency (2121223)
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:

codecov[bot] commented 7 years ago

Codecov Report

Merging #9 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master      #9   +/-   ##
======================================
  Coverage    88.1%   88.1%           
======================================
  Files           7       7           
  Lines         227     227           
  Branches       22      22           
======================================
  Hits          200     200           
  Misses         13      13           
  Partials       14      14

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e80d2c1...1ff567b. Read the comment docs.

greenkeeper[bot] commented 7 years ago

Version 1.3.0-beta.0 just got published.

Update to this version instead 🚀

Release Notes 1.3.0-beta.0

Bug Fixes

  • @angular/cli: allow public host option to accept only hostname (d437afb)
  • @angular/cli: bump jasmine and add jasminewd2 types (054b203)
  • @angular/cli: Changed init order to make sure all files gets committed (0c6a9c5)
  • @angular/cli: check for existing SW manifest should look in project dir (220e59d), closes #6654
  • @angular/cli: check package manager only when using one (6e8944e)
  • @angular/cli: correct sourcemap source paths (bd0dac1)
  • @angular/cli: fix delete path check (2be0bf2)
  • @angular/cli: fix empty style urls (18d1130)
  • @angular/cli: fix env path (0e153cb)
  • @angular/cli: fix travis deployment (27ab620)
  • @angular/cli: fix travis deployment added missing script check (3983565)
  • @angular/cli: Fixed e2e task to respect --publicHost setting as baseUrl for protractor (#6266) (0e05e51)
  • @angular/cli: glob copy plugin config (a8e4beb)
  • @angular/cli: Improve comment in sample html (c9cbf59)
  • @angular/cli: Make generated inline template conform to test case (b8acc48)
  • @angular/cli: package sort (477a8e5)
  • @angular/cli: provide file path with config parse errors (10ec556)
  • @angular/cli: remove slash in the end of open tag (8bad46e)
  • @angular/cli: restore e2e blueprint (b6bf8ae)
  • @angular/cli: URL for tour of heroes tutorial (#6672) (ca9414b)
  • @ngtools/webpack: allow webpack 3 peer dependency (ff61ebb)
  • @ngtools/webpack: fix error in compiler CLI when i18nFormat is undefined. (#6617) (a0db191)
  • @ngtools/webpack: support webpack loaders in the webpack plugin (b2ade63)

Features

  • @angular/cli: add barebones option to ng new (a7668e0)
  • @angular/cli: add baseHref property to appConfig (692b378)
  • @angular/cli: add circular dependency detection (1f3738b), closes #6309 #6739
  • @angular/cli: add flag to specify environment for ng test command (70713bf)
  • @angular/cli: add n as new alias (#6494) (d1cac32)
  • @angular/cli: add option to preserve symlinks for module resolution (af3e6b2)
  • @angular/cli: add support for minifying HTML (75311c2), closes #1861
  • @angular/cli: adding git builds script (93424b1)
  • @angular/cli: allow disabling warning when --hmr flag is enabled (b989e80)
  • @angular/cli: bump blueprint dependencies (7e00859)
  • @angular/cli: followup changes to circular dependency detection (28e4114)
  • @angular/cli: improve common bundling performance (f75b5a7)
  • @angular/cli: remove deduped licenses (e72693a)
  • @angular/cli: support loading webp images (#6594) (407625c), closes #6526
  • @angular/cli: update e2e blueprint files (aabad93)
  • @ngtools/webpack: add support for render module api (9bd6d43)