-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/commander-12.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
bitwarden-bot
changed the title
[deps] Vault: Update commander to v12
[PM-6286] [deps] Vault: Update commander to v12
Feb 13, 2024
Internal tracking:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ 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. |
renovate
bot
changed the title
[PM-6286] [deps] Vault: Update commander to v12
[deps] Vault: Update commander to v12
Feb 13, 2024
No New Or Fixed Issues Found |
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
from
March 25, 2024 19:33
76da7ef
to
4b41dc6
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
from
April 3, 2024 13:49
4b41dc6
to
32468a6
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
from
May 18, 2024 11:42
32468a6
to
97d7f59
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
from
June 21, 2024 19:41
97d7f59
to
974c51b
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
from
August 16, 2024 07:34
974c51b
to
bca2628
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
2 times, most recently
from
August 29, 2024 14:11
60594c2
to
cf3dbc9
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
2 times, most recently
from
November 5, 2024 15:10
73428da
to
8ffd604
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
from
November 8, 2024 15:26
8ffd604
to
805091f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.1.0
->12.1.0
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
passThroughOptions
constraints when using.addCommand
and throw if parent command does not have.enablePositionalOptions()
enabled ([#1937])Changed
.storeOptionsAsProperties()
after setting an option value ([#1928])@api private
with documented@private
([#1949]).addHelpCommand()
now takes a Command (passing string or boolean still works as before but deprecated) ([#2087])Deprecated
.addHelpCommand()
passing string or boolean (use.helpCommand()
or pass a Command) ([#2087])Removed
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
).option and command clashes
A couple of configuration problems now throw an error, which will pick up issues in existing programs:
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.
This PR was generated by Mend Renovate. View the repository job log.