From 655626a7278ece678bbe05e21976bed64de0d429 Mon Sep 17 00:00:00 2001 From: Marc Berger Date: Thu, 5 Oct 2023 15:45:44 -0700 Subject: [PATCH 1/4] chore(YALB-1576): Update readme to force change for PR multidev for testing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 807a633a9f..38416c57b1 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,4 @@ _Notes:_ - `confim` Imports the current config files to your database. - `local:theme-link` Run this script once to establish `npm link`s to all of the frontend-related repositories. - `local:cl-dev` Enables a frontend developer to work across all of the repositories (`yalesites-project`, `atomic`, and `component-library-twig`) in an environment configured to support both Storybook development, and have the changes reflected in the Drupal instance. Note: This also wires up the Tokens repo, but if you want to watch for changes there, you'll have to run the `npm run develop` script inside the Tokens directory. +. From fc5e33136905dcd7a55e079f1f8abebe2d50a5cf Mon Sep 17 00:00:00 2001 From: Marc Berger Date: Thu, 5 Oct 2023 15:58:48 -0700 Subject: [PATCH 2/4] fix(YALB-1576): Fix composer build issue with search API issue fork --- web/profiles/custom/yalesites_profile/composer.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/web/profiles/custom/yalesites_profile/composer.json b/web/profiles/custom/yalesites_profile/composer.json index e3a700b65a..e3dc8aa5f9 100644 --- a/web/profiles/custom/yalesites_profile/composer.json +++ b/web/profiles/custom/yalesites_profile/composer.json @@ -1,12 +1,16 @@ { "name": "yalesites-org/yalesites_profile", "type": "drupal-custom-profile", - "repositories": [ - { + "repositories": { + "drupal/search_api_html_element_filter": { + "type": "git", + "url": "https://git.drupalcode.org/issue/search_api_html_element_filter-3390283.git" + }, + "drupal": { "type": "composer", "url": "https://packages.drupal.org/8" } - ], + }, "require": { "drupal/address": "^1.10", "drupal/admin_toolbar": "3.3.0", From 7e3d00ba3caa6c8f83089f8028ff3e0e57927b40 Mon Sep 17 00:00:00 2001 From: Marc Berger Date: Thu, 5 Oct 2023 16:37:38 -0700 Subject: [PATCH 3/4] chore(YALB-1576): Test earlier version of CAS --- web/profiles/custom/yalesites_profile/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/profiles/custom/yalesites_profile/composer.json b/web/profiles/custom/yalesites_profile/composer.json index e3dc8aa5f9..bfd73e087a 100644 --- a/web/profiles/custom/yalesites_profile/composer.json +++ b/web/profiles/custom/yalesites_profile/composer.json @@ -22,7 +22,7 @@ "drupal/bugherd": "1.0", "drupal/calendar_link": "^3.0", "drupal/captcha": "1.10.0", - "drupal/cas": "^2.0", + "drupal/cas": "2.1", "drupal/chosen": "^4.0", "drupal/components": "^3.0", "drupal/config_filter": "^2.4", From bce4f1e840f68b87c7230040748826d3d50e9f18 Mon Sep 17 00:00:00 2001 From: Marc Berger Date: Thu, 5 Oct 2023 16:54:07 -0700 Subject: [PATCH 4/4] chore(YALB-1576): Revert CAS to latest version --- web/profiles/custom/yalesites_profile/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/profiles/custom/yalesites_profile/composer.json b/web/profiles/custom/yalesites_profile/composer.json index bfd73e087a..e3dc8aa5f9 100644 --- a/web/profiles/custom/yalesites_profile/composer.json +++ b/web/profiles/custom/yalesites_profile/composer.json @@ -22,7 +22,7 @@ "drupal/bugherd": "1.0", "drupal/calendar_link": "^3.0", "drupal/captcha": "1.10.0", - "drupal/cas": "2.1", + "drupal/cas": "^2.0", "drupal/chosen": "^4.0", "drupal/components": "^3.0", "drupal/config_filter": "^2.4",