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

Bump mkdirp from 0.5.5 to 1.0.4 #787

Merged
merged 1 commit into from
Aug 14, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2020

Bumps mkdirp from 0.5.5 to 1.0.4.

Changelog

Sourced from mkdirp's changelog.

Changers Lorgs!

1.0

Full rewrite. Essentially a brand new module.

  • Return a promise instead of taking a callback.
  • Use native fs.mkdir(path, { recursive: true }) when available.
  • Drop support for outdated Node.js versions. (Technically still works on Node.js v8, but only 10 and above are officially supported.)

0.x

Original and most widely used recursive directory creation implementation in JavaScript, dating back to 2010.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot requested a review from a team as a code owner August 14, 2020 00:27
@dependabot dependabot bot added the dependencies This is maintenance work relating to dependency bumps label Aug 14, 2020
@CLAassistant
Copy link

CLAassistant commented Aug 14, 2020

CLA assistant check
All committers have signed the CLA.

@origamiserviceuser origamiserviceuser added this to incoming in Origami ✨ Aug 14, 2020
Bumps [mkdirp](https://github.com/isaacs/node-mkdirp) from 0.5.5 to 1.0.4.
- [Release notes](https://github.com/isaacs/node-mkdirp/releases)
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/master/CHANGELOG.md)
- [Commits](isaacs/node-mkdirp@v0.5.5...v1.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
@origamiserviceuser origamiserviceuser force-pushed the dependabot/npm_and_yarn/mkdirp-1.0.4 branch from 005f570 to 6115e70 Compare August 14, 2020 00:28
@origamiserviceuser origamiserviceuser merged commit 8f97a62 into master Aug 14, 2020
Origami ✨ automation moved this from incoming to complete Aug 14, 2020
@origamiserviceuser origamiserviceuser deleted the dependabot/npm_and_yarn/mkdirp-1.0.4 branch August 14, 2020 00:28
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2021
@robertboulton robertboulton removed this from Done in Origami ✨ Jul 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies This is maintenance work relating to dependency bumps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants