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

[deps] Vault: Update commander to v12 #7933

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
commander 11.1.0 -> 12.1.0 age adoption passing confidence

Release Notes

tj/commander.js (commander)

v12.1.0

Compare Source

Added

v12.0.0

Compare Source

Added
  • .addHelpOption() as another way of configuring built-in help option ([#​2006])
  • .helpCommand() for configuring built-in help command ([#​2087])
Fixed
  • Breaking: use non-zero exit code when spawned executable subcommand terminates due to a signal ([#​2023])
  • Breaking: check passThroughOptions constraints when using .addCommand and throw if parent command does not have .enablePositionalOptions() enabled ([#​1937])
Changed
  • Breaking: Commander 12 requires Node.js v18 or higher ([#​2027])
  • Breaking: throw an error if add an option with a flag which is already in use ([#​2055])
  • Breaking: throw an error if add a command with name or alias which is already in use ([#​2059])
  • Breaking: throw error when calling .storeOptionsAsProperties() after setting an option value ([#​1928])
  • replace non-standard JSDoc of @api private with documented @private ([#​1949])
  • .addHelpCommand() now takes a Command (passing string or boolean still works as before but deprecated) ([#​2087])
  • refactor internal implementation of built-in help option ([#​2006])
  • refactor internal implementation of built-in help command ([#​2087])
Deprecated
  • .addHelpCommand() passing string or boolean (use .helpCommand() or pass a Command) ([#​2087])
Removed
  • Breaking: removed default export of a global Command instance from CommonJS (use the named program export instead) ([#​2017])
Migration Tips

global program

If you are using the deprecated default import of the global Command object, you need to switch to using a named import (or create a new Command).

// const program = require('commander');
const { program } = require('commander');

option and command clashes

A couple of configuration problems now throw an error, which will pick up issues in existing programs:

  • adding an option which uses the same flag as a previous option
  • adding a command which uses the same name or alias as a previous command

Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 renovate bot requested review from a team and shane-melton February 13, 2024 16:09
@bitwarden-bot bitwarden-bot changed the title [deps] Vault: Update commander to v12 [PM-6286] [deps] Vault: Update commander to v12 Feb 13, 2024
@bitwarden-bot
Copy link

Internal tracking:

Copy link

codecov bot commented Feb 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.50%. Comparing base (b342fe3) to head (805091f).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7933   +/-   ##
=======================================
  Coverage   33.50%   33.50%           
=======================================
  Files        2839     2839           
  Lines       88699    88699           
  Branches    16887    16887           
=======================================
  Hits        29715    29715           
  Misses      56659    56659           
  Partials     2325     2325           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title [PM-6286] [deps] Vault: Update commander to v12 [deps] Vault: Update commander to v12 Feb 13, 2024
@bitwarden-bot
Copy link

Logo
Checkmarx One – Scan Summary & Detailsa8f0d59d-e9a1-44c5-9afd-b372b1c2b91f

No New Or Fixed Issues Found

@renovate renovate bot force-pushed the renovate/commander-12.x branch from 76da7ef to 4b41dc6 Compare March 25, 2024 19:33
@renovate renovate bot force-pushed the renovate/commander-12.x branch from 4b41dc6 to 32468a6 Compare April 3, 2024 13:49
@renovate renovate bot force-pushed the renovate/commander-12.x branch from 32468a6 to 97d7f59 Compare May 18, 2024 11:42
@renovate renovate bot force-pushed the renovate/commander-12.x branch from 97d7f59 to 974c51b Compare June 21, 2024 19:41
@renovate renovate bot force-pushed the renovate/commander-12.x branch 2 times, most recently from 60594c2 to cf3dbc9 Compare August 29, 2024 14:11
@renovate renovate bot force-pushed the renovate/commander-12.x branch 2 times, most recently from 73428da to 8ffd604 Compare November 5, 2024 15:10
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.

1 participant