Skip to content

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Dec 15, 2017

Version 1.13.0 of nodemon was just published.

Dependency nodemon
Current Version 1.12.7
Type devDependency

The version 1.13.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.13.0

1.13.0 (2017-12-15)

Bug Fixes

  • support nodemon index to expand to index.js (a282afb), closes #1165

Features

  • support SIGHUP to restart nodemon (30f999a), closes #393
  • watch script regardless of extension (f8a5abe), closes #461
Commits

The new version differs by 3 commits.

  • f8a5abe feat: watch script regardless of extension
  • 30f999a feat: support SIGHUP to restart nodemon
  • a282afb fix: support nodemon index to expand to index.js

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 🌴

@koddsson
Copy link
Member

Now I'm thinking the data mocking is time sensitive, probably in the currency endpoint data. I have some Christmas time coming up and will tackle it then.

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

greenkeeper bot commented Dec 15, 2017

Version 1.13.1 just got published.

Update to this version instead 🚀

Release Notes v1.13.1

1.13.1 (2017-12-15)

Bug Fixes

  • fixed an issue where we tried to resolve null as path (10ded94)
  • if no ps, walk /proc to kill child fully (bf9b7a6)
Commits

The new version differs by 4 commits.

  • 770c90d test: bump pstree for node 4 support
  • bf9b7a6 fix: if no ps, walk /proc to kill child fully
  • 10ded94 fix: fixed an issue where we tried to resolve null as path
  • 14fcf94 docs: update issue template

See the full diff

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

greenkeeper bot commented Dec 15, 2017

Version 1.13.2 just got published.

Update to this version instead 🚀

Release Notes v1.13.2

1.13.2 (2017-12-15)

Bug Fixes

Commits

The new version differs by 2 commits.

  • bd9d595 chore: fix linting issues
  • e9129c0 fix: switch to killing using numericals

See the full diff

@koddsson
Copy link
Member

Also what is going on with all these nodemon releases!

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

greenkeeper bot commented Dec 16, 2017

Version 1.13.3 just got published.

Update to this version instead 🚀

Release Notes v1.13.3

1.13.3 (2017-12-16)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 1171fc1 fix: nodemon reporting crash

See the full diff

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

greenkeeper bot commented Dec 20, 2017

Version 1.14.0 just got published.

Update to this version instead 🚀

Release Notes v1.14.0

1.14.0 (2017-12-20)

Bug Fixes

Features

  • support wildcard extension matching (009d868)
Commits

The new version differs by 13 commits.

  • d15cf68 fix: remove scoped dep
  • 67d1466 refactor: remove libraries over native es6 support
  • 35b86a9 test: increase timeout between writing files and starting nodemon
  • b326b46 test: unlink tmp files after each test
  • c5bf96c test: always wait for nodemon.reset() to complete in teardown
  • 70a2ec7 test: use unlinkSync; validate file exists before unlinking
  • 84ec156 test: fix hanging test
  • b89d591 chore: append to .npmrc rather than overwrite it in travis
  • bcb4db8 docs: update nodejs vs node workaround text
  • 82d74e5 docs: fix outdated link
  • ceba29a chore: respect package-lock
  • 009d868 feat: support wildcard extension matching
  • 76f825e docs: update issue template

See the full diff

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

greenkeeper bot commented Dec 20, 2017

Version 1.14.1 just got published.

Update to this version instead 🚀

Release Notes v1.14.1

1.14.1 (2017-12-20)

Bug Fixes

  • defined diretory watching (1e2516d)
  • pass stdin to child process on -I (1d88943), closes #1036
  • properly ignore defaults, don't match partial (4589bc8), closes #916
Commits

The new version differs by 3 commits.

  • 4589bc8 fix: properly ignore defaults, don't match partial
  • 1d88943 fix: pass stdin to child process on -I
  • 1e2516d fix: defined diretory watching

See the full diff

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

greenkeeper bot commented Dec 22, 2017

Version 1.14.2 just got published.

Update to this version instead 🚀

Release Notes v1.14.2

1.14.2 (2017-12-22)

Bug Fixes

  • stop saying there's another update required! (dcd8911)
Commits

The new version differs by 4 commits.

  • 0bb1eec chore: merge branch 'master'
  • dcd8911 fix: stop saying there's another update required!
  • 636ae40 chore: update new issue template
  • e4cfe9b chore: add no-response bot

See the full diff

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

greenkeeper bot commented Dec 22, 2017

Version 1.14.3 just got published.

Update to this version instead 🚀

Release Notes v1.14.3

1.14.3 (2017-12-22)

Bug Fixes

  • ensure non-slurp is passed to script (ad226af), closes #750
Commits

The new version differs by 1 commits.

  • ad226af fix: ensure non-slurp is passed to script

See the full diff

koddsson pushed a commit that referenced this pull request Dec 28, 2017
* chore(package): update nodemon to version 1.14.3

Closes #415

* generate package-lock.json

* generate mock data
@greenkeeper greenkeeper bot deleted the greenkeeper/nodemon-1.13.0 branch December 28, 2017 11:12
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.

1 participant