apis-is / apis

Making data readily available to anyone interested
https://apis.is
MIT License
162 stars 64 forks source link

Update nodemon to the latest version πŸš€ #415

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

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](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

koddsson commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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 commented 6 years ago

Also what is going on with all these nodemon releases!

greenkeeper[bot] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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