WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 21, 2018

This Pull Request updates dependency lint-staged from v4.2.1 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



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 b49f38a to a3717b3 Compare April 5, 2018 08:09
@renovate renovate bot force-pushed the renovate/lint-staged-7.x branch from a3717b3 to a1e7e11 Compare April 26, 2018 02:08
@renovate renovate bot force-pushed the renovate/lint-staged-7.x branch from a1e7e11 to 4dc662f Compare May 7, 2018 03:27
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v7 Update dependency lint-staged to v7 May 9, 2018
@renovate renovate bot changed the title Update dependency lint-staged to v7 chore(deps): update dependency lint-staged to v7 May 9, 2018
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v7 Update dependency lint-staged to v7 May 9, 2018
@renovate renovate bot changed the title Update dependency lint-staged to v7 chore(deps): update dependency lint-staged to v7 May 9, 2018
@renovate renovate bot force-pushed the renovate/lint-staged-7.x branch 2 times, most recently from c6397d4 to eefad3e Compare May 21, 2018 08:06
@renovate renovate bot force-pushed the renovate/lint-staged-7.x branch from eefad3e to 688c8fd Compare June 1, 2018 03:53
@renovate renovate bot force-pushed the renovate/lint-staged-7.x branch from 688c8fd to bc32cdb 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.

2 participants