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.0.2 #508

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.0.2".

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))
dependencies[bot] commented 5 years ago

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