Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2018

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

Release Notes

v6.1.1

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

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

v6.1.1

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

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.

@coderplex-bot
Copy link
Collaborator

coderplex-bot commented Feb 21, 2018

Deploy preview for coderplex ready!

Built with commit dfd1ab1

https://deploy-preview-181--coderplex.netlify.com

@renovate renovate bot force-pushed the renovate/lint-staged-7.x branch from 0109d5d to dfd1ab1 Compare February 22, 2018 22:46
@vinaypuppal vinaypuppal merged commit 3f3c116 into develop Feb 22, 2018
@vinaypuppal vinaypuppal deleted the renovate/lint-staged-7.x branch February 22, 2018 22:49
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.

4 participants