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

chore(deps): update dependency lint-staged to v7 #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 21, 2018

This Pull Request updates dependency lint-staged from v4.1.3 to v7.2.0

Release Notes

v7.2.0

Compare Source

Features
  • Resolve a npm package passed as --config (#​464) (c34a3f7)

v7.1.3

Compare Source

Bug Fixes
  • package: Update jest-validate to version 23.0.0 (#​458) (3d0ccb2)

v7.1.2

Compare Source

Bug Fixes
  • package: Update cosmiconfig to version 5.0.2 (#​444) (2fc7aa3), closes #​441
  • package: Update listr to version 0.14.1 (#​445) (a56d7c9), closes #​426
  • Add .lintstagedrc.js to list of config files to search (9e27620)

v7.1.1

Compare Source

Bug Fixes
  • cli: Correct value for FORCE_COLOR env var (#​451) (9823d26), closes #​448

v7.1.0

Compare Source

Features
  • Chunked execution of linters on Windows only (#​439) (1601c02)

v7.0.5

Compare Source

Bug Fixes
  • Update "please-upgrade-node" to version 3.0.2 (#​434) (b9d84ce)

v7.0.4

Compare Source

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

v7.0.3

Compare Source

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

v7.0.2

Compare Source

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

v7.0.1

Compare Source

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

v7.0.0

Compare Source

Bug Fixes
  • package: Bump dependencies (267ff0f)
Code Refactoring
  • Drop support for Node.js 4 (#​399) (05a062d)
Features
  • Remove support for npm scripts (#​390) (d8b836c)
Performance Improvements
  • Switch from minimatch to micromatch (#​388) (5a333a0)
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:


v6.1.1

Compare Source

Bug Fixes
  • package: Update staged-git-files to version 1.0.0 (677e860)

v6.1.0

Compare Source

Features
  • config: Add ignore config option (#​385) (5b7bc67)

v6.0.1

Compare Source

Bug Fixes
  • package: update cosmiconfig to version 4.0.0 (80596c3)

v6.0.0

Compare Source

Features
  • Add debug mode, deprecate verbose option (#​344) (8f214f0)
BREAKING CHANGES
  • verbose config option has been deprecated and is superseded
    by the command line option --debug.

v5.0.0

Compare Source


v4.3.0

Compare Source


v4.2.3

Compare Source


v4.2.2

Compare Source


v4.2.1

Compare Source


v4.2.0

Compare Source



This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/lint-staged-7.x branch 4 times, most recently from 2703a15 to c29e812 Compare April 5, 2018 08:26
@renovate renovate bot force-pushed the renovate/lint-staged-7.x branch from c29e812 to cca42b8 Compare April 26, 2018 02:12
@renovate renovate bot force-pushed the renovate/lint-staged-7.x branch from cca42b8 to 190ace5 Compare May 7, 2018 03:27
@renovate renovate bot force-pushed the renovate/lint-staged-7.x branch 2 times, most recently from 21001fd to 447b369 Compare May 21, 2018 08:06
@renovate renovate bot force-pushed the renovate/lint-staged-7.x branch from 447b369 to f0368e7 Compare June 1, 2018 04:19
@renovate renovate bot force-pushed the renovate/lint-staged-7.x branch from f0368e7 to 231f4f5 Compare June 11, 2018 08:18
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.

1 participant