Skip to content

Commit d5a9880

Browse files
authored
Merge branch 'main' into nkruk/fixmainpreview
2 parents 84c8abe + ebb96f9 commit d5a9880

6 files changed

Lines changed: 1035 additions & 1054 deletions

File tree

.git2gus/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"productTag": "a1aAH00000006RTYAY",
3-
"defaultBuild": "offcore.tooling.56",
2+
"productTag": "a1aEE000001QrL3YAK",
3+
"defaultBuild": "260",
44
"issueTypeLabels": {
55
"feature": "USER STORY",
66
"regression": "BUG P1",

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## [5.0.29](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.28...5.0.29) (2025-11-16)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @lwc/lwc-dev-server from 13.2.18 to 13.2.19 ([#558](https://github.com/salesforcecli/plugin-lightning-dev/issues/558)) ([9d10aa8](https://github.com/salesforcecli/plugin-lightning-dev/commit/9d10aa8d1675b413a3dddcd3a50f06d40853b038))
6+
7+
## [5.0.28](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.27...5.0.28) (2025-11-09)
8+
9+
### Bug Fixes
10+
11+
- **deps:** bump @lwc/sfdc-lwc-compiler from 13.2.18 to 13.2.19 ([#550](https://github.com/salesforcecli/plugin-lightning-dev/issues/550)) ([f6723be](https://github.com/salesforcecli/plugin-lightning-dev/commit/f6723bedeb795cebe6567313f4fdd96d44f101e6))
12+
13+
## [5.0.27](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.26...5.0.27) (2025-11-09)
14+
15+
### Bug Fixes
16+
17+
- **deps:** bump lwc from 8.23.0 to 8.24.0 ([#551](https://github.com/salesforcecli/plugin-lightning-dev/issues/551)) ([260813a](https://github.com/salesforcecli/plugin-lightning-dev/commit/260813a133ddc736fcba5849beaef93a746d505b))
18+
19+
## [5.0.26](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.25...5.0.26) (2025-11-09)
20+
21+
### Bug Fixes
22+
23+
- **deps:** bump axios from 1.13.1 to 1.13.2 ([#552](https://github.com/salesforcecli/plugin-lightning-dev/issues/552)) ([a74f418](https://github.com/salesforcecli/plugin-lightning-dev/commit/a74f418070e3863f65e8873bdeb7a24ab7df1392))
24+
25+
## [5.0.25](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.24...5.0.25) (2025-11-09)
26+
27+
### Bug Fixes
28+
29+
- **deps:** bump @salesforce/lwc-dev-mobile-core from 4.0.0-alpha.13 to 4.0.0-alpha.14 ([#553](https://github.com/salesforcecli/plugin-lightning-dev/issues/553)) ([af834b4](https://github.com/salesforcecli/plugin-lightning-dev/commit/af834b42b3ea272fa6ce9eb754806127552f6abe))
30+
131
## [5.0.24](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.23...5.0.24) (2025-11-02)
232

333
### Bug Fixes

CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Comment line immediately above ownership line is reserved for related other information. Please be careful while editing.
22

3-
#GUSINFO: Web Application Runtime, LWR CLI and Local Development
4-
* @salesforcecli/lwr @salesforcecli/lex @salesforcecli/mobile-platform-experience
3+
#GUSINFO:Application Fabric Services, Application Fabric Services
4+
* @salesforcecli/local-dev @salesforcecli/lex @salesforcecli/mobile-platform-experience

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/5.0.25-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/5.0.29/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/5.0.25-alpha.0/src/commands/lightning/dev/component.ts)_
252+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.29/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/5.0.25-alpha.0/src/commands/lightning/dev/site.ts)_
308+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.29/src/commands/lightning/dev/site.ts)_
309309

310310
<!-- commandsstop -->

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
22
"name": "@salesforce/plugin-lightning-dev",
33
"description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4-
"version": "5.0.25-alpha.0",
4+
"version": "5.0.29",
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.2.19",
10+
"@lwc/lwc-dev-server": "~13.3.0",
1111
"@lwc/sfdc-lwc-compiler": "~13.2.19",
1212
"@lwrjs/api": "0.18.3",
1313
"@oclif/core": "^4.5.6",
1414
"@salesforce/core": "^8.23.3",
1515
"@salesforce/kit": "^3.2.4",
16-
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.13",
16+
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
1717
"@salesforce/sf-plugins-core": "^11.2.4",
18-
"axios": "^1.13.1",
19-
"glob": "^10.4.5",
20-
"lwc": "~8.24.0",
18+
"axios": "^1.13.2",
19+
"glob": "^10.5.0",
20+
"lwc": "~8.26.0",
2121
"node-fetch": "^3.3.2",
2222
"open": "^10.2.0",
2323
"xml2js": "^0.6.2"
2424
},
2525
"devDependencies": {
26-
"@oclif/plugin-command-snapshot": "^5.3.6",
26+
"@oclif/plugin-command-snapshot": "^5.3.8",
2727
"@salesforce/cli-plugins-testkit": "^5.3.41",
2828
"@salesforce/dev-scripts": "^11.0.4",
29-
"@salesforce/plugin-command-reference": "^3.1.77",
29+
"@salesforce/plugin-command-reference": "^3.1.78",
3030
"@types/node-fetch": "^2.6.13",
3131
"@types/xml2js": "^0.4.14",
3232
"@typescript-eslint/eslint-plugin": "^6.21.0",
@@ -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.35",
41+
"oclif": "^4.22.44",
4242
"ts-node": "^10.9.2",
4343
"typescript": "^5.5.4"
4444
},
@@ -265,7 +265,7 @@
265265
"exports": "./lib/index.js",
266266
"type": "module",
267267
"volta": {
268-
"node": "20.12.0",
268+
"node": "20.19.5",
269269
"yarn": "1.22.22"
270270
}
271271
}

0 commit comments

Comments
 (0)