-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
745 lines (745 loc) · 25 KB
/
Copy pathpackage.json
File metadata and controls
745 lines (745 loc) · 25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
{
"name": "vscode-sfdx-hardis",
"displayName": "SFDX Hardis by Cloudity",
"description": "Handle Salesforce DX and Git without knowing Salesforce DX or Git !",
"version": "7.14.0",
"preview": false,
"icon": "resources/sfdx-hardis-logo-square.png",
"publisher": "NicolasVuillamy",
"author": {
"name": "Nicolas Vuillamy, Cloudity and friends",
"email": "nicolas.vuillamy@gmail.com"
},
"license": "AGPL-3.0",
"engines": {
"vscode": "^1.88.0"
},
"categories": [
"Other"
],
"keywords": [
"salesforce",
"sfdx",
"cicd",
"devops",
"tool",
"git",
"clean",
"cloudity"
],
"repository": {
"type": "git",
"url": "https://github.com/hardisgroupcom/vscode-sfdx-hardis.git"
},
"activationEvents": [
"workspaceContains:sfdx-project.json",
"workspaceContains:.sf/config.json",
"workspaceContains:.sfdx/sfdx-config.json",
"onLanguage:apex"
],
"main": "./out/extension.js",
"contributes": {
"configuration": {
"title": "SFDX Hardis",
"properties": {
"vsCodeSfdxHardis.userInput": {
"type": "string",
"default": "ui-lwc",
"enum": [
"ui-lwc",
"ui",
"console"
],
"enumDescriptions": [
"Visual Studio Code LWC User Interface",
"Visual Studio Code User Interface",
"Command line"
],
"description": "Defines if user input is in VsCode UI or in console"
},
"vsCodeSfdxHardis.userInputCommandLineIfLWC": {
"type": "string",
"default": "background",
"enum": [
"background",
"terminal"
],
"enumDescriptions": [
"Commands are executed in background without opening a terminal",
"Commands are executed in a VsCode terminal"
],
"description": "When userInput is set to ui-lwc, defines if commands are executed in background or in a terminal"
},
"vsCodeSfdxHardis.customCommandsConfiguration": {
"type": "string",
"description": "Absolute path or URL to a .sfdx-hardis.yml file that contains custom commands for the menu\nSee https://github.com/hardisgroupcom/vscode-sfdx-hardis#custom-commands"
},
"vsCodeSfdxHardis.autoUpdateDependencies": {
"type": "boolean",
"default": false,
"description": "Automatically update dependencies of sfdx-hardis (like @salesforce/cli) when starting VsCode SFDX-Hardis"
},
"vsCodeSfdxHardis.debugSfdxHardisCommands": {
"type": "boolean",
"default": false,
"description": "Adds NODE_OPTIONS=--inspect-brk to sfdx-hardis commands to debug them in VsCode"
},
"vsCodeSfdxHardis.debugVsCodeSfdxHardis": {
"type": "boolean",
"default": false,
"description": "Activate more internal logs in order to investigate issues with this VS Code Extension"
},
"vsCodeSfdxHardis.disableDefaultOrgAuthenticationCheck": {
"type": "boolean",
"default": false,
"description": "Disable default org authentication checks by adding --skipauth argument to sfdx-hardis commands (improves performances for expert users)"
},
"vsCodeSfdxHardis.disableGitBashCheck": {
"type": "boolean",
"default": false,
"description": "Disable check of Git Bash as default terminal"
},
"vsCodeSfdxHardis.disableGitMergeRequiredCheck": {
"type": "boolean",
"default": false,
"description": "Disable check if parent branch might need to be merged into current branch"
},
"vsCodeSfdxHardis.disableTlsRejectUnauthorized": {
"type": "boolean",
"default": false,
"description": "Disable TLS reject unauthorized for sfdx-hardis commands (useful if you have self-signed certificates in your network)"
},
"vsCodeSfdxHardis.disableVsCodeColors": {
"type": "boolean",
"default": false,
"description": "Disable coloration of VsCode depending on the org type selected (red for production, orange for major org...)"
},
"vsCodeSfdxHardis.colorUpdateLocation": {
"type": "string",
"default": "Workspace",
"enum": [
"Workspace",
"User"
],
"enumDescriptions": [
"Colors are updated in the current Workspace settings",
"Colors are updated in the User settings"
],
"description": "Defines where the colors are updated: in the current Workspace or in the User settings"
},
"vsCodeSfdxHardis.enableMultithread": {
"type": "boolean",
"default": false,
"description": "Enable multithread commands to improve performances (does not work on all computers, disable it if you have a crash while starting SFDX Hardis)"
},
"vsCodeSfdxHardis.ignoreSfdxCliRecommendedVersion": {
"type": "boolean",
"default": false,
"description": "Ignore @salesforce/cli version recommended by sfdx-Hardis, and use latest @salesforce/cli version"
},
"vsCodeSfdxHardis.theme.emojisInSections": {
"type": "boolean",
"default": false,
"description": "Display emojis in menu section titles"
},
"vsCodeSfdxHardis.theme.colorTheme": {
"type": "string",
"default": "light",
"enum": [
"auto",
"light",
"dark"
],
"enumDescriptions": [
"🔄 Automatic (Light/Dark theme)",
"☀️ Light theme",
"🌑 Dark theme"
],
"description": "Display theme for SFDX-Hardis webview panels (Pipeline, Configuration, etc.)"
},
"vsCodeSfdxHardis.theme.menuIconType": {
"type": "string",
"default": "vscode",
"enum": [
"hardis",
"vscode"
],
"enumDescriptions": [
"✅ Colored SVG Icons",
"✓ Standard Visual Studio Code Icons"
],
"description": "Theme of SFDX-Hardis menu icons"
},
"vsCodeSfdxHardis.pipelineDisplayFeatureBranches": {
"type": "boolean",
"default": false,
"description": "Display feature branches in the DevOps Pipeline diagram"
},
"vsCodeSfdxHardis.showCommandsDetails": {
"type": "boolean",
"default": false,
"description": "Show advanced command execution details in the Command Execution panel. If disabled, only simple details are shown unless a prompt is active or the command is completed."
},
"vsCodeSfdxHardis.mcp.autoStartSalesforceCliMcp": {
"type": "boolean",
"default": false,
"description": "Start Salesforce CLI MCP server when starting VsCode SFDX-Hardis"
},
"vsCodeSfdxHardis.showWelcomeAtStartup": {
"type": "boolean",
"default": true,
"description": "Automatically show the Welcome panel when opening VS Code SFDX Hardis for the first time in a session"
},
"vsCodeSfdxHardis.lang": {
"type": "string",
"default": "en",
"enum": [
"auto",
"de",
"en",
"es",
"fr",
"it",
"nl",
"pl",
"ja",
"pt-BR"
],
"enumDescriptions": [
"Automatic (use VS Code display language)",
"Deutsch",
"English",
"Español",
"Français",
"Italiano",
"Nederlands",
"Polski",
"日本語",
"Português (BR)"
],
"description": "Language for SFDX Hardis extension interface. 'auto' uses the VS Code display language."
},
"vsCodeSfdxHardis.autocloseCommands": {
"type": "array",
"default": [],
"items": {
"type": "string"
},
"description": "List of commands that will auto-close their execution panel on successful completion. Commands should be in the format 'sf hardis:category:action'"
},
"vsCodeSfdxHardis.autorunCommands": {
"type": "array",
"default": [],
"items": {
"type": "string"
},
"description": "List of commands that will run in terminal without prompting when not allowed in background mode. Commands should be in the format 'sf ...'"
}
}
},
"commands": [
{
"command": "vscode-sfdx-hardis.showWelcome",
"title": "SFDX Hardis: Welcome Home",
"icon": "$(home)"
},
{
"command": "vscode-sfdx-hardis.toggleMergeDriver",
"title": "SFDX Hardis: Toggle Salesforce merge driver",
"icon": "$(git-merge)"
},
{
"command": "vscode-sfdx-hardis.execute-command",
"title": "SFDX Hardis: Execute sfdx-hardis command",
"icon": "$(run)"
},
{
"command": "vscode-sfdx-hardis.showOrgMonitoring",
"title": "SFDX Hardis: Org Monitoring Workbench",
"icon": "$(pulse)"
},
{
"command": "vscode-sfdx-hardis.showMonitoringConfig",
"title": "SFDX Hardis: Monitoring Config Workbench",
"icon": "$(settings-gear)"
},
{
"command": "vscode-sfdx-hardis.showDataWorkbench",
"title": "SFDX Hardis: Data Import/Export Workbench",
"icon": "$(database)"
},
{
"command": "vscode-sfdx-hardis.showDocumentationWorkbench",
"title": "SFDX Hardis: Documentation Workbench",
"icon": "$(book)"
},
{
"command": "vscode-sfdx-hardis.simulateMetadataDeployment",
"title": "SFDX Hardis: Simulate Metadata Deployment",
"icon": "$(cloud-upload)"
},
{
"command": "vscode-sfdx-hardis.generatePackageXmlDoc",
"title": "SFDX Hardis: Generate package.xml Documentation",
"icon": "$(book)"
},
{
"command": "vscode-sfdx-hardis.showPackageXml",
"title": "SFDX Hardis: Package XML Viewer",
"icon": "$(package)"
},
{
"command": "vscode-sfdx-hardis.runAnonymousApex",
"title": "SFDX Hardis: Run anonymous Apex code",
"icon": "$(zap)"
},
{
"command": "vscode-sfdx-hardis.displayLogDebugOnly",
"title": "SFDX Hardis: Display log - Debug Only",
"icon": "$(bug)"
},
{
"command": "vscode-sfdx-hardis.generateFlowDocumentation",
"title": "SFDX Hardis: Generate Flow Documentation",
"icon": "$(book)"
},
{
"command": "vscode-sfdx-hardis.flowVisualGitDiff",
"title": "SFDX Hardis: Flow Visual Git Diff",
"icon": "$(diff)"
},
{
"command": "vscode-sfdx-hardis.openExternal",
"title": "SFDX Hardis: Open external url",
"icon": "$(link-external)"
},
{
"command": "vscode-sfdx-hardis.openValidationLink",
"title": "SFDX Hardis: Open encrypted Salesforce account validation / reset password URL",
"icon": "$(key)"
},
{
"command": "vscode-sfdx-hardis.openReportsFolder",
"title": "SFDX Hardis: Open reports folder",
"icon": "$(output)"
},
{
"command": "vscode-sfdx-hardis.showPipeline",
"title": "SFDX Hardis: DevOps Pipeline",
"icon": "$(rocket)"
},
{
"command": "vscode-sfdx-hardis.showSetup",
"title": "SFDX Hardis: Setup",
"icon": "$(tools)"
},
{
"command": "vscode-sfdx-hardis.showExtensionConfig",
"title": "SFDX Hardis: Extension Settings",
"icon": "$(gear)"
},
{
"command": "vscode-sfdx-hardis.showMetadataRetriever",
"title": "SFDX Hardis: Metadata Retriever",
"icon": "$(download)"
},
{
"command": "vscode-sfdx-hardis.showPipelineConfig",
"title": "SFDX Hardis: Show Pipeline Settings",
"icon": "$(settings-gear)"
},
{
"command": "vscode-sfdx-hardis.selectColorForOrg",
"title": "SFDX Hardis: Select color for current default org",
"icon": "$(symbol-color)"
},
{
"command": "vscode-sfdx-hardis.selectExtensionTheme",
"title": "SFDX Hardis: Select display theme of SFDX Hardis extension",
"icon": "$(symbol-color)"
},
{
"command": "vscode-sfdx-hardis.showMessage",
"title": "SFDX Hardis: Show message",
"icon": "$(extensions-info-message)"
},
{
"command": "vscode-sfdx-hardis.openKeyFile",
"title": "SFDX Hardis: Quick open SFDX project configuration files",
"icon": "$(settings-editor-label-icon)"
},
{
"command": "vscode-sfdx-hardis.debug.activate",
"title": "SFDX Hardis: Activate debug logs tracing",
"icon": "$(breakpoints-activate)"
},
{
"command": "vscode-sfdx-hardis.debug.logtail",
"title": "SFDX Hardis: Display live logs in terminal",
"icon": "$(inspect)"
},
{
"command": "vscode-sfdx-hardis.debug.deactivate",
"title": "SFDX Hardis: Deactivate debug logs tracing",
"icon": "$(debug-disconnect)"
},
{
"command": "vscode-sfdx-hardis.refreshStatusView",
"title": "Refresh Status",
"icon": "$(refresh)"
},
{
"command": "vscode-sfdx-hardis.refreshPluginsView",
"title": "Refresh Plugins Panel",
"icon": "$(refresh)"
},
{
"command": "vscode-sfdx-hardis.refreshCommandsView",
"title": "Refresh Commands",
"icon": "$(refresh)"
},
{
"command": "vscode-sfdx-hardis.debug.launch",
"title": "Run apex replay debugger",
"icon": "$(debug-console)"
},
{
"command": "vscode-sfdx-hardis.toggleCheckpoint",
"title": "SFDX Hardis: Toggle checkpoint",
"icon": "$(debug-breakpoint-conditional)"
},
{
"command": "vscode-sfdx-hardis.newTerminal",
"title": "New SFDX Hardis terminal",
"icon": "$(terminal-new)"
},
{
"command": "vscode-sfdx-hardis.showCommandDetail",
"title": "Show command detail",
"icon": "$(info)"
},
{
"command": "vscode-sfdx-hardis.openCommandHelp",
"title": "View command help",
"icon": "$(remote-explorer-documentation)"
},
{
"command": "vscode-sfdx-hardis.openPluginHelp",
"title": "View dependency documentation",
"icon": "$(remote-explorer-documentation)"
},
{
"command": "vscode-sfdx-hardis.showInstalledPackages",
"title": "SFDX Hardis: Show Installed Packages",
"icon": "$(package)"
},
{
"command": "vscode-sfdx-hardis.openOrgsManager",
"title": "SFDX Hardis: Open Orgs Manager",
"icon": "$(organization)"
},
{
"command": "vscode-sfdx-hardis.runLocalHtmlDocPages",
"title": "SFDX Hardis: Run Local HTML Doc Pages",
"icon": "$(globe)"
},
{
"command": "vscode-sfdx-hardis.resetCache",
"title": "SFDX Hardis: Reset SFDX-Hardis cache",
"icon": "$(refresh)"
}
],
"viewsContainers": {
"activitybar": [
{
"id": "sfdx-hardis-explorer",
"title": "SFDX Hardis",
"icon": "resources/cloudity-logo.svg"
}
]
},
"views": {
"sfdx-hardis-explorer": [
{
"id": "sfdx-hardis-commands",
"name": "Commands",
"icon": "resources/cloudity-logo.svg"
},
{
"id": "sfdx-hardis-status",
"name": "Status",
"icon": "resources/cloudity-logo.svg"
},
{
"id": "sfdx-hardis-plugins",
"name": "Dependencies",
"icon": "resources/cloudity-logo.svg"
}
]
},
"menus": {
"explorer/context": [
{
"command": "vscode-sfdx-hardis.simulateMetadataDeployment",
"when": "resourceExtname == '.cls' || resourceExtname == '.trigger' || resourceExtname == '.xml' || explorerResourceIsFolder",
"group": "z_sfdxhardis@5"
},
{
"command": "vscode-sfdx-hardis.showPackageXml",
"when": "resourceExtname == '.xml' && resourceFilename =~ /([Pp]ackage|[Dd]estructive)/",
"group": "navigation@1"
},
{
"command": "vscode-sfdx-hardis.runAnonymousApex",
"when": "resourceExtname == '.apex'",
"group": "navigation@2"
},
{
"command": "vscode-sfdx-hardis.displayLogDebugOnly",
"when": "resourceExtname == '.log'",
"group": "navigation@3"
},
{
"command": "vscode-sfdx-hardis.generatePackageXmlDoc",
"when": "resourceExtname == '.xml' && resourceFilename =~ /([Pp]ackage|[Dd]estructive)/",
"group": "z_sfdxhardis@10"
},
{
"command": "vscode-sfdx-hardis.generateFlowDocumentation",
"when": "resourceExtname == '.xml' && resourceFilename =~ /\\.flow-meta\\.xml$/",
"group": "z_sfdxhardis@15"
},
{
"command": "vscode-sfdx-hardis.flowVisualGitDiff",
"when": "resourceExtname == '.xml' && resourceFilename =~ /\\.flow-meta\\.xml$/",
"group": "z_sfdxhardis@20"
}
],
"view/title": [
{
"command": "vscode-sfdx-hardis.openReportsFolder",
"when": "view == sfdx-hardis-commands",
"group": "navigation"
},
{
"command": "vscode-sfdx-hardis.showExtensionConfig",
"when": "view == sfdx-hardis-commands",
"group": "navigation"
},
{
"command": "vscode-sfdx-hardis.openValidationLink",
"when": "view == sfdx-hardis-commands",
"group": "navigation"
},
{
"command": "vscode-sfdx-hardis.debug.launch",
"when": "view == sfdx-hardis-commands",
"group": "navigation"
},
{
"command": "vscode-sfdx-hardis.refreshCommandsView",
"when": "view == sfdx-hardis-commands",
"group": "navigation"
},
{
"command": "vscode-sfdx-hardis.openKeyFile",
"when": "view == sfdx-hardis-commands",
"group": "navigation"
},
{
"command": "vscode-sfdx-hardis.newTerminal",
"when": "view == sfdx-hardis-commands",
"group": "navigation"
},
{
"command": "vscode-sfdx-hardis.openOrgsManager",
"when": "view == sfdx-hardis-status",
"group": "navigation"
},
{
"command": "vscode-sfdx-hardis.selectColorForOrg",
"when": "view == sfdx-hardis-status",
"group": "navigation"
},
{
"command": "vscode-sfdx-hardis.refreshStatusView",
"when": "view == sfdx-hardis-status",
"group": "navigation"
},
{
"command": "vscode-sfdx-hardis.showSetup",
"when": "view == sfdx-hardis-plugins",
"group": "navigation"
},
{
"command": "vscode-sfdx-hardis.refreshPluginsView",
"when": "view == sfdx-hardis-plugins",
"group": "navigation"
}
],
"editor/context": [
{
"command": "vscode-sfdx-hardis.simulateMetadataDeployment",
"when": "resourceExtname == '.cls' || resourceExtname == '.trigger' || resourceExtname == '.xml' || explorerResourceIsFolder",
"group": "z_sfdxhardis@5"
},
{
"command": "vscode-sfdx-hardis.toggleCheckpoint",
"when": "resourceExtname == .cls",
"group": "z_sfdxhardis@8"
},
{
"command": "vscode-sfdx-hardis.showPackageXml",
"when": "resourceExtname == '.xml' && resourceFilename =~ /([Pp]ackage|[Dd]estructive)/",
"group": "navigation@1"
},
{
"command": "vscode-sfdx-hardis.runAnonymousApex",
"when": "resourceExtname == '.apex'",
"group": "navigation@2"
},
{
"command": "vscode-sfdx-hardis.displayLogDebugOnly",
"when": "resourceExtname == '.log'",
"group": "navigation@3"
},
{
"command": "vscode-sfdx-hardis.generatePackageXmlDoc",
"when": "resourceExtname == '.xml' && resourceFilename =~ /([Pp]ackage|[Dd]estructive)/",
"group": "z_sfdxhardis@10"
},
{
"command": "vscode-sfdx-hardis.generateFlowDocumentation",
"when": "resourceExtname == '.xml' && resourceFilename =~ /\\.flow-meta\\.xml$/",
"group": "z_sfdxhardis@15"
},
{
"command": "vscode-sfdx-hardis.flowVisualGitDiff",
"when": "resourceExtname == '.xml' && resourceFilename =~ /\\.flow-meta\\.xml$/",
"group": "z_sfdxhardis@20"
}
],
"view/item/context": [
{
"command": "vscode-sfdx-hardis.showCommandDetail",
"when": "viewItem =~ /SFDXHARDIS_CONTEXT_COMMAND\\b/"
},
{
"command": "vscode-sfdx-hardis.openCommandHelp",
"when": "viewItem =~ /SFDXHARDIS_CONTEXT_COMMAND\\b/"
},
{
"command": "vscode-sfdx-hardis.openPluginHelp",
"when": "viewItem =~ /SFDXHARDIS_CONTEXT_PLUGIN\\b/"
}
]
}
},
"scripts": {
"vscode:prepublish": "yarn run package",
"clean:out": "node -e \"require('fs').rmSync('out', { recursive: true, force: true })\"",
"sync:schema": "node scripts/sync-schema.js",
"sync:metadata-list": "node scripts/sync-metadata-list.js",
"compile": "tsc -p ./",
"prebuild": "yarn run sync:schema && yarn run sync:metadata-list",
"build": "yarn run clean:out && webpack --config webpack.prod.js",
"watch": "webpack --config webpack.dev.js --watch",
"dev": "webpack --config webpack.dev.js",
"package": "yarn run clean:out && webpack --config webpack.prod.js",
"pretest": "yarn run compile && yarn run lint",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"test": "node ./out/test/runTest.js",
"vsix": "vsce package --allow-package-secrets github"
},
"devDependencies": {
"@babel/core": "^7.29.6",
"@babel/preset-env": "^7.28.0",
"@eslint/js": "^10.0.0",
"@lwc/babel-plugin-component": "^8.25.1",
"@lwc/engine-dom": "^8.25.1",
"@lwc/module-resolver": "^8.25.1",
"@lwc/synthetic-shadow": "^8.25.1",
"@salesforce-ux/design-system": "2.29.0",
"@types/fs-extra": "^11.0.4",
"@types/git-url-parse": "^9.0.1",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.0",
"@types/node": "^20.0.0",
"@types/sort-array": "^4.1.2",
"@types/vscode": "^1.54.0",
"@types/which": "^3.0.0",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"@vscode/test-electron": "^2.5.2",
"@vscode/vsce": "^3.9.1",
"babel-loader": "^10.0.0",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.2",
"eslint": "^10.0.0",
"glob": "^13.0.6",
"lru-cache": "^7.18.3",
"lwc": "^8.25.1",
"lwc-webpack-plugin": "^3.1.0",
"mocha": "^11.7.5",
"ovsx": "^1.0.1",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.4.0",
"ts-loader": "^9.5.2",
"typescript": "^5.0.0",
"webpack": "^5.104.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@gitbeaker/rest": "^43.5.0",
"@jetstreamapp/soql-parser-js": "^6.3.1",
"@octokit/rest": "^22.0.0",
"@vscode/extension-telemetry": "^0.8.0",
"axios": "1.16.0",
"azure-devops-node-api": "^15.1.1",
"bitbucket": "^2.12.0",
"chalk": "^5.0.0",
"cosmiconfig": "^9.0.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.0.0",
"get-port": "^7.1.0",
"git-url-parse": "^16.1.0",
"i18next": "^25.8.13",
"jira.js": "^5.2.2",
"js-yaml": "^4.2.0",
"lightning-base-components": "1.28.15-alpha",
"lodash-es": "4.18.1",
"mermaid": "^11.15.0",
"moment": "^2.29.1",
"normalize-url": "^8.1.0",
"process": "^0.11.10",
"simple-git": "^3.36.0",
"sort-array": "^5.1.1",
"tree-kill": "^1.2.2",
"uuid": "^14.0.0",
"which": "^4.0.0",
"ws": "^8.21.0"
},
"resolutions": {
"@vscode/vsce/glob/minimatch/brace-expansion": "5.0.6",
"uuid": "^14.0.0",
"@vscode/vsce/minimatch/brace-expansion": "1.1.13",
"axios": "1.16.0",
"qs": "6.15.2",
"lodash-es": "4.18.1",
"mocha/diff": "8.0.3",
"mocha/serialize-javascript": "7.0.5",
"picomatch": "4.0.4",
"webpack/terser-webpack-plugin/serialize-javascript": "7.0.5",
"postcss": "8.5.10",
"@babel/core": "7.29.7",
"form-data": "4.0.6",
"js-yaml": "4.2.0",
"mermaid/dompurify": "3.4.11",
"webpack-bundle-analyzer/ws": "7.5.11",
"@azure/opentelemetry-instrumentation-azure-sdk/@opentelemetry/core": "2.8.0",
"@opentelemetry/sdk-trace-web": "2.8.0"
}
}