Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Update lint-staged in package.json from ^6.1.1 to 7.0.4 #290

Closed
wants to merge 1 commit into from

Conversation

dependencies[bot]
Copy link
Contributor

@dependencies dependencies bot commented Apr 5, 2018

Overview

The following dependencies have been updated by dependencies.io:

  • lint-staged in package.json from "^6.1.1" to "7.0.4"

Details

lint-staged

This dependency is located in package.json and was updated from "^6.1.1" to "7.0.4".

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:

7.0.1

7.0.1 (2018-03-30)

Bug Fixes

  • package: update staged-git-files to version 1.1.1 (31176c9)
7.0.2

7.0.2 (2018-04-01)

Bug Fixes

  • Hide error message in a private field to avoid duplicate logs (#421) (4d6f165)
7.0.3

7.0.3 (2018-04-03)

Bug Fixes

  • Fix cli-command-parser to parse arguments for execa (b4fbc3b), closes #419
  • Use double quotes to make command work on Windows (06635c6)
7.0.4

7.0.4 (2018-04-05)

Bug Fixes

  • Parse arguments with single quotes properly. Better tests. (29fc479), closes #419

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eslint with --rule option not working properly
2 participants