streamich / nano-css

Distilled CSS-in-JS for gourmet developers
The Unlicense
426 stars 24 forks source link

chore(deps): update dependency lint-staged to v7 #180

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency lint-staged from v4.3.0 to v7.2.0

Release Notes ### [`v7.2.0`](https://github.com/okonet/lint-staged/releases/v7.2.0) [Compare Source](https://github.com/okonet/lint-staged/compare/v7.1.3...v7.2.0) ##### Features * Resolve a npm package passed as --config ([#​464](`https://github.com/okonet/lint-staged/issues/464`)) ([c34a3f7](https://github.com/okonet/lint-staged/commit/c34a3f7)) --- ### [`v7.1.3`](https://github.com/okonet/lint-staged/releases/v7.1.3) [Compare Source](https://github.com/okonet/lint-staged/compare/v7.1.2...v7.1.3) ##### Bug Fixes * **package:** Update jest-validate to version 23.0.0 ([#​458](`https://github.com/okonet/lint-staged/issues/458`)) ([3d0ccb2](https://github.com/okonet/lint-staged/commit/3d0ccb2)) --- ### [`v7.1.2`](https://github.com/okonet/lint-staged/releases/v7.1.2) [Compare Source](https://github.com/okonet/lint-staged/compare/v7.1.1...v7.1.2) ##### Bug Fixes * **package:** Update cosmiconfig to version 5.0.2 ([#​444](`https://github.com/okonet/lint-staged/issues/444`)) ([2fc7aa3](https://github.com/okonet/lint-staged/commit/2fc7aa3)), closes [#​441](`https://github.com/okonet/lint-staged/issues/441`) * **package:** Update listr to version 0.14.1 ([#​445](`https://github.com/okonet/lint-staged/issues/445`)) ([a56d7c9](https://github.com/okonet/lint-staged/commit/a56d7c9)), closes [#​426](`https://github.com/okonet/lint-staged/issues/426`) * Add .lintstagedrc.js to list of config files to search ([9e27620](https://github.com/okonet/lint-staged/commit/9e27620)) --- ### [`v7.1.1`](https://github.com/okonet/lint-staged/releases/v7.1.1) [Compare Source](https://github.com/okonet/lint-staged/compare/v7.1.0...v7.1.1) ##### Bug Fixes * **cli:** Correct value for FORCE_COLOR env var ([#​451](`https://github.com/okonet/lint-staged/issues/451`)) ([9823d26](https://github.com/okonet/lint-staged/commit/9823d26)), closes [#​448](`https://github.com/okonet/lint-staged/issues/448`) --- ### [`v7.1.0`](https://github.com/okonet/lint-staged/releases/v7.1.0) [Compare Source](https://github.com/okonet/lint-staged/compare/v7.0.5...v7.1.0) ##### Features * Chunked execution of linters on Windows only ([#​439](`https://github.com/okonet/lint-staged/issues/439`)) ([1601c02](https://github.com/okonet/lint-staged/commit/1601c02)) --- ### [`v7.0.5`](https://github.com/okonet/lint-staged/releases/v7.0.5) [Compare Source](https://github.com/okonet/lint-staged/compare/v7.0.4...v7.0.5) ##### Bug Fixes * Update "please-upgrade-node" to version 3.0.2 ([#​434](`https://github.com/okonet/lint-staged/issues/434`)) ([b9d84ce](https://github.com/okonet/lint-staged/commit/b9d84ce)) --- ### [`v7.0.4`](https://github.com/okonet/lint-staged/releases/v7.0.4) [Compare Source](https://github.com/okonet/lint-staged/compare/v7.0.3...v7.0.4) ##### 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`) --- ### [`v7.0.3`](https://github.com/okonet/lint-staged/releases/v7.0.3) [Compare Source](https://github.com/okonet/lint-staged/compare/v7.0.2...v7.0.3) ##### 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)) --- ### [`v7.0.2`](https://github.com/okonet/lint-staged/releases/v7.0.2) [Compare Source](https://github.com/okonet/lint-staged/compare/v7.0.1...v7.0.2) ##### 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)) --- ### [`v7.0.1`](https://github.com/okonet/lint-staged/releases/v7.0.1) [Compare Source](https://github.com/okonet/lint-staged/compare/v7.0.0...v7.0.1) ##### Bug Fixes * **package:** update staged-git-files to version 1.1.1 ([31176c9](https://github.com/okonet/lint-staged/commit/31176c9)) --- ### [`v7.0.0`](https://github.com/okonet/lint-staged/releases/v7.0.0) [Compare Source](https://github.com/okonet/lint-staged/compare/v6.1.1...v7.0.0) ##### 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: ```json { "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`:** - `nocomment`: https://github.com/isaacs/minimatch#nocomment - `flipnegate`: https://github.com/isaacs/minimatch#flipnegate --- ### [`v6.1.1`](https://github.com/okonet/lint-staged/releases/v6.1.1) [Compare Source](https://github.com/okonet/lint-staged/compare/v6.1.0...v6.1.1) ##### Bug Fixes * **package:** Update staged-git-files to version 1.0.0 ([677e860](https://github.com/okonet/lint-staged/commit/677e860)) --- ### [`v6.1.0`](https://github.com/okonet/lint-staged/releases/v6.1.0) [Compare Source](https://github.com/okonet/lint-staged/compare/v6.0.1...v6.1.0) ##### Features * **config:** Add `ignore` config option ([#​385](`https://github.com/okonet/lint-staged/issues/385`)) ([5b7bc67](https://github.com/okonet/lint-staged/commit/5b7bc67)) --- ### [`v6.0.1`](https://github.com/okonet/lint-staged/releases/v6.0.1) [Compare Source](https://github.com/okonet/lint-staged/compare/v6.0.0...v6.0.1) ##### Bug Fixes * **package:** update cosmiconfig to version 4.0.0 ([80596c3](https://github.com/okonet/lint-staged/commit/80596c3)) --- ### [`v6.0.0`](https://github.com/okonet/lint-staged/releases/v6.0.0) [Compare Source](https://github.com/okonet/lint-staged/compare/v5.0.0...v6.0.0) ##### 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`. --- ### [`v5.0.0`](https://github.com/okonet/lint-staged/releases/v5.0.0) [Compare Source](https://github.com/okonet/lint-staged/compare/v4.3.0...v5.0.0) ---

This PR has been generated by Renovate Bot.

streamich commented 6 years ago

Build version: 2.1.0-pr-180.53 :crossed_fingers: renovate/lint-staged-7.x on CircleCI :tada: