Skip to content

fix(deps): update dependency find-up to v6

HTML-validate requested to merge renovate/find-up-6.x into master

This MR contains the following updates:

Package Type Update Change
find-up dependencies major ^5.0.0 -> ^6.0.0

Release Notes

sindresorhus/find-up

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'

v5.0.0

Compare Source

Breaking

v4.1.0

Compare Source

v4.0.0

Compare Source

Breaking:

  • Require Node.js 8 80fda88
  • Return undefined instead of null when the path cannot be found a7a9500
  • Add ability to specify if looking for file or directory (#​40) da17a22 It now only matches files by default, not also directories. Previously it would match either.

Enhancements:

v3.0.0

Compare Source


Configuration

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

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

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this MR, check this box.

This MR has been generated by Renovate Bot.

Edited by HTML-validate

Merge request reports