Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

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

Open
greenkeeper bot opened this issue Nov 5, 2018 · 9 comments
Open

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

greenkeeper bot opened this issue Nov 5, 2018 · 9 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Nov 5, 2018

The devDependency nodemon was updated from 1.18.5 to 1.18.6.

🚨 View failing branch.

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

nodemon is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v1.18.6

1.18.6 (2018-11-05)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 521eb1e fix: restart on change for non-default signals (#1409) (#1430)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 5, 2018

After pinning to 1.18.5 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 27, 2018

  • The devDependency nodemon was updated from 1.18.6 to 1.18.7.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.18.7

1.18.7 (2018-11-27)

Bug Fixes

Commits

The new version differs by 6 commits.

  • 21e052e fix: upgrade pstree to remove vulnerability
  • 68936d9 docs: quotes (#1465)
  • aa0e45a docs: add how to clear the console
  • 9920e62 chore: update lock file
  • c572231 chore: bump pstree
  • b35c532 fix: remove deep ps-tree dep

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 10, 2018

  • The devDependency nodemon was updated from 1.18.7 to 1.18.8.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.18.8

1.18.8 (2018-12-10)

Bug Fixes

Commits

The new version differs by 11 commits.

  • 3dfd5cc chore: Merge branch 'master'
  • 735afd5 fix: docker leaving running pids (via pstree)
  • eb457be chore: update issue template
  • 8132db6 docs: Example of how to allow a graceful reload (#1481)
  • 2dcdd0e docs: how to watch .env files
  • 21e052e fix: upgrade pstree to remove vulnerability
  • 68936d9 docs: quotes (#1465)
  • aa0e45a docs: add how to clear the console
  • 9920e62 chore: update lock file
  • c572231 chore: bump pstree
  • b35c532 fix: remove deep ps-tree dep

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 14, 2018

  • The devDependency nodemon was updated from 1.18.8 to 1.18.9.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.18.9

1.18.9 (2018-12-14)

Bug Fixes

Commits

The new version differs by 12 commits.

  • dd0b96a fix: rs in node@11 (#1493)
  • 3dfd5cc chore: Merge branch 'master'
  • 735afd5 fix: docker leaving running pids (via pstree)
  • eb457be chore: update issue template
  • 8132db6 docs: Example of how to allow a graceful reload (#1481)
  • 2dcdd0e docs: how to watch .env files
  • 21e052e fix: upgrade pstree to remove vulnerability
  • 68936d9 docs: quotes (#1465)
  • aa0e45a docs: add how to clear the console
  • 9920e62 chore: update lock file
  • c572231 chore: bump pstree
  • b35c532 fix: remove deep ps-tree dep

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 8, 2019

  • The devDependency nodemon was updated from 1.18.9 to 1.18.10.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.18.10

1.18.10 (2019-02-08)

Bug Fixes

Commits

The new version differs by 16 commits.

  • fb0c078 fix: bump chokidar
  • 16cb277 chore: Merge branch 'master'
  • df3e08d docs: update clear console advice
  • 82c5c18 docs: center logo (#1495)
  • dd0b96a fix: rs in node@11 (#1493)
  • 3dfd5cc chore: Merge branch 'master'
  • 735afd5 fix: docker leaving running pids (via pstree)
  • eb457be chore: update issue template
  • 8132db6 docs: Example of how to allow a graceful reload (#1481)
  • 2dcdd0e docs: how to watch .env files
  • 21e052e fix: upgrade pstree to remove vulnerability
  • 68936d9 docs: quotes (#1465)
  • aa0e45a docs: add how to clear the console
  • 9920e62 chore: update lock file
  • c572231 chore: bump pstree

There are 16 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 8, 2019

  • The devDependency nodemon was updated from 1.18.10 to 1.18.11.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.18.11

1.18.11 (2019-04-08)

Bug Fixes

  • hard bump of chokidar@2.1.5 (aa41ab2)
Commits

The new version differs by 17 commits.

  • aa41ab2 fix: hard bump of chokidar@2.1.5
  • fb0c078 fix: bump chokidar
  • 16cb277 chore: Merge branch 'master'
  • df3e08d docs: update clear console advice
  • 82c5c18 docs: center logo (#1495)
  • dd0b96a fix: rs in node@11 (#1493)
  • 3dfd5cc chore: Merge branch 'master'
  • 735afd5 fix: docker leaving running pids (via pstree)
  • eb457be chore: update issue template
  • 8132db6 docs: Example of how to allow a graceful reload (#1481)
  • 2dcdd0e docs: how to watch .env files
  • 21e052e fix: upgrade pstree to remove vulnerability
  • 68936d9 docs: quotes (#1465)
  • aa0e45a docs: add how to clear the console
  • 9920e62 chore: update lock file

There are 17 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 1, 2019

  • The devDependency nodemon was updated from 1.18.11 to 1.19.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.19.0

1.19.0 (2019-05-01)

Bug Fixes

  • disable fork only if string starts with dash (886527f), closes #1554
  • Quote zero-length strings in arguments (#1551) (2973afb)

Features

Commits

The new version differs by 21 commits.

  • 20ccb62 feat: add message event
  • 886527f fix: disable fork only if string starts with dash
  • 64b474e feat: add TypeScript to default execPath (#1552)
  • 2973afb fix: Quote zero-length strings in arguments (#1551)
  • aa41ab2 fix: hard bump of chokidar@2.1.5
  • fb0c078 fix: bump chokidar
  • 16cb277 chore: Merge branch 'master'
  • df3e08d docs: update clear console advice
  • 82c5c18 docs: center logo (#1495)
  • dd0b96a fix: rs in node@11 (#1493)
  • 3dfd5cc chore: Merge branch 'master'
  • 735afd5 fix: docker leaving running pids (via pstree)
  • eb457be chore: update issue template
  • 8132db6 docs: Example of how to allow a graceful reload (#1481)
  • 2dcdd0e docs: how to watch .env files

There are 21 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 25, 2019

  • The devDependency nodemon was updated from 1.19.0 to 1.19.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.19.1

1.19.1 (2019-05-25)

Bug Fixes

  • ensure signal is sent to exit event (13afac2)
Commits

The new version differs by 26 commits.

  • 5124ae9 Merge branch 'master' of github.com:remy/nodemon
  • 95fa05a chore: git card
  • d84f421 chore: adding funding file
  • 13afac2 fix: ensure signal is sent to exit event
  • d088cb6 chore: update stalebot
  • 20ccb62 feat: add message event
  • 886527f fix: disable fork only if string starts with dash
  • 64b474e feat: add TypeScript to default execPath (#1552)
  • 2973afb fix: Quote zero-length strings in arguments (#1551)
  • aa41ab2 fix: hard bump of chokidar@2.1.5
  • fb0c078 fix: bump chokidar
  • 16cb277 chore: Merge branch 'master'
  • df3e08d docs: update clear console advice
  • 82c5c18 docs: center logo (#1495)
  • dd0b96a fix: rs in node@11 (#1493)

There are 26 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 3, 2019

  • The devDependency nodemon was updated from 1.19.1 to 1.19.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.19.2

1.19.2 (2019-09-03)

Bug Fixes

Commits

The new version differs by 28 commits.

  • 12b66cd fix: langauge around "watching" (#1591)
  • 2e6e2c4 docs: README Grammar (#1601)
  • 5124ae9 Merge branch 'master' of github.com:remy/nodemon
  • 95fa05a chore: git card
  • d84f421 chore: adding funding file
  • 13afac2 fix: ensure signal is sent to exit event
  • d088cb6 chore: update stalebot
  • 20ccb62 feat: add message event
  • 886527f fix: disable fork only if string starts with dash
  • 64b474e feat: add TypeScript to default execPath (#1552)
  • 2973afb fix: Quote zero-length strings in arguments (#1551)
  • aa41ab2 fix: hard bump of chokidar@2.1.5
  • fb0c078 fix: bump chokidar
  • 16cb277 chore: Merge branch 'master'
  • df3e08d docs: update clear console advice

There are 28 commits in total.

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants