Skip to content

Commit 63beb97

Browse files
authored
Merge pull request #2712 from salesforcecli/release/2.133.4
Release PR for 2.133.4 as nightly
2 parents 2d56d5d + 05b1572 commit 63beb97

3 files changed

Lines changed: 45 additions & 36 deletions

File tree

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running command...
2727
$ sf (--version|-v)
28-
@salesforce/cli/2.133.3 linux-x64 node-v22.22.2
28+
@salesforce/cli/2.133.4 linux-x64 node-v22.22.2
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -9905,7 +9905,7 @@ FLAG DESCRIPTIONS
99059905
directory.
99069906
```
99079907

9908-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/analytics/template.ts)_
9908+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.3/src/commands/template/generate/analytics/template.ts)_
99099909

99109910
## `sf template generate apex class`
99119911

@@ -9965,7 +9965,7 @@ FLAG DESCRIPTIONS
99659965
Supplied parameter values or default values are filled into a copy of the template.
99669966
```
99679967

9968-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/apex/class.ts)_
9968+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.3/src/commands/template/generate/apex/class.ts)_
99699969

99709970
## `sf template generate apex trigger`
99719971

@@ -10035,7 +10035,7 @@ FLAG DESCRIPTIONS
1003510035
Supplied parameter values or default values are filled into a copy of the template.
1003610036
```
1003710037

10038-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/apex/trigger.ts)_
10038+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.3/src/commands/template/generate/apex/trigger.ts)_
1003910039

1004010040
## `sf template generate digital-experience site`
1004110041

@@ -10089,7 +10089,7 @@ FLAG DESCRIPTIONS
1008910089
project, defaults to the current directory.
1009010090
```
1009110091

10092-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/digital-experience/site.ts)_
10092+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.3/src/commands/template/generate/digital-experience/site.ts)_
1009310093

1009410094
## `sf template generate flexipage`
1009510095

@@ -10171,7 +10171,7 @@ FLAG DESCRIPTIONS
1017110171
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
1017210172
```
1017310173

10174-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/flexipage/index.ts)_
10174+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.3/src/commands/template/generate/flexipage/index.ts)_
1017510175

1017610176
## `sf template generate lightning app`
1017710177

@@ -10229,7 +10229,7 @@ FLAG DESCRIPTIONS
1022910229
field in the DX project's "sfdx-project.json" file.
1023010230
```
1023110231

10232-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/lightning/app.ts)_
10232+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.3/src/commands/template/generate/lightning/app.ts)_
1023310233

1023410234
## `sf template generate lightning component`
1023510235

@@ -10306,7 +10306,7 @@ FLAG DESCRIPTIONS
1030610306
field in the DX project's "sfdx-project.json" file.
1030710307
```
1030810308

10309-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/lightning/component.ts)_
10309+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.3/src/commands/template/generate/lightning/component.ts)_
1031010310

1031110311
## `sf template generate lightning event`
1031210312

@@ -10364,7 +10364,7 @@ FLAG DESCRIPTIONS
1036410364
field in the DX project's "sfdx-project.json" file.
1036510365
```
1036610366

10367-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/lightning/event.ts)_
10367+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.3/src/commands/template/generate/lightning/event.ts)_
1036810368

1036910369
## `sf template generate lightning interface`
1037010370

@@ -10422,7 +10422,7 @@ FLAG DESCRIPTIONS
1042210422
field in the DX project's "sfdx-project.json" file.
1042310423
```
1042410424

10425-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/lightning/interface.ts)_
10425+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.3/src/commands/template/generate/lightning/interface.ts)_
1042610426

1042710427
## `sf template generate lightning test`
1042810428

@@ -10480,7 +10480,7 @@ FLAG DESCRIPTIONS
1048010480
field in the DX project's "sfdx-project.json" file.
1048110481
```
1048210482

10483-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/lightning/test.ts)_
10483+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.3/src/commands/template/generate/lightning/test.ts)_
1048410484

1048510485
## `sf template generate project`
1048610486

@@ -10606,7 +10606,7 @@ FLAG DESCRIPTIONS
1060610606
server-side type stripping.
1060710607
```
1060810608

10609-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/project/index.ts)_
10609+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.3/src/commands/template/generate/project/index.ts)_
1061010610

1061110611
## `sf template generate static-resource`
1061210612

@@ -10669,7 +10669,7 @@ FLAG DESCRIPTIONS
1066910669
etc.
1067010670
```
1067110671

10672-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/static-resource/index.ts)_
10672+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.3/src/commands/template/generate/static-resource/index.ts)_
1067310673

1067410674
## `sf template generate ui-bundle`
1067510675

@@ -10753,7 +10753,7 @@ FLAG DESCRIPTIONS
1075310753
Supplied parameter values or default values are filled into a copy of the template.
1075410754
```
1075510755

10756-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/ui-bundle/index.ts)_
10756+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.3/src/commands/template/generate/ui-bundle/index.ts)_
1075710757

1075810758
## `sf template generate visualforce component`
1075910759

@@ -10810,7 +10810,7 @@ FLAG DESCRIPTIONS
1081010810
Supplied parameter values or default values are filled into a copy of the template.
1081110811
```
1081210812

10813-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/visualforce/component.ts)_
10813+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.3/src/commands/template/generate/visualforce/component.ts)_
1081410814

1081510815
## `sf template generate visualforce page`
1081610816

@@ -10861,7 +10861,7 @@ FLAG DESCRIPTIONS
1086110861
The name can be up to 40 characters and must start with a letter.
1086210862
```
1086310863

10864-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.2/src/commands/template/generate/visualforce/page.ts)_
10864+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.3/src/commands/template/generate/visualforce/page.ts)_
1086510865

1086610866
## `sf update [CHANNEL]`
1086710867

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.133.3",
4+
"version": "2.133.4",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -174,10 +174,10 @@
174174
"@salesforce/plugin-settings": "2.4.71",
175175
"@salesforce/plugin-sobject": "1.4.100",
176176
"@salesforce/plugin-telemetry": "3.8.15",
177-
"@salesforce/plugin-templates": "56.16.2",
177+
"@salesforce/plugin-templates": "56.16.3",
178178
"@salesforce/plugin-trust": "3.7.126",
179179
"@salesforce/plugin-user": "3.9.0",
180-
"@salesforce/sf-plugins-core": "12.2.7",
180+
"@salesforce/sf-plugins-core": "12.2.10",
181181
"ansis": "^3.12.0"
182182
},
183183
"pinnedDependencies": [

yarn.lock

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1925,10 +1925,10 @@
19251925
"@oclif/core" "^4"
19261926
ansis "^3.17.0"
19271927

1928-
"@oclif/table@^0.5.4":
1929-
version "0.5.4"
1930-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.4.tgz#a6b9845c50bcaeb15d7cfcb1dee36cc8078446e6"
1931-
integrity sha512-tIW7JTfO/t19cfOZofxEi16GAV12osvuSwdDHQ6ltIYtNeDyT8vJqdqo5NmyKNNwUy6V1DoGsVhJtPTFabR4hg==
1928+
"@oclif/table@^0.5.4", "@oclif/table@^0.5.5":
1929+
version "0.5.5"
1930+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.5.tgz#bbe455aa636d95ae99723efac9ede1884adb891f"
1931+
integrity sha512-ppjPNFf5bL28KiiMIxyDwXhGJ3ke7MFg532k8bkaInavv84zRgoLhc+5ocZMX1EPToqgSsZAn8bQhaZz07enww==
19321932
dependencies:
19331933
"@types/react" "^18.3.12"
19341934
change-case "^5.4.4"
@@ -1937,6 +1937,7 @@
19371937
natural-orderby "^3.0.2"
19381938
object-hash "^3.0.0"
19391939
react "^18.3.1"
1940+
string-width "^8.2.0"
19401941
strip-ansi "^7.1.2"
19411942
wrap-ansi "^9.0.2"
19421943

@@ -2568,10 +2569,10 @@
25682569
"@salesforce/ts-types" "^2.0.12"
25692570
debug "^4.4.3"
25702571

2571-
"@salesforce/plugin-templates@56.16.2":
2572-
version "56.16.2"
2573-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.16.2.tgz#a6b7178351bbb9ac9b57bd9877fe4de9f8308d5f"
2574-
integrity sha512-U4C0gIRytppQWJJ2b97LbR+7A+bD1HMHEbr6Pp4CDs/MupFbkEBeRvPisJtQ7rs1/h6oZ+IJW2CRDYu5Mq/loA==
2572+
"@salesforce/plugin-templates@56.16.3":
2573+
version "56.16.3"
2574+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.16.3.tgz#29c6496b57426c531e9dd65c5a8f57dd4a91e463"
2575+
integrity sha512-/eift3FLVeie6wBevXXS9yJit2I7eSTbwglyaBzFEI7pFyyaM4pcwy3en5EatJohXBKZfvdjCs614unDKS2BRw==
25752576
dependencies:
25762577
"@salesforce/core" "^8.28.4"
25772578
"@salesforce/sf-plugins-core" "^12"
@@ -2614,15 +2615,15 @@
26142615
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.10.3.tgz#52c867fdd60679cf216110aa49542b7ad391f5d1"
26152616
integrity sha512-FKfvtrYTcvTXE9advzS25/DEY9yJhEyLvStm++eQFtnAaX1pe4G3oGHgiQ0q55BM5+0AlCh0+0CVtQv1t4oJRA==
26162617

2617-
"@salesforce/sf-plugins-core@12.2.7", "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.6":
2618-
version "12.2.7"
2619-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.7.tgz#636c7e424d6f21a648207a3299285109d2bd2fd8"
2620-
integrity sha512-ivxPbrTCkexd+2HwUegsxmbPU4myMLribKDVaBcdgkRn73jewZ7yoRG3Ome3f9TfJfOk9XLhSXt+nU1L08YpBg==
2618+
"@salesforce/sf-plugins-core@12.2.10", "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.6":
2619+
version "12.2.10"
2620+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.10.tgz#b3c121ebbded3f9632f4c9cf96e906cdd1448323"
2621+
integrity sha512-Rx6dbyKb1u08Fjcan8ZDhUkb073CBLRVEPH2KllZWclQRMa5gzcvmuB3uXhUXK5l0paH5o4g0CojgbNqEKhS9g==
26212622
dependencies:
26222623
"@inquirer/confirm" "^6.0.12"
26232624
"@inquirer/password" "^5.0.12"
26242625
"@oclif/core" "^4.10.6"
2625-
"@oclif/table" "^0.5.4"
2626+
"@oclif/table" "^0.5.5"
26262627
"@salesforce/core" "^8.28.4"
26272628
"@salesforce/kit" "^3.2.3"
26282629
"@salesforce/ts-types" "^2.0.12"
@@ -6251,10 +6252,10 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
62516252
resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz"
62526253
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
62536254

6254-
get-east-asian-width@^1.0.0:
6255-
version "1.2.0"
6256-
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz#5e6ebd9baee6fb8b7b6bd505221065f0cd91f64e"
6257-
integrity sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==
6255+
get-east-asian-width@^1.0.0, get-east-asian-width@^1.5.0:
6256+
version "1.5.0"
6257+
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz#ce7008fe345edcf5497a6f557cfa54bc318a9ce7"
6258+
integrity sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==
62586259

62596260
get-func-name@^2.0.1, get-func-name@^2.0.2:
62606261
version "2.0.2"
@@ -10503,6 +10504,14 @@ string-width@^7.0.0, string-width@^7.2.0:
1050310504
get-east-asian-width "^1.0.0"
1050410505
strip-ansi "^7.1.0"
1050510506

10507+
string-width@^8.2.0:
10508+
version "8.2.1"
10509+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-8.2.1.tgz#165089cfa527cc88fbc23dd73313f5e334af1ea1"
10510+
integrity sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==
10511+
dependencies:
10512+
get-east-asian-width "^1.5.0"
10513+
strip-ansi "^7.1.2"
10514+
1050610515
string.prototype.trim@^1.2.9:
1050710516
version "1.2.9"
1050810517
resolved "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz"

0 commit comments

Comments
 (0)