react-redux-universal-hot-example
react-redux-universal-hot-example copied to clipboard
Update lint-staged to the latest version π
The devDependency lint-staged was updated from 8.2.1 to 9.0.0.
This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v9.0.0
9.0.0 (2019-07-01)
Bug Fixes
- parse titles for function linters (e24aaf2)
Code Refactoring
- remove advanced configuration options (04190c8)
- remove support for chunking (2ca9050)
- use execa's shell option to run commands (bed9127)
Features
- add --shell and --quiet flags (ecf9227)
- add deprecation error for advanced configuration (4bef26e)
- support function linter returning array of commands (36e54a2)
- support functions as linter commands (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.
Commits
The new version differs by 32 commits.
e24aaf2fix: parse titles for function linterse862e7edocs: correct config file name309ff1cdocs: restore filtering section to README4bef26efeat: add deprecation error for advanced configuratione829646refactor: remove dependency on path-is-inside767edbdrefactor: remove dependency on lodashc59cd9achore: upgrade dependencies19536e3refactor: pass unparsed commands to execa with --shell275d996refactor: rename --silent to --quiet18acd59docs: update README2ba6d61test: ignore testSetup from coverage reportecf9227feat: add --shell and --quiet flags04190c8refactor: remove advanced configuration optionsbed9127refactor: use execa's shell option to run commandsd3f6475docs: update contributors
There are 32 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
- The
devDependencylint-staged was updated from8.2.1to9.0.1.
- The
devDependencylint-staged was updated from8.2.1to10.0.10.