make-github-pseudonymous-again / rejuvenate

:baby: Keep your package up to date
GNU Affero General Public License v3.0
0 stars 1 forks source link

:arrow_up: deps: Upgrade dependency make-dir to v5. #390

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
make-dir ^4.0.0 -> ^5.0.0 age adoption passing confidence

Release Notes

sindresorhus/make-dir (make-dir) ### [`v5.0.0`](https://togithub.com/sindresorhus/make-dir/releases/tag/v5.0.0) [Compare Source](https://togithub.com/sindresorhus/make-dir/compare/v4.0.0...v5.0.0) ##### Breaking - Require Node.js 18 [`120a81e`](https://togithub.com/sindresorhus/make-dir/commit/120a81e) - This package is now pure ESM. **Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).** - **Actually, you should just use the built-in [`fsPromises.mkdir('…', {recursive: true})`](https://nodejs.org/api/fs.html#fspromisesmkdirpath-options) instead.** - Changed from default export to named exports: - `require('make-dir')` β†’ `import {makeDirectory} from 'make-dir'` - `require('make-dir').sync` β†’ `import {makeDirectorySync} from 'make-dir'`

Configuration

πŸ“… Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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 was generated by Mend Renovate. View the repository job log.