From ba3ab9853590078e7b340cf562d7a14b960cbdff Mon Sep 17 00:00:00 2001 From: pookmish Date: Wed, 17 Jan 2024 09:21:27 -0800 Subject: [PATCH] 2.2.1 --- CHANGELOG.md | 6 + composer.lock | 300 +++++++++--------- .../profiles/custom/sul_profile/composer.json | 2 +- .../config/sync/core.extension.yml | 1 - .../sul_profile/config/sync/ds.settings.yml | 12 +- .../config/sync/ds_extras.settings.yml | 1 + .../sul_profile/config/sync/file.settings.yml | 10 +- 7 files changed, 171 insertions(+), 161 deletions(-) create mode 100644 docroot/profiles/custom/sul_profile/config/sync/ds_extras.settings.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 51c69a970..6dd22de84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Lagunita +2.2.0 +-------------------------------------------------------------------------------- +_Release Date: 2024-01-12_ + +- Modify the event importer to update events less often + 2.2.0 -------------------------------------------------------------------------------- _Release Date: 2023_ diff --git a/composer.lock b/composer.lock index ed71f9a91..09bfb74b0 100644 --- a/composer.lock +++ b/composer.lock @@ -1764,16 +1764,16 @@ }, { "name": "doctrine/inflector", - "version": "2.0.8", + "version": "2.0.9", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff" + "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff", - "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/2930cd5ef353871c821d5c43ed030d39ac8cfe65", + "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65", "shasum": "" }, "require": { @@ -1835,7 +1835,7 @@ ], "support": { "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/2.0.8" + "source": "https://github.com/doctrine/inflector/tree/2.0.9" }, "funding": [ { @@ -1851,7 +1851,7 @@ "type": "tidelift" } ], - "time": "2023-06-16T13:40:37+00:00" + "time": "2024-01-15T18:05:13+00:00" }, { "name": "doctrine/lexer", @@ -3081,17 +3081,17 @@ }, { "name": "drupal/config_ignore", - "version": "3.1.0", + "version": "3.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_ignore.git", - "reference": "8.x-3.1" + "reference": "8.x-3.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-3.1.zip", - "reference": "8.x-3.1", - "shasum": "5e60f312e02735060d5e5b1724330bb243face4c" + "url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-3.2.zip", + "reference": "8.x-3.2", + "shasum": "00335fc1ddeb4ed93f245dd6963d99b3c084c052" }, "require": { "drupal/core": "^8.8 || ^9 || ^10" @@ -3103,8 +3103,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.1", - "datestamp": "1699302168", + "version": "8.x-3.2", + "datestamp": "1705226226", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3957,27 +3957,27 @@ }, { "name": "drupal/cshs", - "version": "4.0.0", + "version": "4.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/cshs.git", - "reference": "4.0.0" + "reference": "4.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/cshs-4.0.0.zip", - "reference": "4.0.0", - "shasum": "ebcd3932481aba4004f4e2078038cdc7293738b0" + "url": "https://ftp.drupal.org/files/projects/cshs-4.0.1.zip", + "reference": "4.0.1", + "shasum": "8048c92e2d6bdde259b23851d03fbc4650e00b2e" }, "require": { - "drupal/core": "^9 || ^10", + "drupal/core": "^9.2 || ^10", "php": ">=8.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.0", - "datestamp": "1668457722", + "version": "4.0.1", + "datestamp": "1704752696", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4608,30 +4608,30 @@ }, { "name": "drupal/ds", - "version": "3.16.0", + "version": "3.18.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ds.git", - "reference": "8.x-3.16" + "reference": "8.x-3.18" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ds-8.x-3.16.zip", - "reference": "8.x-3.16", - "shasum": "428173ea368534fcc49b0fbdcd76ca2fd238a9d4" + "url": "https://ftp.drupal.org/files/projects/ds-8.x-3.18.zip", + "reference": "8.x-3.18", + "shasum": "1e2a8f48e48df54b3663c5aa58a1560e64b7b292" }, "require": { - "drupal/core": "^9 || ^10" + "drupal/core": "^10" }, "require-dev": { - "drupal/classy": "^1.0", - "drupal/devel": "5.x-dev" + "drupal/devel": "5.x-dev", + "drupal/field_group": "3.x-dev" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.16", - "datestamp": "1703256181", + "version": "8.x-3.18", + "datestamp": "1705507467", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4987,17 +4987,17 @@ }, { "name": "drupal/entity_reference_revisions", - "version": "1.10.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_reference_revisions.git", - "reference": "8.x-1.10" + "reference": "8.x-1.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.10.zip", - "reference": "8.x-1.10", - "shasum": "edd23b91c4a34db65ea22c4db54b7458edc7513b" + "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.11.zip", + "reference": "8.x-1.11", + "shasum": "de21cbb0d8a0344dc3496addcad4ed536747cec5" }, "require": { "drupal/core": "^9 || ^10" @@ -5008,8 +5008,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.10", - "datestamp": "1660664712", + "version": "8.x-1.11", + "datestamp": "1705140721", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8366,17 +8366,17 @@ }, { "name": "drupal/migrate_plus", - "version": "6.0.1", + "version": "6.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_plus.git", - "reference": "6.0.1" + "reference": "6.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_plus-6.0.1.zip", - "reference": "6.0.1", - "shasum": "154e5c627c8b32648cb4b4034a196a289b0626fa" + "url": "https://ftp.drupal.org/files/projects/migrate_plus-6.0.2.zip", + "reference": "6.0.2", + "shasum": "4315bc293aa75ea9247582d5d1925b075865e467" }, "require": { "drupal/core": ">=9.1", @@ -8393,8 +8393,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.1", - "datestamp": "1672428002", + "version": "6.0.2", + "datestamp": "1705424638", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9111,17 +9111,17 @@ }, { "name": "drupal/paragraphs", - "version": "1.16.0", + "version": "1.17.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/paragraphs.git", - "reference": "8.x-1.16" + "reference": "8.x-1.17" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.16.zip", - "reference": "8.x-1.16", - "shasum": "48f60810fd8086a52d56e84af8b212cce7a270e8" + "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.17.zip", + "reference": "8.x-1.17", + "shasum": "81c05f6a1eb59ab957c9ac97b2e79d6c9837bd72" }, "require": { "drupal/core": "^9.3 || ^10", @@ -9136,7 +9136,7 @@ "drupal/inline_entity_form": "1.x-dev", "drupal/paragraphs-paragraphs_library": "*", "drupal/replicate": "1.x-dev", - "drupal/search_api": "1.x-dev", + "drupal/search_api": "^1", "drupal/search_api_db": "*" }, "suggest": { @@ -9145,8 +9145,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.16", - "datestamp": "1694007797", + "version": "8.x-1.17", + "datestamp": "1705234146", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10847,17 +10847,17 @@ }, { "name": "drupal/subrequests", - "version": "3.0.10", + "version": "3.0.11", "source": { "type": "git", "url": "https://git.drupalcode.org/project/subrequests.git", - "reference": "3.0.10" + "reference": "3.0.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/subrequests-3.0.10.zip", - "reference": "3.0.10", - "shasum": "52d176f5fc813f7a11dbb42e4aaf654a9232e4c0" + "url": "https://ftp.drupal.org/files/projects/subrequests-3.0.11.zip", + "reference": "3.0.11", + "shasum": "9f1e793804620444d880083442669a00fb13a974" }, "require": { "drupal/core": "^8 || ^9 || ^10", @@ -10869,8 +10869,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.10", - "datestamp": "1703173149", + "version": "3.0.11", + "datestamp": "1704970244", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16485,16 +16485,16 @@ }, { "name": "su-sws/drupal-patches", - "version": "10.1.5", + "version": "10.1.6", "source": { "type": "git", "url": "https://github.com/SU-SWS/drupal-patches.git", - "reference": "262d37ef49dbbb1dd43b569937793f3e7c0a5360" + "reference": "b0dd383df60ca7daab7732f0fd2ddda0c55206ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SU-SWS/drupal-patches/zipball/262d37ef49dbbb1dd43b569937793f3e7c0a5360", - "reference": "262d37ef49dbbb1dd43b569937793f3e7c0a5360", + "url": "https://api.github.com/repos/SU-SWS/drupal-patches/zipball/b0dd383df60ca7daab7732f0fd2ddda0c55206ca", + "reference": "b0dd383df60ca7daab7732f0fd2ddda0c55206ca", "shasum": "" }, "require": { @@ -16534,9 +16534,6 @@ "Fix page parameter for JSON Api": "https://sws-devguide.stanford.edu/sites/g/files/sbiybj17516/files/core-pager-parameters.patch", "https://www.drupal.org/project/drupal/issues/2353611": "https://www.drupal.org/files/issues/2019-10-15/drupal-link_uuid-2353611-262.patch" }, - "drupal/cshs": { - "https://www.drupal.org/project/cshs/issues/3347581": "https://www.drupal.org/files/issues/2023-05-22/3347581-module-is-not-working-in-fresh-d10-12.patch" - }, "drupal/decoupled_router": { "Unable to resolve path on node in other language than default": "https://www.drupal.org/files/issues/2022-11-30/decouple_router-3111456-resolve-language-issue-58.patch" }, @@ -16602,9 +16599,9 @@ "description": "Drupal core and contrib shared patches", "support": { "issues": "https://github.com/SU-SWS/drupal-patches/issues", - "source": "https://github.com/SU-SWS/drupal-patches/tree/10.1.5" + "source": "https://github.com/SU-SWS/drupal-patches/tree/10.1.6" }, - "time": "2024-01-05T06:23:17+00:00" + "time": "2024-01-09T16:54:41+00:00" }, { "name": "su-sws/react_paragraphs", @@ -16709,27 +16706,26 @@ }, { "name": "su-sws/stanford_media", - "version": "10.1.4", + "version": "11.0.1", "source": { "type": "git", "url": "https://github.com/SU-SWS/stanford_media.git", - "reference": "42ad5e78522cd96f3801c18352feec492a3a0792" + "reference": "77737a23da346c10d25b90bc35b8bb905790d36a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SU-SWS/stanford_media/zipball/42ad5e78522cd96f3801c18352feec492a3a0792", - "reference": "42ad5e78522cd96f3801c18352feec492a3a0792", + "url": "https://api.github.com/repos/SU-SWS/stanford_media/zipball/77737a23da346c10d25b90bc35b8bb905790d36a", + "reference": "77737a23da346c10d25b90bc35b8bb905790d36a", "shasum": "" }, "require": { "davidbarratt/custom-installer": "^1.1", - "drupal/core": "^10.0", + "drupal/core": "^10.2", "drupal/dropzonejs": "^2.7", "drupal/entity_usage": "^2.0@beta", "drupal/focal_point": "^2.0@alpha", "drupal/inline_entity_form": "^3.0", "drupal/oembed_providers": "^2.1", - "drupal/transliterate_filenames": "^2.0", "enyo/dropzone": "^5.9", "php": ">=8.1" }, @@ -16763,22 +16759,22 @@ "homepage": "https://github.com/SU-SWS/stanford_media", "support": { "issues": "https://github.com/SU-SWS/stanford_media/issues", - "source": "https://github.com/SU-SWS/stanford_media/tree/10.1.4" + "source": "https://github.com/SU-SWS/stanford_media/tree/11.0.1" }, - "time": "2023-12-18T20:14:49+00:00" + "time": "2024-01-08T21:40:25+00:00" }, { "name": "su-sws/stanford_migrate", - "version": "8.5.4", + "version": "8.5.5", "source": { "type": "git", "url": "https://github.com/SU-SWS/stanford_migrate.git", - "reference": "442cc279d32f322b5c324c506b54ad00f5c95e10" + "reference": "083cffe0a4e0bd28213b0040bc05764f586769d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SU-SWS/stanford_migrate/zipball/442cc279d32f322b5c324c506b54ad00f5c95e10", - "reference": "442cc279d32f322b5c324c506b54ad00f5c95e10", + "url": "https://api.github.com/repos/SU-SWS/stanford_migrate/zipball/083cffe0a4e0bd28213b0040bc05764f586769d0", + "reference": "083cffe0a4e0bd28213b0040bc05764f586769d0", "shasum": "" }, "require": { @@ -16819,9 +16815,9 @@ "homepage": "https://github.com/SU-SWS/stanford_migrate", "support": { "issues": "https://github.com/SU-SWS/stanford_migrate/issues", - "source": "https://github.com/SU-SWS/stanford_migrate/tree/8.5.4" + "source": "https://github.com/SU-SWS/stanford_migrate/tree/8.5.5" }, - "time": "2023-09-28T17:18:01+00:00" + "time": "2024-01-17T17:01:25+00:00" }, { "name": "su-sws/stanford_profile", @@ -16829,12 +16825,12 @@ "source": { "type": "git", "url": "https://github.com/SU-SWS/stanford_profile.git", - "reference": "4866a7ed0834c1c3a036d75b55392a26110af0a9" + "reference": "84898246657a899bfaef25f6f8c6b5b2aca47a81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SU-SWS/stanford_profile/zipball/4866a7ed0834c1c3a036d75b55392a26110af0a9", - "reference": "4866a7ed0834c1c3a036d75b55392a26110af0a9", + "url": "https://api.github.com/repos/SU-SWS/stanford_profile/zipball/84898246657a899bfaef25f6f8c6b5b2aca47a81", + "reference": "84898246657a899bfaef25f6f8c6b5b2aca47a81", "shasum": "" }, "require": { @@ -16961,7 +16957,7 @@ "su-sws/react_paragraphs": "^8.2", "su-sws/stanford_actions": "^8.2", "su-sws/stanford_fields": "^8.2", - "su-sws/stanford_media": "^10.0", + "su-sws/stanford_media": "^11.0", "su-sws/stanford_migrate": "^8.3", "su-sws/stanford_profile_helper": "9.x-dev", "su-sws/stanford_samlauth": "^1.0" @@ -17006,7 +17002,7 @@ "issues": "https://github.com/SU-SWS/stanford_profile/issues", "source": "https://github.com/SU-SWS/stanford_profile/tree/11.x" }, - "time": "2024-01-05T16:01:13+00:00" + "time": "2024-01-09T20:34:59+00:00" }, { "name": "su-sws/stanford_profile_helper", @@ -21046,16 +21042,16 @@ }, { "name": "codeception/lib-web", - "version": "1.0.4", + "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/Codeception/lib-web.git", - "reference": "28cb2ed1169de18e720bec758015aadc37d8344c" + "reference": "cea9d53c9cd665498632acc417c9a96bff7eb2b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/lib-web/zipball/28cb2ed1169de18e720bec758015aadc37d8344c", - "reference": "28cb2ed1169de18e720bec758015aadc37d8344c", + "url": "https://api.github.com/repos/Codeception/lib-web/zipball/cea9d53c9cd665498632acc417c9a96bff7eb2b0", + "reference": "cea9d53c9cd665498632acc417c9a96bff7eb2b0", "shasum": "" }, "require": { @@ -21093,9 +21089,9 @@ ], "support": { "issues": "https://github.com/Codeception/lib-web/issues", - "source": "https://github.com/Codeception/lib-web/tree/1.0.4" + "source": "https://github.com/Codeception/lib-web/tree/1.0.5" }, - "time": "2023-12-01T11:38:22+00:00" + "time": "2024-01-13T11:54:18+00:00" }, { "name": "codeception/module-asserts", @@ -22373,17 +22369,17 @@ }, { "name": "drupal/config_inspector", - "version": "2.1.7", + "version": "2.1.8", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_inspector.git", - "reference": "2.1.7" + "reference": "2.1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_inspector-2.1.7.zip", - "reference": "2.1.7", - "shasum": "31ae3e429d23cf559c0e1ff55b4e41c45bb62797" + "url": "https://ftp.drupal.org/files/projects/config_inspector-2.1.8.zip", + "reference": "2.1.8", + "shasum": "bd9f82f9387f806c582650261190a89e9fe87155" }, "require": { "drupal/core": "^9.2 || ^10 || ^11" @@ -22391,8 +22387,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.7", - "datestamp": "1698249898", + "version": "2.1.8", + "datestamp": "1704878359", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -22881,16 +22877,16 @@ }, { "name": "google/protobuf", - "version": "v3.25.1", + "version": "v3.25.2", "source": { "type": "git", "url": "https://github.com/protocolbuffers/protobuf-php.git", - "reference": "1fb247e72df401c863ed239c1660f981644af5db" + "reference": "83ea4c147718666ce6a9b9332ac2aa588c9211eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/1fb247e72df401c863ed239c1660f981644af5db", - "reference": "1fb247e72df401c863ed239c1660f981644af5db", + "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/83ea4c147718666ce6a9b9332ac2aa588c9211eb", + "reference": "83ea4c147718666ce6a9b9332ac2aa588c9211eb", "shasum": "" }, "require": { @@ -22919,9 +22915,9 @@ "proto" ], "support": { - "source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.25.1" + "source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.25.2" }, - "time": "2023-11-15T21:36:03+00:00" + "time": "2024-01-09T22:12:32+00:00" }, { "name": "instaclick/php-webdriver", @@ -23198,21 +23194,21 @@ }, { "name": "mglaman/phpstan-drupal", - "version": "1.2.4", + "version": "1.2.6", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "57b2cc67fb4416e8484db37a3d8502ac8fb3c0d6" + "reference": "ba8678f8cbea42cc41022c21751004eb677cf5a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/57b2cc67fb4416e8484db37a3d8502ac8fb3c0d6", - "reference": "57b2cc67fb4416e8484db37a3d8502ac8fb3c0d6", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/ba8678f8cbea42cc41022c21751004eb677cf5a4", + "reference": "ba8678f8cbea42cc41022c21751004eb677cf5a4", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", - "phpstan/phpstan": "^1.10.1", + "phpstan/phpstan": "^1.10.56", "phpstan/phpstan-deprecation-rules": "^1.1.4", "symfony/finder": "^4.2 || ^5.0 || ^6.0 || ^7.0", "symfony/yaml": "^4.2|| ^5.0 || ^6.0 || ^7.0", @@ -23282,7 +23278,7 @@ "description": "Drupal extension and rules for PHPStan", "support": { "issues": "https://github.com/mglaman/phpstan-drupal/issues", - "source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.4" + "source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.6" }, "funding": [ { @@ -23298,7 +23294,7 @@ "type": "tidelift" } ], - "time": "2023-11-14T22:47:32+00:00" + "time": "2024-01-16T00:42:10+00:00" }, { "name": "micheh/phpcs-gitlab", @@ -23405,16 +23401,16 @@ }, { "name": "open-telemetry/api", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/api.git", - "reference": "78bf7615fa0504b5b9ac632cc79bb83ffe7ebb90" + "reference": "401d04c6afe349afa78250ac862db2f89dbf94f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/api/zipball/78bf7615fa0504b5b9ac632cc79bb83ffe7ebb90", - "reference": "78bf7615fa0504b5b9ac632cc79bb83ffe7ebb90", + "url": "https://api.github.com/repos/opentelemetry-php/api/zipball/401d04c6afe349afa78250ac862db2f89dbf94f6", + "reference": "401d04c6afe349afa78250ac862db2f89dbf94f6", "shasum": "" }, "require": { @@ -23426,7 +23422,7 @@ "symfony/polyfill-php82": "^1.26" }, "conflict": { - "open-telemetry/sdk": "<=1.0.1" + "open-telemetry/sdk": "<=1.0.4" }, "type": "library", "extra": { @@ -23468,20 +23464,20 @@ "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2023-12-13T02:03:10+00:00" + "time": "2024-01-10T13:04:59+00:00" }, { "name": "open-telemetry/context", - "version": "1.0.0", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/context.git", - "reference": "99f3d54fa9f9ff67421774feeef5e5b1f209ea21" + "reference": "e9d254a7c89885e63fd2fde54e31e81aaaf52b7c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/context/zipball/99f3d54fa9f9ff67421774feeef5e5b1f209ea21", - "reference": "99f3d54fa9f9ff67421774feeef5e5b1f209ea21", + "url": "https://api.github.com/repos/opentelemetry-php/context/zipball/e9d254a7c89885e63fd2fde54e31e81aaaf52b7c", + "reference": "e9d254a7c89885e63fd2fde54e31e81aaaf52b7c", "shasum": "" }, "require": { @@ -23529,25 +23525,25 @@ "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2023-09-05T03:38:44+00:00" + "time": "2024-01-13T05:50:44+00:00" }, { "name": "open-telemetry/exporter-otlp", - "version": "1.0.1", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/exporter-otlp.git", - "reference": "89aaf718248e558679e04129cd0ec7d708c91fc3" + "reference": "db7b96bd04284d2fea92dccaebb68f8af40f79d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/exporter-otlp/zipball/89aaf718248e558679e04129cd0ec7d708c91fc3", - "reference": "89aaf718248e558679e04129cd0ec7d708c91fc3", + "url": "https://api.github.com/repos/opentelemetry-php/exporter-otlp/zipball/db7b96bd04284d2fea92dccaebb68f8af40f79d8", + "reference": "db7b96bd04284d2fea92dccaebb68f8af40f79d8", "shasum": "" }, "require": { "open-telemetry/api": "^1.0", - "open-telemetry/gen-otlp-protobuf": "^1.0", + "open-telemetry/gen-otlp-protobuf": "^1.1", "open-telemetry/sdk": "^1.0", "php": "^7.4 || ^8.0", "php-http/discovery": "^1.14" @@ -23593,20 +23589,20 @@ "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2023-12-17T23:25:22+00:00" + "time": "2024-01-17T12:46:01+00:00" }, { "name": "open-telemetry/gen-otlp-protobuf", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/gen-otlp-protobuf.git", - "reference": "30fe95f10c2ec1a577f78257c86fbbebe739ca5e" + "reference": "76e2a44357f8c3fdcabcb070ec8a59e52ae3e3c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/gen-otlp-protobuf/zipball/30fe95f10c2ec1a577f78257c86fbbebe739ca5e", - "reference": "30fe95f10c2ec1a577f78257c86fbbebe739ca5e", + "url": "https://api.github.com/repos/opentelemetry-php/gen-otlp-protobuf/zipball/76e2a44357f8c3fdcabcb070ec8a59e52ae3e3c3", + "reference": "76e2a44357f8c3fdcabcb070ec8a59e52ae3e3c3", "shasum": "" }, "require": { @@ -23656,20 +23652,20 @@ "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2023-09-05T03:38:44+00:00" + "time": "2024-01-16T21:54:57+00:00" }, { "name": "open-telemetry/sdk", - "version": "1.0.4", + "version": "1.0.6", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/sdk.git", - "reference": "550ea6e9a14bef8b5fc522b88687b57306013fe8" + "reference": "a827f2544cfcd65eb39bf26bc0c4a0978de426e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/sdk/zipball/550ea6e9a14bef8b5fc522b88687b57306013fe8", - "reference": "550ea6e9a14bef8b5fc522b88687b57306013fe8", + "url": "https://api.github.com/repos/opentelemetry-php/sdk/zipball/a827f2544cfcd65eb39bf26bc0c4a0978de426e6", + "reference": "a827f2544cfcd65eb39bf26bc0c4a0978de426e6", "shasum": "" }, "require": { @@ -23739,7 +23735,7 @@ "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2023-12-28T22:10:34+00:00" + "time": "2024-01-16T21:54:57+00:00" }, { "name": "open-telemetry/sem-conv", @@ -24336,16 +24332,16 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.7.3", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419" + "reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419", - "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fad452781b3d774e3337b0c0b245dd8e5a4455fc", + "reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc", "shasum": "" }, "require": { @@ -24388,9 +24384,9 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.3" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.0" }, - "time": "2023-08-12T11:01:26+00:00" + "time": "2024-01-11T11:49:22+00:00" }, { "name": "phpspec/prophecy", @@ -24606,16 +24602,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.55", + "version": "1.10.56", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949" + "reference": "27816a01aea996191ee14d010f325434c0ee76fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9a88f9d18ddf4cf54c922fbeac16c4cb164c5949", - "reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/27816a01aea996191ee14d010f325434c0ee76fa", + "reference": "27816a01aea996191ee14d010f325434c0ee76fa", "shasum": "" }, "require": { @@ -24664,7 +24660,7 @@ "type": "tidelift" } ], - "time": "2024-01-08T12:32:40+00:00" + "time": "2024-01-15T10:43:00+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", diff --git a/docroot/profiles/custom/sul_profile/composer.json b/docroot/profiles/custom/sul_profile/composer.json index 35879a0ce..640dc6cb3 100644 --- a/docroot/profiles/custom/sul_profile/composer.json +++ b/docroot/profiles/custom/sul_profile/composer.json @@ -160,7 +160,7 @@ "su-sws/react_paragraphs": "^8.2", "su-sws/stanford_actions": "^8.2", "su-sws/stanford_fields": "^8.2", - "su-sws/stanford_media": "^10.0", + "su-sws/stanford_media": "^11.0", "su-sws/stanford_migrate": "^8.3", "su-sws/stanford_profile_helper": "9.x-dev", "su-sws/stanford_samlauth": "^1.0" diff --git a/docroot/profiles/custom/sul_profile/config/sync/core.extension.yml b/docroot/profiles/custom/sul_profile/config/sync/core.extension.yml index fd886cf8d..9c10c2002 100644 --- a/docroot/profiles/custom/sul_profile/config/sync/core.extension.yml +++ b/docroot/profiles/custom/sul_profile/config/sync/core.extension.yml @@ -221,7 +221,6 @@ module: token: 0 token_or: 0 toolbar: 0 - transliterate_filenames: 0 typed_data: 0 ui_patterns: 0 ui_patterns_ds: 0 diff --git a/docroot/profiles/custom/sul_profile/config/sync/ds.settings.yml b/docroot/profiles/custom/sul_profile/config/sync/ds.settings.yml index 068469924..62d1d2876 100644 --- a/docroot/profiles/custom/sul_profile/config/sync/ds.settings.yml +++ b/docroot/profiles/custom/sul_profile/config/sync/ds.settings.yml @@ -2,9 +2,17 @@ _core: default_config_hash: xfB0qOeoAomOThclNNokdKTrVwXLcXz13SU3-4a5-FY disabled: false field_template: false -ft-default: default -ft-show-colon: false classes: region: { } field: { } use_field_names: true +ft_bc: true +exclude_layout_builder_blocks_on_block_field: false +ft_expert_prefix_suffix_textarea: false +ft_default: default +ft_show_colon: false +ft_layout_builder: null +exclude_ds_layout_layout_builder: false +layout_icon_image_bc: true +ft_default_bc: true +layout_suggestion_bc: true diff --git a/docroot/profiles/custom/sul_profile/config/sync/ds_extras.settings.yml b/docroot/profiles/custom/sul_profile/config/sync/ds_extras.settings.yml new file mode 100644 index 000000000..d6ba76678 --- /dev/null +++ b/docroot/profiles/custom/sul_profile/config/sync/ds_extras.settings.yml @@ -0,0 +1 @@ +switch_field_prefix: node--view-mode- diff --git a/docroot/profiles/custom/sul_profile/config/sync/file.settings.yml b/docroot/profiles/custom/sul_profile/config/sync/file.settings.yml index 448179160..55d238d4c 100644 --- a/docroot/profiles/custom/sul_profile/config/sync/file.settings.yml +++ b/docroot/profiles/custom/sul_profile/config/sync/file.settings.yml @@ -7,9 +7,9 @@ icon: directory: core/modules/file/icons make_unused_managed_files_temporary: false filename_sanitization: - transliterate: false - replace_whitespace: false - replace_non_alphanumeric: false - deduplicate_separators: false - lowercase: false + transliterate: true + replace_whitespace: true + replace_non_alphanumeric: true + deduplicate_separators: true + lowercase: true replacement_character: '-'