notifme / notifme-sdk

A Node.js library to send all kinds of transactional notifications.
https://notifme.github.io/www/
MIT License
1.94k stars 149 forks source link

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.12.6 of nodemon was just published.

Dependency nodemon
Current Version 1.12.2
Type devDependency

The version 1.12.6 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.12.6

1.12.6 (2017-12-13)

Bug Fixes

  • get tests to pass (cf923a8)
  • only use fork if node>4 (f52615c)
  • restore node 4 min support (6d760f4)
  • travis CI build before-install (3a6b8df)
Commits

The new version differs by 18 commits.

  • f52615c fix: only use fork if node>4
  • 2d4ce03 docs: update faq on issue #1124
  • 62a361c fix: use fork child node processes
  • 0628f26 chore: merge heisian-master
  • 6d760f4 fix: restore node 4 min support
  • 8967c02 test: only use .npmrc if a non-PR
  • cf923a8 fix: get tests to pass
  • 3a6b8df fix: travis CI build before-install
  • f711fb7 test: fork child node processes
  • 183add9 test: fix typo in before_install
  • 57c14a2 test: only add npmrc on master (#1147)
  • 6a4fb22 fix: pass through execArgs from config (#1142)
  • 18c03f9 chore: bump dev deps
  • 7dcea48 chore: update stale bot config
  • 17ad4b9 docs: include .github templates

There are 18 commits in total.

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:

greenkeeper[bot] commented 6 years ago

Version 1.12.7 just got published.

Update to this version instead πŸš€

Release Notes v1.12.7

1.12.7 (2017-12-13)

Bug Fixes

  • defensive check on accessing cmd.args (fd961d6)
  • support node arguments again (d9e93ad), closes #1161
Commits

The new version differs by 4 commits.

  • fd961d6 fix: defensive check on accessing cmd.args
  • fa64cdc docs: reduce CLI output and add --help options
  • d9e93ad fix: support node arguments again
  • 9f8defc docs: :add syntax highlight + contributors

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.13.0 just got published.

Update to this version instead πŸš€

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

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

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

greenkeeper[bot] commented 6 years ago

Version 1.14.4 just got published.

Update to this version instead πŸš€

Release Notes v1.14.4

1.14.4 (2017-12-29)

Bug Fixes

  • expose no update flag (c637717)
  • handle exit(2) better (5a914cb)
  • incorrect count of watch files being reported (7a04e2c), closes #1194
  • properly handle --no-update-notifier (48048aa)
  • support implicit filename extension (6e839d4), closes #1193
Commits

The new version differs by 12 commits.

  • de66c6b refactor: fix scoping issue in node@4
  • 5a914cb fix: handle exit(2) better
  • 6333fa5 chore: fix linting
  • 6e839d4 fix: support implicit filename extension
  • 48048aa fix: properly handle --no-update-notifier
  • c637717 fix: expose no update flag
  • f711537 chore: fix linting
  • 7a04e2c fix: incorrect count of watch files being reported
  • 7052648 docs: add SparkPost for their sponsorship ❀️
  • 369eb11 chore: update issue template
  • 0c78a9c test: remove .only
  • 0c3229d docs: remove duff link

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.14.5 just got published.

Update to this version instead πŸš€

Release Notes v1.14.5

1.14.5 (2017-12-29)

Bug Fixes

  • don't use fork with node inspect (0d9a892)
Commits

The new version differs by 1 commits.

  • 0d9a892 fix: don't use fork with node inspect

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.14.6 just got published.

Update to this version instead πŸš€

Release Notes v1.14.6

1.14.6 (2017-12-29)

Bug Fixes

  • watch both js and mjs files if main file is JavaScript (d78bf3d)
Commits

The new version differs by 1 commits.

  • d78bf3d fix: watch both js and mjs files if main file is JavaScript

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.14.7 just got published.

Update to this version instead πŸš€

Release Notes v1.14.7

1.14.7 (2017-12-31)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 6e7ce4b fix: swallow child.stdin err

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.14.8 just got published.

Update to this version instead πŸš€

Release Notes v1.14.8

1.14.8 (2018-01-06)

Bug Fixes

  • clarify which config files are actually used (2582d96), closes #1204
  • fail gracefully if postinstall fails (64a82ff)
Commits

The new version differs by 3 commits.

  • 64a82ff fix: fail gracefully if postinstall fails
  • 2582d96 fix: clarify which config files are actually used
  • 8cb26bf refactor: small tweaks to ES6-ish

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.14.9 just got published.

Update to this version instead πŸš€

Release Notes v1.14.9

1.14.9 (2018-01-08)

Bug Fixes

  • correctly pass ignored rules to chokidar (718a9ad), closes #1202
  • ignorePermissionErrors in chokidar (e95ea6f)
Commits

The new version differs by 4 commits.

  • e95ea6f fix: ignorePermissionErrors in chokidar
  • c121187 refactor: indexOf > includes (in node4)
  • 8cec0fc chore: fix linting issue
  • 718a9ad fix: correctly pass ignored rules to chokidar

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.14.10 just got published.

Update to this version instead πŸš€

Release Notes v1.14.10

1.14.10 (2018-01-09)

Bug Fixes

  • node < 6.4.0 causing crash on 'rs' trigger (e90f15a), closes #1218
Commits

The new version differs by commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.14.11 just got published.

Update to this version instead πŸš€

Release Notes v1.14.11

1.14.11 (2018-01-11)

Bug Fixes

  • don't ignore dot-directories (4be493c), closes #1223
  • update deps - chokidar@2.0.0 in particular (9d49852)
Commits

The new version differs by 3 commits.

  • 4be493c fix: don't ignore dot-directories
  • 60d1add docs: add context to fences
  • 9d49852 fix: update deps - chokidar@2.0.0 in particular

See the full diff