@salesforce/plugin-lightning-dev 2.6.0 → 2.6.1

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
@@ -200,7 +200,7 @@ EXAMPLES
200
200
  $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
201
201
  ```
202
202
 
203
- _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.6.0/src/commands/lightning/dev/app.ts)_
203
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.6.1/src/commands/lightning/dev/app.ts)_
204
204
 
205
205
  ## `sf lightning dev site`
206
206
 
@@ -244,6 +244,6 @@ EXAMPLES
244
244
  $ sf lightning dev site --name "Partner Central" --target-org myOrg
245
245
  ```
246
246
 
247
- _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.6.0/src/commands/lightning/dev/site.ts)_
247
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.6.1/src/commands/lightning/dev/site.ts)_
248
248
 
249
249
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "2.6.0",
9
+ "version": "2.6.1",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
@@ -30,7 +30,7 @@
30
30
  "@salesforce/dev-scripts": "^10.2.10",
31
31
  "@salesforce/plugin-command-reference": "^3.1.34",
32
32
  "@types/node-fetch": "^2.6.11",
33
- "eslint-plugin-sf-plugin": "^1.20.1",
33
+ "eslint-plugin-sf-plugin": "^1.20.13",
34
34
  "esmock": "^2.6.7",
35
35
  "oclif": "^4.15.28",
36
36
  "ts-node": "^10.9.2",
@@ -11283,13 +11283,13 @@
11283
11283
  }
11284
11284
  },
11285
11285
  "node_modules/eslint-plugin-sf-plugin": {
11286
- "version": "1.20.8",
11287
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.8.tgz",
11288
- "integrity": "sha512-GCQjzf30OSBr8rg3c/FqWQvbJlXJtWzZkAttXxRRh/A108glXwgME06CU882f3sXidA0vbfoic4WB8SOv6ULPA==",
11286
+ "version": "1.20.13",
11287
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.13.tgz",
11288
+ "integrity": "sha512-jGiQn55k7TDPgpz9Wr2heNbyjGkFvpy+rgBMj7zDWSSJPLLePsLYF2CI4twF9lufQDzLxnO+BNUr+ZkChy+/TQ==",
11289
11289
  "dev": true,
11290
11290
  "license": "BSD-3-Clause",
11291
11291
  "dependencies": {
11292
- "@salesforce/core": "^8.6.1",
11292
+ "@salesforce/core": "^8.8.0",
11293
11293
  "@typescript-eslint/utils": "^7.18.0"
11294
11294
  },
11295
11295
  "engines": {
package/oclif.lock CHANGED
@@ -3272,7 +3272,7 @@
3272
3272
  strip-ansi "6.0.1"
3273
3273
  ts-retry-promise "^0.8.1"
3274
3274
 
3275
- "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.7", "@salesforce/core@^8.6.1", "@salesforce/core@^8.6.2", "@salesforce/core@^8.6.4":
3275
+ "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.7", "@salesforce/core@^8.6.1", "@salesforce/core@^8.6.2", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0":
3276
3276
  version "8.8.0"
3277
3277
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.0.tgz#849c07ea3a2548ca201fc0fe8baef9b36a462194"
3278
3278
  integrity sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==
@@ -6077,12 +6077,12 @@ eslint-plugin-jsdoc@^46.10.1:
6077
6077
  semver "^7.5.4"
6078
6078
  spdx-expression-parse "^4.0.0"
6079
6079
 
6080
- eslint-plugin-sf-plugin@^1.20.1:
6081
- version "1.20.8"
6082
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.8.tgz#d105980a7907bf71340fc7ad2c28b9adafc58cb4"
6083
- integrity sha512-GCQjzf30OSBr8rg3c/FqWQvbJlXJtWzZkAttXxRRh/A108glXwgME06CU882f3sXidA0vbfoic4WB8SOv6ULPA==
6080
+ eslint-plugin-sf-plugin@^1.20.13:
6081
+ version "1.20.13"
6082
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.13.tgz#cebe116f1c8c44595ae67e0e1c9dc61f86f69652"
6083
+ integrity sha512-jGiQn55k7TDPgpz9Wr2heNbyjGkFvpy+rgBMj7zDWSSJPLLePsLYF2CI4twF9lufQDzLxnO+BNUr+ZkChy+/TQ==
6084
6084
  dependencies:
6085
- "@salesforce/core" "^8.6.1"
6085
+ "@salesforce/core" "^8.8.0"
6086
6086
  "@typescript-eslint/utils" "^7.18.0"
6087
6087
 
6088
6088
  eslint-plugin-unicorn@^50.0.1:
@@ -148,5 +148,5 @@
148
148
  ]
149
149
  }
150
150
  },
151
- "version": "2.6.0"
151
+ "version": "2.6.1"
152
152
  }
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": "2.6.0",
4
+ "version": "2.6.1",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -26,7 +26,7 @@
26
26
  "@salesforce/dev-scripts": "^10.2.10",
27
27
  "@salesforce/plugin-command-reference": "^3.1.34",
28
28
  "@types/node-fetch": "^2.6.11",
29
- "eslint-plugin-sf-plugin": "^1.20.1",
29
+ "eslint-plugin-sf-plugin": "^1.20.13",
30
30
  "esmock": "^2.6.7",
31
31
  "oclif": "^4.15.28",
32
32
  "ts-node": "^10.9.2",
@@ -239,7 +239,7 @@
239
239
  "yarn": "1.22.22"
240
240
  },
241
241
  "sfdx": {
242
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.6.0.crt",
243
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.6.0.sig"
242
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.6.1.crt",
243
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/2.6.1.sig"
244
244
  }
245
245
  }