Closed dependencies[bot] closed 5 years ago
Merging #507 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #507 +/- ##
=======================================
Coverage 96.04% 96.04%
=======================================
Files 19 19
Lines 253 253
Branches 31 31
=======================================
Hits 243 243
Misses 10 10
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 f99ef17...36e1c3e. Read the comment docs.
This PR has been automatically closed in favor of #508.
Overview
The following dependencies have been updated by dependencies.io:
lint-staged
inpackage.json
from "8.2.1" to "9.0.1"Details
lint-staged
This dependency is located in
package.json
and was updated from "8.2.1" to "9.0.1".9.0.0
# [9.0.0](https://github.com/okonet/lint-staged/compare/v8.2.1...v9.0.0) (2019-07-01) ### Bug Fixes * parse titles for function linters ([e24aaf2](https://github.com/okonet/lint-staged/commit/e24aaf2)) ### Code Refactoring * remove advanced configuration options ([04190c8](https://github.com/okonet/lint-staged/commit/04190c8)) * remove support for chunking ([2ca9050](https://github.com/okonet/lint-staged/commit/2ca9050)) * use execa's shell option to run commands ([bed9127](https://github.com/okonet/lint-staged/commit/bed9127)) ### Features * add --shell and --quiet flags ([ecf9227](https://github.com/okonet/lint-staged/commit/ecf9227)) * add deprecation error for advanced configuration ([4bef26e](https://github.com/okonet/lint-staged/commit/4bef26e)) * support function linter returning array of commands ([36e54a2](https://github.com/okonet/lint-staged/commit/36e54a2)) * support functions as linter commands ([f76c0d1](https://github.com/okonet/lint-staged/commit/f76c0d1)) ### BREAKING CHANGES * The advanced configuration options have been deprecated in favour of the simple format * Local commands are no longer resolved by lint-staged, but execa will do this instead. In effect, there are no longer pretty error messages when commands are not found. * Very long arguments strings are no longer chunked on Windows. Function linters should be used instead to customise this behaviour.9.0.1
## [9.0.1](https://github.com/okonet/lint-staged/compare/v9.0.0...v9.0.1) (2019-07-02) ### Bug Fixes * Update node version requirement ([#646](https://www.dependencies.io/github-redirect/okonet/lint-staged/issues/646)) ([6c1e42f](https://github.com/okonet/lint-staged/commit/6c1e42f))