Closed greenkeeper[bot] closed 6 years ago
After pinning to 1.11.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 20 commits.
6a4803d
test: skip a test
32aed42
chore: linting errors
f6a8b3d
chore: update test envs
205ba1b
chore: tidy commit lint rules
2af6391
fix: add commit lint
8cf5128
docs: update small formatting issue
0e4b310
Fix: nodemon can't read config files encoded with BOM e.g. UTF-8-BOM #1031
fb5da38
feat: nodemonConfig support in package.json
63e8606
fix: exit when fail to parse the config file (#921)
facc8cb
fix: exit with code 1 on crash if --exitcrash (#946)
481dc8f
fix: executable path handling under windows (#962)
3c352f2
fix: support signal on CLI (#1061)
abc138f
fix: help truncation on node 6.2 (#842) (#843)
f6eff97
docs: process.exit() hint (#976)
f7d8a2b
docs: npx to run dev dependencies (#1071)
There are 20 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 13 commits.
24a4b84
feat: disable chokidar globbing on windows (#1140)
6d57dac
fix: bump deps and fix tests for local dev (#1139)
5a89df6
fix: Support for .mjs es6 modules (#1138)
9b6c786
fix: sync help.txt to available options
0b1bf13
docs: update faq for -c option
f3e0c29
fix: read config file before defaulting script parameter (#1110)
d0c515a
chore: Merge branch 'AverageMarcus-fix/810'
5b990b2
chore: merge branch 'fix/810'
af54f64
docs: trying a new position
29a9a44
fix: Add support for multi-level filenames
ff935ca
test: Test support for multi-level filenames
07e55cc
docs: update FAQ with added platform documentation
4391ede
docs: Reposition Code Sponsor (#1090)
See the full diff
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 11 commits.
f52615c
fix: only use fork if node>4
2d4ce03
docs: update faq on issue #1124
62a361c
fix: use fork child node processes
0628f26
chore: merge heisian-master
6d760f4
fix: restore node 4 min support
8967c02
test: only use .npmrc if a non-PR
cf923a8
fix: get tests to pass
3a6b8df
fix: travis CI build before-install
f711fb7
test: fork child node processes
183add9
test: fix typo in before_install
57c14a2
test: only add npmrc on master (#1147)
See the full diff
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 13 commits.
d15cf68
fix: remove scoped dep
67d1466
refactor: remove libraries over native es6 support
35b86a9
test: increase timeout between writing files and starting nodemon
b326b46
test: unlink tmp files after each test
c5bf96c
test: always wait for nodemon.reset() to complete in teardown
70a2ec7
test: use unlinkSync; validate file exists before unlinking
84ec156
test: fix hanging test
b89d591
chore: append to .npmrc rather than overwrite it in travis
bcb4db8
docs: update nodejs vs node workaround text
82d74e5
docs: fix outdated link
ceba29a
chore: respect package-lock
009d868
feat: support wildcard extension matching
76f825e
docs: update issue template
See the full diff
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 12 commits.
de66c6b
refactor: fix scoping issue in node@4
5a914cb
fix: handle exit(2) better
6333fa5
chore: fix linting
6e839d4
fix: support implicit filename extension
48048aa
fix: properly handle --no-update-notifier
c637717
fix: expose no update flag
f711537
chore: fix linting
7a04e2c
fix: incorrect count of watch files being reported
7052648
docs: add SparkPost for their sponsorship β€οΈ
369eb11
chore: update issue template
0c78a9c
test: remove .only
0c3229d
docs: remove duff link
See the full diff
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 8 commits.
70cfb7d
chore: intentional bump of chokidar (#1257)
8895445
fix: make watch & ignore relative (#1253)
5e88b04
feat: add support for --spawn
(#1249)
0e08ee2
chore: update stalebot
913c34d
docs: fix broken images
2918e0a
chore: bumping github image cache
85475b5
docs: typo
b936f6c
docs: add mixmax sponsor β€οΈ
See the full diff
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Note: due to an oddity in the automated build process, nodemon was bumped two minor versions instead of one. Nothing to worry about though.
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 9 commits.
b3fc3a9
fix: in watch, use fully filtered ignore rules
ff79835
chore: update stalebot
ee2aac1
fix: support env.SUPPRESS_SUPPORT (#1334)
58b82f2
fix: increase perf of watching large file count
f616258
fix: {{filename}} is only replaced once
97f8d0a
fix: node_modules watched off relative path (#1328)
9bbc219
fix: only hook SIGINT on boot - not at require
d53a244
chore: mildly reduce npm package size
6925494
docs: use consistent ext example
See the full diff
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 10 commits.
a974892
feat: support ctrl+l to clear
d48a482
fix: don't watch directory when watching file
9d1a63c
fix: allow watching relative path files (#1385)
ec76cad
chore: Merge branch 'master'
73aa13f
docs: add to faq
251bc57
docs: typo on string #24 & #246 (#1374)
a724e53
docs: more docs for nodemon as child process (#1362)
935e260
docs: FAQ update to address Docker restarts
c554b42
Update faq.md
dc06466
Note about procps on Docker
See the full diff
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Version 1.11.1 of nodemon just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As nodemon is βonlyβ a devDependency of this project it might not break production or downstream projects, but βonlyβ your build or test tools β preventing new deploys or publishes.
I recommend you give this issue a high priority. Iβm sure you can resolve this :muscle:
Status Details
- β **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/wilmoore/selectn.js/builds/271797933?utm_source=github_status&utm_medium=notification)Commits
The new version differs by 8 commits.
8ef739a
docs: typo (#1059)
3426224
fix: update readme
7b39b45
docs: vertical rhythm (#1055)
f9fc962
Delete CNAME
0b367d5
Create CNAME
5c71aae
docs: move to github pages hosting
7352a4c
docs: add design principle
8c1fd44
chore: update site to https
See the full diff
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: