resoai / TileBoard

A simple yet highly configurable Dashboard for HomeAssistant
MIT License
1.63k stars 278 forks source link

chore(deps): update dependency lint-staged to v12 #791

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lint-staged ^11.0.0 -> ^12.0.0 age adoption passing confidence

Release Notes

okonet/lint-staged ### [`v12.1.2`](https://togithub.com/okonet/lint-staged/releases/v12.1.2) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.1...v12.1.2) ##### Bug Fixes - fix Windows JS config loading by using file:// URLs ([f20ddf9](https://togithub.com/okonet/lint-staged/commit/f20ddf9413bfc2f44ad099b5cb1e5f478de5d35f)) - fix YAML config loading ([0082ec2](https://togithub.com/okonet/lint-staged/commit/0082ec22101c8f819a8b91872b808ee81d3c4d1e)) - improve error logging in loadConfig ([e7b6412](https://togithub.com/okonet/lint-staged/commit/e7b6412fb128f314346e28329c17a676cf691135)) ### [`v12.1.1`](https://togithub.com/okonet/lint-staged/releases/v12.1.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.0...v12.1.1) ##### Bug Fixes - await for dynamic import promise when loading JS config ([e96b6d9](https://togithub.com/okonet/lint-staged/commit/e96b6d9674f07b4686876cb40605274577925973)) ### [`v12.1.0`](https://togithub.com/okonet/lint-staged/releases/v12.1.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.0.3...v12.1.0) ##### Features - allow loading `.js` config file with ESM syntax ([410c3ba](https://togithub.com/okonet/lint-staged/commit/410c3ba36972259aa5b49045b5cd565a6525382b)) - replace `cosmiconfig` with `lilconfig` + `yaml` to reduce dependencies ([e7f9fa0](https://togithub.com/okonet/lint-staged/commit/e7f9fa0f2e6aa5adbb1a0c31d1ceaff01b43f692)) - support loading `.mjs` config ([8d3b176](https://togithub.com/okonet/lint-staged/commit/8d3b176a7af75790efbcd1f63f73e7ef51f6b377)) ### [`v12.0.3`](https://togithub.com/okonet/lint-staged/releases/v12.0.3) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.0.2...v12.0.3) ##### Bug Fixes - install `enquirer` ([e01585f](https://togithub.com/okonet/lint-staged/commit/e01585f96d6aeef9f5f1b84df9936ce2be47d8f0)) ### [`v12.0.2`](https://togithub.com/okonet/lint-staged/releases/v12.0.2) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.0.1...v12.0.2) ##### Bug Fixes - remove `npm` version requirement ([#​1047](https://togithub.com/okonet/lint-staged/issues/1047)) ([e50d6d4](https://togithub.com/okonet/lint-staged/commit/e50d6d4ce53d125b735009bacb3de157fb6d1f2a)) ### [`v12.0.1`](https://togithub.com/okonet/lint-staged/releases/v12.0.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.0.0...v12.0.1) ##### Bug Fixes - read version number from lint-staged package.json instead of package.json in cwd ([#​1043](https://togithub.com/okonet/lint-staged/issues/1043)) ([#​1044](https://togithub.com/okonet/lint-staged/issues/1044)) ([9f9213d](https://togithub.com/okonet/lint-staged/commit/9f9213d5fbc74e3c3fb11db2a1bd239888c2960c)) ### [`v12.0.0`](https://togithub.com/okonet/lint-staged/releases/v12.0.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v11.2.6...v12.0.0) ##### Features - convert to native ESM module ([#​1038](https://togithub.com/okonet/lint-staged/issues/1038)) ([7240f61](https://togithub.com/okonet/lint-staged/commit/7240f61730aa923b18156cc64ff5350f2d5be16d)) ##### BREAKING CHANGES - *lint-staged* is now a pure ESM module, and thus requires Node.js version `^12.20.0 || ^14.13.1 || >=16.0.0`. To update your Node.js integration, please use: ```js // const lintStaged = require('lint-staged') import lintStaged from 'lint-staged' ``` ### [`v11.2.6`](https://togithub.com/okonet/lint-staged/releases/v11.2.6) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v11.2.5...v11.2.6) ##### Bug Fixes - revert back to `cosmiconfig` from `lilconfig` ([#​1035](https://togithub.com/okonet/lint-staged/issues/1035)) ([e035b80](https://togithub.com/okonet/lint-staged/commit/e035b80e39da355da57c02db6565b55271ab1afa)), closes [#​1033](https://togithub.com/okonet/lint-staged/issues/1033) [#​981](https://togithub.com/okonet/lint-staged/issues/981) ### [`v11.2.5`](https://togithub.com/okonet/lint-staged/releases/v11.2.5) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v11.2.4...v11.2.5) ##### Bug Fixes - correctly import `js-yaml` to fix yaml config loading ([#​1033](https://togithub.com/okonet/lint-staged/issues/1033)) ([612d806](https://togithub.com/okonet/lint-staged/commit/612d8066aa2c95573a06c125a311dc4aed8f2e71))

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.