Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 28, 2019

This PR contains the following updates:

Package Type Update Change References
lint-staged devDependencies major 6.1.0 -> 8.1.5 source

Release Notes

okonet/lint-staged

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:

v6.1.1

Compare Source

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

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.

@codecov
Copy link

codecov bot commented Jan 28, 2019

Codecov Report

Merging #70 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   93.75%   93.75%           
=======================================
  Files           1        1           
  Lines          16       16           
=======================================
  Hits           15       15           
  Misses          1        1

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f06afc5...8217a68. Read the comment docs.

@renovate renovate bot force-pushed the renovate/lint-staged-8.x branch 3 times, most recently from ac7b4bd to 9c7e9a7 Compare February 2, 2019 18:27
@renovate renovate bot force-pushed the renovate/lint-staged-8.x branch from 9c7e9a7 to 0fc1519 Compare February 14, 2019 11:32
@renovate renovate bot force-pushed the renovate/lint-staged-8.x branch from 0fc1519 to 8217a68 Compare March 1, 2019 16:34
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.

1 participant