linz / basemaps

NZ’s authoritative and open digital basemap service for LINZ and the public.
https://basemaps.linz.govt.nz
Other
92 stars 17 forks source link

build(deps): Bump @rushstack/ts-command-line from 4.11.1 to 4.19.1 #3164

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps @rushstack/ts-command-line from 4.11.1 to 4.19.1.

Changelog

Sourced from @​rushstack/ts-command-line's changelog.

4.19.1

Sun, 03 Mar 2024 20:58:12 GMT

Patches

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

4.19.0

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.

4.18.1

Fri, 01 Mar 2024 01:10:08 GMT

Patches

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

4.18.0

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.

4.17.4

Sat, 24 Feb 2024 23:02:51 GMT

Version update only

4.17.3

Wed, 21 Feb 2024 21:45:28 GMT

Patches

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

4.17.2

Sat, 17 Feb 2024 06:24:35 GMT

... (truncated)

Commits
  • 8095e85 Bump versions [skip ci]
  • e46cc76 Update changelogs [skip ci]
  • 896c456 Fix issue with allowNonStandardEnvironmentVariableNames parameter option
  • d7cea14 Bump versions [skip ci]
  • 98ff366 Update changelogs [skip ci]
  • 6ecdd62 Include missing readonly.
  • 3d704d8 Return the required variants when the 'defaultValue' option is provided.
  • cea58f1 Hang onto the original parsing lifecycle functions and re-call them.
  • faf3b99 Clean up validation.
  • de6f22f Add some more docs and rename an API.
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 5 months ago

Superseded by #3228.