@salesforce/plugin-lightning-dev 3.2.5-alpha.0 → 3.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -201,7 +201,7 @@ EXAMPLES
201
201
  $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
202
202
  ```
203
203
 
204
- _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.5-alpha.0/src/commands/lightning/dev/app.ts)_
204
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.5/src/commands/lightning/dev/app.ts)_
205
205
 
206
206
  ## `sf lightning dev component`
207
207
 
@@ -246,7 +246,7 @@ EXAMPLES
246
246
  $ sf lightning dev component --name myComponent
247
247
  ```
248
248
 
249
- _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.5-alpha.0/src/commands/lightning/dev/component.ts)_
249
+ _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.5/src/commands/lightning/dev/component.ts)_
250
250
 
251
251
  ## `sf lightning dev site`
252
252
 
@@ -300,6 +300,6 @@ EXAMPLES
300
300
  $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
301
301
  ```
302
302
 
303
- _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.5-alpha.0/src/commands/lightning/dev/site.ts)_
303
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.5/src/commands/lightning/dev/site.ts)_
304
304
 
305
305
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "3.2.5-alpha.0",
3
+ "version": "3.2.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "3.2.5-alpha.0",
9
+ "version": "3.2.5",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
@@ -25,12 +25,12 @@
25
25
  "node-fetch": "^3.3.2"
26
26
  },
27
27
  "devDependencies": {
28
- "@oclif/plugin-command-snapshot": "^5.2.19",
28
+ "@oclif/plugin-command-snapshot": "^5.2.35",
29
29
  "@salesforce/cli-plugins-testkit": "^5.3.39",
30
30
  "@salesforce/dev-scripts": "^10.2.11",
31
- "@salesforce/plugin-command-reference": "^3.1.37",
31
+ "@salesforce/plugin-command-reference": "^3.1.44",
32
32
  "@types/node-fetch": "^2.6.11",
33
- "eslint-plugin-sf-plugin": "^1.20.13",
33
+ "eslint-plugin-sf-plugin": "^1.20.15",
34
34
  "esmock": "^2.6.9",
35
35
  "oclif": "^4.17.27",
36
36
  "ts-node": "^10.9.2",
@@ -3275,9 +3275,9 @@
3275
3275
  }
3276
3276
  },
3277
3277
  "node_modules/@jsforce/jsforce-node": {
3278
- "version": "3.6.2",
3279
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.6.2.tgz",
3280
- "integrity": "sha512-bBWRCZl4kVRnYLHRSzl4piqowM3GeTW2yBoKo+WnMGAw36uGjyMq/9z9yAaA+0AmpHFaI4po7/0PrAMdEU/AGA==",
3278
+ "version": "3.6.5",
3279
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.6.5.tgz",
3280
+ "integrity": "sha512-XqYOCgqET9XYhwI3wmrg4oMRzKkTqy0ua8aopMQRMGT2QVuq2IBfRTSrfoMa129lqJvNy7XXA4ntXQJkKI/VqQ==",
3281
3281
  "license": "MIT",
3282
3282
  "dependencies": {
3283
3283
  "@sindresorhus/is": "^4",
@@ -4101,9 +4101,9 @@
4101
4101
  }
4102
4102
  },
4103
4103
  "node_modules/@lwrjs/api/node_modules/chalk": {
4104
- "version": "5.3.0",
4105
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
4106
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
4104
+ "version": "5.4.1",
4105
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
4106
+ "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
4107
4107
  "license": "MIT",
4108
4108
  "engines": {
4109
4109
  "node": "^12.17.0 || ^14.13 || >=16.0.0"
@@ -5175,49 +5175,56 @@
5175
5175
  }
5176
5176
  },
5177
5177
  "node_modules/@oclif/plugin-command-snapshot": {
5178
- "version": "5.2.19",
5179
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.19.tgz",
5180
- "integrity": "sha512-tw4R1ohyo73/lWMFF2aGiN5qrURsttY59GRaVPSb9KMLHUS1l0kPt5k3Qm10ci4i3CALCOa78Chowan2OW4cnQ==",
5178
+ "version": "5.2.35",
5179
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.35.tgz",
5180
+ "integrity": "sha512-8A7iJ7tg2ZvyMG63sBOvdPIPq7RmggIdeACA0p6NfwzDI9mRL94v78m/6whqJKTUuzcERIIO+L2hwxPbBKwdGw==",
5181
5181
  "dev": true,
5182
5182
  "license": "MIT",
5183
5183
  "dependencies": {
5184
5184
  "@oclif/core": "^4",
5185
- "ansis": "^3.3.2",
5186
- "globby": "^14.0.2",
5185
+ "ansis": "^3.14.0",
5186
+ "globby": "^14.1.0",
5187
5187
  "just-diff": "^5.2.0",
5188
5188
  "lodash.difference": "^4.5.0",
5189
5189
  "lodash.get": "^4.4.2",
5190
5190
  "lodash.sortby": "^4.7.0",
5191
- "semver": "^7.6.3",
5191
+ "semver": "^7.7.1",
5192
5192
  "ts-json-schema-generator": "^1.5.1"
5193
5193
  },
5194
5194
  "engines": {
5195
5195
  "node": ">=18.0.0"
5196
5196
  }
5197
5197
  },
5198
- "node_modules/@oclif/plugin-command-snapshot/node_modules/ansis": {
5199
- "version": "3.3.2",
5200
- "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.3.2.tgz",
5201
- "integrity": "sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==",
5198
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/fast-glob": {
5199
+ "version": "3.3.3",
5200
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
5201
+ "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
5202
5202
  "dev": true,
5203
- "license": "ISC",
5203
+ "license": "MIT",
5204
+ "dependencies": {
5205
+ "@nodelib/fs.stat": "^2.0.2",
5206
+ "@nodelib/fs.walk": "^1.2.3",
5207
+ "glob-parent": "^5.1.2",
5208
+ "merge2": "^1.3.0",
5209
+ "micromatch": "^4.0.8"
5210
+ },
5204
5211
  "engines": {
5205
- "node": ">=15"
5212
+ "node": ">=8.6.0"
5206
5213
  }
5207
5214
  },
5208
5215
  "node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
5209
- "version": "14.0.2",
5210
- "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz",
5211
- "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==",
5216
+ "version": "14.1.0",
5217
+ "resolved": "https://registry.npmjs.org/globby/-/globby-14.1.0.tgz",
5218
+ "integrity": "sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==",
5212
5219
  "dev": true,
5213
5220
  "license": "MIT",
5214
5221
  "dependencies": {
5215
5222
  "@sindresorhus/merge-streams": "^2.1.0",
5216
- "fast-glob": "^3.3.2",
5217
- "ignore": "^5.2.4",
5218
- "path-type": "^5.0.0",
5223
+ "fast-glob": "^3.3.3",
5224
+ "ignore": "^7.0.3",
5225
+ "path-type": "^6.0.0",
5219
5226
  "slash": "^5.1.0",
5220
- "unicorn-magic": "^0.1.0"
5227
+ "unicorn-magic": "^0.3.0"
5221
5228
  },
5222
5229
  "engines": {
5223
5230
  "node": ">=18"
@@ -5226,14 +5233,24 @@
5226
5233
  "url": "https://github.com/sponsors/sindresorhus"
5227
5234
  }
5228
5235
  },
5236
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/ignore": {
5237
+ "version": "7.0.3",
5238
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz",
5239
+ "integrity": "sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==",
5240
+ "dev": true,
5241
+ "license": "MIT",
5242
+ "engines": {
5243
+ "node": ">= 4"
5244
+ }
5245
+ },
5229
5246
  "node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
5230
- "version": "5.0.0",
5231
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
5232
- "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
5247
+ "version": "6.0.0",
5248
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-6.0.0.tgz",
5249
+ "integrity": "sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==",
5233
5250
  "dev": true,
5234
5251
  "license": "MIT",
5235
5252
  "engines": {
5236
- "node": ">=12"
5253
+ "node": ">=18"
5237
5254
  },
5238
5255
  "funding": {
5239
5256
  "url": "https://github.com/sponsors/sindresorhus"
@@ -6346,12 +6363,12 @@
6346
6363
  }
6347
6364
  },
6348
6365
  "node_modules/@salesforce/core": {
6349
- "version": "8.8.0",
6350
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.0.tgz",
6351
- "integrity": "sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==",
6366
+ "version": "8.8.3",
6367
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.3.tgz",
6368
+ "integrity": "sha512-2yzDs+qGIFCeUtXcB6rOCZbBftqFH3492CfAlP1KSK8xY16wH38SAvW0RsuepetA2UBOZhwx7R4uyHKDn26Png==",
6352
6369
  "license": "BSD-3-Clause",
6353
6370
  "dependencies": {
6354
- "@jsforce/jsforce-node": "^3.6.1",
6371
+ "@jsforce/jsforce-node": "^3.6.5",
6355
6372
  "@salesforce/kit": "^3.2.2",
6356
6373
  "@salesforce/schemas": "^1.9.0",
6357
6374
  "@salesforce/ts-types": "^2.0.10",
@@ -6612,9 +6629,9 @@
6612
6629
  }
6613
6630
  },
6614
6631
  "node_modules/@salesforce/lwc-dev-mobile-core/node_modules/chalk": {
6615
- "version": "5.3.0",
6616
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
6617
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
6632
+ "version": "5.4.1",
6633
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
6634
+ "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
6618
6635
  "license": "MIT",
6619
6636
  "engines": {
6620
6637
  "node": "^12.17.0 || ^14.13 || >=16.0.0"
@@ -6630,18 +6647,18 @@
6630
6647
  "license": "MIT"
6631
6648
  },
6632
6649
  "node_modules/@salesforce/plugin-command-reference": {
6633
- "version": "3.1.37",
6634
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.37.tgz",
6635
- "integrity": "sha512-337SfxYklboSaPlxcXrC7D54ZNo1umZvIjm68i+8pF3AfwwMjwraXXjJu1y2zIQPEvYkolK7tQzaoiO/3dPeZA==",
6650
+ "version": "3.1.44",
6651
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.44.tgz",
6652
+ "integrity": "sha512-6Fr9lDc/mR1Sq3HloSamc8/jH+25iD73bM3ZUgpqUyx5zLUhdVuAJJlBb7Ye0LpPXn062NLDDxcy6cpQdAQNiA==",
6636
6653
  "dev": true,
6637
6654
  "license": "BSD-3-Clause",
6638
6655
  "dependencies": {
6639
6656
  "@oclif/core": "^4",
6640
- "@salesforce/core": "^8.6.4",
6657
+ "@salesforce/core": "^8.8.2",
6641
6658
  "@salesforce/kit": "^3.2.3",
6642
6659
  "@salesforce/sf-plugins-core": "^11.3.12",
6643
6660
  "@salesforce/ts-types": "^2.0.11",
6644
- "chalk": "^5.3.0",
6661
+ "chalk": "^5.4.1",
6645
6662
  "debug": "^4.4.0",
6646
6663
  "handlebars": "^4.7.8"
6647
6664
  },
@@ -6650,9 +6667,9 @@
6650
6667
  }
6651
6668
  },
6652
6669
  "node_modules/@salesforce/plugin-command-reference/node_modules/chalk": {
6653
- "version": "5.3.0",
6654
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
6655
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
6670
+ "version": "5.4.1",
6671
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
6672
+ "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
6656
6673
  "dev": true,
6657
6674
  "license": "MIT",
6658
6675
  "engines": {
@@ -6710,15 +6727,6 @@
6710
6727
  "url": "https://github.com/chalk/ansi-regex?sponsor=1"
6711
6728
  }
6712
6729
  },
6713
- "node_modules/@salesforce/sf-plugins-core/node_modules/ansis": {
6714
- "version": "3.3.2",
6715
- "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.3.2.tgz",
6716
- "integrity": "sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==",
6717
- "license": "ISC",
6718
- "engines": {
6719
- "node": ">=15"
6720
- }
6721
- },
6722
6730
  "node_modules/@salesforce/sf-plugins-core/node_modules/emoji-regex": {
6723
6731
  "version": "10.3.0",
6724
6732
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
@@ -8490,9 +8498,9 @@
8490
8498
  }
8491
8499
  },
8492
8500
  "node_modules/ansis": {
8493
- "version": "3.12.0",
8494
- "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.12.0.tgz",
8495
- "integrity": "sha512-SxhlInpMkv9QCyI2yHyrhVrTF8dH93M/S86DT5f9brFgr92uJLOCg0RNmtx3YKWKcRmNAaU+gyUfHMdUiqxvFw==",
8501
+ "version": "3.16.0",
8502
+ "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.16.0.tgz",
8503
+ "integrity": "sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA==",
8496
8504
  "license": "ISC",
8497
8505
  "engines": {
8498
8506
  "node": ">=14"
@@ -11010,13 +11018,13 @@
11010
11018
  }
11011
11019
  },
11012
11020
  "node_modules/eslint-plugin-sf-plugin": {
11013
- "version": "1.20.13",
11014
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.13.tgz",
11015
- "integrity": "sha512-jGiQn55k7TDPgpz9Wr2heNbyjGkFvpy+rgBMj7zDWSSJPLLePsLYF2CI4twF9lufQDzLxnO+BNUr+ZkChy+/TQ==",
11021
+ "version": "1.20.15",
11022
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.15.tgz",
11023
+ "integrity": "sha512-3KVeIZs80bTHuURTMtsUdQxt6TodewF6h13Z2OtePAwPh651Vg8sZM7Y/+R2Tsvpom+SW9WWNRkF9P9HuLSAXg==",
11016
11024
  "dev": true,
11017
11025
  "license": "BSD-3-Clause",
11018
11026
  "dependencies": {
11019
- "@salesforce/core": "^8.8.0",
11027
+ "@salesforce/core": "^8.8.3",
11020
11028
  "@typescript-eslint/utils": "^7.18.0"
11021
11029
  },
11022
11030
  "engines": {
@@ -14478,9 +14486,9 @@
14478
14486
  }
14479
14487
  },
14480
14488
  "node_modules/linkinator/node_modules/chalk": {
14481
- "version": "5.3.0",
14482
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
14483
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
14489
+ "version": "5.4.1",
14490
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
14491
+ "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
14484
14492
  "dev": true,
14485
14493
  "license": "MIT",
14486
14494
  "engines": {
@@ -19597,9 +19605,9 @@
19597
19605
  "license": "MIT"
19598
19606
  },
19599
19607
  "node_modules/unicorn-magic": {
19600
- "version": "0.1.0",
19601
- "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
19602
- "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
19608
+ "version": "0.3.0",
19609
+ "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
19610
+ "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
19603
19611
  "dev": true,
19604
19612
  "license": "MIT",
19605
19613
  "engines": {
package/oclif.lock CHANGED
@@ -1846,10 +1846,10 @@
1846
1846
  resolved "https://registry.yarnpkg.com/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz#9299f82874bab9e4c7f9c48d865becbfe8d6907c"
1847
1847
  integrity sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==
1848
1848
 
1849
- "@jsforce/jsforce-node@^3.6.1":
1850
- version "3.6.2"
1851
- resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.2.tgz#5d8509aaeb161f1d6658e4ce737948a04d3ce3a6"
1852
- integrity sha512-bBWRCZl4kVRnYLHRSzl4piqowM3GeTW2yBoKo+WnMGAw36uGjyMq/9z9yAaA+0AmpHFaI4po7/0PrAMdEU/AGA==
1849
+ "@jsforce/jsforce-node@^3.6.5":
1850
+ version "3.6.5"
1851
+ resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.5.tgz#d8a4097b46348b6b5001da66d616b3e9c7efb59f"
1852
+ integrity sha512-XqYOCgqET9XYhwI3wmrg4oMRzKkTqy0ua8aopMQRMGT2QVuq2IBfRTSrfoMa129lqJvNy7XXA4ntXQJkKI/VqQ==
1853
1853
  dependencies:
1854
1854
  "@sindresorhus/is" "^4"
1855
1855
  base64url "^3.0.1"
@@ -2652,19 +2652,19 @@
2652
2652
  wordwrap "^1.0.0"
2653
2653
  wrap-ansi "^7.0.0"
2654
2654
 
2655
- "@oclif/plugin-command-snapshot@^5.2.19":
2656
- version "5.2.19"
2657
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.19.tgz#02f3f2c426aa0791bfcc598c9210e061f98caf54"
2658
- integrity sha512-tw4R1ohyo73/lWMFF2aGiN5qrURsttY59GRaVPSb9KMLHUS1l0kPt5k3Qm10ci4i3CALCOa78Chowan2OW4cnQ==
2655
+ "@oclif/plugin-command-snapshot@^5.2.35":
2656
+ version "5.2.35"
2657
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.35.tgz#19eacd8180772d9f172606edf3d6c99522fecbb3"
2658
+ integrity sha512-8A7iJ7tg2ZvyMG63sBOvdPIPq7RmggIdeACA0p6NfwzDI9mRL94v78m/6whqJKTUuzcERIIO+L2hwxPbBKwdGw==
2659
2659
  dependencies:
2660
2660
  "@oclif/core" "^4"
2661
- ansis "^3.3.2"
2662
- globby "^14.0.2"
2661
+ ansis "^3.14.0"
2662
+ globby "^14.1.0"
2663
2663
  just-diff "^5.2.0"
2664
2664
  lodash.difference "^4.5.0"
2665
2665
  lodash.get "^4.4.2"
2666
2666
  lodash.sortby "^4.7.0"
2667
- semver "^7.6.3"
2667
+ semver "^7.7.1"
2668
2668
  ts-json-schema-generator "^1.5.1"
2669
2669
 
2670
2670
  "@oclif/plugin-help@^6.2.23":
@@ -3095,12 +3095,12 @@
3095
3095
  strip-ansi "6.0.1"
3096
3096
  ts-retry-promise "^0.8.1"
3097
3097
 
3098
- "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.7", "@salesforce/core@^8.6.2", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0":
3099
- version "8.8.0"
3100
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.0.tgz#849c07ea3a2548ca201fc0fe8baef9b36a462194"
3101
- integrity sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==
3098
+ "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.7", "@salesforce/core@^8.6.2", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2", "@salesforce/core@^8.8.3":
3099
+ version "8.8.3"
3100
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.3.tgz#a764f1cf5f07b0a57d68c80d0d0a94bc95a7c97a"
3101
+ integrity sha512-2yzDs+qGIFCeUtXcB6rOCZbBftqFH3492CfAlP1KSK8xY16wH38SAvW0RsuepetA2UBOZhwx7R4uyHKDn26Png==
3102
3102
  dependencies:
3103
- "@jsforce/jsforce-node" "^3.6.1"
3103
+ "@jsforce/jsforce-node" "^3.6.5"
3104
3104
  "@salesforce/kit" "^3.2.2"
3105
3105
  "@salesforce/schemas" "^1.9.0"
3106
3106
  "@salesforce/ts-types" "^2.0.10"
@@ -3192,17 +3192,17 @@
3192
3192
  listr2 "^8.2.4"
3193
3193
  node-forge "^1.3.1"
3194
3194
 
3195
- "@salesforce/plugin-command-reference@^3.1.37":
3196
- version "3.1.37"
3197
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.37.tgz#3a44388ef53ac16cd1b20ae45abb7b19a3addd71"
3198
- integrity sha512-337SfxYklboSaPlxcXrC7D54ZNo1umZvIjm68i+8pF3AfwwMjwraXXjJu1y2zIQPEvYkolK7tQzaoiO/3dPeZA==
3195
+ "@salesforce/plugin-command-reference@^3.1.44":
3196
+ version "3.1.44"
3197
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.44.tgz#3adab9c652c222e2b0542be468ce4c8c7106d687"
3198
+ integrity sha512-6Fr9lDc/mR1Sq3HloSamc8/jH+25iD73bM3ZUgpqUyx5zLUhdVuAJJlBb7Ye0LpPXn062NLDDxcy6cpQdAQNiA==
3199
3199
  dependencies:
3200
3200
  "@oclif/core" "^4"
3201
- "@salesforce/core" "^8.6.4"
3201
+ "@salesforce/core" "^8.8.2"
3202
3202
  "@salesforce/kit" "^3.2.3"
3203
3203
  "@salesforce/sf-plugins-core" "^11.3.12"
3204
3204
  "@salesforce/ts-types" "^2.0.11"
3205
- chalk "^5.3.0"
3205
+ chalk "^5.4.1"
3206
3206
  debug "^4.4.0"
3207
3207
  handlebars "^4.7.8"
3208
3208
 
@@ -4491,15 +4491,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
4491
4491
  resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
4492
4492
  integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
4493
4493
 
4494
- ansis@^3.10.0:
4495
- version "3.12.0"
4496
- resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.12.0.tgz#e86e869e000426b0ce523f118ffa8b4fbfa74d86"
4497
- integrity sha512-SxhlInpMkv9QCyI2yHyrhVrTF8dH93M/S86DT5f9brFgr92uJLOCg0RNmtx3YKWKcRmNAaU+gyUfHMdUiqxvFw==
4498
-
4499
- ansis@^3.3.2:
4500
- version "3.3.2"
4501
- resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.3.2.tgz#15adc36fea112da95c74d309706e593618accac3"
4502
- integrity sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==
4494
+ ansis@^3.10.0, ansis@^3.14.0, ansis@^3.3.2:
4495
+ version "3.16.0"
4496
+ resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.16.0.tgz#5e365fd173133756a01199c77fc9146bb22fb5eb"
4497
+ integrity sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA==
4503
4498
 
4504
4499
  anymatch@~3.1.2:
4505
4500
  version "3.1.3"
@@ -4931,7 +4926,12 @@ chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
4931
4926
  ansi-styles "^4.1.0"
4932
4927
  supports-color "^7.1.0"
4933
4928
 
4934
- chalk@^5.0.0, chalk@^5.3.0, chalk@~5.3.0:
4929
+ chalk@^5.0.0, chalk@^5.3.0, chalk@^5.4.1:
4930
+ version "5.4.1"
4931
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
4932
+ integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
4933
+
4934
+ chalk@~5.3.0:
4935
4935
  version "5.3.0"
4936
4936
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
4937
4937
  integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
@@ -5905,12 +5905,12 @@ eslint-plugin-jsdoc@^46.10.1:
5905
5905
  semver "^7.5.4"
5906
5906
  spdx-expression-parse "^4.0.0"
5907
5907
 
5908
- eslint-plugin-sf-plugin@^1.20.13:
5909
- version "1.20.13"
5910
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.13.tgz#cebe116f1c8c44595ae67e0e1c9dc61f86f69652"
5911
- integrity sha512-jGiQn55k7TDPgpz9Wr2heNbyjGkFvpy+rgBMj7zDWSSJPLLePsLYF2CI4twF9lufQDzLxnO+BNUr+ZkChy+/TQ==
5908
+ eslint-plugin-sf-plugin@^1.20.15:
5909
+ version "1.20.15"
5910
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.15.tgz#01ccf535b98719b60fd206778a1d507420396547"
5911
+ integrity sha512-3KVeIZs80bTHuURTMtsUdQxt6TodewF6h13Z2OtePAwPh651Vg8sZM7Y/+R2Tsvpom+SW9WWNRkF9P9HuLSAXg==
5912
5912
  dependencies:
5913
- "@salesforce/core" "^8.8.0"
5913
+ "@salesforce/core" "^8.8.3"
5914
5914
  "@typescript-eslint/utils" "^7.18.0"
5915
5915
 
5916
5916
  eslint-plugin-unicorn@^50.0.1:
@@ -6199,7 +6199,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
6199
6199
  resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
6200
6200
  integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
6201
6201
 
6202
- fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.2:
6202
+ fast-glob@^3.2.11, fast-glob@^3.2.9:
6203
6203
  version "3.3.2"
6204
6204
  resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
6205
6205
  integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -6210,6 +6210,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.2:
6210
6210
  merge2 "^1.3.0"
6211
6211
  micromatch "^4.0.4"
6212
6212
 
6213
+ fast-glob@^3.3.3:
6214
+ version "3.3.3"
6215
+ resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
6216
+ integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
6217
+ dependencies:
6218
+ "@nodelib/fs.stat" "^2.0.2"
6219
+ "@nodelib/fs.walk" "^1.2.3"
6220
+ glob-parent "^5.1.2"
6221
+ merge2 "^1.3.0"
6222
+ micromatch "^4.0.8"
6223
+
6213
6224
  fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
6214
6225
  version "2.1.0"
6215
6226
  resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -6679,17 +6690,17 @@ globby@^11.1.0:
6679
6690
  merge2 "^1.4.1"
6680
6691
  slash "^3.0.0"
6681
6692
 
6682
- globby@^14.0.2:
6683
- version "14.0.2"
6684
- resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.2.tgz#06554a54ccfe9264e5a9ff8eded46aa1e306482f"
6685
- integrity sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==
6693
+ globby@^14.1.0:
6694
+ version "14.1.0"
6695
+ resolved "https://registry.yarnpkg.com/globby/-/globby-14.1.0.tgz#138b78e77cf5a8d794e327b15dce80bf1fb0a73e"
6696
+ integrity sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==
6686
6697
  dependencies:
6687
6698
  "@sindresorhus/merge-streams" "^2.1.0"
6688
- fast-glob "^3.3.2"
6689
- ignore "^5.2.4"
6690
- path-type "^5.0.0"
6699
+ fast-glob "^3.3.3"
6700
+ ignore "^7.0.3"
6701
+ path-type "^6.0.0"
6691
6702
  slash "^5.1.0"
6692
- unicorn-magic "^0.1.0"
6703
+ unicorn-magic "^0.3.0"
6693
6704
 
6694
6705
  gopd@^1.0.1:
6695
6706
  version "1.0.1"
@@ -7101,6 +7112,11 @@ ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0:
7101
7112
  resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
7102
7113
  integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
7103
7114
 
7115
+ ignore@^7.0.3:
7116
+ version "7.0.3"
7117
+ resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.3.tgz#397ef9315dfe0595671eefe8b633fec6943ab733"
7118
+ integrity sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==
7119
+
7104
7120
  immediate@~3.0.5:
7105
7121
  version "3.0.6"
7106
7122
  resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
@@ -8382,7 +8398,7 @@ micromark@^2.11.3, micromark@~2.11.0, micromark@~2.11.3:
8382
8398
  debug "^4.0.0"
8383
8399
  parse-entities "^2.0.0"
8384
8400
 
8385
- micromatch@^4.0.2, micromatch@^4.0.4:
8401
+ micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.8:
8386
8402
  version "4.0.8"
8387
8403
  resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
8388
8404
  integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -9092,10 +9108,10 @@ path-type@^4.0.0:
9092
9108
  resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
9093
9109
  integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
9094
9110
 
9095
- path-type@^5.0.0:
9096
- version "5.0.0"
9097
- resolved "https://registry.yarnpkg.com/path-type/-/path-type-5.0.0.tgz#14b01ed7aea7ddf9c7c3f46181d4d04f9c785bb8"
9098
- integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==
9111
+ path-type@^6.0.0:
9112
+ version "6.0.0"
9113
+ resolved "https://registry.yarnpkg.com/path-type/-/path-type-6.0.0.tgz#2f1bb6791a91ce99194caede5d6c5920ed81eb51"
9114
+ integrity sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==
9099
9115
 
9100
9116
  pathval@^1.1.1:
9101
9117
  version "1.1.1"
@@ -9775,7 +9791,7 @@ semver@7.5.4:
9775
9791
  dependencies:
9776
9792
  lru-cache "^6.0.0"
9777
9793
 
9778
- semver@>=7.6.3, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.2, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.2, semver@^7.6.3, semver@^7.7.0:
9794
+ semver@>=7.6.3, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.2, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.2, semver@^7.6.3, semver@^7.7.0, semver@^7.7.1:
9779
9795
  version "7.7.1"
9780
9796
  resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
9781
9797
  integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
@@ -10688,10 +10704,10 @@ undici@^6.19.8:
10688
10704
  resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.1.tgz#336025a14162e6837e44ad7b819b35b6c6af0e05"
10689
10705
  integrity sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==
10690
10706
 
10691
- unicorn-magic@^0.1.0:
10692
- version "0.1.0"
10693
- resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
10694
- integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
10707
+ unicorn-magic@^0.3.0:
10708
+ version "0.3.0"
10709
+ resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz#4efd45c85a69e0dd576d25532fbfa22aa5c8a104"
10710
+ integrity sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==
10695
10711
 
10696
10712
  unified@^9.2.0:
10697
10713
  version "9.2.2"
@@ -226,5 +226,5 @@
226
226
  ]
227
227
  }
228
228
  },
229
- "version": "3.2.5-alpha.0"
229
+ "version": "3.2.5"
230
230
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
3
  "description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4
- "version": "3.2.5-alpha.0",
4
+ "version": "3.2.5",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -21,12 +21,12 @@
21
21
  "node-fetch": "^3.3.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.2.19",
24
+ "@oclif/plugin-command-snapshot": "^5.2.35",
25
25
  "@salesforce/cli-plugins-testkit": "^5.3.39",
26
26
  "@salesforce/dev-scripts": "^10.2.11",
27
- "@salesforce/plugin-command-reference": "^3.1.37",
27
+ "@salesforce/plugin-command-reference": "^3.1.44",
28
28
  "@types/node-fetch": "^2.6.11",
29
- "eslint-plugin-sf-plugin": "^1.20.13",
29
+ "eslint-plugin-sf-plugin": "^1.20.15",
30
30
  "esmock": "^2.6.9",
31
31
  "oclif": "^4.17.27",
32
32
  "ts-node": "^10.9.2",
@@ -243,7 +243,7 @@
243
243
  "yarn": "1.22.22"
244
244
  },
245
245
  "sfdx": {
246
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.5-alpha.0.crt",
247
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.5-alpha.0.sig"
246
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.5.crt",
247
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.5.sig"
248
248
  }
249
249
  }