Commit Graph

194 Commits

Author SHA1 Message Date
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
Remy Sharp
e6ae2019db 1.3.4 2015-01-28 15:08:55 +00:00
Remy Sharp
575f16a8ff Bump update-notifier to latest
[skip ci]
2015-01-28 15:08:40 +00:00
Remy Sharp
e2f8000581 1.3.3 2015-01-28 15:06:11 +00:00
Remy Sharp
ceeea71870 1.3.2 2015-01-20 14:34:29 +00:00
Remy Sharp
51f825d341 Add test to check if passed opts are priority
Currently failing due to bug in code - THIS IS MY PLAN!
2015-01-20 14:08:11 +00:00
Remy Sharp
44f7d49f86 1.3.1 2015-01-19 22:00:18 +00:00
Remy Sharp
d288c0defb v1.3.0 2015-01-19 21:05:17 +00:00
Remy Sharp
eb980a2036 separate out tests 2015-01-19 20:27:07 +00:00
Remy Sharp
65d2d49120 Merge branch 'master' into feature/pre-post-events 2015-01-16 10:07:03 +00:00
Remy Sharp
c223bfe5d5 Find on linux and detect container offset
Closes #455
Closes #453
Fixes #419

This method creates a file and checks the stat to check of an offset between the date on the machine and the created time on the file system. Docker (in my tests) show that you can get the offset using this method.

Once we have the offset, we tell the user (once) and then we use that to find files that have been modified according to the offset (either looking in the last using -mmin or in the future using -newer + a touched file).
2015-01-08 12:35:58 +00:00
Remy Sharp
fcb433d1ee v1.3.0-6 2014-12-09 23:04:16 +00:00