sindresorhus/make-dir (make-dir)
### [`v5.0.0`](https://redirect.github.com/sindresorhus/make-dir/releases/tag/v5.0.0)
[Compare Source](https://redirect.github.com/sindresorhus/make-dir/compare/v4.0.0...v5.0.0)
##### Breaking
- Require Node.js 18 [`120a81e`](https://redirect.github.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 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 contains the following updates:
4.0.0
->5.0.0
Release Notes
sindresorhus/make-dir (make-dir)
### [`v5.0.0`](https://redirect.github.com/sindresorhus/make-dir/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/sindresorhus/make-dir/compare/v4.0.0...v5.0.0) ##### Breaking - Require Node.js 18 [`120a81e`](https://redirect.github.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 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.