FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(deps): update dependency commander to v15 by renovate[bot] · Pull Request #815 · runtime-env/runtime-env · GitHub

fix(deps): update dependency commander to v15 - #815

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/commander-15.x
May 29, 2026
Merged

fix(deps): update dependency commander to v15#815
renovate[bot] merged 1 commit into
mainfrom
renovate/commander-15.x

Conversation

renovate Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
commander 14.0.3 → 15.0.0

Release Notes

tj/commander.js (commander)

v15.0.0

Compare Source

Commander 15 is ESM only. This is expected to be seamless for ESM consumers, but some CommonJS consumers may hit issues with tooling requiring configuration for ESM-only dependencies. See Migration Tips below.

The release of Commander 15 moves Commander 14 into maintenance. Commander 14 will get security updates for
12 months (to May 2027). For more info see Release Policy.

Added
  • show excess command-arguments in error message ([#​2384])
Fixed
  • Breaking: only lone --no-* option sets default option value to true, default not implicitly set when define both positive and negative option in either order ([#​2405])
  • update example to use compatible character for MINGW64 ([#​2475])
Changed
  • Breaking: migrated Commander implementation from CommonJS to ESM ([#​2464])
  • Breaking: Commander 15 requires Node.js v22.12.0 or higher (for require(esm)).
  • dev: switch tests from Jest to node:test test runner ([#​2463])
Deleted
  • Breaking: removed deprecated export of commander/esm.mjs ([#​2464])
Migration Tips

Commander 15 is ESM only, but this does not mean you need to migrate to ESM to use it. Importing ESM from CommonJS is
supported by Node.js, and Bun, and Deno. Hopefully it Just Works for you! However, you may be using a different runtime or
some other part of your setup that may not yet natively support importing ESM from CommonJS, such as your testing framework
or bundler.

If you have problems using Commander 15 in your environment, one option is stay on Commander 14 for now. Commander 14 will
get security updates until May 2027 and things will hopefully improve for your setup in the meantime.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate Bot enabled auto-merge (squash) May 29, 2026 11:02
renovate Bot merged commit c6459aa into main May 29, 2026
11 checks passed
renovate Bot deleted the renovate/commander-15.x branch May 29, 2026 11:06
soc221b mentioned this pull request May 29, 2026
soc221b added a commit that referenced this pull request Aug 9, 2026
🤖 I have created a release *beep* *boop*
---


<details><summary>cli: 1.2.1</summary>

##
[1.2.1](cli1.2.0...cli1.2.1)
(2026-08-09)


### Bug Fixes

* **deps:** update dependency commander to v15
([#815](#815))
([c6459aa](c6459aa))
* **deps:** update dependency prettier to v3.8.4
([#841](#841))
([75b2abf](75b2abf))
* **deps:** update dependency prettier to v3.8.5
([#867](#867))
([7516d40](7516d40))
</details>

<details><summary>vite-plugin: 1.0.0</summary>

##
[1.0.0](vite-plugin0.1.5...vite-plugin1.0.0)
(2026-08-09)


### ⚠ BREAKING CHANGES

* project directory may not be src
([#935](#935))
* generated runtime-env.d.ts is moved to project root

### Features

* **docs:** add VitePress site and GitHub Pages deploy
([#684](#684))
([3de3974](3de3974))


### Bug Fixes

* [#745](#745)
([b978b75](b978b75))
* project directory may not be src
([#935](#935))
([b978b75](b978b75))


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @runtime-env/cli bumped from ^1.1.2 to ^1.2.1
  * peerDependencies
    * @runtime-env/cli bumped from * to 1.2.1
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

0 participants


Back | FazBrowse Home | New Git URL