Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lint-staged in / from 6.1.0 to 7.0.0 #49

Merged
merged 1 commit into from
Feb 23, 2018

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Feb 21, 2018

Dependencies.io has updated lint-staged (a npm dependency in /) from "6.1.0" to "7.0.0".

7.0.0

7.0.0 (2018-02-21)

Bug Fixes

  • package: Bump dependencies (267ff0f)

Code Refactoring

Features

Performance Improvements

BREAKING CHANGES

  • Requires Node.js v6 or later.

  • Remove implicit support for running npm scripts.

    Consider example lint-staged config:

    {
      "name": "My project",
      "version": "0.1.0",
      "scripts": {
        "my-custom-script": "linter --arg1 --arg2",
        "precommit": "lint-staged"
      },
      "lint-staged": {
        "*.js": ["my-custom-script", "git add"]
      }
    }

    The list of commands should be changed to the following:

      "*.js": ["npm run my-custom-script --", "git add"]
    
  • The following minimatch options are not supported in micromatch:

@codecov-io
Copy link

codecov-io commented Feb 21, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   96.11%   96.11%           
=======================================
  Files           8        8           
  Lines         206      206           
  Branches       33       33           
=======================================
  Hits          198      198           
  Misses          8        8

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 ee5d686...588b097. Read the comment docs.

@nickbalestra nickbalestra merged commit 8de09a9 into master Feb 23, 2018
@nickbalestra nickbalestra deleted the lint-staged-7.0.0-99.0.0 branch February 23, 2018 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants