205 Commits

Author SHA1 Message Date
Remy Sharp
818ebf8c7d test: skip old broken test 2018-05-04 08:16:29 +01:00
Remy Sharp
86a9372fbb chore: bump chokidar to latest 2018-04-30 16:04:45 +01:00
Remy Sharp
e16f2fecf6 chore: revert package
[skip ci]
2018-03-03 10:22:22 +00:00
Remy Sharp
7fb365d0cc feat: try to resolve exec in node_modules/.bin (#1275)
Fixes #1268
2018-02-27 16:44:14 +00:00
Remy Sharp
94b526f80a fix: put windows drive letter tweak in right place (#1272)
Fixes #1263
2018-02-27 16:42:51 +00:00
Remy Sharp
f4391d4ff1 fix: make clear where more opts are in help (#1271) 2018-02-27 16:42:20 +00:00
Remy Sharp
70cfb7dc23 chore: intentional bump of chokidar (#1257)
* docs: add sponsors

[skip ci]

* chore: intentional bump of chokidar

Fixes #1225
2018-02-15 21:58:03 +00:00
Remy Sharp
9d498523d7 fix: update deps - chokidar@2.0.0 in particular 2018-01-11 11:00:35 +00:00
Remy Sharp
e90f15aa8a fix: node < 6.4.0 causing crash on 'rs' trigger
* fix: node < 6.4.0 can't connect to stdin
* fix: child stdio when spawn is similar to fork

Fixes #1218
2018-01-09 13:18:08 +00:00
Remy Sharp
64a82ff81a fix: fail gracefully if postinstall fails 2018-01-06 09:35:25 +00:00
Remy Sharp
5a914cb35b fix: handle exit(2) better 2017-12-29 10:55:12 +00:00
Remy Sharp
d15cf686f7 fix: remove scoped dep
Fixes #1180
2017-12-20 14:09:03 +00:00
Remy Sharp
67d146637e refactor: remove libraries over native es6 support 2017-12-20 14:09:03 +00:00
Remy Sharp
1171fc1a9a fix: nodemon reporting crash
Fixes #1173
2017-12-16 01:17:47 +00:00
Remy Sharp
770c90dcdd test: bump pstree for node 4 support 2017-12-15 14:14:26 +00:00
Remy Sharp
bf9b7a6876 fix: if no ps, walk /proc to kill child fully
Originally used ps-tree which relied on `ps` on *nix. But if the system
didn't have `ps` at all, we'd try to kill the child process, but alas
this would not always work, as we're spawning `sh` and _then_ node, so
the kill would only kill the `sh` process, and not the running node
process.

The new @remy/pstree lib sniffs for `ps` and defers to ps-tree,
otherwise it will walk /proc and map the PPID to the child process
allowing nodemon to fully clean up.
2017-12-15 14:14:26 +00:00
Remy Sharp
a282afbbe3 fix: support nodemon index to expand to index.js
With support for custom extensions (picking only the first).

Fixes #1165
2017-12-15 08:45:49 +00:00
Alex
6d760f4f81 fix: restore node 4 min support
* node 4 min
* add node 4 to travis
2017-12-12 17:36:15 +00:00
Remy Sharp
6a4fb22602 fix: pass through execArgs from config (#1142)
* fix: pass through execArgs from config

Also updating some deps and linting tweaks

* chore: add message on postinstall

Lost funds from gratipay and codesponsor 😢
2017-12-05 18:01:55 +00:00
Remy Sharp
18c03f90e8 chore: bump dev deps 2017-12-05 14:59:27 +00:00
Remy Sharp
71eab1aeeb fix: require node 6 or above in engines 2017-12-04 22:15:21 +00:00
Remy Sharp
2bb587ce0a chore: update semantic release process 2017-12-04 20:50:29 +00:00
Remy Sharp
6d57dac0ee fix: bump deps and fix tests for local dev (#1139)
Upgraded tests for node 8
2017-12-04 14:56:44 +00:00
Remy Sharp
2af639102d fix: add commit lint 2017-09-04 20:26:29 +01:00
Bennett Somerville
8204b69229 chore: update update-notifier (#1083) 2017-09-04 19:23:33 +01:00
Ricardo Giorni
5321a2b694 chore: touch@3.1.0 (#1085) 2017-09-04 19:22:36 +01:00
Olivier Louvignes
805c90a136 chore(npm): bump chokidar and test against node@^6.0 (fixes #824) 2016-04-29 19:25:39 +02:00
Mark Wubben
6ccb29864c refactor: get default ignoreRoot from ignore-by-default
Switches the default ignoreRoot to a list obtained from the ignore-by-default
package. See <https://github.com/novemberborn/ignore-by-default>.

This allows nodemon to tap into a shared list of directories it should ignore
when watching for changes. E.g. compared to the original list it's already been
extended with `.nyc_output` and `coverage` directories.
2016-02-25 21:08:44 +00:00
Andrew Goodricke
095fa7b4d8 preferGlobal: Removed as discussed in #772

2016-02-25 21:08:44 +00:00
Sebastiaan Deckers
ef916f62b0 fix: bump ps-tree dependency
Solves toolchain warning about missing SPDX license in outdated
dependency ps-tree@0.0.3 -> event-stream@0.5.3 -> optimist@0.2.8.
2015-10-19 12:27:54 +01:00
Remy Sharp
3eea9ec675 fix: dep bumps 2015-10-19 12:27:54 +01:00
greenkeeperio-bot
50de43b3bc chore(package): pinned dependencies
http://greenkeeper.io/
2015-10-19 12:27:53 +01:00
Remy Sharp
12d02b5ec2 test: update tests with new pkg.start 2015-09-19 09:43:12 +01:00
Remy Sharp
7250919e6d fix: restore file count in verbose mode 2015-09-12 11:34:20 +01:00
Remy Sharp
256f333388 chore: add semantic release 2015-09-11 23:25:57 +01:00
Remy Sharp
f7a94768f6 refactor: add debugging 2015-09-10 10:38:32 +01:00
Remy Sharp
438b8d7c0e refactor: passing jscs 2015-09-09 22:30:43 +01:00
Remy Sharp
ebbe1edb8d fix: protect from missing options 2015-09-09 22:30:43 +01:00
Remy Sharp
7496f08330 fix: incorrectly exiting when required
test: updated travis tests
2015-09-09 22:29:26 +01:00
Remy Sharp
309423aacf test: tidy up travis + iojs tests 2015-08-31 18:41:27 +01:00
Remy Sharp
b0fd56f7de refactor: move watch out in favour of chokidar
Plus jscs clean ups
2015-08-31 18:25:55 +01:00
Remy Sharp
2e56d8404e 1.4.1 2015-08-12 09:32:56 +01:00
Remy Sharp
bec80afd88 Merge pull request #591 from JoaoHenriquePereira/support/bump-touch-dependency
fix: Bump node-touch to 1.0.0
2015-08-12 09:32:37 +01:00
Remy Sharp
6152786ba2 1.4.0 2015-07-27 21:44:32 +01:00
Joao Madeiras
5ec6101e78 bump node-touch to 1.0.0 2015-07-21 14:57:33 +01:00
Remy Sharp
698dc26aac 1.3.8 2015-07-20 22:03:31 +01:00
Gilad Peleg
1e955b7a38 update license attribute
specifying the type and URL is deprecated:

https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
2015-05-19 13:53:13 +03:00
Remy Sharp
ceb53ce403 1.3.7 2015-02-11 16:21:10 +00:00
Remy Sharp
53587d7380 1.3.6 2015-02-01 16:05:29 +00:00
Remy Sharp
8ee71f4157 1.3.5 2015-01-28 15:13:19 +00:00