opencomponents / oc-template-react

⚛️ Module for handling React templates in OC
MIT License
23 stars 16 forks source link

Update lint-staged in package.json from 8.2.1 to 9.1.0 #511

Closed dependencies[bot] closed 5 years ago

dependencies[bot] commented 5 years ago

Overview

The following dependencies have been updated by dependencies.io:

Details

lint-staged

This dependency is located in package.json and was updated from "8.2.1" to "9.1.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))
codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #511   +/-   ##
=======================================
  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 e69ae35...1ad409f. Read the comment docs.

dependencies[bot] commented 5 years ago

This PR has been automatically closed in favor of #514.