clarkbw / npm-package-search

Search for NPM Package via the browser URL bar
MIT License
6 stars 5 forks source link

Update lint-staged to the latest version 🚀 #19

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 4.0.0 of lint-staged just got published.

Dependency lint-staged
Current Version 3.6.1
Type devDependency

The version 4.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 lint-staged. 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.


Release Notes v4.0.0

<a name"4.0.0">

4.0.0 (2017-06-18)

Bug Fixes

Breaking Changes

This might affect existing setups which depend on the -- argument.
(ad265664)

Commits

The new version differs by 5 commits.

  • ad26566 fix: Skip '--' argument for non-npm commands (#196)
  • 48fbe20 docs: Fix indentation (#197)
  • 2bcbc5f docs: Add link to referenced issue in README (#193)
  • 1345a0a chore: Set Jest env to node to avoid jsdom overhead (#189)
  • 3f9517e chore(eslint): Set ESLint environment to use Jest instead of Mocha (#190)

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[bot] commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #19   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines          41     41           
  Branches        9      9           
=====================================
  Hits           41     41

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 1f403fc...467e550. Read the comment docs.

greenkeeper[bot] commented 7 years ago

Version 4.0.1 just got published.

Update to this version instead 🚀

Release Notes v4.0.1

<a name"4.0.1">

4.0.1 (2017-07-06)

Bug Fixes

Commits

The new version differs by 2 commits.

  • ca85d82 fix: Bail on fatal errors (#208)
  • a97faab chore: Distribute only necessary files to npm (#198)

See the full diff