Skip to content

Commit 3295af1

Browse files
authored
Merge branch 'main' into jhefferman/local-dev-prompt
2 parents eeaed28 + 93bd665 commit 3295af1

4 files changed

Lines changed: 1655 additions & 1508 deletions

File tree

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
## [6.0.9](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.0.8...6.0.9) (2026-01-25)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump the lwc-packages group with 3 updates ([#604](https://github.com/salesforcecli/plugin-lightning-dev/issues/604)) ([00ec369](https://github.com/salesforcecli/plugin-lightning-dev/commit/00ec369fb1cf4fa9f73637e28dc44e3584b12c15))
6+
7+
## [6.0.8](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.0.7...6.0.8) (2026-01-25)
8+
9+
### Bug Fixes
10+
11+
- **deps:** bump @salesforce/core from 8.24.3 to 8.25.0 ([#605](https://github.com/salesforcecli/plugin-lightning-dev/issues/605)) ([d02eaeb](https://github.com/salesforcecli/plugin-lightning-dev/commit/d02eaebc189366302a78dc36d06ddf78d3efa1fd))
12+
13+
## [6.0.7](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.0.6...6.0.7) (2026-01-25)
14+
15+
### Bug Fixes
16+
17+
- **deps:** bump @lwrjs/api from 0.21.4 to 0.21.5 ([#606](https://github.com/salesforcecli/plugin-lightning-dev/issues/606)) ([02237da](https://github.com/salesforcecli/plugin-lightning-dev/commit/02237da03567c9ebc59517d8bdcf4d822fafd207))
18+
19+
## [6.0.6](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.0.5...6.0.6) (2026-01-23)
20+
21+
### Bug Fixes
22+
23+
- **deps:** bump lodash from 4.17.21 to 4.17.23 ([#603](https://github.com/salesforcecli/plugin-lightning-dev/issues/603)) ([8c249f3](https://github.com/salesforcecli/plugin-lightning-dev/commit/8c249f3cb0de287b7d87d330e60441cf8089be5c))
24+
25+
## [6.0.5](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.0.4...6.0.5) (2026-01-18)
26+
27+
### Bug Fixes
28+
29+
- **deps:** bump the lwc-packages group with 3 updates ([#599](https://github.com/salesforcecli/plugin-lightning-dev/issues/599)) ([93715b9](https://github.com/salesforcecli/plugin-lightning-dev/commit/93715b9b927f7cec07094e725bd1f75c5421a9a4))
30+
31+
## [6.0.4](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.0.3...6.0.4) (2026-01-18)
32+
33+
### Bug Fixes
34+
35+
- **deps:** bump @lwrjs/api from 0.18.3 to 0.21.4 ([#600](https://github.com/salesforcecli/plugin-lightning-dev/issues/600)) ([e355c75](https://github.com/salesforcecli/plugin-lightning-dev/commit/e355c751681f35f2d1e9ecae8c555ed0d61d5f63))
36+
37+
## [6.0.3](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.0.2...6.0.3) (2026-01-18)
38+
39+
### Bug Fixes
40+
41+
- **deps:** bump @salesforce/core from 8.24.0 to 8.24.3 ([#601](https://github.com/salesforcecli/plugin-lightning-dev/issues/601)) ([ee11b80](https://github.com/salesforcecli/plugin-lightning-dev/commit/ee11b8060e760850be260e829825664373bd08ae))
42+
43+
## [6.0.2](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.0.1...6.0.2) (2026-01-15)
44+
45+
### Bug Fixes
46+
47+
- **deps:** bump undici from 6.21.2 to 6.23.0 ([#598](https://github.com/salesforcecli/plugin-lightning-dev/issues/598)) ([d08a87d](https://github.com/salesforcecli/plugin-lightning-dev/commit/d08a87daad7f516c70398fdb50a8fb27b34aa75c))
48+
149
## [6.0.1](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.0.0...6.0.1) (2026-01-10)
250

351
### Bug Fixes

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ EXAMPLES
201201
$ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
202202
```
203203

204-
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.1/src/commands/lightning/dev/app.ts)_
204+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.9/src/commands/lightning/dev/app.ts)_
205205

206206
## `sf lightning dev component`
207207

@@ -249,7 +249,7 @@ EXAMPLES
249249
$ sf lightning dev component --name myComponent
250250
```
251251

252-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.1/src/commands/lightning/dev/component.ts)_
252+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.9/src/commands/lightning/dev/component.ts)_
253253

254254
## `sf lightning dev site`
255255

@@ -305,6 +305,6 @@ EXAMPLES
305305
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
306306
```
307307

308-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.1/src/commands/lightning/dev/site.ts)_
308+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.0.9/src/commands/lightning/dev/site.ts)_
309309

310310
<!-- commandsstop -->

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "@salesforce/plugin-lightning-dev",
33
"description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4-
"version": "6.0.1",
4+
"version": "6.0.9",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
88
"@inquirer/prompts": "^5.3.8",
99
"@inquirer/select": "^2.4.7",
10-
"@lwc/lwc-dev-server": "~13.3.8",
10+
"@lwc/lwc-dev-server": "~13.3.14",
1111
"@lwc/sfdc-lwc-compiler": "~13.3.8",
12-
"@lwrjs/api": "0.18.3",
12+
"@lwrjs/api": "0.21.5",
1313
"@oclif/core": "^4.5.6",
14-
"@salesforce/core": "^8.24.0",
14+
"@salesforce/core": "^8.25.0",
1515
"@salesforce/kit": "^3.2.4",
1616
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
1717
"@salesforce/sf-plugins-core": "^11.2.4",
1818
"axios": "^1.13.2",
1919
"glob": "^13.0.0",
20-
"lwc": "~8.27.0",
20+
"lwc": "~8.28.2",
2121
"node-fetch": "^3.3.2",
2222
"open": "^10.2.0",
2323
"xml2js": "^0.6.2"
@@ -38,7 +38,7 @@
3838
"eslint-plugin-sf-plugin": "^1.20.33",
3939
"eslint-plugin-unicorn": "^50.0.1",
4040
"esmock": "^2.7.3",
41-
"oclif": "^4.22.63",
41+
"oclif": "^4.22.68",
4242
"ts-node": "^10.9.2",
4343
"typescript": "^5.5.4"
4444
},

0 commit comments

Comments
 (0)