madhums / node-express-mongoose-demo

A simple demo app using node and mongodb for beginners (with docker)
https://nodejs-express-demo.fly.dev
MIT License
5.12k stars 1.38k forks source link

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.14.4 of nodemon was just published.

Dependency nodemon
Current Version 1.14.2
Type devDependency

The version 1.14.4 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.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 13 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
  • ad226af fix: ensure non-slurp is passed to script

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

  • e90f15a fix: node < 6.4.0 causing crash on 'rs' trigger

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

greenkeeper[bot] commented 6 years ago

Version 1.14.12 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 33fa6f4 fix: wrongly normalizing slashes in windows
  • 4cfd0b9 chore: fix lint warning
  • 79e61f0 fix: sniff for child.stdout before using it
  • 4f0562a chore: update oliver
  • 66e0d13 chore: tweak oliver
  • c9d8cd3 chore: add oliver twist bot

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.15.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 8 commits.

  • 70cfb7d chore: intentional bump of chokidar (#1257)
  • 8895445 fix: make watch & ignore relative (#1253)
  • 5e88b04 feat: add support for --spawn (#1249)
  • 0e08ee2 chore: update stalebot
  • 913c34d docs: fix broken images
  • 2918e0a chore: bumping github image cache
  • 85475b5 docs: typo
  • b936f6c docs: add mixmax sponsor ❀️

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.15.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 1 commits.

  • 1cda8fa fix: ensure directories are watched, not files (#1260)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.16.0 just got published.

Update to this version instead πŸš€

Release Notes v1.16.0

1.16.0 (2018-02-27)

Bug Fixes

Features

Commits

The new version differs by 3 commits.

  • 94b526f fix: put windows drive letter tweak in right place (#1272)
  • e41f3c3 feat: feed args to exec when detecting script (#1273)
  • f4391d4 fix: make clear where more opts are in help (#1271)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.16.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 7ffd545 fix: windows exec resolution (#1274)
  • 0f39b2e fix: make it possible for windows to checkout (#1270)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.17.0 just got published.

Update to this version instead πŸš€

Release Notes v1.17.0

1.17.0 (2018-02-27)

Bug Fixes

Features

Note: due to an oddity in the automated build process, nodemon was bumped two minor versions instead of one. Nothing to worry about though.

Commits

The new version differs by 1 commits.

  • 7fb365d feat: try to resolve exec in node_modules/.bin (#1275)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.17.1 just got published.

Update to this version instead πŸš€

Release Notes v1.17.1

1.17.1 (2018-02-27)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 85ed19d fix: throwing exeception on run

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.17.2 just got published.

Update to this version instead πŸš€

Release Notes v1.17.2

1.17.2 (2018-03-13)

Bug Fixes

Commits

The new version differs by 5 commits.

  • 89d6062 fix: prevent throw when args missing (#1288)
  • 372e6b2 fix: watch count regression (#1287)
  • 8637e52 chore: merge branch 'master'
  • 41f0d42 chore: update issue template
  • e16f2fe chore: revert package

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.17.3 just got published.

Update to this version instead πŸš€

Release Notes v1.17.3

1.17.3 (2018-03-31)

Bug Fixes

  • don't throw when required in the repl (aa18c80), closes #1292
Commits

The new version differs by 1 commits.

  • aa18c80 fix: don't throw when required in the repl

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.17.5 just got published.

Update to this version instead πŸš€

Release Notes v1.17.5

1.17.5 (2018-05-23)

Bug Fixes

  • in watch, use fully filtered ignore rules (b3fc3a9), closes #1348
Commits

The new version differs by 9 commits.

  • b3fc3a9 fix: in watch, use fully filtered ignore rules
  • ff79835 chore: update stalebot
  • ee2aac1 fix: support env.SUPPRESS_SUPPORT (#1334)
  • 58b82f2 fix: increase perf of watching large file count
  • f616258 fix: {{filename}} is only replaced once
  • 97f8d0a fix: node_modules watched off relative path (#1328)
  • 9bbc219 fix: only hook SIGINT on boot - not at require
  • d53a244 chore: mildly reduce npm package size
  • 6925494 docs: use consistent ext example

See the full diff