-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update dependency commander to v12 #540
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
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
2 times, most recently
from
March 2, 2024 01:17
2daf8e9
to
09b4136
Compare
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: npm/[email protected] |
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
2 times, most recently
from
March 2, 2024 01:21
fe16f52
to
802834f
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
3 times, most recently
from
March 19, 2024 06:54
33ad385
to
3f6911c
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
3 times, most recently
from
April 3, 2024 14:29
f600a6b
to
574bd7d
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
2 times, most recently
from
April 10, 2024 07:36
761191f
to
9a94566
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
3 times, most recently
from
April 17, 2024 15:26
31aa5e7
to
6466562
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
2 times, most recently
from
April 22, 2024 08:35
eb82138
to
821e65e
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
6 times, most recently
from
April 30, 2024 18:17
a05e7fd
to
0f3fe62
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
3 times, most recently
from
May 7, 2024 05:21
a095bcb
to
8485991
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
from
September 8, 2024 16:07
4f61c83
to
b45607b
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
4 times, most recently
from
September 24, 2024 07:49
6134f2e
to
7304dc0
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
8 times, most recently
from
October 4, 2024 12:29
8612e29
to
2fe85f6
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
2 times, most recently
from
October 9, 2024 10:08
0e79c59
to
c879387
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
3 times, most recently
from
October 22, 2024 19:52
8b357c6
to
9d563c1
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
3 times, most recently
from
November 3, 2024 18:35
fc90ef8
to
b6221be
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
7 times, most recently
from
November 11, 2024 11:31
b5ef3d2
to
1fdfcec
Compare
renovate
bot
force-pushed
the
renovate/commander-12.x
branch
from
November 16, 2024 10:56
1fdfcec
to
132c149
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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.