From 46990f0da8883e6814daa0b76db4469654d22818 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 3 Oct 2024 02:25:49 +0000 Subject: [PATCH] chore(release): bump to 2.62.0 --- README.md | 36 ++++++++++++++--------------- package.json | 6 ++--- yarn.lock | 65 +++++++++++++++++++++++++++++++--------------------- 3 files changed, 60 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index 7022365a..f6d0f784 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.61.8 linux-x64 node-v20.17.0 +@salesforce/cli/2.62.0 linux-x64 node-v20.17.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -5888,7 +5888,7 @@ FLAG DESCRIPTIONS If you specify this parameter, don’t specify --metadata or --source-dir. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.15/src/commands/project/convert/mdapi.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/convert/mdapi.ts)_ ## `sf project convert source` @@ -5961,7 +5961,7 @@ FLAG DESCRIPTIONS Override the api version used for api requests made by this command ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.15/src/commands/project/convert/source.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/convert/source.ts)_ ## `sf project convert source-behavior` @@ -6019,7 +6019,7 @@ EXAMPLES $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.15/src/commands/project/convert/source-behavior.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/convert/source-behavior.ts)_ ## `sf project delete source` @@ -6159,7 +6159,7 @@ FLAG DESCRIPTIONS - Separate the test names with spaces: --tests Test1 Test2 "Test With Space" ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.15/src/commands/project/delete/source.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/delete/source.ts)_ ## `sf project delete tracking` @@ -6196,7 +6196,7 @@ EXAMPLES $ sf project delete tracking --target-org my-scratch ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.15/src/commands/project/delete/tracking.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/delete/tracking.ts)_ ## `sf project deploy cancel` @@ -6268,7 +6268,7 @@ FLAG DESCRIPTIONS project deploy report". ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.15/src/commands/project/deploy/cancel.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/cancel.ts)_ ## `sf project deploy preview` @@ -6351,7 +6351,7 @@ FLAG DESCRIPTIONS All child components are included. If you specify this flag, don’t specify --metadata or --source-dir. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.15/src/commands/project/deploy/preview.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/preview.ts)_ ## `sf project deploy quick` @@ -6444,7 +6444,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.15/src/commands/project/deploy/quick.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/quick.ts)_ ## `sf project deploy report` @@ -6536,7 +6536,7 @@ FLAG DESCRIPTIONS --coverage-formatters lcov --coverage-formatters clover ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.15/src/commands/project/deploy/report.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/report.ts)_ ## `sf project deploy resume` @@ -6633,7 +6633,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.15/src/commands/project/deploy/resume.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/resume.ts)_ ## `sf project deploy start` @@ -6886,7 +6886,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.15/src/commands/project/deploy/start.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/start.ts)_ ## `sf project deploy validate` @@ -7076,7 +7076,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.15/src/commands/project/deploy/validate.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/validate.ts)_ ## `sf project generate` @@ -7258,7 +7258,7 @@ EXAMPLES $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.15/src/commands/project/generate/manifest.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/generate/manifest.ts)_ ## `sf project list ignored` @@ -7300,7 +7300,7 @@ EXAMPLES $ sf project list ignored --source-dir package.xml ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.15/src/commands/project/list/ignored.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/list/ignored.ts)_ ## `sf project reset tracking` @@ -7349,7 +7349,7 @@ EXAMPLES $ sf project reset tracking --revision 30 ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.15/src/commands/project/reset/tracking.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/reset/tracking.ts)_ ## `sf project retrieve preview` @@ -7403,7 +7403,7 @@ FLAG DESCRIPTIONS production orgs. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.15/src/commands/project/retrieve/preview.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/retrieve/preview.ts)_ ## `sf project retrieve start` @@ -7580,7 +7580,7 @@ ENVIRONMENT VARIABLES SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.15/src/commands/project/retrieve/start.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/retrieve/start.ts)_ ## `sf schema generate field` diff --git a/package.json b/package.json index 14c9fb7e..e95f1425 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.61.8", + "version": "2.62.0", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -140,7 +140,7 @@ }, "dependencies": { "@inquirer/select": "^2.3.5", - "@oclif/core": "4.0.25", + "@oclif/core": "4.0.26", "@oclif/plugin-autocomplete": "3.2.5", "@oclif/plugin-commands": "4.0.16", "@oclif/plugin-help": "6.2.13", @@ -157,7 +157,7 @@ "@salesforce/plugin-api": "1.2.2", "@salesforce/plugin-auth": "3.6.65", "@salesforce/plugin-data": "3.6.8", - "@salesforce/plugin-deploy-retrieve": "3.12.15", + "@salesforce/plugin-deploy-retrieve": "3.12.16", "@salesforce/plugin-info": "3.4.9", "@salesforce/plugin-limits": "3.3.32", "@salesforce/plugin-marketplace": "1.2.26", diff --git a/yarn.lock b/yarn.lock index 43956069..7146a7a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1874,10 +1874,10 @@ proc-log "^4.0.0" which "^4.0.0" -"@oclif/core@4.0.25", "@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.23", "@oclif/core@^4.0.6": - version "4.0.25" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.25.tgz#d1a77f679be9c90bfe50728433d38961eea69489" - integrity sha512-3rX1dA40cZWzH6NKcNJGXrJn30XaxnkFXfapLMX0wwSWvBfXE/zIduHt03kLRxeFuEBUR5FBnU64odDWKhtFKg== +"@oclif/core@4.0.26", "@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.23", "@oclif/core@^4.0.6": + version "4.0.26" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.26.tgz#3c2414d0dcff26f64a2ec2d3ecec3ce4bd407fbb" + integrity sha512-Gtgj7l+XYYk4wqJ7fTd+fsuKusuQESrSbeue+pC1UGJWt9tyrn3TNZu/lGJSSvEQVcxZY+y09hTET+1e1bmULA== dependencies: ansi-escapes "^4.3.2" ansis "^3.3.2" @@ -1888,7 +1888,7 @@ get-package-type "^0.1.0" globby "^11.1.0" indent-string "^4.0.0" - is-wsl "^2.2.0" + is-wsl "^3" lilconfig "^3.1.2" minimatch "^9.0.5" semver "^7.6.3" @@ -2371,10 +2371,10 @@ csv-stringify "^6.5.1" form-data "^4.0.0" -"@salesforce/plugin-deploy-retrieve@3.12.15": - version "3.12.15" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.15.tgz#728404979567b698a2f40b5dadb6ec6ea721aa49" - integrity sha512-OXMxRSLMukLKBTlccTCchB17w2VinmERjhJcjrQpgWkOFpxLCLJqSR+Emy/l2kscz088mH1tUmH1omg8vIlh2g== +"@salesforce/plugin-deploy-retrieve@3.12.16": + version "3.12.16" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.12.16.tgz#ef0483b55e425be3dde56b152acabcb9baf5bb90" + integrity sha512-dIUKn72ilrf8lG3kneXlpkW938TjNRhPRr/xN7YjJ7h9jkwY9KS8T+l7Cylf/Dhcjn7JV9I/3qYsUI1S6weIVA== dependencies: "@oclif/core" "^4.0.18" "@salesforce/apex-node" "^8.1.9" @@ -6860,11 +6860,6 @@ is-date-object@^1.0.1: dependencies: has-tostringtag "^1.0.0" -is-docker@^2.0.0: - version "2.2.1" - resolved "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz" - integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== - is-docker@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz" @@ -7040,16 +7035,9 @@ is-windows@^1.0.2: resolved "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz" integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== -is-wsl@^2.2.0: - version "2.2.0" - resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz" - integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== - dependencies: - is-docker "^2.0.0" - -is-wsl@^3.1.0: +is-wsl@^3, is-wsl@^3.1.0: version "3.1.0" - resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz" + resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-3.1.0.tgz#e1c657e39c10090afcbedec61720f6b924c3cbd2" integrity sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw== dependencies: is-inside-container "^1.0.0" @@ -10012,7 +10000,16 @@ stream-transform@^2.1.3: dependencies: mixme "^0.5.1" -"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0": + version "4.2.3" + resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: version "4.2.3" resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -10086,7 +10083,14 @@ stringify-package@^1.0.1: resolved "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz" integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg== -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6, strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": + version "6.0.1" + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@6.0.1, strip-ansi@^6, strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -10812,7 +10816,7 @@ workerpool@6.2.1: resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.2.1.tgz" integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": version "7.0.0" resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -10830,6 +10834,15 @@ wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"