Closed renovate[bot] closed 4 months ago
Latest commit: 152578c312c0d4e45b9c4e4f0f04d58023ec9bda
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x
releases. But if you manually upgrade to 7.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.
This PR contains the following updates:
^5.0.0
->^7.0.0
Release Notes
sindresorhus/find-up (find-up)
### [`v7.0.0`](https://togithub.com/sindresorhus/find-up/releases/tag/v7.0.0) [Compare Source](https://togithub.com/sindresorhus/find-up/compare/v6.3.0...v7.0.0) ##### Breaking - Require Node.js 18 [`187b2a1`](https://togithub.com/sindresorhus/find-up/commit/187b2a1) ##### Improvements - Accept `URL` for `stopAt` option [`ba19153`](https://togithub.com/sindresorhus/find-up/commit/ba19153) ### [`v6.3.0`](https://togithub.com/sindresorhus/find-up/releases/tag/v6.3.0) [Compare Source](https://togithub.com/sindresorhus/find-up/compare/v6.2.0...v6.3.0) - Accept `URL` as `cwd` ([#60](https://togithub.com/sindresorhus/find-up/issues/60)) [`f348f3c`](https://togithub.com/sindresorhus/find-up/commit/f348f3c) ### [`v6.2.0`](https://togithub.com/sindresorhus/find-up/releases/tag/v6.2.0) [Compare Source](https://togithub.com/sindresorhus/find-up/compare/v6.1.0...v6.2.0) - Add [`findUpMultiple()`](https://togithub.com/sindresorhus/find-up#findupmultiplename-options) method ([#56](https://togithub.com/sindresorhus/find-up/issues/56)) [`8f80ac7`](https://togithub.com/sindresorhus/find-up/commit/8f80ac7) ### [`v6.1.0`](https://togithub.com/sindresorhus/find-up/releases/tag/v6.1.0) [Compare Source](https://togithub.com/sindresorhus/find-up/compare/v6.0.0...v6.1.0) - Add [`stopAt`](https://togithub.com/sindresorhus/find-up#stopat) option ([#54](https://togithub.com/sindresorhus/find-up/issues/54)) [`b3b3b00`](https://togithub.com/sindresorhus/find-up/commit/b3b3b00) ### [`v6.0.0`](https://togithub.com/sindresorhus/find-up/releases/tag/v6.0.0) [Compare Source](https://togithub.com/sindresorhus/find-up/compare/v5.0.0...v6.0.0) ##### Breaking - Require Node.js 12.20 [`e93cfd2`](https://togithub.com/sindresorhus/find-up/commit/e93cfd2) - This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). - 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 - "after 3:00 am and before 6:00 am every weekday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.