Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

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

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
lint-staged devDependencies major 6.1.1 -> 8.2.1

Release Notes

okonet/lint-staged

v8.2.1

Compare Source

Bug Fixes
  • Override env GIT_DIR variable to resolve to the correct git dir path (#​629) (5892455), closes #​627

v8.2.0

Compare Source

Bug Fixes
  • normalize gitDir path for Windows compatibility (90e343b)
Features
  • throw error in runAll if outside git directory (6ac666d)

v8.1.7

Compare Source

Bug Fixes

v8.1.6

Compare Source

Bug Fixes

v8.1.5

Compare Source

Bug Fixes

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:


Renovate configuration

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

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

♻️ Rebasing: Whenever PR is stale, 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 assigned evans Oct 29, 2018
@renovate renovate bot requested a review from evans October 29, 2018 12:51
@renovate renovate bot force-pushed the renovate/lint-staged-8.x branch 4 times, most recently from dbb51eb to f8edc44 Compare November 4, 2018 14:51
@renovate renovate bot force-pushed the renovate/lint-staged-8.x branch 3 times, most recently from 483b8ed to 7ae2910 Compare November 11, 2018 17:54
@renovate renovate bot force-pushed the renovate/lint-staged-8.x branch 2 times, most recently from d31ce64 to e795099 Compare November 21, 2018 14:31
@renovate renovate bot force-pushed the renovate/lint-staged-8.x branch 2 times, most recently from 012cfcf to 9218aec Compare December 3, 2018 08:45
@renovate renovate bot force-pushed the renovate/lint-staged-8.x branch 3 times, most recently from 816f705 to d0b9092 Compare February 2, 2019 18:36
@renovate renovate bot force-pushed the renovate/lint-staged-8.x branch from 25f922f to 4a40c0e Compare March 1, 2019 16:18
@renovate renovate bot force-pushed the renovate/lint-staged-8.x branch from 4a40c0e to cc040ab Compare May 4, 2019 08:57
@renovate renovate bot force-pushed the renovate/lint-staged-8.x branch from cc040ab to 829a975 Compare May 18, 2019 22:57
@renovate renovate bot force-pushed the renovate/lint-staged-8.x branch from 829a975 to a2741c3 Compare June 19, 2019 10:53
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.

None yet

2 participants