Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

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

Merged
merged 1 commit into from
Feb 22, 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
Copy link

codecov bot commented Feb 21, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #154   +/-   ##
=======================================
  Coverage   96.78%   96.78%           
=======================================
  Files          15       15           
  Lines         218      218           
  Branches       23       23           
=======================================
  Hits          211      211           
  Misses          7        7

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 c2b1349...2e2605d. Read the comment docs.

@nickbalestra nickbalestra merged commit 6019074 into master Feb 22, 2018
@nickbalestra nickbalestra deleted the lint-staged-7.0.0-131.0.0 branch February 22, 2018 14:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants