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

chore(deps): update dependency nodemon to v1.17.5 #495

Merged
merged 1 commit into from May 24, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 24, 2018

This Pull Request updates dependency nodemon from v1.11.0 to v1.17.5

Release Notes

v1.17.5

Compare Source

Bug Fixes
  • in watch, use fully filtered ignore rules (b3fc3a9), closes #​1348

v1.17.4

Compare Source

Bug Fixes
  • {{filename}} is only replaced once (f616258)
  • increase perf of watching large file count (58b82f2), closes #​1317
  • only hook SIGINT on boot - not at require (9bbc219), closes #​1326
  • support env.SUPPRESS_SUPPORT (#​1334) (ee2aac1)

v1.17.3

Compare Source

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

v1.17.2

Compare Source

Bug Fixes
  • prevent throw when args missing (#​1288) (89d6062), closes #​1286
  • watch count regression (#​1287) (372e6b2), closes #​1283

v1.17.1

Compare Source

Bug Fixes
  • throwing exeception on run (85ed19d), closes #​1276

v1.17.0

Compare Source

Bug Fixes
  • make it possible for windows to checkout (#​1270) (0f39b2e), closes #​1255
  • windows exec resolution (#​1274) (7ffd545), closes #​1251
  • make clear where more opts are in help (#​1271) (f4391d4)
  • put windows drive letter tweak in right place (#​1272) (94b526f), closes #​1263
Features
  • try to resolve exec in node_modules/.bin (#​1275) (7fb365d), closes #​1268
  • feed args to exec when detecting script (#​1273) (e41f3c3), closes #​1263

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.16.1

Compare Source


v1.16.0

Compare Source


v1.15.1

Compare Source

Bug Fixes
  • ensure directories are watched, not files (#​1260) (1cda8fa), closes #​1259

v1.15.0

Compare Source

Features
  • add support for --spawn (#​1249) (5e88b04), closes #​1245

v1.14.12

Compare Source

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

v1.14.11

Compare Source

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

v1.14.10

Compare Source

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

v1.14.9

Compare Source

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

v1.14.8

Compare Source

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

v1.14.7

Compare Source

Bug Fixes
  • swallow child.stdin err (6e7ce4b), closes #​1195

v1.14.6

Compare Source

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

v1.14.5

Compare Source

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

v1.14.4

Compare Source

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

Compare Source

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

v1.14.2

Compare Source

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

v1.14.1

Compare Source

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

Compare Source

Bug Fixes
  • remove scoped dep (d15cf68), closes #​1180
Features
  • support wildcard extension matching (009d868)

v1.13.3

Compare Source

Bug Fixes
  • nodemon reporting crash (1171fc1), closes #​1173

v1.13.2

Compare Source

Bug Fixes
  • switch to killing using numericals (e9129c0), closes #​956 #​813

v1.13.1

Compare Source

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

Compare Source

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

Compare Source

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

v1.12.6

Compare Source

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

Compare Source

Bug Fixes
  • pass through execArgs from config (#​1142) (6a4fb22)

v1.12.4

Compare Source

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

v1.12.3

Compare Source

Bug Fixes
  • add commit lint (2af6391)
  • Add support for multi-level filenames (29a9a44)
  • bump deps and fix tests for local dev (#​1139) (6d57dac)
  • catch module.parent.filename === undefined (#​1053) (4c81e9a)
  • crash when passing argument to node (windows) (469fa80), closes #​1095
  • executable path handling under windows (#​962) (481dc8f)
  • exit when fail to parse the config file (#​921) (63e8606), closes #​651
  • exit with code 1 on crash if --exitcrash (#​946) (facc8cb)
  • help truncation on node 6.2 (#​842) (#​843) (abc138f)
  • read config file before defaulting script parameter (#​1110) (f3e0c29)
  • require node 6 or above in engines (71eab1a)
  • Support for .mjs es6 modules (#​1138) (5a89df6)
  • support signal on CLI (#​1061) (3c352f2)
  • sync help.txt to available options (9b6c786)
  • update readme (3426224)
Features
  • nodemonConfig support in package.json (fb5da38), closes #​873

v1.12.2

Compare Source


v1.12.1

Compare Source


v1.12.0

Compare Source


v1.11.1

Compare Source



This PR has been generated by Renovate Bot.

@jimthedev jimthedev merged commit 1df0d8a into master May 24, 2018
@renovate renovate bot deleted the renovate/nodemon-1.x branch May 24, 2018 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants