Closed dependencies[bot] closed 5 years ago
Merging #514 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #514 +/- ##
=======================================
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 2bbc8a5...fb5fe70. Read the comment docs.
Merging #514 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #514 +/- ##
=======================================
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 2bbc8a5...fb5fe70. Read the comment docs.
Overview
The following dependencies have been updated by dependencies.io:
lint-staged
inpackage.json
from "8.2.1" to "9.2.0"Details
lint-staged
This dependency is located in
package.json
and was updated from "8.2.1" to "9.2.0".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))9.0.2
## [9.0.2](https://github.com/okonet/lint-staged/compare/v9.0.1...v9.0.2) (2019-07-03) ### Bug Fixes * run all commands returned by function linters ([0dd0c94](https://github.com/okonet/lint-staged/commit/0dd0c94))9.1.0
# [9.1.0](https://github.com/okonet/lint-staged/compare/v9.0.2...v9.1.0) (2019-07-06) ### Bug Fixes * snapshot with fully-resolved path name ([b1a08b8](https://github.com/okonet/lint-staged/commit/b1a08b8)) ### Features * make node-api accessible ([ca37906](https://github.com/okonet/lint-staged/commit/ca37906))9.2.0
# [9.2.0](https://github.com/okonet/lint-staged/compare/v9.1.0...v9.2.0) (2019-07-10) ### Features * add --relative option for controlling file paths ([242deb5](https://github.com/okonet/lint-staged/commit/242deb5))