Skip to content

chore(deps): update dependency lint-staged to v8 #58

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 29, 2018

This PR contains the following updates:

Package Type Update Change References
lint-staged devDependencies major 6.0.0 -> 8.1.4 source

Release Notes

okonet/lint-staged

v8.1.4

Compare Source

Bug Fixes

v8.1.3

Compare Source

Bug Fixes
  • Display package name when node-please-upgrade is being used (#​575) (f5bed7b)

v8.1.2

Compare Source

Bug Fixes

v8.1.1

Compare Source

Bug Fixes

v8.1.0

Compare Source

8.1.0 (2018-11-21)

Features
  • Add relative option to allow passing relative paths to linters (#​534) (fcb774b)

v8.0.5

Compare Source

8.0.5 (2018-11-17)

Bug Fixes

v8.0.4

Compare Source

8.0.4 (2018-10-31)

Bug Fixes
  • package: update staged-git-files to version 1.1.2 (ce434d3)

v8.0.3

Compare Source

8.0.3 (2018-10-30)

Bug Fixes

v8.0.2

Compare Source

8.0.2 (2018-10-29)

Bug Fixes

v8.0.1

Compare Source

8.0.1 (2018-10-29)

Bug Fixes

v8.0.0

Compare Source

8.0.0 (2018-10-29)

Features
BREAKING CHANGES
  • Node >= 8.6 is required

v7.3.0

Compare Source

Features

v7.2.2

Compare Source

Bug Fixes

v7.2.1

Compare Source

Bug Fixes

v7.2.0

Compare Source

Features

v7.1.3

Compare Source

Bug Fixes

v7.1.2

Compare Source

Bug Fixes

v7.1.1

Compare Source

Bug Fixes

v7.1.0

Compare Source

Features

v7.0.5

Compare Source

Bug Fixes

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
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:

v6.1.1

Compare Source

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

v6.1.0

Compare Source

Features

v6.0.1

Compare Source

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

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot force-pushed the renovate/lint-staged-8.x branch 4 times, most recently from ab4978e to 8f23e97 Compare October 31, 2018 11:48
@renovate renovate bot force-pushed the renovate/lint-staged-8.x branch 2 times, most recently from fb3f938 to d2037ca Compare November 21, 2018 14:40
@renovate renovate bot force-pushed the renovate/lint-staged-8.x branch 3 times, most recently from ce89e8c to 6510dad Compare February 2, 2019 18:37
@renovate renovate bot force-pushed the renovate/lint-staged-8.x branch from 6510dad to aa00b4b Compare February 14, 2019 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant