Skip to content

Commit a7661ca

Browse files
authored
build(deps): update oclif and related plugins (#25922)
This PR updates oclif and related plugins to their latest versions: - Update @oclif/core from ^4.0.30 to ^4.8.0 - Update oclif from ^4.15.16 to ^4.22.50 - Update @oclif/plugin-autocomplete from ^3.2.7 to ^3.2.39 - Update @oclif/plugin-commands from ^4.1.5 to ^4.1.38 - Update @oclif/plugin-help from ^6.2.16 to ^6.2.36 - Update @oclif/plugin-not-found from ^3.2.24 to ^3.2.73 - Update @oclif/test from ^4.1.0 to ^4.1.15
1 parent 5ec9f65 commit a7661ca

File tree

16 files changed

+461
-399
lines changed

16 files changed

+461
-399
lines changed

build-tools/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@
153153
"@types/node": "^22.8.0",
154154
"json5@<1.0.2": "^1.0.2",
155155
"json5@>=2.0.0 <2.2.2": "^2.2.2",
156-
"qs": "^6.11.0",
157-
"sharp": "^0.33.2",
158156
"oclif>@aws-sdk/client-cloudfront": "npm:empty-npm-package@1.0.0",
159-
"oclif>@aws-sdk/client-s3": "npm:empty-npm-package@1.0.0"
157+
"oclif>@aws-sdk/client-s3": "npm:empty-npm-package@1.0.0",
158+
"qs": "^6.11.0",
159+
"sharp": "^0.33.2"
160160
},
161161
"updateConfig": {
162162
"ignoreDependencies": [

build-tools/packages/build-cli/docs/autocomplete.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ USAGE
1414
$ flub autocomplete [SHELL] [-r]
1515
1616
ARGUMENTS
17-
SHELL (zsh|bash|powershell) Shell type
17+
[SHELL] (zsh|bash|powershell) Shell type
1818
1919
FLAGS
2020
-r, --refresh-cache Refresh cache (ignores displaying instructions)
@@ -34,4 +34,4 @@ EXAMPLES
3434
$ flub autocomplete --refresh-cache
3535
```
3636

37-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.7/src/commands/autocomplete/index.ts)_
37+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.39/src/commands/autocomplete/index.ts)_

build-tools/packages/build-cli/docs/bump.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ FLAGS
3939
--[no-]install Update lockfiles by running 'npm install' automatically.
4040
--scheme=<option> Override the version scheme used by the release group or package.
4141
<options: semver|internal|virtualPatch>
42-
--updateAllDeps Controls the behavior for updating dependencies in a package. If "false" (the
43-
default), matching dependencies are only updated if they use the "workspace:"
44-
protocol. If "true", they are updated regardless of what their version specifier
45-
says. This flag only exists to allow use of the old behavior (by passing
46-
`--updateAllDeps).
42+
--updateAllDeps [env: FLUB_BUMP_UPDATE_ALL_DEPS] Controls the behavior for updating dependencies
43+
in a package. If "false" (the default), matching dependencies are only updated if
44+
they use the "workspace:" protocol. If "true", they are updated regardless of
45+
what their version specifier says. This flag only exists to allow use of the old
46+
behavior (by passing `--updateAllDeps).
4747
4848
LOGGING FLAGS
4949
-v, --verbose Enable verbose logging.

build-tools/packages/build-cli/docs/check.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,17 +186,17 @@ FLAGS
186186
--approvers=<value>... GitHub users who should be considered approvers. If at least one of these users has approved
187187
the PR, it is considered approved. Cannot be used with the --team flag. You can provide
188188
multiple names as a space-delimited list, e.g. '--approvers user1 user2'
189-
--ghActions Set to true to output logs in a GitHub Actions-compatible format. This value will be set to
190-
true automatically when running in GitHub Actions.
189+
--ghActions [env: GITHUB_ACTIONS] Set to true to output logs in a GitHub Actions-compatible format. This
190+
value will be set to true automatically when running in GitHub Actions.
191191
--pr=<value> (required) The PR number to check.
192192
--repo=<value> (required) The name of the GitHub repository to check. This should be in the form
193193
'owner/repo-name'. For example, 'microsoft/FluidFramework'
194194
--team=<value> The team whose membership should be checked. If at least one of the members of the team has
195195
approved the PR, it is considered approved. The team must be in the same GitHub organization
196196
as the repo. Only the team name should be provided - the org is inferred from the repo
197197
details.
198-
--token=<value> (required) GitHub access token. This parameter should be passed using the GITHUB_TOKEN
199-
environment variable for security purposes.
198+
--token=<value> (required) [env: GITHUB_TOKEN] GitHub access token. This parameter should be passed using the
199+
GITHUB_TOKEN environment variable for security purposes.
200200
201201
LOGGING FLAGS
202202
-v, --verbose Enable verbose logging.

build-tools/packages/build-cli/docs/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ DESCRIPTION
3232
List all flub commands.
3333
```
3434

35-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/v4.1.5/src/commands/commands.ts)_
35+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/v4.1.38/src/commands/commands.ts)_

build-tools/packages/build-cli/docs/generate.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,19 @@ USAGE
8686
[--patch <value>] [--base <value>] [--tag <value>] [-i <value>] [--packageTypes none|alpha|beta|public|untrimmed]
8787
8888
FLAGS
89-
-i, --includeInternalVersions=<value> Include Fluid internal versions.
89+
-i, --includeInternalVersions=<value> [env: VERSION_INCLUDE_INTERNAL_VERSIONS] Include Fluid internal versions.
9090
--base=<value> The base version. This will be read from package.json if not provided.
91-
--build=<value> (required) The CI build number.
92-
--packageTypes=<option> [default: none] If provided, the version generated will include extra strings
93-
based on the TypeScript types that are expected to be used. This flag should
94-
only be used in the Fluid Framework CI pipeline.
91+
--build=<value> (required) [env: VERSION_BUILDNUMBER] The CI build number.
92+
--packageTypes=<option> [default: none, env: PACKAGE_TYPES_FIELD] If provided, the version generated
93+
will include extra strings based on the TypeScript types that are expected to
94+
be used. This flag should only be used in the Fluid Framework CI pipeline.
9595
<options: none|alpha|beta|public|untrimmed>
96-
--patch=<value> Indicates the build should use "simple patch versioning" where the value of the
97-
--build flag is used as the patch version.
98-
--release=<option> Indicates the build is a release build.
96+
--patch=<value> [env: VERSION_PATCH] Indicates the build should use "simple patch versioning"
97+
where the value of the --build flag is used as the patch version.
98+
--release=<option> [env: VERSION_RELEASE] Indicates the build is a release build.
9999
<options: release|prerelease|none>
100-
--tag=<value> The tag name to use.
101-
--testBuild=<value> Indicates the build is a test build.
100+
--tag=<value> [env: VERSION_TAGNAME] The tag name to use.
101+
--testBuild=<value> [env: TEST_BUILD] Indicates the build is a test build.
102102
103103
LOGGING FLAGS
104104
-v, --verbose Enable verbose logging.

build-tools/packages/build-cli/docs/help.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ USAGE
1414
$ flub help [COMMAND...] [-n]
1515
1616
ARGUMENTS
17-
COMMAND... Command to show help for.
17+
[COMMAND...] Command to show help for.
1818
1919
FLAGS
2020
-n, --nested-commands Include all nested commands in the output.
@@ -23,4 +23,4 @@ DESCRIPTION
2323
Display help for flub.
2424
```
2525

26-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.16/src/commands/help.ts)_
26+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.36/src/commands/help.ts)_

build-tools/packages/build-cli/docs/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ USAGE
1717
<value>...] [--tarball] [--outFile <value>]
1818
1919
ARGUMENTS
20-
PACKAGE_OR_RELEASE_GROUP The name of a package or a release group.
20+
[PACKAGE_OR_RELEASE_GROUP] The name of a package or a release group.
2121
2222
FLAGS
2323
-g, --releaseGroup=<option> Name of a release group.

build-tools/packages/build-cli/docs/merge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ USAGE
1717
1818
FLAGS
1919
-b, --batchSize=<value> (required) Maximum number of commits to include in the pull request
20-
-p, --pat=<value> (required) GitHub Personal Access Token. This parameter should be passed using the
21-
GITHUB_PAT environment variable for security purposes.
20+
-p, --pat=<value> (required) [env: GITHUB_PAT] GitHub Personal Access Token. This parameter should be passed
21+
using the GITHUB_PAT environment variable for security purposes.
2222
-r, --remote=<value> The name of the upstream remote to use to check for PRs. If not provided, the remote
2323
matching the microsoft/FluidFramework repo will be used.
2424
-s, --source=<value> (required) Source branch name

build-tools/packages/build-cli/docs/promote.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ USAGE
1616
FLAGS
1717
--orderFile=<value> (required) A file with package names that should be promoted. Such files can be created using
1818
`flub list`.
19-
--token=<value> (required) Azure DevOps access token. This parameter should be passed using the ADO_API_TOKEN
20-
environment variable for security purposes.
19+
--token=<value> (required) [env: ADO_API_TOKEN] Azure DevOps access token. This parameter should be passed using
20+
the ADO_API_TOKEN environment variable for security purposes.
2121
--version=<value> (required) Version of the package to promote.
2222
2323
LOGGING FLAGS

0 commit comments

Comments
 (0)