TestArmada / nightwatch-extra

MIT License
30 stars 26 forks source link

Update jsonfile to the latest version πŸš€ #62

Closed greenkeeper[bot] closed 3 years ago

greenkeeper[bot] commented 7 years ago

Version 3.0.0 of jsonfile just got published.

Dependency jsonfile
Current Version 2.4.0
Type dependency

The version 3.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of jsonfile. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 9 commits0.

  • 1713153 3.0.0
  • 79b846f Update CHANGELOG
  • eff48eb Update docs for throws option
  • 44386e7 Merge pull request #42 from ajbogh/patch-1
  • 38dadad Moved readFileSync within the try/catch to prevent filesystem errors when a file was not present. The error when throws is true is the same as before, but when it's false the error is swallowed and the return is null.
  • 9827260 Merge pull request #68 from wtgtybhertgeghgtwtg/master
  • 5376ab6 Add appveyor.yml to .npmignore.
  • d199491 Merge pull request #66 from mawni/update-docs-include-append
  • 642ab63 update readme to include append examples

false

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:

codecov-io commented 7 years ago

Codecov Report

Merging #62 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  Coverage   98.21%   98.21%           
=======================================
  Files          21       21           
  Lines         951      951           
  Branches      158      158           
=======================================
  Hits          934      934           
  Misses         17       17

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 6ceca04...5394941. Read the comment docs.

greenkeeper[bot] commented 7 years ago

Version 3.0.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 51ec1e2 3.0.1
  • 0b494c4 Merge pull request #82 from jprichardson/writefile
  • 1b77bc6 Don't write if there is a serialisation error & no callback passed
  • fed4d8b Remove mock-fs tests

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 16 commits.

  • 840bcc7 4.0.0
  • ebf648a Add files field to package.json
  • b470894 Drop support for Node 0.10, 0.12, and io.js
  • e3a2303 Upgrade standard
  • d2eabf4 Remove undocumented passParsingErrors option
  • 782f185 Remove global spaces option
  • bad7587 Merge pull request #90 from kellyselden/global-option-fix
  • 581f252 Merge pull request #91 from kellyselden/patch-1
  • cc81b00 Update CHANGELOG.md
  • 6721f6e still use global options when someone destructures
  • d95fe8b Merge pull request #89 from kellyselden/EOL
  • d9f13ae allow overriding the EOL string
  • bc44e79 Merge pull request #88 from kellyselden/editorconfig
  • 58ec867 add .editorconfig
  • e02242a Merge pull request #86 from EdwardBetts/spelling

There are 16 commits in total.

See the full diff

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.