wix-incubator / lerna-script

Lerna addon for adding custom tasks
MIT License
164 stars 13 forks source link

fix(deps): update dependency ignore to v5.2.0 #410

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ignore 5.1.6 -> 5.2.0 age adoption passing confidence

Release Notes

kaelzhang/node-ignore ### [`v5.2.0`](https://togithub.com/kaelzhang/node-ignore/releases/tag/5.2.0) [Compare Source](https://togithub.com/kaelzhang/node-ignore/compare/5.1.9...5.2.0) - **PATCH** support readonly arrays of typescript. ([#​70](https://togithub.com/kaelzhang/node-ignore/issues/70)) - **MINOR** bring backward compatibility with relative paths. ([#​75](https://togithub.com/kaelzhang/node-ignore/issues/75)) An upgrade is recommended for all dependents. *** ```js ignore().ignores('../foo/bar.js') // will throw ``` And the code below will not throw, however it is not recommended ```js ignore({ allowRelativePaths: true }).ignores('../foo/bar.js') ``` Recommend: ```js ignore().ignores('foo/bar.js') ``` ### [`v5.1.9`](https://togithub.com/kaelzhang/node-ignore/releases/tag/5.1.9) [Compare Source](https://togithub.com/kaelzhang/node-ignore/compare/5.1.8...5.1.9) - **PATCH** fixes `ignorecase` when internal cache is hit. ([#​74](https://togithub.com/kaelzhang/node-ignore/issues/74)) An upgrade is recommended for all dependents. ### [`v5.1.8`](https://togithub.com/kaelzhang/node-ignore/compare/5.1.7...5.1.8) [Compare Source](https://togithub.com/kaelzhang/node-ignore/compare/5.1.7...5.1.8) ### [`v5.1.7`](https://togithub.com/kaelzhang/node-ignore/compare/5.1.6...5.1.7) [Compare Source](https://togithub.com/kaelzhang/node-ignore/compare/5.1.6...5.1.7)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.