Skip to content

refactor!: replace minimist with node:util parseArgs - #263

Merged
rvagg merged 1 commit into
nodejs:mainfrom
aduh95:minimist-no-more
Aug 25, 2026
Merged

refactor!: replace minimist with node:util parseArgs#263
rvagg merged 1 commit into
nodejs:mainfrom
aduh95:minimist-no-more

Conversation

@aduh95

@aduh95 aduh95 commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Breaking change as this technically removes support for some EOL Node.js release lines. While we're doing breaking changes: --sha, --plaintext, -p, --markdown, --md, --messageonly and --mo are no longer supported, as they were silently ignored if more than one was supplied

BREAKING CHANGE: --sha, --plaintext, -p, --markdown, --md, --messageonly and --mo are no longer supported, use --format instead.

@rvagg rvagg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure

@rvagg
rvagg merged commit 784bb2f into nodejs:main Aug 25, 2026
5 checks passed
github-actions Bot pushed a commit that referenced this pull request Aug 25, 2026
## [5.0.0](v4.4.52...v5.0.0) (2026-08-25)

### ⚠ BREAKING CHANGES

* --sha, --plaintext, -p, --markdown, --md, --messageonly and --mo are no longer supported, use --format instead.

### Code Refactoring

* replace minimist with `node:util` `parseArgs` ([#263](#263)) ([784bb2f](784bb2f))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants