stackriot / ng2-admin

MIT License
2 stars 0 forks source link

An in-range update of ts-node is breaking the build 🚨 #17

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.1.0 of ts-node just got published.

Branch Build failing 🚨
Dependency ts-node
Current Version 2.0.0
Type devDependency

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

As ts-node is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build is in progress [Details](https://travis-ci.org/sethbergman/ng2-admin/builds/199865390) - ❌ **continuous-integration/codeship** Build failed [Details](https://app.codeship.com/projects/200379/builds/22459652)
Release Notes User Temp Directory

Changed

  • Use the users homedir hashed for the temp directory output
Commits

The new version differs by 4 commits .

  • 01fbfce v2.1.0
  • da065ef Use os.homedir to calculate tmpdir (#267)
  • 1ed4d6f chore(package): update tslint-config-standard to version 3.0.0 (#265)
  • ee1e1e1 Fixed a typo in README example (#260)

See the full diff.

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 2.1.1 just got published.

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

Release Notes Windows Slashes

Fixed

  • Normalize slashes when interacting with TypeScript API
Commits

The new version differs by 4 commits .

  • da704f7 2.1.1
  • 721641e Normalize path slashes for Windows (#285)
  • f9fb954 chore(package): update tsconfig to version 6.0.0 (#290)
  • cf60fd5 chore(package): update tslint-config-standard to version 4.0.0 (#269)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.1.2 just got published.

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

Release Notes Config Defaults

Fixed

  • Set config defaults after configuration file has been parsed so that they don't override "extended" compiler options (ec00796)
Commits

The new version differs by 3 commits .

  • 4a17778 v2.1.2
  • ec00796 Set default config options after parsing contents
  • b251147 Make tests work under Windows (avoid | in shell)

See the full diff.