Skip to content

Commit 314438f

Browse files
committed
chore: merge branch main into nut-test
2 parents c0e46c1 + ba96fcc commit 314438f

File tree

4 files changed

+1480
-1218
lines changed

4 files changed

+1480
-1218
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.0.5](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.0.4...4.0.5) (2025-06-22)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 4.3.3 to 4.4.0 ([#433](https://github.com/salesforcecli/plugin-lightning-dev/issues/433)) ([e313a8b](https://github.com/salesforcecli/plugin-lightning-dev/commit/e313a8bab5a7fd9f48fe6b9d33cdd7e632f72be8))
6+
17
## [4.0.4](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.0.3...4.0.4) (2025-06-15)
28

39
### 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/4.0.4/src/commands/lightning/dev/app.ts)_
204+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.0.5/src/commands/lightning/dev/app.ts)_
205205

206206
## `sf lightning dev component`
207207

@@ -247,7 +247,7 @@ EXAMPLES
247247
$ sf lightning dev component --name myComponent
248248
```
249249

250-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.0.4/src/commands/lightning/dev/component.ts)_
250+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.0.5/src/commands/lightning/dev/component.ts)_
251251

252252
## `sf lightning dev site`
253253

@@ -302,7 +302,7 @@ EXAMPLES
302302
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
303303
```
304304

305-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.0.4/src/commands/lightning/dev/site.ts)_
305+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.0.5/src/commands/lightning/dev/site.ts)_
306306

307307
## Integration Testing
308308

package.json

Lines changed: 5 additions & 5 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": "4.0.4",
4+
"version": "4.0.5",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
@@ -10,7 +10,7 @@
1010
"@lwc/lwc-dev-server": "~12.3.4",
1111
"@lwc/sfdc-lwc-compiler": "~12.3.4",
1212
"@lwrjs/api": "0.18.3",
13-
"@oclif/core": "^4.3.0",
13+
"@oclif/core": "^4.4.0",
1414
"@salesforce/core": "^8.12.0",
1515
"@salesforce/kit": "^3.1.6",
1616
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.10",
@@ -27,7 +27,7 @@
2727
"@salesforce/cli": "^2.93.7",
2828
"@salesforce/cli-plugins-testkit": "^5.3.39",
2929
"@salesforce/dev-scripts": "^11.0.2",
30-
"@salesforce/plugin-command-reference": "^3.1.56",
30+
"@salesforce/plugin-command-reference": "^3.1.58",
3131
"@types/node-fetch": "^2.6.12",
3232
"@types/xml2js": "^0.4.14",
3333
"@typescript-eslint/eslint-plugin": "^6.21.0",
@@ -36,10 +36,10 @@
3636
"eslint-config-prettier": "^9.1.0",
3737
"eslint-plugin-header": "^3.1.1",
3838
"eslint-plugin-jsdoc": "^46.10.1",
39-
"eslint-plugin-sf-plugin": "^1.20.15",
39+
"eslint-plugin-sf-plugin": "^1.20.26",
4040
"eslint-plugin-unicorn": "^50.0.1",
4141
"esmock": "^2.7.0",
42-
"oclif": "^4.18.1",
42+
"oclif": "^4.20.0",
4343
"ts-node": "^10.9.2",
4444
"typescript": "^5.5.4"
4545
},

0 commit comments

Comments
 (0)