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

fix(deps): update dependency @rushstack/ts-command-line to v4.19.1 #393

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rushstack/ts-command-line (source) 4.11.0 -> 4.19.1 age adoption passing confidence

Release Notes

microsoft/rushstack (@​rushstack/ts-command-line)

v4.19.1

Compare Source

Sun, 03 Mar 2024 20:58:12 GMT

Patches
  • Fix an issue where the allowNonStandardEnvironmentVariableNames parameter option had no effect.

v4.19.0

Compare Source

Sat, 02 Mar 2024 02:22:23 GMT

Minor changes
  • Use more specific types for command line parameters' kind properties.
  • Allow parameters that may be backed by an environment variable to be marked as required.
  • Update the return type of defineChoiceParameter, defineIntegerParameter, and defineStringParameter respectively when the defaultValue option is provided to return IRequiredCommandLineChoiceParameter, IRequiredCommandLineIntegerParameter, and IRequiredCommandLineStringParameter respectively, as the value will definitely be defined in these cases.
Patches
  • Include a missing readonly modifier on the value properties of IRequiredCommandLineChoiceParameter, IRequiredCommandLineIntegerParameter, and IRequiredCommandLineStringParameter.

v4.18.1

Compare Source

Fri, 01 Mar 2024 01:10:08 GMT

Patches
  • Add an "allowNonStandardEnvironmentVariableNames" option to remove naming restrictions on parameter environment variables

v4.18.0

Compare Source

Wed, 28 Feb 2024 16:09:27 GMT

Minor changes
  • Allow choice parameters alternatives to be typed.
  • Update the return type of defineChoiceParameter, defineIntegerParameter, and defineStringParameter respectively when the { required: true } option is set to a new type (IRequiredCommandLineChoiceParameter, IRequiredCommandLineIntegerParameter, and IRequiredCommandLineStringParameter respectively) with a required value property.

v4.17.4

Compare Source

Sat, 24 Feb 2024 23:02:51 GMT

Version update only

v4.17.3

Compare Source

Wed, 21 Feb 2024 21:45:28 GMT

Patches
  • Replace the dependency on the colors package with Colorize from @rushstack/terminal.

v4.17.2

Compare Source

Sat, 17 Feb 2024 06:24:35 GMT

Patches
  • Fix broken link to API documentation

v4.17.1

Wed, 01 Nov 2023 23:11:35 GMT

Patches
  • Fix line endings in published package.

v4.17.0

Mon, 30 Oct 2023 23:36:37 GMT

Minor changes
  • Consider parent tool and action parameters when determining ambiguous abbreviations. For example, if a CLI tool mytool has a parameter --myparam and an action myaction, then myaction would not accept a parameter named --myparam (i.e. - mytool --myparam myaction is valid, mytool myaction --myparam is not). Additionally, any parameter that can be abbreviated to --myparam must be uniquely provided (i.e. - --myparam-2 can only be abbreviated to --myparam-, since any shorter abbreviation would be ambiguous with the original --myparam on the tool).

v4.16.1

Tue, 26 Sep 2023 09:30:33 GMT

Patches
  • Update type-only imports to include the type modifier.

v4.16.0

Fri, 15 Sep 2023 00:36:58 GMT

Minor changes

v4.15.2

Tue, 08 Aug 2023 07:10:40 GMT

Version update only

v4.15.1

Thu, 15 Jun 2023 00:21:01 GMT

Version update only

v4.15.0

Tue, 13 Jun 2023 01:49:01 GMT

Minor changes
  • Add support for handling ambiguous parameters when conflicting parameters are provided but they provide a non-conflicting alternative (e.g. parameters with the same short-name but different long-names, scoped parameters with the same long-name but different scopes). When using an ambiguous parameter on the CLI, an error message describing the ambiguous parameter usage will appear.

v4.14.0

Wed, 07 Jun 2023 22:45:16 GMT

Minor changes
  • Add AliasCommandLineAction, a CommandLineAction that can be used to redirect commands with optional default arguments to existing commands.

v4.13.3

Mon, 22 May 2023 06:34:33 GMT

Version update only

v4.13.2

Fri, 10 Feb 2023 01:18:50 GMT

Version update only

v4.13.1

Tue, 08 Nov 2022 01:20:55 GMT

Patches
  • Make ScopedCommandLineAction.onDefineUnscopedParameters optional to match CommandLineAciton.onDefineParameters

v4.13.0

Mon, 17 Oct 2022 22:14:21 GMT

Minor changes
  • Make the onDefineParameters function optional for CommandLineActions and CommandLineParsers that either don't have parameters or that define their parameters in their constructor.

v4.12.5

Mon, 10 Oct 2022 15:23:44 GMT

Version update only

v4.12.4

Thu, 29 Sep 2022 07:13:06 GMT

Version update only

v4.12.3

Thu, 15 Sep 2022 00:18:51 GMT

Version update only

v4.12.2

Wed, 03 Aug 2022 18:40:35 GMT

Version update only

v4.12.1

Tue, 28 Jun 2022 00:23:32 GMT

Version update only

v4.12.0

Thu, 23 Jun 2022 22:14:24 GMT

Minor changes
  • Add parameter scopes. Parameter scopes allow for behind-the-scenes conflict resolution between parameters with the same long name. For example, when provided scope "my-scope", a parameter can be referenced on the CLI as "--my-parameter" or as "--my-scope:my-parameter". In the case that multiple parameters are registered with the same long name but different scopes, the parameters can only be referenced by their scoped long names, eg. "--my-scope:my-parameter" and "--my-other-scope:my-parameter".

v4.11.1

Fri, 17 Jun 2022 00:16:18 GMT

Version update only


Configuration

📅 Schedule: Branch creation - "before 3am 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 has been generated by Mend Renovate. View repository job log here.

@codecov-commenter
Copy link

codecov-commenter commented May 9, 2022

Codecov Report

Merging #393 (364e914) into main (623fed9) will increase coverage by 0.08%.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main     #393      +/-   ##
==========================================
+ Coverage   96.89%   96.98%   +0.08%     
==========================================
  Files          33       33              
  Lines        1193     1193              
  Branches      222      222              
==========================================
+ Hits         1156     1157       +1     
+ Misses         33       32       -1     
  Partials        4        4              

see 1 file with indirect coverage changes

@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from 12ab323 to ff860cb Compare May 9, 2022 12:41
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.10.10 fix(deps): update dependency @rushstack/ts-command-line to v4.11.0 May 10, 2022
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from ff860cb to c8cced0 Compare May 10, 2022 03:31
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.11.0 fix(deps): update dependency @rushstack/ts-command-line to v4.11.0 - autoclosed Jun 14, 2022
@renovate renovate bot closed this Jun 14, 2022
@renovate renovate bot deleted the renovate/rushstack-ts-command-line-4.x-lockfile branch June 14, 2022 07:17
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.11.0 - autoclosed fix(deps): update dependency @rushstack/ts-command-line to v4.11.0 Jun 17, 2022
@renovate renovate bot reopened this Jun 17, 2022
@renovate renovate bot restored the renovate/rushstack-ts-command-line-4.x-lockfile branch June 17, 2022 02:56
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.11.0 fix(deps): update dependency @rushstack/ts-command-line to v4.11.1 Jun 17, 2022
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch 2 times, most recently from 8c9b50d to 66e29e4 Compare June 20, 2022 04:17
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.11.1 fix(deps): update dependency @rushstack/ts-command-line to v4.12.0 Jun 24, 2022
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from 66e29e4 to 96d73cd Compare June 24, 2022 00:40
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.12.0 fix(deps): update dependency @rushstack/ts-command-line to v4.12.1 Jun 28, 2022
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from 96d73cd to f7a0d70 Compare June 28, 2022 02:34
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch 2 times, most recently from f14d73d to 97c8d8a Compare August 1, 2022 08:20
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from 97c8d8a to 9355bb4 Compare August 3, 2022 21:00
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.12.1 fix(deps): update dependency @rushstack/ts-command-line to v4.12.2 Aug 3, 2022
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from 9355bb4 to 82cb3fc Compare August 10, 2022 09:27
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from 82cb3fc to 5c7b0b4 Compare August 18, 2022 12:32
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from 5c7b0b4 to 560c54a Compare September 15, 2022 01:04
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.12.2 fix(deps): update dependency @rushstack/ts-command-line to v4.12.3 Sep 15, 2022
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from 560c54a to a036df3 Compare September 29, 2022 09:32
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.12.3 fix(deps): update dependency @rushstack/ts-command-line to v4.12.4 Sep 29, 2022
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch 2 times, most recently from 9158e08 to 8d688a9 Compare October 10, 2022 18:05
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.12.4 fix(deps): update dependency @rushstack/ts-command-line to v4.12.5 Oct 10, 2022
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.13.1 fix(deps): update dependency @rushstack/ts-command-line to v4.13.2 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from 9487c7d to 413181e Compare May 28, 2023 10:52
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.13.2 fix(deps): update dependency @rushstack/ts-command-line to v4.13.3 May 28, 2023
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from 413181e to c286882 Compare June 8, 2023 01:05
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.13.3 fix(deps): update dependency @rushstack/ts-command-line to v4.14.0 Jun 8, 2023
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from c286882 to 2b16e49 Compare June 13, 2023 03:05
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.14.0 fix(deps): update dependency @rushstack/ts-command-line to v4.15.0 Jun 13, 2023
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from 2b16e49 to 364e914 Compare June 15, 2023 01:32
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.15.0 fix(deps): update dependency @rushstack/ts-command-line to v4.15.1 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from 364e914 to 33b3dd9 Compare August 8, 2023 10:42
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.15.1 fix(deps): update dependency @rushstack/ts-command-line to v4.15.2 Aug 8, 2023
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from 33b3dd9 to b301756 Compare September 15, 2023 03:49
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.15.2 fix(deps): update dependency @rushstack/ts-command-line to v4.16.0 Sep 15, 2023
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from b301756 to 6cef300 Compare September 26, 2023 10:38
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.16.0 fix(deps): update dependency @rushstack/ts-command-line to v4.16.1 Sep 26, 2023
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from 6cef300 to f811046 Compare October 31, 2023 00:05
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.16.1 fix(deps): update dependency @rushstack/ts-command-line to v4.17.0 Oct 31, 2023
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from f811046 to e4d9608 Compare November 2, 2023 00:10
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.17.0 fix(deps): update dependency @rushstack/ts-command-line to v4.17.1 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from e4d9608 to 2ba997b Compare February 17, 2024 10:33
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.17.1 fix(deps): update dependency @rushstack/ts-command-line to v4.17.2 Feb 17, 2024
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from 2ba997b to 14794de Compare February 21, 2024 22:44
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.17.2 fix(deps): update dependency @rushstack/ts-command-line to v4.17.3 Feb 21, 2024
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from 14794de to a925888 Compare March 1, 2024 23:58
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.17.3 fix(deps): update dependency @rushstack/ts-command-line to v4.18.1 Mar 1, 2024
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from a925888 to 21c829a Compare March 2, 2024 03:11
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.18.1 fix(deps): update dependency @rushstack/ts-command-line to v4.19.0 Mar 2, 2024
@renovate renovate bot force-pushed the renovate/rushstack-ts-command-line-4.x-lockfile branch from 21c829a to a583130 Compare March 4, 2024 01:51
@renovate renovate bot changed the title fix(deps): update dependency @rushstack/ts-command-line to v4.19.0 fix(deps): update dependency @rushstack/ts-command-line to v4.19.1 Mar 4, 2024
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.

None yet

1 participant