forked from department-of-veterans-affairs/va.gov-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
675 lines (675 loc) · 36.2 KB
/
composer.json
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
{
"name": "va-gov/cms",
"description": "The CMS for VA.gov",
"type": "project",
"license": "GPL-2.0+",
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"drupal/devel": "^5.0",
"drupal/html_tag_usage": "^1.0@beta",
"drupal/media_entity_generic": "^1.0"
},
"require": {
"acquia/drupal-spec-tool": "^4.0.0",
"alchemy/zippy": "^1.0.0",
"aws/aws-sdk-php": "^3.173",
"bower-asset/blazy": "^1.8",
"bower-asset/cropper": "^4.1",
"caxy/php-htmldiff": "^0.1.14",
"composer/installers": "^2.2.0",
"consolidation/site-process": "^4.1",
"cweagans/composer-patches": "^1.7",
"datadog/dd-trace": "^0.80.0",
"drupal/address": "^1.4",
"drupal/admin_feedback": "^2.2",
"drupal/admin_toolbar": "^3.0",
"drupal/advancedqueue": "^1.0@RC",
"drupal/allow_only_one": "1.0.0-alpha1",
"drupal/allowed_formats": "^1.3",
"drupal/animated_gif": "^2.0",
"drupal/auto_entitylabel": "^3.0-beta3",
"drupal/better_exposed_filters": "^6.0",
"drupal/better_field_descriptions": "^1.4",
"drupal/blazy": "^2.0@RC",
"drupal/block_content_permissions": "^1.6",
"drupal/cer": "4.x-dev#f2ff7d6bf2a3e41757b7621a8367ede974750a84",
"drupal/coder": "^8.3",
"drupal/components": "^3.0@beta",
"drupal/config_ignore": "^2.1",
"drupal/config_override_warn": "^1.0",
"drupal/config_split": "^1.4",
"drupal/consumer_image_styles": "^4.0",
"drupal/consumers": "1.13.0",
"drupal/content_lock": "^2.0@alpha",
"drupal/core-composer-scaffold": "~9.4.0",
"drupal/core-recommended": "~9.4.0",
"drupal/crop": "^2.0",
"drupal/csv_serialization": "^2.0",
"drupal/ctools_block": "^3.2",
"drupal/danse": "^2.1",
"drupal/danse_content_moderation": "^2.0",
"drupal/diff": "^1.0",
"drupal/dropzonejs": "^2.0",
"drupal/dynamic_entity_reference": "^2.0",
"drupal/embed": "^1.3",
"drupal/entity_block": "^1.0@beta",
"drupal/entity_browser": "^2.4",
"drupal/entity_browser_table": "^1.2",
"drupal/entity_clone": "^1.0@beta",
"drupal/entity_diff_ui": "^1.0",
"drupal/entity_field_fetch": "^1.0@beta",
"drupal/entity_reference_revisions": "^1.7",
"drupal/entity_reference_unpublished": "^1.1",
"drupal/entity_reference_validators": "^1.0@alpha",
"drupal/entityqueue": "^1.2",
"drupal/environment_indicator": "^4.0",
"drupal/epp": "^1.1",
"drupal/fast_404": "2.x-dev#5382a99335ee466f8261dc1774a3d56f1699da81",
"drupal/feature_toggle": "^2.0",
"drupal/field_group": "^3.1",
"drupal/fieldhelptext": "^1.0@beta",
"drupal/flag": "^4.0@beta",
"drupal/flood_control": "^2.2.2",
"drupal/flysystem_s3": "^2.0@RC",
"drupal/formdazzle": "^2.1",
"drupal/geocoder": "^3.26",
"drupal/geofield": "^1.39",
"drupal/geofield_map": "^2.75",
"drupal/google_analytics": "^4.0",
"drupal/govdelivery_bulletins": "^1.2",
"drupal/graphql": "^3.0",
"drupal/graphql_core": "^3.1.0",
"drupal/graphql_menu": "^1.0@alpha",
"drupal/graphql_metatag": "^1.0",
"drupal/health_check_url": "^3.0",
"drupal/hierarchy_manager": "^3.0",
"drupal/hms_field": "1.0",
"drupal/hook_event_dispatcher": "^3.0",
"drupal/ief_table_view_mode": "^2.1",
"drupal/image_style_warmer": "^1.0",
"drupal/image_widget_crop": "^2.2",
"drupal/jsonapi_extras": "^3.19",
"drupal/jsonapi_image_styles": "^3.0",
"drupal/jsonapi_menu_items": "^1.2",
"drupal/jsonapi_resources": "^1.0@beta",
"drupal/jsonapi_views": "^1.0",
"drupal/libraries": "^3.0@alpha",
"drupal/limited_field_widgets": "^2.0",
"drupal/linkit": "^6.0.0-beta2",
"drupal/markup": "^1.0@beta",
"drupal/memcache": "^2.3",
"drupal/memcache_admin": "^2.3",
"drupal/menu_breadcrumb": "^1.8",
"drupal/menu_export": "^1.2",
"drupal/menu_force": "^1.2",
"drupal/menu_item_extras": "^2.7",
"drupal/menu_link_attributes": "^1.2",
"drupal/menu_normalizer": "^2.0",
"drupal/message": "^1.2",
"drupal/message_notify": "^1.2",
"drupal/message_subscribe": "^1.1",
"drupal/message_ui": "^1.0@beta",
"drupal/metatag": "^1.13",
"drupal/migrate_plus": "^5.1",
"drupal/migrate_source_csv": "^3.4",
"drupal/migrate_source_ui": "^1.0@RC",
"drupal/migrate_tools": "5.x-dev#7ae3747d1e30790d11c2eefcc56e0796bea25c76",
"drupal/migration_tools": "^2.3",
"drupal/monolog": "^2.0",
"drupal/next": "^1.1",
"drupal/node_link_report": "^1.14",
"drupal/node_revision_delete": "^1.0",
"drupal/node_title_help_text": "^1.0",
"drupal/office_hours": "^1.3",
"drupal/openapi": "^2.0@RC",
"drupal/openapi_jsonapi": "^3.0",
"drupal/override_node_options": "^2.4",
"drupal/paragraphs": "^1.5",
"drupal/paragraphs_browser": "^1.0@alpha",
"drupal/paragraphs_features": "^1.12",
"drupal/password_policy": "3.1.0",
"drupal/password_strength": "2.x-dev@dev",
"drupal/path_redirect_import": "^1.0@beta",
"drupal/pathauto": "^1.6",
"drupal/pathologic": "^1.0@alpha",
"drupal/pfm": "^2.0",
"drupal/post_api": "^2.0.1",
"drupal/prometheus_exporter": "^1.0@beta",
"drupal/raven": "^4.0",
"drupal/redirect": "^1.3",
"drupal/redirect_options": "^2.0.2",
"drupal/restui": "^1.16",
"drupal/role_delegation": "1.2.0",
"drupal/schemata": "^1.0@beta",
"drupal/search_api": "1.26.0",
"drupal/seckit": "^2.0",
"drupal/simplesamlphp_auth": "^3.2",
"drupal/sitewide_alert": "^2.0",
"drupal/slack": "^1.3",
"drupal/smart_date": "^3.5",
"drupal/social_media_links": "^2.8",
"drupal/string_field_formatter": "^2.0",
"drupal/styleguide": "^2.0@beta",
"drupal/tablefield": "^2.1",
"drupal/taxonomy_entity_index": "^1.1",
"drupal/taxonomy_menu": "3.x-dev#e89d1e8",
"drupal/textfield_counter": "^2.0",
"drupal/toolbar_menu": "^2.1",
"drupal/twig_tweak": "^3.1",
"drupal/upgrade_status": "^3.17",
"drupal/user_history": "^1.0@alpha",
"drupal/video_embed_media": "^2.2",
"drupal/viewfield": "^3.0@beta",
"drupal/views_bulk_edit": "^2.3",
"drupal/views_bulk_operations": "^3.11",
"drupal/views_conditional": "^1.4",
"drupal/views_data_export": "^1.0@beta",
"drupal/views_local_tasks": "^1.0",
"drupal/workbench_access": "^1.0-beta4",
"drupal/workbench_menu_access": "^1.0",
"drush-ops/behat-drush-endpoint": "^9.4.0",
"drush/drush": "^10.6",
"easyrdf/easyrdf": "1.1.1 as 0.9.1",
"geocoder-php/mapbox-provider": "^1.3",
"gitonomy/gitlib": "^1.2",
"http-interop/http-factory-guzzle": "^1.0",
"knplabs/github-api": "^3.3",
"mglaman/phpstan-drupal": "^1.0",
"michelf/php-markdown": "^2.0",
"mikey179/vfsstream": "^1.6",
"mouf/nodejs-installer": "^1.0",
"npm-asset/dropzone": "^5.5",
"npm-asset/yarn": "1.19.1",
"oomphinc/composer-installers-extender": "^2.0",
"php-http/guzzle6-adapter": "^2.0",
"phpspec/prophecy": "^1.15",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpunit/phpunit": "^8.4.0",
"querypath/querypath": "^3.0",
"simplesamlphp/simplesamlphp": "^1.18",
"squizlabs/php_codesniffer": "^3.5",
"symfony/config": "^4.0",
"symfony/phpunit-bridge": "^5.1",
"symfony/process": "^4.0",
"symfony/routing": "^4.0",
"traviscarden/behat-table-comparison": "~0.2",
"va-gov/content-build": "^0.0.3115",
"vlucas/phpdotenv": "^5.3",
"webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3",
"weitzman/drupal-test-traits": "dev-master",
"zaporylie/composer-drupal-optimizations": "^1.2"
},
"autoload": {
"psr-4": {
"CustomDrupal\\": "tests/behat/Drupal",
"Drupal\\va_gov_backend\\": "docroot/modules/custom/va_gov_backend/src",
"Drupal\\va_gov_flags\\": "docroot/modules/custom/va_gov_flags/src",
"Tests\\Support\\": "tests/phpunit/Support",
"Traits\\": "tests/traits"
},
"files": [
"scripts/composer/EnvironmentHandler.php"
]
},
"repositories": {
"drupal/hms_field": {
"type": "package",
"package": {
"name": "drupal/hms_field",
"type": "drupal-module",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/hms_field.git",
"reference": "f138860c7b18c6aab00f5860b29d15b9ab2197f5"
}
}
},
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"assets": {
"type": "composer",
"url": "https://asset-packagist.org"
},
"ewa": {
"type": "git",
"url": "https://github.com/agilesix/workflow_assignments.git"
},
"tippyjs/6.x": {
"type": "package",
"package": {
"name": "tippyjs/6.x",
"version": "6.2.6",
"type": "drupal-library",
"extra": {
"installer-name": "tippyjs/6.x"
},
"dist": {
"url": "https://unpkg.com/[email protected]/dist/tippy-bundle.umd.min.js",
"type": "file"
},
"require": {
"composer/installers": "~1.0"
}
}
}
},
"config": {
"apcu-autoloader": true,
"discard-changes": true,
"process-timeout": 0,
"bin-dir": "bin",
"vendor-dir": "docroot/vendor",
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "7.4"
},
"preferred-install": {
"drupal/core": "source",
"va-gov/content-build": "source",
"*": "dist"
},
"allow-plugins": {
"simplesamlphp/composer-module-installer": true,
"composer/installers": true,
"cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true,
"zaporylie/composer-drupal-optimizations": true,
"drupal/console-extend-plugin": true,
"mouf/nodejs-installer": true,
"oomphinc/composer-installers-extender": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"drupal-scaffold": {
"file-mapping": {
"[web-root]/.editorconfig": false,
"[web-root]/.gitattributes": false,
"[web-root]/.htaccess": false,
"[web-root]/INSTALL.txt": false,
"[web-root]/README.txt": false,
"[web-root]/example.gitignore": false,
"[web-root]/modules/README.txt": false,
"[web-root]/profiles/README.txt": false,
"[web-root]/sites/README.txt": false,
"[web-root]/themes/README.txt": false
},
"locations": {
"web-root": "docroot/"
}
},
"mouf": {
"nodejs": {
"version": "16.0.0",
"targetDir": "docroot/vendor/nodejs/nodejs",
"forceLocal": true
}
},
"installer-types": [
"bower-asset",
"npm-asset"
],
"installer-paths": {
"docroot/core": [
"type:drupal-core"
],
"docroot/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
],
"docroot/modules/contrib/{$name}": [
"type:drupal-module"
],
"docroot/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"docroot/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
]
},
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"patches-ignore": {},
"patches": {
"drupal/cer": {
"3197953-5 - Make d9 compatible": "https://www.drupal.org/files/issues/2021-03-19/cer-3197953-5.patch",
"3200122 - Remove delete hook": "https://www.drupal.org/files/issues/2021-02-24/delete-hook-added-in-dev-causes-test-failures.patch"
},
"drupal/content_lock": {
"2951652 - Content lock causes redirect response preventing migration rollback.": "https://www.drupal.org/files/issues/2018-08-28/2951652-4.patch"
},
"drupal/core": {
"2807629 - Allow menu items which link to unpublished nodes to be selected in the parent item selector": "https://www.drupal.org/files/issues/2021-07-09/2807629-45.patch",
"2894449 - Indirect modification of overloaded element with Views responsive table": "https://www.drupal.org/files/issues/2018-10-05/core-indirect-modification-of-overloaded-element-2894449-18.patch",
"3057267 - User logout during maintenance mode": "https://www.drupal.org/files/issues/2019-09-11/3057267-maintenance-forced-logout-experimental.patch",
"1091852 - Display Bug when using #states (Forms API) with Ajax Request": "https://www.drupal.org/files/issues/2021-02-19/1091852-128.patch",
"2859042 - Entity original revision": "https://www.drupal.org/files/issues/2018-07-30/entity_original_revision-2859042-26.patch",
"2930508 - Seven inactive tabs do not meet WCAG AA 1.4.3 for contrast": "https://www.drupal.org/files/issues/2020-10-15/drupal-seven_inactive_tabs_do_not_meet_wcag_aa-2930508-36.patch",
"2632750 - Interface previews/skeleton screens through optional preview or placeholder templates": "https://www.drupal.org/files/issues/2020-11-18/2632750-76-do-not-test_0.patch",
"2911932 - Correct vertical tab does not focus on form validation": "https://www.drupal.org/files/issues/2020-12-12/vertical-tabs--focus-on-onvalid-7b.patch",
"2893933 - claimItem in the database and memory queues does not use expire correctly": "https://www.drupal.org/files/issues/2022-05-26/2893933-drupal-queue-claim-9.4.x-53.patch",
"3198608 - Migrate does not set set track_lst_updated from config": "https://www.drupal.org/files/issues/2021-07-27/track-last-updated-tests-3198608-14.patch",
"3025164 - Make moderation_state available to field queries": "https://www.drupal.org/files/issues/2020-09-25/3025164-28.patch",
"3229493 - TextareaWidget::errorElement() does not consult violation property path.": "https://www.drupal.org/files/issues/2021-08-23/test_module-3229493-2.patch",
"3027240 - Undefined index: #parents FormState.php": "https://www.drupal.org/files/issues/2019-01-21/form_system-undefined_index-3027240-2.patch",
"3096790 - Remove aria-required attribute": "https://www.drupal.org/files/issues/2021-09-28/drupal-remove-aria-require-3096790-7.patch",
"3219165 - Seven inactive vertical tabs do not meet contrast requirements": "https://www.drupal.org/files/issues/2021-06-16/3219165-3.patch",
"2915792 - MenuLinkContentAccessControlHandler does not allow \"view\" access without admin permission": "patches/drupal-core-menu-link-perm-mr-339.patch",
"2421145 - Text format wrapper does not take description_display into account": "https://www.drupal.org/files/issues/2021-12-03/2421445-18_0.patch",
"Internal Claro tweaks": "patches/claro-css-tweaks.patch",
"3099026 - Claro's preprocessing of field multiple value form's table header cell removes potential changes by others": "https://www.drupal.org/files/issues/2020-02-20/3099026-9.patch",
"2767243 - Create a theme suggestion for taxonomy terms by view mode": "https://www.drupal.org/files/issues/core-theme-suggestion-for-taxonomy-view-modes-2767243-14.patch",
"2775665 - MenuLinkContent updateLink function generates a PHP Warning for override-able keys that are not present in the loaded entity": "https://www.drupal.org/files/issues/2021-09-17/updateLink-2775665-14.patch"
},
"drupal/danse_content_moderation": {
"3309657 - Danse 2.2.7 compatibility": "https://www.drupal.org/files/issues/2022-09-14/3309657-danse-2-2-7-compatibility.patch"
},
"drupal/decoupled_router": {
"3111456 - Unable to resolve path on node in other language than default": "https://www.drupal.org/files/issues/2021-05-05/3111456-34.patch"
},
"drupal/diff": {
"3228798 - Make revisions overview page accessible": "https://www.drupal.org/files/issues/2022-01-21/diff-a11y-3228798-15.patch",
"2834253 - Missing column headings in Revisions list": "https://www.drupal.org/files/issues/2021-08-19/diff-missing-column-headers-2834253-15.patch"
},
"drupal/entity_browser": {
"2856138 - Entity browser cardinality validation": "https://www.drupal.org/files/issues/0001-Issue-2856138-by-gordon-Error-messages-are-not-being.patch",
"3191302 - Make modal iframe tab accessible": "https://www.drupal.org/files/issues/2021-01-07/3191302-3.patch"
},
"drupal/entity_browser_table": {
"3166733 - Table drag doesn't work on new entity form, and sort is lost on ajax": "https://www.drupal.org/files/issues/2020-08-25/fix-sort-loss-and-add-form-3166733-2.patch",
"3166953 - Add moderation status column": "https://www.drupal.org/files/issues/2020-09-27/add-moderation-status-6.patch",
"3194622 - Custom field validation should not be applied to remove button": "https://www.drupal.org/files/issues/2021-01-25/limit-remove-button-validators.patch"
},
"drupal/entity_clone": {
"3112577 - Cloning child references to nodes has potential to cause memory resource issues": "https://www.drupal.org/files/issues/2020-02-10/entity_clone-child-node-system-drain-3112577-1.patch"
},
"drupal/entity_reference_revisions": {
"2984027 - Incorrect manipulation of default revision flag": "https://www.drupal.org/files/issues/2020-09-03/entity_reference_revisions-default_revision-2984027-10.patch"
},
"drupal/field_group": {
"2787179 - Visibility of invalid fields": "https://www.drupal.org/files/issues/2021-01-05/2787179-highlight-html5-validation-59.patch",
"1482958 - Allow field_group with empty fields to be displayed via setting": "https://www.drupal.org/files/issues/2020-06-24/field_group-empty-config-1482958-47.patch",
"3053242 - Undefined index #description_display when adding a description to fieldset group type": "https://www.drupal.org/files/issues/2022-07-04/field_group-undefined-index-description-display-3053242-11.patch"
},
"drupal/graphql": {
"Fix Explorer with Layout Builder enabled - https://github.com/drupal-graphql/graphql/pull/1144": "patches/graphql_8x3x_layout_builder_incompat.patch",
"Remove outdated RouteQueryEnhancer controller reference - https://github.com/drupal-graphql/graphql/pull/1230": "patches/graphql_8x3x_query_route_enhancer_update.patch"
},
"drupal/hms_field": {
"3145496 - Make d9 compatible": "https://www.drupal.org/files/issues/2020-06-05/3145496-6.patch"
},
"drupal/html_tag_usage": {
"3270450 - Add csv generator and filters": "https://www.drupal.org/files/issues/2022-06-30/add-filters-and-csv-20.patch"
},
"drupal/inline_entity_form": {
"3226473 - Opt-in system delete.": "https://www.drupal.org/files/issues/2021-08-03/opt-in-systm-delete-3226473-1.patch",
"3061620 - Cancel closes all forms": "https://www.drupal.org/files/issues/2020-04-25/inline_entity_form-close-only-forms-where-close-clicked-3061620-5.patch",
"3311501 - Add label to weight select field for accessibility": "https://www.drupal.org/files/issues/2022-09-23/Adding_labels_to_weight_selects_for_accessibility.patch"
},
"drupal/jsonapi_menu_items": {
"3276561 - Add support for the Menu Item Extras module": "https://www.drupal.org/files/issues/2022-08-01/3276561-05-menu_item_extras_support.patch"
},
"drupal/linkit": {
"2712951 - Linkit for Link field": "https://www.drupal.org/files/issues/2021-01-26/linkit-for-link-field-2712951-207.patch"
},
"drupal/memcache": {
"3058121 - Use persistent connections": "https://www.drupal.org/files/issues/2020-09-10/3058121-16.patch"
},
"drupal/menu_item_extras": {
"3210468 - The 'bundle' field is not always populated with the menu name": "https://www.drupal.org/files/issues/2021-04-23/3210468.patch"
},
"drupal/migrate_plus": {
"3113461 - Allow properties in str_replace process plugin.": "https://www.drupal.org/files/issues/2020-03-16/migrate_plus-properties_str_replace-2.patch"
},
"drupal/node_revision_delete": {
"3249493 - Not able to delete a revision via the interface": "https://www.drupal.org/files/issues/2022-02-21/3249493-9.patch"
},
"drupal/office_hours": {
"3227169 - Form fields in table cell missing labels causes accessibility warnings": "https://www.drupal.org/files/issues/2022-03-28/labels-for-accessibility-3227169-11.patch"
},
"drupal/openapi_jsonapi": {
"3110109 - Support renamed resource types Part 1": "https://git.drupalcode.org/project/openapi_jsonapi/-/commit/17070f1ef70ff89f732619a11c29730107a2083e.patch",
"3110109 - Support renamed resource types Part 2": "https://git.drupalcode.org/project/openapi_jsonapi/-/commit/9b02c70521c499152c915e481aaf4925992bc8f9.patch",
"3185778 - Fix TypeError: Cannot read property 'anyOf' of undefined": "https://www.drupal.org/files/issues/2020-12-21/add_required_keyword_8.x_2.x-3185778-5.patch"
},
"drupal/paragraphs": {
"3138609 - Fix broken fieldsets on forms": "https://www.drupal.org/files/issues/2020-06-03/3138609-24.patch",
"2919186 - Remove button should not be shown on required field": "https://www.drupal.org/files/issues/2020-05-13/hide_field_required_paragraphs_remove_button_1.patch"
},
"drupal/pathauto": {
"3204586 - Update URL Alias action is only available for nodes + users and does not work with views_bulk_operations": "https://www.drupal.org/files/issues/2021-03-22/pathauto-add_deriver_for_alias_update_action-3204586-19.patch",
"3214658 - Omit nolink items from url path args and add token that uses parent url": "https://www.drupal.org/files/issues/2022-05-08/remove-nolink-args-use-parent-entity-url-3214658-18.patch"
},
"drupal/prometheus_exporter": {
"3214628 - Add published/unpublished node statistics to NodeCount.": "https://www.drupal.org/files/issues/2021-06-29/prometheus_exporter-add_status_metrics_to_node_count-3214628-3.patch"
},
"drupal/schemata": {
"3198409 - Plugin definitions are not cached": "https://www.drupal.org/files/issues/2021-02-14/3198409_2.patch",
"3190131 - Possibly unnecessary logging in SchemaFactory::create().": "https://www.drupal.org/files/issues/2020-12-28/schemata-remove-logging-statement-3190131-2.patch"
},
"drupal/simplesamlphp_auth": {
"2748731 - Don't attempt username sync when user was already matched by username": "https://www.drupal.org/files/issues/2020-07-31/reroll-existing-test-and-logging-fix-2748731-29.patch"
},
"drupal/social_media_links": {
"3044002 - Platform Name and Aria Label issue": "https://www.drupal.org/files/issues/2022-03-21/3044002-17.patch"
},
"drupal/styleguide": {
"3258816 - Fix [PHP 8.1] Deprecated function: strpos(): Passing null to parameter #1": "https://www.drupal.org/files/issues/2022-09-14/5.patch"
},
"drupal/subrequests": {
"63049395 - Get same results on different request": "https://www.drupal.org/files/issues/2019-07-18/change_request_type-63049395-09.patch"
},
"drupal/smart_date": {
"3260965 - Undefined index: #value": "https://www.drupal.org/files/issues/2022-01-27/smart_date_undefined_value_in_validation.patch",
"3294350 - Incorrect recurring dates created when using Phoenix timezone": "https://www.drupal.org/files/issues/2022-07-06/smart_date-incorrect-recurr-dates-phoenix-3294350-4.patch"
},
"drupal/tablefield": {
"3100109 - 0 string value in cell throws empty error": "https://www.drupal.org/files/issues/2019-12-10/0-value-throwing-empty-error.patch",
"3163841 - Fix Undefined index: caption notice": "https://www.drupal.org/files/issues/2020-08-10/tablefield-empty-caption-notice-2.patch",
"3176982 - Tablefield input elements have no title or label": "https://www.drupal.org/files/issues/2020-10-14/tablefield-add_title_to_input_elements-3176982-2.patch",
"3195203 - Copying caption to value breaks some data exports 3195203": "https://www.drupal.org/files/issues/2021-01-28/tablefield-caption-copied-to-value-3195203-2.patch"
},
"drupal/textfield_counter": {
"3004457 - Prevent form submission when character limit exceeded option does not work": "https://www.drupal.org/files/issues/2018-10-04/textfield_counter-prevent_form_submission_does_not_work-3004457-2.patch",
"3182675 - Incompatibilities with Claro and Claro-based (e.g. Gin) themes": "https://www.drupal.org/files/issues/2022-08-04/textfield-counter-incompatible-with-claro-3182675-10.patch"
},
"drupal/viewfield": {
"3252356 - Add option to display default view on node edit when always use default value selected": "https://www.drupal.org/files/issues/2021-12-15/viewfield-option-display-default-view-on-node-edit-3252356-4.patch"
},
"traviscarden/behat-table-comparison": {
"Throw meaningful message for duplicate entry. See https://github.com/TravisCarden/behat-table-comparison/pull/7": "patches/duplicate-row-message.patch"
},
"weitzman/drupal-test-traits": {
"Forbid connection reuse in PHPUnit tests": "patches/weitzman-drupal-test-traits-forbid-connection-reuse.patch"
},
"drupal/dropzonejs": {
"3174484 - Select files button and Add media window text should respect field cardinality": "https://www.drupal.org/files/issues/2022-03-29/3174484-add-media-window-and-select-button-text-should-respect-field-cardinality-4.patch"
},
"drupal/sitewide_alert": {
"3290964 - Add drush commands for sitewide alerts": "https://www.drupal.org/files/issues/2022-06-24/3290964-add-drush-commands.patch"
}
}
},
"scripts": {
"set-path": [
"# Run the command output below to set your current terminal PATH variable.",
"# This will allow you to run any command in the ./bin directory without a path.",
"echo \"export PATH=${PATH}\""
],
"pre-install-cmd": [
"mkdir -p vendor",
"[ -f .env ] || cp .env.example .env"
],
"post-install-cmd": [
"mkdir --parents docroot/profiles",
"# The rm post-merge command below can be removed after we think all engineers have run composer install.",
"rm -rf .git/hooks/post-merge",
"cp -r 'hooks/git/.' '.git/hooks/'",
"php -r \"chmod('.git/hooks/pre-commit', 0777);\"",
"ln -snf 'docroot/vendor/simplesamlphp/simplesamlphp/' 'simplesamlphp'",
"ln -snf 'docroot/vendor/simplesamlphp/saml2/' 'saml2'",
"cp -r 'simplesamlphp-config-metadata/config' 'simplesamlphp-config-metadata/metadata' 'docroot/vendor/simplesamlphp/simplesamlphp/'",
"echo 'Removing deleted .git/hooks/commit-msg file, no longer used.'",
"rm -f .git/hooks/commit-msg",
"git update-index --skip-worktree samlsessiondb.sq3",
"rm -r vendor"
],
"pre-update-cmd": [
"mkdir -p vendor",
"[ -f .env ] || cp .env.example .env"
],
"post-update-cmd": [
"cp -r 'hooks/git/.' '.git/hooks/'",
"php -r \"chmod('.git/hooks/pre-commit', 0777);\"",
"rm -r vendor"
],
"nuke": [
"rm -rf bin node_modules docroot/libraries docroot/core docroot/modules/contrib docroot/themes/contrib docroot/profiles/contrib/ docroot/vendor /var/www/.cache/yarn",
"composer clear-cache"
],
"va:start": [
"@composer install --ansi",
"@va:install",
"@va:theme:compile",
"# To setup default content, run: `drupal module:install va_gov_content`",
"# cms.VA.gov installed: Username: admin Password: admin",
"@va:server"
],
"va:server": [
"drupal server localhost:9000 --ansi "
],
"va:install": [
"drush site:install va_gov --yes --account-name admin --account-pass admin --ansi --site-name='Veterans Affairs'"
],
"va:reinstall": [
"# This only reinstalls sites installed with SQLite...",
"chmod +w -R docroot/sites/default",
"rm -rf docroot/sites/default/files",
"@va:start"
],
"va:theme:compile": [
"cd bin && ln -sf ../docroot/libraries/yarn/bin/yarn yarn",
"export NODE_EXTRA_CA_CERTS=/etc/pki/tls/certs/ca-bundle.crt PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=TRUE; cd docroot/core && yarn install",
"cd docroot/core && yarn build:css",
"cd docroot/design-system && yarn install && yarn build:drupal",
"cd docroot/themes/custom/vagovclaro && yarn install && yarn build"
],
"va:theme:watch": [
"cd docroot/themes/custom/vagovclaro && yarn watch"
],
"va:ds:storybook": [
"cd docroot/design-system && yarn install && yarn build:storybook"
],
"va:ds:drupal": [
"cd docroot/design-system && yarn install && yarn build:drupal"
],
"va:config:export": [
"drupal config:export --ansi"
],
"va:config:import": [
"drupal config:import --ansi"
],
"va:database:download": [
"cd .dumps && curl --remote-name --remote-header-name https://dsva-vagov-prod-cms-backup-sanitized.s3-us-gov-west-1.amazonaws.com/database/cms-prod-db-sanitized-latest.sql.gz && gunzip --force cms-prod-db-sanitized-latest.sql.gz && echo 'SQL dump saved to .dumps/cms-db-latest.sql'"
],
"va:proxy:socks": [
"ssh socks -D 2001 -N"
],
"va:proxy:test": [
"curl -v --proxy socks5h://127.0.0.1:2001 sentry.vetsgov-internal"
],
"va:proxy:sshuttle": [
"sudo -E sshuttle -r [email protected] -e 'ssh -A ' 10.0.0.0/8"
],
"va:test:eslint": [
"npm install",
"npm run eslint-all"
],
"va:test:lint-css-all": [
"npm install",
"npm run stylelint-modules && npm run stylelint-themes"
],
"va:test:module-lint-css": [
"npm install",
"npm run stylelint-modules"
],
"va:test:theme-lint-scss": [
"npm install",
"npm run stylelint-themes"
],
"va:test:cypress": [
"cd \"$(git rev-parse --show-toplevel)\"",
"[ -d node_modules ] || npm install",
"./node_modules/.bin/cypress install",
"npm run test:cypress"
],
"va:test:lint": [
"find docroot/modules/custom docroot/themes -name '*.php' -print0 | xargs -0 -n1 php -l > /dev/null",
"find docroot/modules/custom docroot/themes -name '*.module' -print0 | xargs -0 -n1 php -l > /dev/null",
"find docroot/modules/custom docroot/themes -name '*.install' -print0 | xargs -0 -n1 php -l > /dev/null"
],
"va:test:content-build-gql": [
"@va:web:prepare-dotenv",
"touch .buildlock",
"mkdir -p web/build/vagovdev",
"echo {} > web/build/vagovdev/metalsmith-build-data.json",
"cd web; INSTALL_HOOKS=no NODE_ENV=production yarn build --pull-drupal --gql-queries-only --nosymlink --no-drupal-proxy --api=https://dev-api.va.gov --buildtype=vagovdev",
"rm .buildlock"
],
"va:web:prepare-dotenv": [
"if [ -f web/.env.example ]; then cat web/.env.example | grep -v DRUPAL_ADDRESS > web/.env; fi",
"if [ -n \"$TUGBOAT_DEFAULT_SERVICE_URL\" ]; then echo DRUPAL_ADDRESS=${TUGBOAT_DEFAULT_SERVICE_URL} >> web/.env; fi",
"if [ -n \"$DDEV_PRIMARY_URL\" ]; then echo DRUPAL_ADDRESS=${DDEV_PRIMARY_URL} >> web/.env; fi",
"if [ -n \"$DRUPAL_ADDRESS\" ]; then echo DRUPAL_ADDRESS=${DRUPAL_ADDRESS} >> web/.env; fi",
"if ! cat web/.env | grep DRUPAL_ADDRESS > /dev/null; then echo DRUPAL_ADDRESS=https://dev.cms.va.gov >> web/.env; fi"
],
"va:test:php_codesniffer": [
"phpcs --colors"
],
"va:test:unit": "phpunit tests/phpunit --colors=always --exclude-group=disabled",
"va:cbf": "phpcbf --ignore=*.md,*.min.css,uswds.css,claro.css,*/node_modules/*,*/simplesaml*/* --standard=./docroot/vendor/drupal/coder/coder_sniffer/Drupal/ruleset.xml docroot/modules/custom docroot/themes/custom --colors",
"va:web:install": [
"# Preparing Front-end...",
"cd bin && ln -sf ../docroot/libraries/yarn/bin/yarn yarn",
"node -v",
"npm -v",
"yarn -v",
"./scripts/composer/check_yarn_version.sh",
"cd web && yarn run install-repos",
"export NODE_EXTRA_CA_CERTS=/etc/pki/tls/certs/ca-bundle.crt PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=TRUE; cd web && yarn install"
],
"va:web:server": [
"cd web && yarn build"
],
"va:web:watch": [
"cd web && npm run watch"
],
"va:web:start": [
"@va:web:install",
"@va:web:watch"
],
"va:web:build": [
"Composer\\Config::disableProcessTimeout",
"rm -rf docroot/vendor/va-gov/content-build/build/vagovdev",
"cd docroot/vendor/va-gov/vets-website && echo \"Downloading assets for vets-website for vagovdev\" ",
"@va:web:prepare-dotenv",
"cd web; INSTALL_HOOKS=no NODE_ENV=production yarn build --pull-drupal --no-drupal-proxy --buildtype=vagovdev --api=https://dev-api.va.gov",
"echo 'Replace s3 address with local in generated files'",
"find ./docroot/vendor/va-gov/content-build/build/vagovdev/generated -type f -exec sed -i \"s#https://dev-va-gov-assets\\.s3-us-gov-west-1\\.amazonaws\\.com##g\" {} \\+"
],
"va:web:test": [
"echo 'drupal address: ' $DRUPAL_ADDRESS"
]
}
}