Skip to content

Conversation

@doppins-bot
Copy link

Hi!

A new version was just released of lint-staged, so Doppins
has upgraded your project's dependency ranges.

Make sure that it doesn't break anything, and happy merging! :shipit:


Upgraded lint-staged from ^5.0.0 to ^7.0.4

Changelog:

Version 7.0.4

7.0.4 (https://github.com/okonet/lint-staged/compare/v7.0.3...v7.0.4) (2018-04-05)

Bug Fixes

  • Parse arguments with single quotes properly. Better tests. (29fc479](https://github.com/okonet/lint-staged/commit/29fc479)), closes [#419 (https://github.com/okonet/lint-staged/issues/419)

Version 7.0.3

7.0.3 (https://github.com/okonet/lint-staged/compare/v7.0.2...v7.0.3) (2018-04-03)

Bug Fixes

  • Fix cli-command-parser to parse arguments for execa (b4fbc3b](https://github.com/okonet/lint-staged/commit/b4fbc3b)), closes [#419 (https://github.com/okonet/lint-staged/issues/419)
  • Use double quotes to make command work on Windows (06635c6 (https://github.com/okonet/lint-staged/commit/06635c6))

Version 7.0.2

7.0.2 (https://github.com/okonet/lint-staged/compare/v7.0.1...v7.0.2) (2018-04-01)

Bug Fixes

  • Hide error message in a private field to avoid duplicate logs (#421](https://github.com/okonet/lint-staged/issues/421)) ([4d6f165 (https://github.com/okonet/lint-staged/commit/4d6f165))

Version 7.0.1

7.0.1 (https://github.com/okonet/lint-staged/compare/v7.0.0...v7.0.1) (2018-03-30)

Bug Fixes

  • package: update staged-git-files to version 1.1.1 (31176c9 (https://github.com/okonet/lint-staged/commit/31176c9))

Version 7.0.0

7.0.0 (https://github.com/okonet/lint-staged/compare/v6.1.1...v7.0.0) (2018-02-21)

Bug Fixes

  • package: Bump dependencies (267ff0f (https://github.com/okonet/lint-staged/commit/267ff0f))

Code Refactoring

  • Drop support for Node.js 4 (#399](https://github.com/okonet/lint-staged/issues/399)) ([05a062d (https://github.com/okonet/lint-staged/commit/05a062d))

Features

  • Remove support for npm scripts (#390](https://github.com/okonet/lint-staged/issues/390)) ([d8b836c (https://github.com/okonet/lint-staged/commit/d8b836c))

Performance Improvements

  • Switch from minimatch to micromatch (#388](https://github.com/okonet/lint-staged/issues/388)) ([5a333a0 (https://github.com/okonet/lint-staged/commit/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:

Version 6.1.1

6.1.1 (https://github.com/okonet/lint-staged/compare/v6.1.0...v6.1.1) (2018-02-16)

Bug Fixes

  • package: Update staged-git-files to version 1.0.0 (677e860 (https://github.com/okonet/lint-staged/commit/677e860))

Version 6.1.0

6.1.0 (https://github.com/okonet/lint-staged/compare/v6.0.1...v6.1.0) (2018-01-26)

Features

  • config: Add ignore config option (#385](https://github.com/okonet/lint-staged/issues/385)) ([5b7bc67 (https://github.com/okonet/lint-staged/commit/5b7bc67))

Version 6.0.1

6.0.1 (https://github.com/okonet/lint-staged/compare/v6.0.0...v6.0.1) (2018-01-19)

Bug Fixes

  • package: update cosmiconfig to version 4.0.0 (80596c3 (https://github.com/okonet/lint-staged/commit/80596c3))

Version 6.0.0

6.0.0 (https://github.com/okonet/lint-staged/compare/v5.0.0...v6.0.0) (2017-12-01)

Features

  • Add debug mode, deprecate verbose option (#344](https://github.com/okonet/lint-staged/issues/344)) ([8f214f0 (https://github.com/okonet/lint-staged/commit/8f214f0))

BREAKING CHANGES

  • verbose config option has been deprecated and is superseded
    by the command line option --debug.

@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^7.0.5.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^7.0.4 [Doppins] Upgrade dependency lint-staged to ^7.0.5 Apr 26, 2018
@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^7.1.0.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^7.0.5 [Doppins] Upgrade dependency lint-staged to ^7.1.0 May 7, 2018
@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^7.1.2.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^7.1.0 [Doppins] Upgrade dependency lint-staged to ^7.1.2 May 21, 2018
@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^7.1.2 [Doppins] Upgrade dependency lint-staged to ^7.1.3 Jun 1, 2018
@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^7.1.3.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^7.1.3 [Doppins] Upgrade dependency lint-staged to ^7.2.0 Jun 11, 2018
@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^7.2.0.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^7.2.0 [Doppins] Upgrade dependency lint-staged to ^7.2.1 Aug 12, 2018
@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^7.2.1.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^7.2.1 [Doppins] Upgrade dependency lint-staged to ^7.2.2 Aug 12, 2018
@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^7.2.2.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^7.2.2 [Doppins] Upgrade dependency lint-staged to ^7.3.0 Sep 20, 2018
@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^7.3.0.

Hope that's alright!
Doppins

@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^8.0.0.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^7.3.0 [Doppins] Upgrade dependency lint-staged to ^8.0.0 Oct 29, 2018
@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^8.0.0 [Doppins] Upgrade dependency lint-staged to ^8.0.1 Oct 29, 2018
@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^8.0.5.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^8.0.4 [Doppins] Upgrade dependency lint-staged to ^8.0.5 Nov 17, 2018
@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^8.0.5 [Doppins] Upgrade dependency lint-staged to ^8.1.0 Nov 21, 2018
@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^8.1.0.

Hope that's alright!
Doppins

@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^8.1.1.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^8.1.0 [Doppins] Upgrade dependency lint-staged to ^8.1.1 Jan 28, 2019
@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^8.1.1 [Doppins] Upgrade dependency lint-staged to ^8.1.2 Feb 2, 2019
@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^8.1.2.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^8.1.2 [Doppins] Upgrade dependency lint-staged to ^8.1.3 Feb 2, 2019
@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^8.1.3.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^8.1.3 [Doppins] Upgrade dependency lint-staged to ^8.1.4 Feb 14, 2019
@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^8.1.4.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^8.1.4 [Doppins] Upgrade dependency lint-staged to ^8.1.5 Mar 1, 2019
@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^8.1.5.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^8.1.5 [Doppins] Upgrade dependency lint-staged to ^8.1.6 May 3, 2019
@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^8.1.6.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^8.1.6 [Doppins] Upgrade dependency lint-staged to ^8.1.7 May 15, 2019
@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^8.1.7.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency lint-staged to ^8.1.7 [Doppins] Upgrade dependency lint-staged to ^8.2.0 Jun 6, 2019
@doppins-bot
Copy link
Author

An additional new version was just released of lint-staged, so we've added an
extra commit upgrading your range to ^8.2.0.

Hope that's alright!
Doppins

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.

2 participants