Giter VIP home page Giter VIP logo

Comments (11)

greenkeeper avatar greenkeeper commented on June 28, 2024

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

from auto-comment-bot.

greenkeeper avatar greenkeeper commented on June 28, 2024

Version 1.18.1 just got published.

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

Release Notes v1.18.1

1.18.1 (2018-07-11)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 25a1813 fix: send proper quit signal on ctrl-c (#1387)
  • a5263b1 docs: change README.md to make the intro more concise

See the full diff

from auto-comment-bot.

greenkeeper avatar greenkeeper commented on June 28, 2024

Version 1.18.2 just got published.

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

Release Notes v1.18.2

1.18.2 (2018-07-13)

Bug Fixes

Commits

The new version differs by 5 commits.

  • 363891f fix: revert stdin handling
  • 4a88095 docs: faq typo fix (#1388)
  • a2d4d13 docs: faq typo fix
  • 25a1813 fix: send proper quit signal on ctrl-c (#1387)
  • a5263b1 docs: change README.md to make the intro more concise

See the full diff

from auto-comment-bot.

greenkeeper avatar greenkeeper commented on June 28, 2024

Version 1.18.3 just got published.

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

Release Notes v1.18.3

1.18.3 (2018-07-17)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 11ef298 fix: smarter handling of exit code 2

See the full diff

from auto-comment-bot.

greenkeeper avatar greenkeeper commented on June 28, 2024

Version 1.18.4 just got published.

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

Release Notes v1.18.4

1.18.4 (2018-08-29)

Bug Fixes

  • properly pass options to chokidar (5a47a32)
Commits

The new version differs by 4 commits.

  • e7d9e87 test: only run run-mac-only.test.js in darwin platform
  • 5a47a32 fix: properly pass options to chokidar
  • b8ff6b4 docs: update help.txt (#1401)
  • 11ef298 fix: smarter handling of exit code 2

See the full diff

from auto-comment-bot.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • The devDependency nodemon was updated from 1.18.7 to 1.18.8.

Your tests are still failing with this version. Compare changes

Release Notes for v1.18.8

1.18.8 (2018-12-10)

Bug Fixes

Commits

The new version differs by 17 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
  • 521eb1e fix: restart on change for non-default signals (#1409) (#1430)
  • 3afa52c fix: nodemon installation for node 10.x and beyond (#1441)
  • e7d9e87 test: only run run-mac-only.test.js in darwin platform
  • 5a47a32 fix: properly pass options to chokidar

There are 17 commits in total.

See the full diff

from auto-comment-bot.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • The devDependency nodemon was updated from 1.18.8 to 1.18.9.

Your tests are still failing with this version. Compare changes

Release Notes for v1.18.9

1.18.9 (2018-12-14)

Bug Fixes

Commits

The new version differs by 1 commits.

  • dd0b96a fix: rs in node@11 (#1493)

See the full diff

from auto-comment-bot.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • The devDependency nodemon was updated from 1.18.9 to 1.18.10.

Your tests are still failing with this version. Compare changes

Release Notes for v1.18.10

1.18.10 (2019-02-08)

Bug Fixes

Commits

The new version differs by 4 commits.

  • fb0c078 fix: bump chokidar
  • 16cb277 chore: Merge branch 'master'
  • df3e08d docs: update clear console advice
  • 82c5c18 docs: center logo (#1495)

See the full diff

from auto-comment-bot.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • The devDependency nodemon was updated from 1.18.10 to 1.18.11.

Your tests are still failing with this version. Compare changes

Release Notes for v1.18.11

1.18.11 (2019-04-08)

Bug Fixes

Commits

The new version differs by 1 commits.

See the full diff

from auto-comment-bot.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • 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 9 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)

See the full diff

from auto-comment-bot.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • 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 11 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)

See the full diff

from auto-comment-bot.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.