Skip to content

build(deps): bump mkdirp from 2.1.6 to 3.0.1#2270

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/mkdirp-3.0.1
Open

build(deps): bump mkdirp from 2.1.6 to 3.0.1#2270
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/mkdirp-3.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps mkdirp from 2.1.6 to 3.0.1.

Changelog

Sourced from mkdirp's changelog.

Changers Lorgs!

3.0

No default exports, just a named export.

2.1

Export CommonJS module without a .default dangly wart. (A synthetic .default has been added just in case anyone is already relying on that from v2.0.)

2.0

Export hybrid module with TypeScript types.

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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 13, 2026
@github-actions github-actions bot enabled auto-merge (squash) April 13, 2026 00:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mkdirp-3.0.1 branch 3 times, most recently from 44100f6 to b469ca3 Compare April 15, 2026 00:06
Bumps [mkdirp](https://github.com/isaacs/node-mkdirp) from 2.1.6 to 3.0.1.
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-mkdirp@v2.1.6...v3.0.1)

---
updated-dependencies:
- dependency-name: mkdirp
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mkdirp-3.0.1 branch from b469ca3 to 2af9f84 Compare April 15, 2026 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants