DBCDK / dk5

DK5 Digital
GNU Affero General Public License v3.0
0 stars 0 forks source link

An in-range update of nodemon is breaking the build 🚨 #314

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.11.1 of nodemon just got published.

Branch Build failing 🚨
Dependency nodemon
Current Version 1.11.0
Type devDependency

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

As nodemon 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 failed [Details](https://travis-ci.org/DBCDK/tanterne/builds/271798374?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 8 commits.

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

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

greenkeeper[bot] commented 7 years ago

Version 1.12.0 just got published.

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

Commits

The new version differs by 20 commits.

  • 6a4803d test: skip a test
  • 32aed42 chore: linting errors
  • f6a8b3d chore: update test envs
  • 205ba1b chore: tidy commit lint rules
  • 2af6391 fix: add commit lint
  • 8cf5128 docs: update small formatting issue
  • 0e4b310 Fix: nodemon can't read config files encoded with BOM e.g. UTF-8-BOM #1031
  • fb5da38 feat: nodemonConfig support in package.json
  • 63e8606 fix: exit when fail to parse the config file (#921)
  • facc8cb fix: exit with code 1 on crash if --exitcrash (#946)
  • 481dc8f fix: executable path handling under windows (#962)
  • 3c352f2 fix: support signal on CLI (#1061)
  • abc138f fix: help truncation on node 6.2 (#842) (#843)
  • f6eff97 docs: process.exit() hint (#976)
  • f7d8a2b docs: npx to run dev dependencies (#1071)

There are 20 commits in total.

See the full diff

fvsdbc commented 7 years ago

Fixed