41 Commits

Author SHA1 Message Date
Remy Sharp
1b3bc8c3c8 fix: revert update-notifier forcing esm 2022-06-23 16:28:26 +01:00
Remy Sharp
27e91c3681 fix: update packge-lock 2022-06-23 15:22:18 +01:00
Remy Sharp
54784ab842 fix: bump prod dep versions 2021-11-09 17:56:39 +00:00
Remy Sharp
90e7a3e1e2 fix: bump update-notifier
fixes: #1919
2021-09-23 10:41:14 +01:00
Remy Sharp
17aa92b57f chore: updating release process… 2021-06-29 13:51:49 +01:00
Remy Sharp
b78779aa26 chore: add semantic release via github actions 2021-06-29 10:49:05 +01:00
Remy Sharp
6d320b2dab chore: update commitlint (#1824) 2021-01-06 14:59:13 +00:00
Remy Sharp
9595d945ef chore: merge
* 'master' of github.com:remy/nodemon:
  fix: postinstall hide message in CI
  chore: change test targets (#1788)
  chore: Switch from JSCS to ESLint
  fix: ignore ./<path> on cwd (#1787)
  fix: runOnChangeOnly=true
2021-01-06 10:41:04 +00:00
Remy Sharp
a12cc4d1e3 chore: update commitlint 2021-01-06 10:39:18 +00:00
Antriksh Yadav
66ec7cd414 chore: Switch from JSCS to ESLint 2020-10-19 19:20:05 +01:00
Remy Sharp
6c471af09a chore: update lock file
[skip ci]
2020-05-14 13:32:41 +01:00
Remy Sharp
ee92ee470b test: split require tests 2020-04-08 17:55:50 +01:00
snyk-bot
a4490e2156 fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-DOTPROP-543489
2020-04-08 17:55:50 +01:00
Radu Micu
9a67f361a0 feat: update chokidar to v3
BREAKING CHANGE:

Massive CPU & RAM consumption improvements. 17x package & deps size reduction.
2019-11-20 15:16:55 +00:00
Aurélio A. Heckert
7d6c1a88a1 fix: Replace jade references by pug
close #1595
2019-10-15 19:27:50 -04:00
Remy Sharp
d5b98915eb test: ensure ignore relative paths
(when asked)
2019-10-07 18:11:43 +01:00
Remy Sharp
aa41ab2124 fix: hard bump of chokidar@2.1.5 2019-04-08 21:59:59 +01:00
Remy Sharp
fb0c078013 fix: bump chokidar
Fixes #1522
Fixes #1208

Thanks to @mikemaccana for original PR
2019-02-08 22:13:49 +00:00
Remy Sharp
dd0b96a943 fix: rs in node@11 (#1493)
Fixes node 11's `rs` support. Somehow required that the `process.stdin` to be disconnected from the child before the stream is resumed (whereas previously it seemed that it would automatically happen…possibly a node 11 bug).

Fixes #1493
2018-12-14 17:43:18 +00:00
Remy Sharp
735afd5221 fix: docker leaving running pids (via pstree)
Fixes #1447
Fixes #1477
Fixes #1484
2018-12-10 18:10:00 +00:00
Remy Sharp
9920e622a4 chore: update lock file 2018-11-22 11:24:05 +00:00
Remy Sharp
b35c532455 fix: remove deep ps-tree dep
Fixes #1451
2018-11-22 08:28:23 +00:00
thomas
3afa52c56d fix: nodemon installation for node 10.x and beyond (#1441)
* chore: update the package-lock file using pinned version

The commit 97f8d0a175 introduces versions
prefixed with carets whereas this lockfile needs to pin each
dependencies (same when a user executes `npm i`).

* chore: update chokidar to 2.0.4

this version (11aea72ad7)
fixes the issue related to "upath" that was limiting the node runtime to
9.x (https://github.com/anodynos/upath/blob/v1.0.2/package.json#L43).
2018-10-26 11:43:41 +01:00
Remy Sharp
97f8d0a175 fix: node_modules watched off relative path (#1328)
* chore: bump chokidar to latest
* test: fix weird output on restart filename
* test: skip old broken test
* fix: node_modules watched off relative path

Fixes #1294
Fixes #1305 (though couldn't confirm - just looks very similar)

I've gone back and forth on this Chokidar option `cwd` and in this fix
I've removed it from the config. I've checked the issues that were
raised that caused me to add the option, and they still appear to pass
in the tests, so I believe it's okay.

However, it _might_ come back in - just a note for Future @remy.
2018-05-05 20:17:21 +01: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
8cb26bfe25 refactor: small tweaks to ES6-ish 2018-01-06 09:35:16 +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
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
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