Skip to content

Commit 2741bb3

Browse files
authored
Merge branch 'main' into dependabot-npm_and_yarn-typescript-5.8.3
2 parents 55912d1 + 9443546 commit 2741bb3

37 files changed

+2122
-1739
lines changed

.github/workflows/create-github-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 252-patch
99
- 254-patch
1010
- 256-patch
11+
- 258-patch
1112
tags-ignore:
1213
- '*'
1314
workflow_dispatch:

.github/workflows/onRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
#ctc: true
4949
sign: true
5050
# At CLCO, the new patch branch's version will be released as 'prerelease'. After R2b, delete the logic below for 'latest' and update 'prerelease' candidate to 'latest'
51-
tag: ${{ needs.getDistTag.outputs.tag || (needs.getMajorVersion.outputs.major == '2' && 'latest') || (needs.getMajorVersion.outputs.major == '3' && 'prerelease') ||'next' }}
51+
tag: ${{ needs.getDistTag.outputs.tag || (needs.getMajorVersion.outputs.major == '3' && 'latest') || (needs.getMajorVersion.outputs.major == '4' && 'prerelease') ||'next' }}
5252
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
5353

5454
secrets: inherit

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: tests
22
on:
33
push:
4-
branches-ignore: [main, 252-patch, 254-patch, 256-patch]
4+
branches-ignore: [main, 252-patch, 254-patch, 256-patch, 258-patch]
55
workflow_dispatch:
66

77
jobs:

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
types: [opened, reopened, edited]
66
# only applies to PRs that want to merge to main
7-
branches: [main, 252-patch, 254-patch]
7+
branches: [main, 252-patch, 254-patch, 256-patch, 258-patch]
88

99
jobs:
1010
pr-validation:

CHANGELOG.md

Lines changed: 166 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,169 @@
1+
## [5.0.13](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.12...5.0.13) (2025-10-05)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump lwc from 8.22.3 to 8.22.4 ([#520](https://github.com/salesforcecli/plugin-lightning-dev/issues/520)) ([7e949ca](https://github.com/salesforcecli/plugin-lightning-dev/commit/7e949ca6c6ef01663729686dbfc6b952d99aff4e))
6+
7+
## [5.0.12](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.11...5.0.12) (2025-10-05)
8+
9+
### Bug Fixes
10+
11+
- **deps:** bump @lwc/sfdc-lwc-compiler from 13.2.3 to 13.2.5 ([#521](https://github.com/salesforcecli/plugin-lightning-dev/issues/521)) ([5df00a0](https://github.com/salesforcecli/plugin-lightning-dev/commit/5df00a07e39da92449660fd3524c7a93ecadb368))
12+
13+
## [5.0.11](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.10...5.0.11) (2025-09-28)
14+
15+
### Bug Fixes
16+
17+
- **deps:** bump @oclif/core from 4.5.3 to 4.5.4 ([#518](https://github.com/salesforcecli/plugin-lightning-dev/issues/518)) ([3baa7d3](https://github.com/salesforcecli/plugin-lightning-dev/commit/3baa7d3753705522eb68de9fca340f5496c6a19d))
18+
19+
## [5.0.10](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.9...5.0.10) (2025-09-28)
20+
21+
### Bug Fixes
22+
23+
- **deps:** bump @lwc/sfdc-lwc-compiler from 13.2.2 to 13.2.3 ([#519](https://github.com/salesforcecli/plugin-lightning-dev/issues/519)) ([5e4711f](https://github.com/salesforcecli/plugin-lightning-dev/commit/5e4711f411e9e91dd2bc0bc2525261009e8e5455))
24+
25+
## [5.0.9](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.8...5.0.9) (2025-09-21)
26+
27+
### Bug Fixes
28+
29+
- **deps:** bump @salesforce/kit from 3.2.3 to 3.2.4 ([#514](https://github.com/salesforcecli/plugin-lightning-dev/issues/514)) ([01a0185](https://github.com/salesforcecli/plugin-lightning-dev/commit/01a0185b528502bdf262a752e4c5d29ba5f19c22))
30+
31+
## [5.0.8](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.7...5.0.8) (2025-09-21)
32+
33+
### Bug Fixes
34+
35+
- **deps:** bump lwc from 8.22.1 to 8.22.3 ([#515](https://github.com/salesforcecli/plugin-lightning-dev/issues/515)) ([f6abf29](https://github.com/salesforcecli/plugin-lightning-dev/commit/f6abf298f6b85c845d7c0b13fa0d9ccde091b6a0))
36+
37+
## [5.0.7](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.6...5.0.7) (2025-09-14)
38+
39+
### Bug Fixes
40+
41+
- **deps:** bump lwc from 8.21.6 to 8.22.1 ([#510](https://github.com/salesforcecli/plugin-lightning-dev/issues/510)) ([828163e](https://github.com/salesforcecli/plugin-lightning-dev/commit/828163ec473250a3bf86e0ea432f9c75c13ceb1a))
42+
43+
## [5.0.6](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.5...5.0.6) (2025-09-14)
44+
45+
### Bug Fixes
46+
47+
- **deps:** bump @oclif/core from 4.5.2 to 4.5.3 ([#511](https://github.com/salesforcecli/plugin-lightning-dev/issues/511)) ([9c1f1a3](https://github.com/salesforcecli/plugin-lightning-dev/commit/9c1f1a35f21e552df322a64cb930f13b0aabe7c0))
48+
49+
## [5.0.5](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.4...5.0.5) (2025-09-14)
50+
51+
### Bug Fixes
52+
53+
- **deps:** bump axios from 1.11.0 to 1.12.1 ([#512](https://github.com/salesforcecli/plugin-lightning-dev/issues/512)) ([b332006](https://github.com/salesforcecli/plugin-lightning-dev/commit/b3320064ad901b888cf9ea85a68601be3b1a433c))
54+
55+
## [5.0.4](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.3...5.0.4) (2025-09-07)
56+
57+
### Bug Fixes
58+
59+
- **deps:** bump @salesforce/core from 8.22.0 to 8.23.0 ([#507](https://github.com/salesforcecli/plugin-lightning-dev/issues/507)) ([42c1a66](https://github.com/salesforcecli/plugin-lightning-dev/commit/42c1a66b6ae51d1d862e89697868b6fe11eaf030))
60+
61+
## [5.0.3](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.2...5.0.3) (2025-08-31)
62+
63+
### Bug Fixes
64+
65+
- **deps:** bump @salesforce/core from 8.21.2 to 8.22.0 ([#500](https://github.com/salesforcecli/plugin-lightning-dev/issues/500)) ([3c3dcf8](https://github.com/salesforcecli/plugin-lightning-dev/commit/3c3dcf883aab6c59e8f4ab61ea5042c51f024353))
66+
67+
## [5.0.2](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.1...5.0.2) (2025-08-31)
68+
69+
### Bug Fixes
70+
71+
- **deps:** bump lwc from 8.21.2 to 8.21.6 ([#502](https://github.com/salesforcecli/plugin-lightning-dev/issues/502)) ([0644014](https://github.com/salesforcecli/plugin-lightning-dev/commit/0644014a4287feb92f3cf03642d432d225e3364e))
72+
73+
## [5.0.1](https://github.com/salesforcecli/plugin-lightning-dev/compare/5.0.0...5.0.1) (2025-08-29)
74+
75+
### Bug Fixes
76+
77+
- remove base components package ([#498](https://github.com/salesforcecli/plugin-lightning-dev/issues/498)) ([c867d0c](https://github.com/salesforcecli/plugin-lightning-dev/commit/c867d0c3c1484850bb98c100e38bd71c084d412a))
78+
79+
# [5.0.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.4.12...5.0.0) (2025-08-27)
80+
81+
### Bug Fixes
82+
83+
- **deps:** bump @lwc/lwc-dev-server from 13.0.32 to 13.2.1 ([#479](https://github.com/salesforcecli/plugin-lightning-dev/issues/479)) ([f4a77d2](https://github.com/salesforcecli/plugin-lightning-dev/commit/f4a77d24b26ee280ee7e93e51ea960af7dedfcea))
84+
- **deps:** bump @lwc/lwc-dev-server from 13.2.1 to 13.2.2 ([#489](https://github.com/salesforcecli/plugin-lightning-dev/issues/489)) ([47589f8](https://github.com/salesforcecli/plugin-lightning-dev/commit/47589f8750a329af9c6baa82b9377c176f5213dc))
85+
- **deps:** bump @lwc/sfdc-lwc-compiler from 13.0.32 to 13.2.2 ([#487](https://github.com/salesforcecli/plugin-lightning-dev/issues/487)) ([916b13d](https://github.com/salesforcecli/plugin-lightning-dev/commit/916b13d7a62ccae6219c44af3283eb85fda0dc42))
86+
- **deps:** bump @salesforce/core from 8.19.1 to 8.21.2 ([#488](https://github.com/salesforcecli/plugin-lightning-dev/issues/488)) ([8336604](https://github.com/salesforcecli/plugin-lightning-dev/commit/83366048c681b697ea68a260a94c5977796519b0))
87+
- **deps:** bump lwc from 8.20.4 to 8.21.2 ([#486](https://github.com/salesforcecli/plugin-lightning-dev/issues/486)) ([0f95ebd](https://github.com/salesforcecli/plugin-lightning-dev/commit/0f95ebda44e8da7ce40c50d4604ecd398a233220))
88+
89+
- fix!: trigger npm publish (v5.0.0) (#496) ([2b10b06](https://github.com/salesforcecli/plugin-lightning-dev/commit/2b10b060278190d681aabc54cac325a9b7c9dcad)), closes [#496](https://github.com/salesforcecli/plugin-lightning-dev/issues/496)
90+
91+
### BREAKING CHANGES
92+
93+
- this version works with 260 release and newer
94+
95+
## [4.4.12](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.4.11...4.4.12) (2025-08-10)
96+
97+
### Bug Fixes
98+
99+
- **deps:** bump lwc from 8.20.2 to 8.20.4 ([#480](https://github.com/salesforcecli/plugin-lightning-dev/issues/480)) ([90b5bd8](https://github.com/salesforcecli/plugin-lightning-dev/commit/90b5bd894e9ceb0d0b3022ff6d7157f05a46d0d7))
100+
101+
## [4.4.11](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.4.10...4.4.11) (2025-08-10)
102+
103+
### Bug Fixes
104+
105+
- **deps:** bump @salesforce/core from 8.18.7 to 8.19.1 ([#482](https://github.com/salesforcecli/plugin-lightning-dev/issues/482)) ([2c5b4f2](https://github.com/salesforcecli/plugin-lightning-dev/commit/2c5b4f2f1da8b4b5637148bcb7d0cd5c1308b46a))
106+
107+
## [4.4.10](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.4.9...4.4.10) (2025-08-08)
108+
109+
### Bug Fixes
110+
111+
- bump version number on next ([#478](https://github.com/salesforcecli/plugin-lightning-dev/issues/478)) ([9644d76](https://github.com/salesforcecli/plugin-lightning-dev/commit/9644d76ead0f618cd1a3850670d6ed084d9ba6c0))
112+
113+
## [4.4.9](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.4.8...4.4.9) (2025-08-03)
114+
115+
### Bug Fixes
116+
117+
- **deps:** bump lwc from 8.20.1 to 8.20.2 ([#474](https://github.com/salesforcecli/plugin-lightning-dev/issues/474)) ([3831eda](https://github.com/salesforcecli/plugin-lightning-dev/commit/3831eda5129c637063abbeb627f96f406d6675d0))
118+
119+
## [4.4.8](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.4.7...4.4.8) (2025-08-03)
120+
121+
### Bug Fixes
122+
123+
- **deps:** bump @salesforce/core from 8.18.5 to 8.18.7 ([#475](https://github.com/salesforcecli/plugin-lightning-dev/issues/475)) ([132dcb2](https://github.com/salesforcecli/plugin-lightning-dev/commit/132dcb24f4465e8ad309798d943b8f327f2093aa))
124+
125+
## [4.4.7](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.4.6...4.4.7) (2025-07-29)
126+
127+
### Bug Fixes
128+
129+
- **deps:** bump @eslint/plugin-kit in the npm_and_yarn group ([#472](https://github.com/salesforcecli/plugin-lightning-dev/issues/472)) ([600f57c](https://github.com/salesforcecli/plugin-lightning-dev/commit/600f57ca7ddf41d7597b1b0afe1963897be9fd69))
130+
131+
## [4.4.6](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.4.5...4.4.6) (2025-07-27)
132+
133+
### Bug Fixes
134+
135+
- **deps:** bump @lwc/lwc-dev-server from 13.0.31 to 13.0.32 ([#469](https://github.com/salesforcecli/plugin-lightning-dev/issues/469)) ([7378fb9](https://github.com/salesforcecli/plugin-lightning-dev/commit/7378fb93057d0703ee9358682e52fcb68b1da0e5))
136+
137+
## [4.4.5](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.4.4...4.4.5) (2025-07-27)
138+
139+
### Bug Fixes
140+
141+
- **deps:** bump open from 10.1.2 to 10.2.0 ([#470](https://github.com/salesforcecli/plugin-lightning-dev/issues/470)) ([c81b695](https://github.com/salesforcecli/plugin-lightning-dev/commit/c81b69558a21bd11f5e2de63ad419e0401086198))
142+
143+
## [4.4.4](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.4.3...4.4.4) (2025-07-27)
144+
145+
### Bug Fixes
146+
147+
- **deps:** bump @salesforce/core from 8.18.1 to 8.18.5 ([#471](https://github.com/salesforcecli/plugin-lightning-dev/issues/471)) ([72587fe](https://github.com/salesforcecli/plugin-lightning-dev/commit/72587fe292b35a7c6d74b9b2d6c5211d6ec8f20a))
148+
149+
## [4.4.3](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.4.2...4.4.3) (2025-07-24)
150+
151+
### Bug Fixes
152+
153+
- **deps:** bump axios from 1.10.0 to 1.11.0 in the npm_and_yarn group ([#467](https://github.com/salesforcecli/plugin-lightning-dev/issues/467)) ([4f8d713](https://github.com/salesforcecli/plugin-lightning-dev/commit/4f8d713e3a67c6e88991bc78d6b5bab357bfa891))
154+
155+
## [4.4.2](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.4.1...4.4.2) (2025-07-22)
156+
157+
### Bug Fixes
158+
159+
- **deps:** bump form-data from 4.0.0 to 4.0.4 in the npm_and_yarn group ([#466](https://github.com/salesforcecli/plugin-lightning-dev/issues/466)) ([c3e8106](https://github.com/salesforcecli/plugin-lightning-dev/commit/c3e810634e1e24eb9b89f087a56f6614a582058f))
160+
161+
## [4.4.1](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.4.0...4.4.1) (2025-07-21)
162+
163+
### Bug Fixes
164+
165+
- query params for site ([#464](https://github.com/salesforcecli/plugin-lightning-dev/issues/464)) ([4c7081c](https://github.com/salesforcecli/plugin-lightning-dev/commit/4c7081cd8bf2d78da274990feca18ecff3fda2a4))
166+
1167
# [4.4.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/4.3.3...4.4.0) (2025-07-15)
2168

3169
### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ There should be no differences when running via the Salesforce CLI or using the
6565
```bash
6666
# Link your plugin to the sf cli
6767
sf plugins link .
68-
# To verify
68+
# To verify the plugin is properly linked
6969
sf plugins
7070
```
7171

@@ -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.4.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.13/src/commands/lightning/dev/app.ts)_
205205

206206
## `sf lightning dev component`
207207

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

251-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.0/src/commands/lightning/dev/component.ts)_
251+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.13/src/commands/lightning/dev/component.ts)_
252252

253253
## `sf lightning dev site`
254254

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

307-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.0/src/commands/lightning/dev/site.ts)_
307+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.13/src/commands/lightning/dev/site.ts)_
308308

309309
<!-- commandsstop -->

package.json

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,44 @@
11
{
22
"name": "@salesforce/plugin-lightning-dev",
33
"description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4-
"version": "4.4.0",
4+
"version": "5.0.13",
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.0.30",
11-
"@lwc/sfdc-lwc-compiler": "~13.0.30",
10+
"@lwc/lwc-dev-server": "~13.2.2",
11+
"@lwc/sfdc-lwc-compiler": "~13.2.5",
1212
"@lwrjs/api": "0.18.3",
13-
"@oclif/core": "^4.5.0",
14-
"@salesforce/core": "^8.18.1",
15-
"@salesforce/kit": "^3.1.6",
13+
"@oclif/core": "^4.5.4",
14+
"@salesforce/core": "^8.23.0",
15+
"@salesforce/kit": "^3.2.4",
1616
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.12",
1717
"@salesforce/sf-plugins-core": "^11.2.4",
18-
"axios": "^1.10.0",
18+
"axios": "^1.12.1",
1919
"glob": "^10.4.5",
20-
"lightning-base-components": "1.27.2-alpha",
21-
"lwc": "~8.20.1",
20+
"lwc": "~8.22.4",
2221
"node-fetch": "^3.3.2",
23-
"open": "^10.1.0",
22+
"open": "^10.2.0",
2423
"xml2js": "^0.6.2"
2524
},
2625
"devDependencies": {
27-
"@oclif/plugin-command-snapshot": "^5.3.3",
28-
"@salesforce/cli-plugins-testkit": "^5.3.39",
29-
"@salesforce/dev-scripts": "^11.0.2",
30-
"@salesforce/plugin-command-reference": "^3.1.60",
31-
"@types/node-fetch": "^2.6.12",
26+
"@oclif/plugin-command-snapshot": "^5.3.6",
27+
"@salesforce/cli-plugins-testkit": "^5.3.41",
28+
"@salesforce/dev-scripts": "^11.0.4",
29+
"@salesforce/plugin-command-reference": "^3.1.72",
30+
"@types/node-fetch": "^2.6.13",
3231
"@types/xml2js": "^0.4.14",
3332
"@typescript-eslint/eslint-plugin": "^6.21.0",
3433
"dotenv": "^16.5.0",
3534
"eslint": "^8.57.0",
3635
"eslint-config-prettier": "^9.1.2",
3736
"eslint-plugin-header": "^3.1.1",
3837
"eslint-plugin-jsdoc": "^46.10.1",
39-
"eslint-plugin-sf-plugin": "^1.20.28",
38+
"eslint-plugin-sf-plugin": "^1.20.33",
4039
"eslint-plugin-unicorn": "^50.0.1",
41-
"esmock": "^2.7.1",
42-
"oclif": "^4.21.0",
40+
"esmock": "^2.7.3",
41+
"oclif": "^4.22.26",
4342
"ts-node": "^10.9.2",
4443
"typescript": "^5.8.3"
4544
},
@@ -237,8 +236,8 @@
237236
"The 'versionToTagMappings' section defines the mapping between released tags for our CLI plugin and the org version that each tag supports."
238237
],
239238
"target": {
240-
"versionNumber": "65.0",
241-
"matchingDevServerVersion": "~13.0.27"
239+
"versionNumber": "66.0",
240+
"matchingDevServerVersion": "~13.2.2"
242241
},
243242
"versionToTagMappings": [
244243
{
@@ -247,14 +246,18 @@
247246
},
248247
{
249248
"versionNumber": "63.0",
250-
"tagName": "latest"
249+
"tagName": "v2"
251250
},
252251
{
253252
"versionNumber": "64.0",
254-
"tagName": "prerelease"
253+
"tagName": "latest"
255254
},
256255
{
257256
"versionNumber": "65.0",
257+
"tagName": "prerelease"
258+
},
259+
{
260+
"versionNumber": "66.0",
258261
"tagName": "next"
259262
}
260263
]

src/commands/lightning/dev/app.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*
2-
* Copyright (c) 2024, salesforce.com, inc.
3-
* All rights reserved.
4-
* Licensed under the BSD 3-Clause license.
5-
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
2+
* Copyright 2025, Salesforce, Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
615
*/
716

817
import path from 'node:path';

src/commands/lightning/dev/component.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*
2-
* Copyright (c) 2023, salesforce.com, inc.
3-
* All rights reserved.
4-
* Licensed under the BSD 3-Clause license.
5-
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
2+
* Copyright 2025, Salesforce, Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
615
*/
716

817
import path from 'node:path';

0 commit comments

Comments
 (0)