afwss / rover-ui

A library of UI components for Cision
https://cision.github.io/rover-ui
MIT License
0 stars 0 forks source link

Update dependency lint-staged to v9 - autoclosed #84

Closed mend-for-github-com[bot] closed 2 years ago

mend-for-github-com[bot] commented 2 years ago

This PR contains the following updates:

Package Type Update Change
lint-staged devDependencies major ^8.1.4 -> ^9.0.0

By merging this PR, the below issues will be automatically resolved and closed:

Severity CVSS Score CVE GitHub Issue
High 9.8 CVE-2020-7707 #28
High 9.8 CVE-2022-24066 #74
High 9.8 CVE-2022-24433 #68
High 7.5 CVE-2021-3807 #18

Release Notes

okonet/lint-staged ### [`v9.0.0`](https://togithub.com/okonet/lint-staged/releases/v9.0.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v8.2.1...v9.0.0) ##### Bug Fixes - parse titles for function linters ([e24aaf2](https://togithub.com/okonet/lint-staged/commit/e24aaf2)) ##### Code Refactoring - remove advanced configuration options ([04190c8](https://togithub.com/okonet/lint-staged/commit/04190c8)) - remove support for chunking ([2ca9050](https://togithub.com/okonet/lint-staged/commit/2ca9050)) - use execa's shell option to run commands ([bed9127](https://togithub.com/okonet/lint-staged/commit/bed9127)) ##### Features - add --shell and --quiet flags ([ecf9227](https://togithub.com/okonet/lint-staged/commit/ecf9227)) - add deprecation error for advanced configuration ([4bef26e](https://togithub.com/okonet/lint-staged/commit/4bef26e)) - support function linter returning array of commands ([36e54a2](https://togithub.com/okonet/lint-staged/commit/36e54a2)) - support functions as linter commands ([f76c0d1](https://togithub.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.