Skip to content

Commit aaa4e8d

Browse files
chore: merged main
2 parents 321bba7 + a32170b commit aaa4e8d

4 files changed

Lines changed: 525 additions & 481 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [6.2.12](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.2.11...6.2.12) (2026-02-22)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @lwrjs/api from 0.21.5 to 0.21.8 ([#630](https://github.com/salesforcecli/plugin-lightning-dev/issues/630)) ([bd46490](https://github.com/salesforcecli/plugin-lightning-dev/commit/bd46490bb724bee54b235b0474abe824aaf6935e))
6+
7+
## [6.2.11](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.2.10...6.2.11) (2026-02-22)
8+
9+
### Bug Fixes
10+
11+
- **deps:** bump @salesforce/core from 8.25.1 to 8.26.2 ([#632](https://github.com/salesforcecli/plugin-lightning-dev/issues/632)) ([da0b067](https://github.com/salesforcecli/plugin-lightning-dev/commit/da0b0678f3d924c354dab9d8e88c443cbff2003a))
12+
13+
## [6.2.10](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.2.9...6.2.10) (2026-02-21)
14+
15+
### Bug Fixes
16+
17+
- **deps:** bump glob from 13.0.5 to 13.0.6 ([#628](https://github.com/salesforcecli/plugin-lightning-dev/issues/628)) ([8af0831](https://github.com/salesforcecli/plugin-lightning-dev/commit/8af0831e3aa2152e84dbe8b6f5581a2845495923))
18+
119
## [6.2.9](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.2.8...6.2.9) (2026-02-18)
220

321
### Bug Fixes

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ EXAMPLES
203203
$ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
204204
```
205205

206-
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.9/src/commands/lightning/dev/app.ts)_
206+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.12/src/commands/lightning/dev/app.ts)_
207207

208208
## `sf lightning dev component`
209209

@@ -251,7 +251,12 @@ EXAMPLES
251251
$ sf lightning dev component --name myComponent
252252
```
253253

254+
<<<<<<< HEAD
254255
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.9/src/commands/lightning/dev/component.ts)_
256+
=======
257+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.12/src/commands/lightning/dev/component.ts)_
258+
259+
> > > > > > > main
255260
256261
## `sf lightning dev site`
257262

@@ -308,6 +313,11 @@ EXAMPLES
308313
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
309314
```
310315

316+
<<<<<<< HEAD
311317
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.9/src/commands/lightning/dev/site.ts)_
318+
=======
319+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.12/src/commands/lightning/dev/site.ts)_
320+
321+
> > > > > > > main
312322
313323
<!-- commandsstop -->

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-lightning-dev",
33
"description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4-
"version": "6.2.9",
4+
"version": "6.2.12",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
@@ -10,14 +10,14 @@
1010
"@lwc/sfdx-local-dev-dist": "~13.3.19",
1111
"@lwc/sfdx-local-dev-dist-66.0": "npm:@lwc/sfdx-local-dev-dist@~13.2.24-alpha.0",
1212
"@lwc/sfdx-local-dev-dist-67.0": "npm:@lwc/sfdx-local-dev-dist@~13.3.19",
13-
"@lwrjs/api": "0.21.5",
13+
"@lwrjs/api": "0.21.8",
1414
"@oclif/core": "^4.5.6",
15-
"@salesforce/core": "^8.25.1",
15+
"@salesforce/core": "^8.26.2",
1616
"@salesforce/kit": "^3.2.4",
1717
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
1818
"@salesforce/sf-plugins-core": "^11.2.4",
1919
"axios": "^1.13.5",
20-
"glob": "^13.0.5",
20+
"glob": "^13.0.6",
2121
"lwc": "~8.28.2",
2222
"node-fetch": "^3.3.2",
2323
"open": "^10.2.0",
@@ -31,6 +31,8 @@
3131
"@types/node-fetch": "^2.6.13",
3232
"@types/xml2js": "^0.4.14",
3333
"@typescript-eslint/eslint-plugin": "^6.21.0",
34+
"@playwright/test": "^1.49.0",
35+
"playwright": "^1.49.0",
3436
"dotenv": "^16.5.0",
3537
"eslint": "^8.57.0",
3638
"eslint-config-prettier": "^9.1.2",
@@ -39,9 +41,7 @@
3941
"eslint-plugin-sf-plugin": "^1.20.33",
4042
"eslint-plugin-unicorn": "^50.0.1",
4143
"esmock": "^2.7.3",
42-
"oclif": "^4.22.77",
43-
"playwright": "^1.49.0",
44-
"@playwright/test": "^1.49.0",
44+
"oclif": "^4.22.80",
4545
"ts-node": "^10.9.2",
4646
"typescript": "^5.5.4"
4747
},

0 commit comments

Comments
 (0)