Giter VIP home page Giter VIP logo

Comments (36)

greenkeeper avatar greenkeeper commented on July 19, 2024

After pinning to 1.12.2 your tests are passing again. Downgrade this dependency 📌.

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.12.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.12.4

1.12.4 (2017-12-04)

Bug Fixes

  • reduce help output (a teeny bit) (2e1b496)
Commits

The new version differs by 1 commits.

  • 2e1b496 fix: reduce help output (a teeny bit)

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.12.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.12.5

1.12.5 (2017-12-05)

Bug Fixes

Commits

The new version differs by 4 commits.

  • 6a4fb22 fix: pass through execArgs from config (#1142)
  • 18c03f9 chore: bump dev deps
  • 7dcea48 chore: update stale bot config
  • 17ad4b9 docs: include .github templates

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.12.6 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.12.6

1.12.6 (2017-12-13)

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)
Commits

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

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.12.7 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.12.7

1.12.7 (2017-12-13)

Bug Fixes

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

The new version differs by 15 commits.

  • fd961d6 fix: defensive check on accessing cmd.args
  • fa64cdc docs: reduce CLI output and add --help options
  • d9e93ad fix: support node arguments again
  • 9f8defc docs: :add syntax highlight + contributors
  • 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

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.13.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.13.0

1.13.0 (2017-12-15)

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
Commits

The new version differs by 18 commits.

  • f8a5abe feat: watch script regardless of extension
  • 30f999a feat: support SIGHUP to restart nodemon
  • a282afb fix: support nodemon index to expand to index.js
  • fd961d6 fix: defensive check on accessing cmd.args
  • fa64cdc docs: reduce CLI output and add --help options
  • d9e93ad fix: support node arguments again
  • 9f8defc docs: :add syntax highlight + contributors
  • 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

There are 18 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.13.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.13.1

1.13.1 (2017-12-15)

Bug Fixes

  • fixed an issue where we tried to resolve null as path (10ded94)
  • if no ps, walk /proc to kill child fully (bf9b7a6)
Commits

The new version differs by 22 commits.

  • 770c90d test: bump pstree for node 4 support
  • bf9b7a6 fix: if no ps, walk /proc to kill child fully
  • 10ded94 fix: fixed an issue where we tried to resolve null as path
  • 14fcf94 docs: update issue template
  • f8a5abe feat: watch script regardless of extension
  • 30f999a feat: support SIGHUP to restart nodemon
  • a282afb fix: support nodemon index to expand to index.js
  • fd961d6 fix: defensive check on accessing cmd.args
  • fa64cdc docs: reduce CLI output and add --help options
  • d9e93ad fix: support node arguments again
  • 9f8defc docs: :add syntax highlight + contributors
  • 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

There are 22 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.13.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.13.2

1.13.2 (2017-12-15)

Bug Fixes

Commits

The new version differs by 24 commits.

  • bd9d595 chore: fix linting issues
  • e9129c0 fix: switch to killing using numericals
  • 770c90d test: bump pstree for node 4 support
  • bf9b7a6 fix: if no ps, walk /proc to kill child fully
  • 10ded94 fix: fixed an issue where we tried to resolve null as path
  • 14fcf94 docs: update issue template
  • f8a5abe feat: watch script regardless of extension
  • 30f999a feat: support SIGHUP to restart nodemon
  • a282afb fix: support nodemon index to expand to index.js
  • fd961d6 fix: defensive check on accessing cmd.args
  • fa64cdc docs: reduce CLI output and add --help options
  • d9e93ad fix: support node arguments again
  • 9f8defc docs: :add syntax highlight + contributors
  • f52615c fix: only use fork if node>4
  • 2d4ce03 docs: update faq on issue #1124

There are 24 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.13.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.13.3

1.13.3 (2017-12-16)

Bug Fixes

Commits

The new version differs by 25 commits.

  • 1171fc1 fix: nodemon reporting crash
  • bd9d595 chore: fix linting issues
  • e9129c0 fix: switch to killing using numericals
  • 770c90d test: bump pstree for node 4 support
  • bf9b7a6 fix: if no ps, walk /proc to kill child fully
  • 10ded94 fix: fixed an issue where we tried to resolve null as path
  • 14fcf94 docs: update issue template
  • f8a5abe feat: watch script regardless of extension
  • 30f999a feat: support SIGHUP to restart nodemon
  • a282afb fix: support nodemon index to expand to index.js
  • fd961d6 fix: defensive check on accessing cmd.args
  • fa64cdc docs: reduce CLI output and add --help options
  • d9e93ad fix: support node arguments again
  • 9f8defc docs: :add syntax highlight + contributors
  • f52615c fix: only use fork if node>4

There are 25 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.14.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.14.0

1.14.0 (2017-12-20)

Bug Fixes

Features

  • support wildcard extension matching (009d868)
Commits

The new version differs by 38 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
  • 1171fc1 fix: nodemon reporting crash
  • bd9d595 chore: fix linting issues

There are 38 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.14.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.14.1

1.14.1 (2017-12-20)

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
Commits

The new version differs by 41 commits.

  • 4589bc8 fix: properly ignore defaults, don't match partial
  • 1d88943 fix: pass stdin to child process on -I
  • 1e2516d fix: defined diretory watching
  • 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

There are 41 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.14.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.14.2

1.14.2 (2017-12-22)

Bug Fixes

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

The new version differs by 45 commits.

  • 0bb1eec chore: merge branch 'master'
  • dcd8911 fix: stop saying there's another update required!
  • 636ae40 chore: update new issue template
  • e4cfe9b chore: add no-response bot
  • 4589bc8 fix: properly ignore defaults, don't match partial
  • 1d88943 fix: pass stdin to child process on -I
  • 1e2516d fix: defined diretory watching
  • 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

There are 45 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.14.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.14.3

1.14.3 (2017-12-22)

Bug Fixes

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

The new version differs by 46 commits.

  • ad226af fix: ensure non-slurp is passed to script
  • 0bb1eec chore: merge branch 'master'
  • dcd8911 fix: stop saying there's another update required!
  • 636ae40 chore: update new issue template
  • e4cfe9b chore: add no-response bot
  • 4589bc8 fix: properly ignore defaults, don't match partial
  • 1d88943 fix: pass stdin to child process on -I
  • 1e2516d fix: defined diretory watching
  • 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

There are 46 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.14.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.14.4

1.14.4 (2017-12-29)

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
Commits

The new version differs by 58 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
  • ad226af fix: ensure non-slurp is passed to script
  • 0bb1eec chore: merge branch 'master'
  • dcd8911 fix: stop saying there's another update required!

There are 58 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.14.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.14.5

1.14.5 (2017-12-29)

Bug Fixes

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

The new version differs by 59 commits.

  • 0d9a892 fix: don't use fork with node inspect
  • 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
  • ad226af fix: ensure non-slurp is passed to script
  • 0bb1eec chore: merge branch 'master'

There are 59 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.14.6 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.14.6

1.14.6 (2017-12-29)

Bug Fixes

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

The new version differs by 60 commits.

  • d78bf3d fix: watch both js and mjs files if main file is JavaScript
  • 0d9a892 fix: don't use fork with node inspect
  • 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
  • ad226af fix: ensure non-slurp is passed to script

There are 60 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.14.7 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.14.7

1.14.7 (2017-12-31)

Bug Fixes

Commits

The new version differs by 61 commits.

  • 6e7ce4b fix: swallow child.stdin err
  • d78bf3d fix: watch both js and mjs files if main file is JavaScript
  • 0d9a892 fix: don't use fork with node inspect
  • 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

There are 61 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.14.8 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.14.8

1.14.8 (2018-01-06)

Bug Fixes

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

The new version differs by 64 commits.

  • 64a82ff fix: fail gracefully if postinstall fails
  • 2582d96 fix: clarify which config files are actually used
  • 8cb26bf refactor: small tweaks to ES6-ish
  • 6e7ce4b fix: swallow child.stdin err
  • d78bf3d fix: watch both js and mjs files if main file is JavaScript
  • 0d9a892 fix: don't use fork with node inspect
  • 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 ❤️

There are 64 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.14.9 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.14.9

1.14.9 (2018-01-08)

Bug Fixes

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

The new version differs by 68 commits.

  • e95ea6f fix: ignorePermissionErrors in chokidar
  • c121187 refactor: indexOf > includes (in node4)
  • 8cec0fc chore: fix linting issue
  • 718a9ad fix: correctly pass ignored rules to chokidar
  • 64a82ff fix: fail gracefully if postinstall fails
  • 2582d96 fix: clarify which config files are actually used
  • 8cb26bf refactor: small tweaks to ES6-ish
  • 6e7ce4b fix: swallow child.stdin err
  • d78bf3d fix: watch both js and mjs files if main file is JavaScript
  • 0d9a892 fix: don't use fork with node inspect
  • 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

There are 68 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.14.10 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.14.10

1.14.10 (2018-01-09)

Bug Fixes

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

The new version differs by 69 commits.

  • e90f15a fix: node < 6.4.0 causing crash on 'rs' trigger
  • e95ea6f fix: ignorePermissionErrors in chokidar
  • c121187 refactor: indexOf > includes (in node4)
  • 8cec0fc chore: fix linting issue
  • 718a9ad fix: correctly pass ignored rules to chokidar
  • 64a82ff fix: fail gracefully if postinstall fails
  • 2582d96 fix: clarify which config files are actually used
  • 8cb26bf refactor: small tweaks to ES6-ish
  • 6e7ce4b fix: swallow child.stdin err
  • d78bf3d fix: watch both js and mjs files if main file is JavaScript
  • 0d9a892 fix: don't use fork with node inspect
  • de66c6b refactor: fix scoping issue in node@4
  • 5a914cb fix: handle exit(2) better
  • 6333fa5 chore: fix linting
  • 6e839d4 fix: support implicit filename extension

There are 69 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.14.11 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.14.11

1.14.11 (2018-01-11)

Bug Fixes

Commits

The new version differs by 72 commits.

  • 4be493c fix: don't ignore dot-directories
  • 60d1add docs: add context to fences
  • 9d49852 fix: update deps - [email protected] in particular
  • e90f15a fix: node < 6.4.0 causing crash on 'rs' trigger
  • e95ea6f fix: ignorePermissionErrors in chokidar
  • c121187 refactor: indexOf > includes (in node4)
  • 8cec0fc chore: fix linting issue
  • 718a9ad fix: correctly pass ignored rules to chokidar
  • 64a82ff fix: fail gracefully if postinstall fails
  • 2582d96 fix: clarify which config files are actually used
  • 8cb26bf refactor: small tweaks to ES6-ish
  • 6e7ce4b fix: swallow child.stdin err
  • d78bf3d fix: watch both js and mjs files if main file is JavaScript
  • 0d9a892 fix: don't use fork with node inspect
  • de66c6b refactor: fix scoping issue in node@4

There are 72 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.14.12 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 78 commits.

  • 33fa6f4 fix: wrongly normalizing slashes in windows
  • 4cfd0b9 chore: fix lint warning
  • 79e61f0 fix: sniff for child.stdout before using it
  • 4f0562a chore: update oliver
  • 66e0d13 chore: tweak oliver
  • c9d8cd3 chore: add oliver twist bot
  • 4be493c fix: don't ignore dot-directories
  • 60d1add docs: add context to fences
  • 9d49852 fix: update deps - [email protected] in particular
  • e90f15a fix: node < 6.4.0 causing crash on 'rs' trigger
  • e95ea6f fix: ignorePermissionErrors in chokidar
  • c121187 refactor: indexOf > includes (in node4)
  • 8cec0fc chore: fix linting issue
  • 718a9ad fix: correctly pass ignored rules to chokidar
  • 64a82ff fix: fail gracefully if postinstall fails

There are 78 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.15.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 86 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 ❤️
  • 33fa6f4 fix: wrongly normalizing slashes in windows
  • 4cfd0b9 chore: fix lint warning
  • 79e61f0 fix: sniff for child.stdout before using it
  • 4f0562a chore: update oliver
  • 66e0d13 chore: tweak oliver
  • c9d8cd3 chore: add oliver twist bot
  • 4be493c fix: don't ignore dot-directories

There are 86 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.15.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 87 commits.

  • 1cda8fa fix: ensure directories are watched, not files (#1260)
  • 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 ❤️
  • 33fa6f4 fix: wrongly normalizing slashes in windows
  • 4cfd0b9 chore: fix lint warning
  • 79e61f0 fix: sniff for child.stdout before using it
  • 4f0562a chore: update oliver
  • 66e0d13 chore: tweak oliver
  • c9d8cd3 chore: add oliver twist bot

There are 87 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.16.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 90 commits.

  • 94b526f fix: put windows drive letter tweak in right place (#1272)
  • e41f3c3 feat: feed args to exec when detecting script (#1273)
  • f4391d4 fix: make clear where more opts are in help (#1271)
  • 1cda8fa fix: ensure directories are watched, not files (#1260)
  • 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 ❤️
  • 33fa6f4 fix: wrongly normalizing slashes in windows
  • 4cfd0b9 chore: fix lint warning
  • 79e61f0 fix: sniff for child.stdout before using it

There are 90 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.16.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 92 commits.

  • 7ffd545 fix: windows exec resolution (#1274)
  • 0f39b2e fix: make it possible for windows to checkout (#1270)
  • 94b526f fix: put windows drive letter tweak in right place (#1272)
  • e41f3c3 feat: feed args to exec when detecting script (#1273)
  • f4391d4 fix: make clear where more opts are in help (#1271)
  • 1cda8fa fix: ensure directories are watched, not files (#1260)
  • 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 ❤️
  • 33fa6f4 fix: wrongly normalizing slashes in windows

There are 92 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.17.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.17.0

1.17.0 (2018-02-27)

Bug Fixes

Features

Note: due to an oddity in the automated build process, nodemon was bumped two minor versions instead of one. Nothing to worry about though.

Commits

The new version differs by 93 commits.

  • 7fb365d feat: try to resolve exec in node_modules/.bin (#1275)
  • 7ffd545 fix: windows exec resolution (#1274)
  • 0f39b2e fix: make it possible for windows to checkout (#1270)
  • 94b526f fix: put windows drive letter tweak in right place (#1272)
  • e41f3c3 feat: feed args to exec when detecting script (#1273)
  • f4391d4 fix: make clear where more opts are in help (#1271)
  • 1cda8fa fix: ensure directories are watched, not files (#1260)
  • 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 ❤️

There are 93 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.17.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.17.1

1.17.1 (2018-02-27)

Bug Fixes

Commits

The new version differs by 94 commits.

  • 85ed19d fix: throwing exeception on run
  • 7fb365d feat: try to resolve exec in node_modules/.bin (#1275)
  • 7ffd545 fix: windows exec resolution (#1274)
  • 0f39b2e fix: make it possible for windows to checkout (#1270)
  • 94b526f fix: put windows drive letter tweak in right place (#1272)
  • e41f3c3 feat: feed args to exec when detecting script (#1273)
  • f4391d4 fix: make clear where more opts are in help (#1271)
  • 1cda8fa fix: ensure directories are watched, not files (#1260)
  • 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

There are 94 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.17.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.17.2

1.17.2 (2018-03-13)

Bug Fixes

Commits

The new version differs by 99 commits.

  • 89d6062 fix: prevent throw when args missing (#1288)
  • 372e6b2 fix: watch count regression (#1287)
  • 8637e52 chore: merge branch 'master'
  • 41f0d42 chore: update issue template
  • e16f2fe chore: revert package
  • 85ed19d fix: throwing exeception on run
  • 7fb365d feat: try to resolve exec in node_modules/.bin (#1275)
  • 7ffd545 fix: windows exec resolution (#1274)
  • 0f39b2e fix: make it possible for windows to checkout (#1270)
  • 94b526f fix: put windows drive letter tweak in right place (#1272)
  • e41f3c3 feat: feed args to exec when detecting script (#1273)
  • f4391d4 fix: make clear where more opts are in help (#1271)
  • 1cda8fa fix: ensure directories are watched, not files (#1260)
  • 70cfb7d chore: intentional bump of chokidar (#1257)
  • 8895445 fix: make watch & ignore relative (#1253)

There are 99 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.17.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.17.3

1.17.3 (2018-03-31)

Bug Fixes

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

The new version differs by 100 commits.

  • aa18c80 fix: don't throw when required in the repl
  • 89d6062 fix: prevent throw when args missing (#1288)
  • 372e6b2 fix: watch count regression (#1287)
  • 8637e52 chore: merge branch 'master'
  • 41f0d42 chore: update issue template
  • e16f2fe chore: revert package
  • 85ed19d fix: throwing exeception on run
  • 7fb365d feat: try to resolve exec in node_modules/.bin (#1275)
  • 7ffd545 fix: windows exec resolution (#1274)
  • 0f39b2e fix: make it possible for windows to checkout (#1270)
  • 94b526f fix: put windows drive letter tweak in right place (#1272)
  • e41f3c3 feat: feed args to exec when detecting script (#1273)
  • f4391d4 fix: make clear where more opts are in help (#1271)
  • 1cda8fa fix: ensure directories are watched, not files (#1260)
  • 70cfb7d chore: intentional bump of chokidar (#1257)

There are 100 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.17.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.17.5

1.17.5 (2018-05-23)

Bug Fixes

  • in watch, use fully filtered ignore rules (b3fc3a9), closes #1348
Commits

The new version differs by 109 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
  • aa18c80 fix: don't throw when required in the repl
  • 89d6062 fix: prevent throw when args missing (#1288)
  • 372e6b2 fix: watch count regression (#1287)
  • 8637e52 chore: merge branch 'master'
  • 41f0d42 chore: update issue template
  • e16f2fe chore: revert package

There are 109 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.18.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.18.0

1.18.0 (2018-07-10)

Bug Fixes

Features

  • support ctrl+l to clear (a974892)
Commits

The new version differs by 119 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
  • 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

There are 119 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.18.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.18.1

1.18.1 (2018-07-11)

Bug Fixes

Commits

The new version differs by 121 commits.

  • 25a1813 fix: send proper quit signal on ctrl-c (#1387)
  • a5263b1 docs: change README.md to make the intro more concise
  • 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
  • b3fc3a9 fix: in watch, use fully filtered ignore rules
  • ff79835 chore: update stalebot
  • ee2aac1 fix: support env.SUPPRESS_SUPPORT (#1334)

There are 121 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.18.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.18.2

1.18.2 (2018-07-13)

Bug Fixes

Commits

The new version differs by 124 commits.

  • 363891f fix: revert stdin handling
  • 4a88095 docs: faq typo fix (#1388)
  • a2d4d13 docs: faq typo fix
  • 25a1813 fix: send proper quit signal on ctrl-c (#1387)
  • a5263b1 docs: change README.md to make the intro more concise
  • 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

There are 124 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.18.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.18.3

1.18.3 (2018-07-17)

Bug Fixes

Commits

The new version differs by 125 commits.

  • 11ef298 fix: smarter handling of exit code 2
  • 363891f fix: revert stdin handling
  • 4a88095 docs: faq typo fix (#1388)
  • a2d4d13 docs: faq typo fix
  • 25a1813 fix: send proper quit signal on ctrl-c (#1387)
  • a5263b1 docs: change README.md to make the intro more concise
  • 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

There are 125 commits in total.

See the full diff

from foobot-graphql.

greenkeeper avatar greenkeeper commented on July 19, 2024

Version 1.18.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.18.4

1.18.4 (2018-08-29)

Bug Fixes

  • properly pass options to chokidar (5a47a32)
Commits

The new version differs by 128 commits.

  • e7d9e87 test: only run run-mac-only.test.js in darwin platform
  • 5a47a32 fix: properly pass options to chokidar
  • b8ff6b4 docs: update help.txt (#1401)
  • 11ef298 fix: smarter handling of exit code 2
  • 363891f fix: revert stdin handling
  • 4a88095 docs: faq typo fix (#1388)
  • a2d4d13 docs: faq typo fix
  • 25a1813 fix: send proper quit signal on ctrl-c (#1387)
  • a5263b1 docs: change README.md to make the intro more concise
  • 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)

There are 128 commits in total.

See the full diff

from foobot-graphql.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.