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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» 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, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^4.0.0
->^5.0.0
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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» 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.
This PR has been generated by Mend Renovate. View repository job log here.