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

Bump nodemon from 1.11.0 to 1.17.2 #25

Closed

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Mar 14, 2018

Bumps nodemon from 1.11.0 to 1.17.2.

Release notes

v1.17.2

1.17.2 (2018-03-13)

Bug Fixes

v1.17.1

1.17.1 (2018-02-27)

Bug Fixes

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.

v1.15.1

1.15.1 (2018-02-19)

Bug Fixes

v1.15.0

1.15.0 (2018-02-15)

Features

v1.14.12

1.14.12 (2018-02-01)

Bug Fixes

  • sniff for child.stdout before using it (79e61f0)
  • wrongly normalizing slashes in windows (33fa6f4), closes #1236

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)

v1.14.10

1.14.10 (2018-01-09)

Bug Fixes

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

v1.14.9

1.14.9 (2018-01-08)

Bug Fixes

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

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)

v1.14.7

1.14.7 (2017-12-31)

Bug Fixes

v1.14.6

1.14.6 (2017-12-29)

Bug Fixes

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

v1.14.5

1.14.5 (2017-12-29)

Bug Fixes

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

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

v1.14.3

1.14.3 (2017-12-22)

Bug Fixes

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

v1.14.2

1.14.2 (2017-12-22)

Bug Fixes

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

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

v1.14.0

1.14.0 (2017-12-20)

Bug Fixes

Features

  • support wildcard extension matching (009d868)

v1.13.3

1.13.3 (2017-12-16)

Bug Fixes

v1.13.2

1.13.2 (2017-12-15)

Bug Fixes

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)

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

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

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)

v1.12.5

1.12.5 (2017-12-05)

Bug Fixes

v1.12.4

1.12.4 (2017-12-04)

Bug Fixes

  • reduce help output (a teeny bit) (2e1b496)

v1.12.3

1.12.3 (2017-12-04)

Bug Fixes

Features

  • nodemonConfig support in package.json (fb5da38), closes #873
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

Bumps [nodemon](https://github.com/remy/nodemon) from 1.11.0 to 1.17.2.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v1.11.0...v1.17.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 97.417% when pulling 8b8edfb on dependabot/npm_and_yarn/nodemon-1.17.2 into 350a5f3 on master.

@dependabot-preview
Copy link
Author

Looks like nodemon is no longer dependended on, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/nodemon-1.17.2 branch March 24, 2018 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment