Update dependency make-dir to v5 (#97)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [make-dir](https://togithub.com/sindresorhus/make-dir) | [`^4.0.0` ->
`^5.0.0`](https://renovatebot.com/diffs/npm/make-dir/4.0.0/5.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/make-dir/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/make-dir/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/make-dir/4.0.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/make-dir/4.0.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sindresorhus/make-dir (make-dir)</summary>

###
[`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'`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 6am on monday" (UTC), Automerge
- At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/earthly/actions-setup).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJtYWpvciIsInJlbm92YXRlIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-05-03 00:38:39 -04:00 committed by GitHub
parent f4cf9fc164
commit ac61cf4b40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 35 additions and 15 deletions

48
package-lock.json generated
View File

@ -15,7 +15,7 @@
"@actions/tool-cache": "^2.0.1",
"@octokit/core": "^6.0.0",
"@octokit/plugin-paginate-rest": "^11.0.0",
"make-dir": "^4.0.0",
"make-dir": "^5.0.0",
"mkdirp-promise": "^5.0.1",
"node-fetch": "^3.3.2",
"semver": "^7.6.0"
@ -2929,6 +2929,21 @@
"node": ">=10"
}
},
"node_modules/istanbul-lib-report/node_modules/make-dir": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
"integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
"dev": true,
"dependencies": {
"semver": "^7.5.3"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/istanbul-lib-source-maps": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-5.0.4.tgz",
@ -3080,14 +3095,11 @@
}
},
"node_modules/make-dir": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
"integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
"dependencies": {
"semver": "^7.5.3"
},
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-5.0.0.tgz",
"integrity": "sha512-G0yBotnlWVonPClw+tq+xi4K7DZC9n96HjGTBDdHkstAVsDkfZhi1sTvZypXLpyQTbISBkDtK0E5XlUqDsShQg==",
"engines": {
"node": ">=10"
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
@ -6257,6 +6269,17 @@
"istanbul-lib-coverage": "^3.0.0",
"make-dir": "^4.0.0",
"supports-color": "^7.1.0"
},
"dependencies": {
"make-dir": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
"integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
"dev": true,
"requires": {
"semver": "^7.5.3"
}
}
}
},
"istanbul-lib-source-maps": {
@ -6380,12 +6403,9 @@
}
},
"make-dir": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
"integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
"requires": {
"semver": "^7.5.3"
}
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-5.0.0.tgz",
"integrity": "sha512-G0yBotnlWVonPClw+tq+xi4K7DZC9n96HjGTBDdHkstAVsDkfZhi1sTvZypXLpyQTbISBkDtK0E5XlUqDsShQg=="
},
"merge-stream": {
"version": "2.0.0",

View File

@ -28,7 +28,7 @@
"@actions/tool-cache": "^2.0.1",
"@octokit/core": "^6.0.0",
"@octokit/plugin-paginate-rest": "^11.0.0",
"make-dir": "^4.0.0",
"make-dir": "^5.0.0",
"mkdirp-promise": "^5.0.1",
"node-fetch": "^3.3.2",
"semver": "^7.6.0"