Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 21, 2018

This Pull Request updates dependency lint-staged from v6.1.1 to v7.0.0

Release Notes

v7.0.0

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:


Commits

v7.0.0

  • 6ace14e ci: Whitelist the next branch
  • 5a333a0 perf: Switch from minimatch to micromatch (#​388)
  • d8b836c feat: Remove support for npm scripts (#​390)
  • 05a062d refactor: Drop support for Node.js 4 (#​399)
  • 267ff0f fix(package): Bump dependencies

This PR has been generated by Renovate Bot.

@coveralls
Copy link

coveralls commented Feb 21, 2018

Coverage Status

Coverage remained the same at 96.0% when pulling 14f0827 on renovate/lint-staged-7.x into 3643cb5 on master.

@renovate renovate bot force-pushed the renovate/lint-staged-7.x branch from d5b86bb to c9bd7f8 Compare February 22, 2018 02:03
@renovate renovate bot force-pushed the renovate/lint-staged-7.x branch from c9bd7f8 to 14f0827 Compare February 23, 2018 11:03
@lgaticaq lgaticaq merged commit dab9512 into master Feb 24, 2018
@lgaticaq lgaticaq deleted the renovate/lint-staged-7.x branch February 24, 2018 05:11
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.

4 participants