@salesforce/plugin-lightning-dev 3.2.9 → 3.3.0

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.
@@ -117,6 +117,13 @@
117
117
  "multiple": false,
118
118
  "type": "option"
119
119
  },
120
+ "client-select": {
121
+ "char": "c",
122
+ "name": "client-select",
123
+ "summary": "Launch component preview without selecting a component",
124
+ "allowNo": false,
125
+ "type": "boolean"
126
+ },
120
127
  "target-org": {
121
128
  "char": "o",
122
129
  "name": "target-org",
@@ -226,5 +233,5 @@
226
233
  ]
227
234
  }
228
235
  },
229
- "version": "3.2.9"
236
+ "version": "3.3.0"
230
237
  }
package/package.json CHANGED
@@ -1,15 +1,15 @@
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.9",
4
+ "version": "3.3.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@inquirer/prompts": "^5.3.8",
9
9
  "@inquirer/select": "^2.4.7",
10
- "@lwc/lwc-dev-server": "~11.5.0",
11
- "@lwc/sfdc-lwc-compiler": "~11.5.0",
12
- "@lwrjs/api": "0.18.1",
10
+ "@lwc/lwc-dev-server": "~12.3.1",
11
+ "@lwc/sfdc-lwc-compiler": "~12.3.1",
12
+ "@lwrjs/api": "0.18.3",
13
13
  "@oclif/core": "^4.1.0",
14
14
  "@salesforce/core": "^8.6.2",
15
15
  "@salesforce/kit": "^3.1.6",
@@ -18,7 +18,7 @@
18
18
  "axios": "^1.7.9",
19
19
  "glob": "^10.4.5",
20
20
  "lightning-base-components": "1.27.2-alpha",
21
- "lwc": "~8.12.5",
21
+ "lwc": "~8.16.5",
22
22
  "node-fetch": "^3.3.2",
23
23
  "xml2js": "^0.6.2"
24
24
  },
@@ -29,7 +29,13 @@
29
29
  "@salesforce/plugin-command-reference": "^3.1.44",
30
30
  "@types/node-fetch": "^2.6.11",
31
31
  "@types/xml2js": "^0.4.14",
32
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
33
+ "eslint": "^8.57.0",
34
+ "eslint-config-prettier": "^9.1.0",
35
+ "eslint-plugin-header": "^3.1.1",
32
36
  "eslint-plugin-sf-plugin": "^1.20.15",
37
+ "eslint-plugin-jsdoc": "^46.10.1",
38
+ "eslint-plugin-unicorn": "^50.0.1",
33
39
  "esmock": "^2.6.9",
34
40
  "oclif": "^4.17.27",
35
41
  "ts-node": "^10.9.2",
@@ -219,10 +225,14 @@
219
225
  }
220
226
  },
221
227
  "apiVersionMetadata": {
222
- "comment": "Refer to ApiVersionMetadata in orgUtils.ts for details",
228
+ "x-apiVersionMetadata-comments": [
229
+ "Refer to ApiVersionMetadata in orgUtils.ts for more details.",
230
+ "The 'target' section defines the dev server version (matchingDevServerVersion) and the API version that it can support (versionNumber).",
231
+ "The 'versionToTagMappings' section defines the mapping between released tags for our CLI plugin and the org version that each tag supports."
232
+ ],
223
233
  "target": {
224
234
  "versionNumber": "64.0",
225
- "matchingDevServerVersion": "~11.5.0"
235
+ "matchingDevServerVersion": "~12.3.1"
226
236
  },
227
237
  "versionToTagMappings": [
228
238
  {
@@ -246,7 +256,7 @@
246
256
  "yarn": "1.22.22"
247
257
  },
248
258
  "sfdx": {
249
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.9.crt",
250
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.9.sig"
259
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.3.0.crt",
260
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.3.0.sig"
251
261
  }
252
262
  }