lerna-script icon indicating copy to clipboard operation
lerna-script copied to clipboard

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

Open renovate[bot] opened this issue 5 years ago • 0 comments

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

Compare Source

  • PATCH support readonly arrays of typescript. (#​70)
  • MINOR bring backward compatibility with relative paths. (#​75)

An upgrade is recommended for all dependents.


ignore().ignores('../foo/bar.js') // will throw

And the code below will not throw, however it is not recommended

ignore({
  allowRelativePaths: true
}).ignores('../foo/bar.js')

Recommend:

ignore().ignores('foo/bar.js')

v5.1.9

Compare Source

  • PATCH fixes ignorecase when internal cache is hit. (#​74)

An upgrade is recommended for all dependents.

v5.1.8

Compare Source

v5.1.7

Compare Source


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.


  • [ ] If you want to rebase/retry this PR, check this box

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

renovate[bot] avatar May 30 '20 03:05 renovate[bot]