vladimir-barsuchenko / angular-tuned

2 stars 0 forks source link

An in-range update of @nrwl/schematics is breaking the build 🚨 #76

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

Version 6.2.0 of @nrwl/schematics was just published.

Branch Build failing 🚨
Dependency @nrwl/schematics
Current Version 6.1.1
Type dependency

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

@nrwl/schematics is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ✅ **ci/circleci:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/levgaas/angular-tuned/279?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/levgaas/angular-tuned/builds/412765250?utm_source=github_status&utm_medium=notification)).

Release Notes Release 6.2.0

Bug Fixes

  • build: relax peerDependencies to enable seamless upgrade (bff4377)
  • schematics: do not use tsconfig updates from angular lib schematic (7bb5832)
  • schematics: library schematic properly removes extra files (8334c20), closes #650
  • schematics: set versions consistent with cli 6.1.2 (b5550d3)
  • schematics: update create-nx-workspace to ues the right version of the cli (bdcb0a7)
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

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Release 6.3.1

Bug Fixes

  • schematics: do not modify tests when skipTests is set (463948c)
  • schematics: normalize paths passed to offsetFromRoot (#758) (f960d5a)
  • schematics: remove polyfill.ts from tsconfig.spec.json (jest-project) (634fd6e)
  • scripts: checkcommit allows release commit (#740) (5c4db34)
greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Release 6.4.0

Bug Fixes

  • builders: fix node builders on windows (fbdb784)
  • ngrx: add store typing (efe38c4), closes #748
  • schemantics: tests are unable to run when window paths have spaces in them. (3ba5fef)
  • schematics: clean outDir to avoid blueprint leaks (039c151)
  • schematics: convert fileReplacements paths for all configurations (96716ae)
  • schematics: do not modify tests when skipTests is set (9fd3993)
  • schematics: exclude jest setup file in tsconfig.app.json (4bd39e7)
  • schematics: fix affected for projects without architect config (0b086dd)
  • schematics: normalize paths passed to offsetFromRoot (#758) (f960d5a)
  • schematics: remove duplicate schematics dep after ng-add (25b6e61)
  • schematics: remove polyfill.ts from tsconfig.spec.json (jest-project) (97b7737)
  • schematics: remove tsconfig.spec.json linting for non-karma apps (#766) (f19810a)
  • schematics: update jest-preset-angular to 6.0.1 (4ed154d)
  • schematics: use ngrx pipe select operator (e63e787)
  • scripts: checkcommit allows release commit (#740) (5c4db34)

Features

  • builders: add bail and silent options to jest (817691d)
  • builders: add runInBand and maxWorkers options to jest (#757) (edae03e)
  • builders: introduce node build and execute builders (469af6e)
  • builders: support es2015 compilation (f4c106a)
  • nx: export data persistence operators (b9ffb90)
  • schematics: add option for no module in lib (f1d4dd9)
  • schematics: add schematics for node apps (9b8755a)
  • schematics: allow generation of app with jest unit testing (#764) (d6ff724)
  • schematics: update @angular/cli to 6.2.3 and ngrx 6.1.0 (c9d3f97)
  • schematics: update cli to 6.2.4 (9714a97)