Open mend-for-github-com[bot] opened 2 years ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
No /opt/buildpack/tools/yarn-slim/1.22.19/bin/yarn defined - aborting
This PR contains the following updates:
^8.1.4
->^9.0.0
By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
lint-staged/lint-staged (lint-staged)
### [`v9.0.0`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#v900---01-Jul-2019) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v8.2.1...v9.0.0) ##### Bug Fixes - parse titles for function linters ([e24aaf2](https://redirect.github.com/okonet/lint-staged/commit/e24aaf2)) ##### Code Refactoring - remove advanced configuration options ([04190c8](https://redirect.github.com/okonet/lint-staged/commit/04190c8)) - remove support for chunking ([2ca9050](https://redirect.github.com/okonet/lint-staged/commit/2ca9050)) - use execa's shell option to run commands ([bed9127](https://redirect.github.com/okonet/lint-staged/commit/bed9127)) ##### Features - add --shell and --quiet flags ([ecf9227](https://redirect.github.com/okonet/lint-staged/commit/ecf9227)) - add deprecation error for advanced configuration ([4bef26e](https://redirect.github.com/okonet/lint-staged/commit/4bef26e)) - support function linter returning array of commands ([36e54a2](https://redirect.github.com/okonet/lint-staged/commit/36e54a2)) - support functions as linter commands ([f76c0d1](https://redirect.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.