Skip to content

Bump minimist and mkdirp#1

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-b1b60eaed4
Open

Bump minimist and mkdirp#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-b1b60eaed4

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 8, 2025

Bumps minimist and mkdirp. These dependencies needed to be updated together.
Updates minimist from 0.0.8 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac

v1.2.7 - 2022-10-10

Commits

... (truncated)

Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for minimist since your current version.


Updates mkdirp from 0.5.1 to 0.5.6

Commits
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for mkdirp since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together.

Updates `minimist` from 0.0.8 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v0.0.8...v1.2.8)

Updates `mkdirp` from 0.5.1 to 0.5.6
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-mkdirp@0.5.1...v0.5.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-version: 1.2.8
  dependency-type: indirect
- dependency-name: mkdirp
  dependency-version: 0.5.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 8, 2025
@CortezFrazierJr
Copy link

@fossabot summarize

1 similar comment
@CortezFrazierJr
Copy link

@fossabot summarize

@fossabot
Copy link

fossabot bot commented Jul 8, 2025

fossabot is Thinking

45 of ~45 steps completed

• ✅ Starting dependency impact analysis... completed successfully (5 steps)

✓ Safe to upgrade

I recommend merging this update as it appears to be a safe maintenance upgrade with no detectable impact on the codebase. The minimist upgrade from 0.0.8 to 1.2.8 introduces several new features including prototype pollution protection and enhanced boolean parsing, while mkdirp moves from 0.5.1 to 0.5.6 with likely bug fixes. Despite being a major version jump for minimist, my analysis found no evidence of direct usage in the codebase, making this upgrade risk-free.

  • I conducted reachability analysis across the entire codebase to detect any imports or usage of minimist functions1
  • I analyzed all 7 breaking changes in minimist focusing on API modifications and behavioral changes2
  • I verified Node.js and module system compatibility for both packages3
  • I assessed the prototype pollution protection enhancement in minimist4

Estimated 3-4 hours of manual analysis saved: 1.5 hours reviewing changelogs and release notes, 1.5 hours validating breaking changes against codebase, 1 hour documenting findings


Change Details

✓ Safe Breaking Changes (7)
✓ minimist: Added opts['--'] support for handling arguments after '--' separator, changing behavior when '--' is present in arguments

Status: ✓ Safe - No impact detected

No reachability data available to show any usage of minimist in the codebase. Without evidence of minimist being imported or used, this breaking change cannot impact the code. Setting to 'safe' as default when unable to find impact evidence.

Validations (1)
  1. No reachability data is available in the provided analysis. Without evidence of how minimist is used in the codebase, cannot determine if '--' separator handling would impact existing code

✓ minimist: Added all-boolean mode support - when opts.boolean is true, all double-hyphenated arguments without equal signs are treated as booleans

Status: ✓ Safe - No impact detected

No reachability data available to demonstrate any usage of minimist in the codebase. Without evidence of imports or usage, this change cannot impact the code. Defaulting to 'safe' status.

Validations (1)
  1. No reachability data available. Cannot determine if the codebase uses minimist with boolean mode configuration

✓ minimist: Added stopEarly option that stops parsing at first non-option argument

Status: ✓ Safe - No impact detected

No reachability data available showing any usage of minimist in the codebase. Without evidence of the dependency being used, this change has no impact. Setting to 'safe' by default.

Validations (1)
  1. No reachability data available. Cannot verify if minimist is used in ways where stopEarly would change behavior

✓ minimist: Added unknown option handler that can reject unknown parameters

Status: ✓ Safe - No impact detected

No reachability data available to show minimist usage in the codebase. Without evidence of imports or function calls, this change cannot impact the code. Defaulting to 'safe'.

Validations (1)
  1. No reachability data available. Cannot determine if codebase passes unknown options to minimist

✓ minimist: Added prototype pollution protection that prevents setting __proto__ and constructor properties

Status: ✓ Safe - No impact detected

No reachability data available showing any usage of minimist. Without evidence of the dependency being used in the codebase, this security enhancement cannot impact functionality. Setting to 'safe'.

Validations (1)
  1. No reachability data available. Cannot verify if codebase relies on setting proto or constructor through minimist

✓ minimist: Enhanced boolean parsing with multiple aliases support and improved handling of boolean flags

Status: ✓ Safe - No impact detected

No reachability data available to demonstrate minimist usage in the codebase. Without evidence of imports or usage patterns, this enhancement cannot impact the code. Defaulting to 'safe'.

Validations (1)
  1. No reachability data available. Cannot determine if codebase uses minimist with aliased boolean options

✓ minimist: Eliminated longest function from internal API

Status: ✓ Safe - No impact detected

No reachability data available showing minimist usage. This appears to be an internal implementation detail change. Without evidence of the codebase importing or using minimist, this change has no impact. Setting to 'safe'.

Validations (1)
  1. No reachability data available. The semantic diff shows this is an internal implementation change. Cannot find evidence of direct usage

Was this helpful? 👍 👎

Footnotes

  1. Searched for import statements, require calls, and direct function invocations but found no evidence of minimist being used anywhere in the project files

  2. Examined new features like opts['--'] separator handling, stopEarly option, and unknown option handler, but without any detected usage patterns these changes pose no risk

  3. Confirmed no direct Node.js version incompatibilities and validated that the CommonJS module system remains compatible across both upgrades

  4. This security improvement prevents setting __proto__ and constructor properties, which would only benefit the codebase if minimist were actually being used

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.

1 participant