commitlint icon indicating copy to clipboard operation
commitlint copied to clipboard

fix: update dependency find-up to v6

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

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
find-up ^5.0.0 -> ^6.0.0 age adoption passing confidence

Release Notes

sindresorhus/find-up

v6.3.0

Compare Source

v6.2.0

Compare Source

v6.1.0

Compare Source

v6.0.0

Compare Source

Breaking
  • Require Node.js 12.20 e93cfd2
  • This package is now pure ESM. Please read this.
  • Changed from a default export to named exports.
    • const findUp = require('find-up') => import {findUp} from 'find-up'
    • const findUpSync = require('find-up').sync => import {findUpSync} from 'find-up'
    • const findUpStop = require('find-up').stop => import {findUpStop} from 'find-up'
    • const pathExists = require('find-up').exists => import {pathExists} from 'find-up'
    • const pathExistsSync = require('find-up').sync.exists => import {pathExistsSync} from 'find-up'

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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

renovate[bot] avatar Aug 26 '21 13:08 renovate[bot]

Everything is being turned to ESM 🎉

escapedcat avatar Aug 27 '21 02:08 escapedcat

I think we remove it. Looking at the package, it is minimal code, and we can probably reduce it to only the stuff we need. We will also be on the road to being more self-sufficient.

AdeAttwood avatar Aug 27 '21 06:08 AdeAttwood

I would probably just stay on v5 for now.

escapedcat avatar Aug 27 '21 06:08 escapedcat

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 6.x releases. But if you manually upgrade to 6.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

renovate[bot] avatar Oct 20 '23 12:10 renovate[bot]