Giter Site home page Giter Site logo

Comments (16)

greenkeeper avatar greenkeeper commented on May 22, 2024

After pinning to 1.12.5 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from cypress-example-recipes.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.12.7 just got published.

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

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 4 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

See the full diff

from cypress-example-recipes.

greenkeeper avatar greenkeeper commented on May 22, 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 3 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

See the full diff

from cypress-example-recipes.

greenkeeper avatar greenkeeper commented on May 22, 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 7 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

See the full diff

from cypress-example-recipes.

greenkeeper avatar greenkeeper commented on May 22, 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 9 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

See the full diff

from cypress-example-recipes.

greenkeeper avatar greenkeeper commented on May 22, 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 10 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

See the full diff

from cypress-example-recipes.

greenkeeper avatar greenkeeper commented on May 22, 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 23 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 23 commits in total.

See the full diff

from cypress-example-recipes.

greenkeeper avatar greenkeeper commented on May 22, 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 26 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 26 commits in total.

See the full diff

from cypress-example-recipes.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.14.2 just got published.

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

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 30 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 30 commits in total.

See the full diff

from cypress-example-recipes.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.14.3 just got published.

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

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 1 commits.

  • ad226af fix: ensure non-slurp is passed to script

See the full diff

from cypress-example-recipes.

greenkeeper avatar greenkeeper commented on May 22, 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 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

from cypress-example-recipes.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.14.5 just got published.

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

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 13 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

See the full diff

from cypress-example-recipes.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.14.6 just got published.

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

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 1 commits.

  • d78bf3d fix: watch both js and mjs files if main file is JavaScript

See the full diff

from cypress-example-recipes.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.14.7 just got published.

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

Release Notes v1.14.7

1.14.7 (2017-12-31)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 6e7ce4b fix: swallow child.stdin err

See the full diff

from cypress-example-recipes.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.14.8 just got published.

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

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 3 commits.

  • 64a82ff fix: fail gracefully if postinstall fails
  • 2582d96 fix: clarify which config files are actually used
  • 8cb26bf refactor: small tweaks to ES6-ish

See the full diff

from cypress-example-recipes.

greenkeeper avatar greenkeeper commented on May 22, 2024

Version 1.14.9 just got published.

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

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 4 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

See the full diff

from cypress-example-recipes.

Related Issues (20)

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.