Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nodemon to the latest version 🚀 #212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jul 10, 2018

Version 1.18.0 of nodemon was just published.

Dependency nodemon
Current Version 1.17.5
Type devDependency

The version 1.18.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of nodemon.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v1.18.0

1.18.0 (2018-07-10)

Bug Fixes

Features

  • support ctrl+l to clear (a974892)
Commits

The new version differs by 10 commits.

  • a974892 feat: support ctrl+l to clear
  • d48a482 fix: don't watch directory when watching file
  • 9d1a63c fix: allow watching relative path files (#1385)
  • ec76cad chore: Merge branch 'master'
  • 73aa13f docs: add to faq
  • 251bc57 docs: typo on string #24 & #246 (#1374)
  • a724e53 docs: more docs for nodemon as child process (#1362)
  • 935e260 docs: FAQ update to address Docker restarts
  • c554b42 Update faq.md
  • dc06466 Note about procps on Docker

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 bot added a commit that referenced this pull request Jul 11, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 11, 2018

Version 1.18.1 just got published.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Jul 13, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 13, 2018

Version 1.18.2 just got published.

Update to this version instead 🚀

Release Notes v1.18.2

1.18.2 (2018-07-13)

Bug Fixes

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 17, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 17, 2018

Version 1.18.3 just got published.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Aug 29, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 29, 2018

Version 1.18.4 just got published.

Update to this version instead 🚀

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 3 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)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 26, 2018

  • The devDependency nodemon was updated from 1.17.5 to 1.18.5.

Update to this version instead 🚀

Release Notes for v1.18.5

1.18.5 (2018-10-26)

Bug Fixes

  • nodemon installation for node 10.x and beyond (#1441) (3afa52c)
Commits

The new version differs by 1 commits.

  • 3afa52c fix: nodemon installation for node 10.x and beyond (#1441)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 5, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 5, 2018

  • The devDependency nodemon was updated from 1.17.5 to 1.18.6.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Nov 27, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 27, 2018

  • The devDependency nodemon was updated from 1.17.5 to 1.18.7.

Update to this version instead 🚀

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 bot added a commit that referenced this pull request Dec 10, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 10, 2018

  • The devDependency nodemon was updated from 1.17.5 to 1.18.8.

Update to this version instead 🚀

Release Notes for v1.18.8

1.18.8 (2018-12-10)

Bug Fixes

Commits

The new version differs by 5 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 14, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 14, 2018

  • The devDependency nodemon was updated from 1.17.5 to 1.18.9.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Feb 8, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 8, 2019

  • The devDependency nodemon was updated from 1.17.5 to 1.18.10.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Apr 8, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 8, 2019

  • The devDependency nodemon was updated from 1.17.5 to 1.18.11.

Update to this version instead 🚀

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 1 commits.

  • aa41ab2 fix: hard bump of chokidar@2.1.5

See the full diff

greenkeeper bot added a commit that referenced this pull request May 1, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 1, 2019

  • The devDependency nodemon was updated from 1.17.5 to 1.19.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 25, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 25, 2019

  • The devDependency nodemon was updated from 1.17.5 to 1.19.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 3, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 3, 2019

  • The devDependency nodemon was updated from 1.17.5 to 1.19.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 29, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 29, 2019

  • The devDependency nodemon was updated from 1.17.5 to 1.19.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 15, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 15, 2019

  • The devDependency nodemon was updated from 1.17.5 to 1.19.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 20, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 20, 2019

  • The devDependency nodemon was updated from 1.17.5 to 2.0.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 22, 2019

  • The devDependency nodemon was updated from 1.17.5 to 2.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 11, 2019

  • The devDependency nodemon was updated from 1.17.5 to 2.0.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 8, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 8, 2020

  • The devDependency nodemon was updated from 1.17.5 to 2.0.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 14, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 14, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency nodemon was updated from 1.17.5 to 2.0.4.

Update to this version instead 🚀

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

Successfully merging this pull request may close these issues.

None yet

0 participants