Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Apr 30, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
find-up 5.0.0 -> 6.3.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 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.


  • 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 renovate bot added the renovate label Dec 17, 2022
@renovate renovate bot changed the title Update dependency find-up to v6 fix(deps): update dependency find-up to v6 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/find-up-6.x branch 3 times, most recently from 27cc79d to ac95f4a Compare December 21, 2022 02:57
@ext ext removed the ESM blocker label Apr 15, 2023
@renovate renovate bot force-pushed the renovate/find-up-6.x branch 9 times, most recently from ac7a6d5 to d51a5b1 Compare April 20, 2023 19:15
@renovate renovate bot force-pushed the renovate/find-up-6.x branch 8 times, most recently from 051b18d to 50c6e75 Compare April 30, 2023 08:22
@renovate renovate bot force-pushed the renovate/find-up-6.x branch 3 times, most recently from 5428082 to f1e4035 Compare April 30, 2023 12:47
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate
Copy link
Contributor Author

renovate bot commented Apr 30, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@ext ext merged commit b7f0d45 into master Apr 30, 2023
8 checks passed
@github-actions
Copy link

🎉 This PR is included in version 1.13.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ext ext deleted the renovate/find-up-6.x branch April 7, 2024 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant