diff --git a/.gitattributes b/.gitattributes index 76ea8feeb..e7b792f84 100644 --- a/.gitattributes +++ b/.gitattributes @@ -42,6 +42,9 @@ *.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +# PHPStan's baseline uses tabs instead of spaces. +core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php + # Define binary file attributes. # - Do not treat them as text. # - Include binary diff in patches instead of "binary files differ." diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 685cc4f99..d6f58449d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,15 +10,11 @@ Insert a brief summary of the changes included in this PR and any additional inf ## Deployment and testing -### Pre-deploy - -1. Insert any required steps to take before merging and running post-deploy. - -### Post-deploy +### Post-deploy steps 1. Insert any required steps to take before beginning test. -### QA/Test +### QA/Testing instructions 1. Insert steps to test and confirm the result meets the "definition of done". diff --git a/composer.lock b/composer.lock index a5e3e8b28..712fa81a7 100644 --- a/composer.lock +++ b/composer.lock @@ -1224,16 +1224,16 @@ }, { "name": "doctrine/common", - "version": "3.4.3", + "version": "3.4.4", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", - "reference": "8b5e5650391f851ed58910b3e3d48a71062eeced" + "reference": "0aad4b7ab7ce8c6602dfbb1e1a24581275fb9d1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/8b5e5650391f851ed58910b3e3d48a71062eeced", - "reference": "8b5e5650391f851ed58910b3e3d48a71062eeced", + "url": "https://api.github.com/repos/doctrine/common/zipball/0aad4b7ab7ce8c6602dfbb1e1a24581275fb9d1a", + "reference": "0aad4b7ab7ce8c6602dfbb1e1a24581275fb9d1a", "shasum": "" }, "require": { @@ -1295,7 +1295,7 @@ ], "support": { "issues": "https://github.com/doctrine/common/issues", - "source": "https://github.com/doctrine/common/tree/3.4.3" + "source": "https://github.com/doctrine/common/tree/3.4.4" }, "funding": [ { @@ -1311,7 +1311,7 @@ "type": "tidelift" } ], - "time": "2022-10-09T11:47:59+00:00" + "time": "2024-04-16T13:35:33+00:00" }, { "name": "doctrine/deprecations", @@ -1531,16 +1531,16 @@ }, { "name": "doctrine/persistence", - "version": "3.3.1", + "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "b6fd1f126b13c1f7e7321f7338b14a19116b5de4" + "reference": "477da35bd0255e032826f440b94b3e37f2d56f42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/b6fd1f126b13c1f7e7321f7338b14a19116b5de4", - "reference": "b6fd1f126b13c1f7e7321f7338b14a19116b5de4", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/477da35bd0255e032826f440b94b3e37f2d56f42", + "reference": "477da35bd0255e032826f440b94b3e37f2d56f42", "shasum": "" }, "require": { @@ -1609,7 +1609,7 @@ ], "support": { "issues": "https://github.com/doctrine/persistence/issues", - "source": "https://github.com/doctrine/persistence/tree/3.3.1" + "source": "https://github.com/doctrine/persistence/tree/3.3.2" }, "funding": [ { @@ -1625,7 +1625,7 @@ "type": "tidelift" } ], - "time": "2024-03-01T19:53:13+00:00" + "time": "2024-03-12T14:54:36+00:00" }, { "name": "drupal-tome/tome_drush", @@ -2008,20 +2008,20 @@ }, { "name": "drupal/config_ignore", - "version": "3.2.0", + "version": "3.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_ignore.git", - "reference": "8.x-3.2" + "reference": "8.x-3.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-3.2.zip", - "reference": "8.x-3.2", - "shasum": "00335fc1ddeb4ed93f245dd6963d99b3c084c052" + "url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-3.3.zip", + "reference": "8.x-3.3", + "shasum": "4446811ecb023820a57c227d35c034e0d4363a70" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10" + "drupal/core": "^8.8 || ^9 || ^10 || ^11" }, "require-dev": { "drupal/config_filter": "^1.8||^2.2", @@ -2030,8 +2030,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.2", - "datestamp": "1705226226", + "version": "8.x-3.3", + "datestamp": "1713299496", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2040,7 +2040,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -2068,20 +2068,20 @@ }, { "name": "drupal/config_split", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_split.git", - "reference": "2.0.0" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_split-2.0.0.zip", - "reference": "2.0.0", - "shasum": "be9fd0aba1206e0f19e8448f69d4210e53dae069" + "url": "https://ftp.drupal.org/files/projects/config_split-2.0.1.zip", + "reference": "2.0.1", + "shasum": "e033a277995753c564f3a4681b88cd112e19ba2a" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10" + "drupal/core": "^8.8 || ^9 || ^10 || ^11" }, "conflict": { "drush/drush": "<10" @@ -2096,8 +2096,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1707999066", + "version": "2.0.1", + "datestamp": "1711022056", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2146,16 +2146,16 @@ }, { "name": "drupal/core", - "version": "10.2.4", + "version": "10.2.5", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "d1c5b44adfc79bda03252471491b0fba89d87eff" + "reference": "dddd242b74f40df892a7f16a48245c3b76d9b003" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/d1c5b44adfc79bda03252471491b0fba89d87eff", - "reference": "d1c5b44adfc79bda03252471491b0fba89d87eff", + "url": "https://api.github.com/repos/drupal/core/zipball/dddd242b74f40df892a7f16a48245c3b76d9b003", + "reference": "dddd242b74f40df892a7f16a48245c3b76d9b003", "shasum": "" }, "require": { @@ -2303,13 +2303,13 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/10.2.4" + "source": "https://github.com/drupal/core/tree/10.2.5" }, - "time": "2024-03-06T08:23:56+00:00" + "time": "2024-04-03T07:19:20+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "10.2.4", + "version": "10.2.5", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", @@ -2353,13 +2353,13 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/10.2.4" + "source": "https://github.com/drupal/core-composer-scaffold/tree/10.2.5" }, "time": "2024-01-26T14:59:30+00:00" }, { "name": "drupal/core-project-message", - "version": "10.2.4", + "version": "10.2.5", "source": { "type": "git", "url": "https://github.com/drupal/core-project-message.git", @@ -2394,22 +2394,22 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-project-message/tree/10.2.4" + "source": "https://github.com/drupal/core-project-message/tree/10.2.5" }, "time": "2023-07-24T07:55:25+00:00" }, { "name": "drupal/core-recommended", - "version": "10.2.4", + "version": "10.2.5", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "550c4cb19afda15ef892d88469ab93dc38bf0b46" + "reference": "bd7fe9e734a82762814d9c31255cd362d9c044f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/550c4cb19afda15ef892d88469ab93dc38bf0b46", - "reference": "550c4cb19afda15ef892d88469ab93dc38bf0b46", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/bd7fe9e734a82762814d9c31255cd362d9c044f1", + "reference": "bd7fe9e734a82762814d9c31255cd362d9c044f1", "shasum": "" }, "require": { @@ -2418,7 +2418,7 @@ "doctrine/annotations": "~1.14.3", "doctrine/deprecations": "~1.1.2", "doctrine/lexer": "~2.1.0", - "drupal/core": "10.2.4", + "drupal/core": "10.2.5", "egulias/email-validator": "~4.0.2", "guzzlehttp/guzzle": "~7.8.1", "guzzlehttp/promises": "~2.0.2", @@ -2479,9 +2479,9 @@ ], "description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.", "support": { - "source": "https://github.com/drupal/core-recommended/tree/10.2.4" + "source": "https://github.com/drupal/core-recommended/tree/10.2.5" }, - "time": "2024-03-06T08:23:56+00:00" + "time": "2024-04-03T07:19:20+00:00" }, { "name": "drupal/crop", @@ -2696,29 +2696,30 @@ }, { "name": "drupal/devel", - "version": "5.1.2", + "version": "5.2.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/devel.git", - "reference": "5.1.2" + "reference": "5.2.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/devel-5.1.2.zip", - "reference": "5.1.2", - "shasum": "9b35e38bf2043bf87f88585b3d9100f38da8f07f" + "url": "https://ftp.drupal.org/files/projects/devel-5.2.1.zip", + "reference": "5.2.1", + "shasum": "793861751e01092fe8bc7c0cd47589ebea2bb8df" }, "require": { "doctrine/common": "^2.7 || ^3.4", - "drupal/core": "^9 || ^10", - "php": ">=7.4", + "drupal/core": ">=10.0 <12.0.0-stable", + "php": ">=8.1", "symfony/var-dumper": "^4 || ^5 || ^6" }, "conflict": { + "drush/drush": "<12.5.1", "kint-php/kint": "<3" }, "require-dev": { - "drush/drush": "^11" + "drush/drush": "^12.5.1" }, "suggest": { "kint-php/kint": "Kint provides an informative display of arrays/objects. Useful for debugging and developing." @@ -2726,17 +2727,12 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "5.1.2", - "datestamp": "1686161028", + "version": "5.2.1", + "datestamp": "1711328410", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10 || ^11" - } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -3012,26 +3008,29 @@ }, { "name": "drupal/editoria11y", - "version": "2.1.8", + "version": "2.1.12", "source": { "type": "git", "url": "https://git.drupalcode.org/project/editoria11y.git", - "reference": "2.1.8" + "reference": "2.1.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/editoria11y-2.1.8.zip", - "reference": "2.1.8", - "shasum": "6ec91608cb6cd0db75a9a9bd8681616080cb8e76" + "url": "https://ftp.drupal.org/files/projects/editoria11y-2.1.12.zip", + "reference": "2.1.12", + "shasum": "2a3e32c25eebdcdb3c64144b01d7dd4ce2945fec" }, "require": { "drupal/core": "^9 || ^10" }, + "conflict": { + "drupal/csp": "<1.24" + }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.8", - "datestamp": "1707937463", + "version": "2.1.12", + "datestamp": "1713880633", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3065,10 +3064,10 @@ } ], "description": "Editoria11y (\"editorial accessibility\") is a user-friendly accessibility checker.", - "homepage": "http://drupal.org/project/editoria11y", + "homepage": "https://drupal.org/project/editoria11y", "support": { "source": "https://git.drupalcode.org/project/editoria11y", - "issues": "http://drupal.org/project/issues/editoria11y" + "issues": "https://drupal.org/project/issues/editoria11y" } }, { @@ -3309,23 +3308,21 @@ }, { "name": "drupal/focal_point", - "version": "2.0.2", + "version": "2.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/focal_point.git", - "reference": "2.0.2" + "reference": "2.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/focal_point-2.0.2.zip", - "reference": "2.0.2", - "shasum": "8e809795ec6a68a0bc3740b0b0a41bfa53d4d6d5" + "url": "https://ftp.drupal.org/files/projects/focal_point-2.0.3.zip", + "reference": "2.0.3", + "shasum": "5067b249e39c2f93799a4cadfcc3d3dc981f3ef5" }, "require": { "drupal/core": "^9.3 || ^10", - "drupal/crop": "^2.3", - "drupal/jquery_ui": "^1.6", - "drupal/jquery_ui_draggable": "^2.0" + "drupal/crop": "^2.3" }, "require-dev": { "drupal/crop": "*" @@ -3333,8 +3330,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1690451892", + "version": "2.0.3", + "datestamp": "1710483189", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3364,155 +3361,6 @@ "irc": "irc://irc.freenode.org/drupal-contribute" } }, - { - "name": "drupal/jquery_ui", - "version": "1.6.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/jquery_ui.git", - "reference": "8.x-1.6" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "0ddccdcf35a066de1843e1d9670677ee1a2faac0" - }, - "require": { - "drupal/core": "^9.2 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.6", - "datestamp": "1668521197", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "bnjmnm", - "homepage": "https://www.drupal.org/user/2369194" - }, - { - "name": "jjeff", - "homepage": "https://www.drupal.org/user/17190" - }, - { - "name": "lauriii", - "homepage": "https://www.drupal.org/user/1078742" - }, - { - "name": "litwol", - "homepage": "https://www.drupal.org/user/78134" - }, - { - "name": "mfb", - "homepage": "https://www.drupal.org/user/12302" - }, - { - "name": "mfer", - "homepage": "https://www.drupal.org/user/25701" - }, - { - "name": "mikelutz", - "homepage": "https://www.drupal.org/user/2972409" - }, - { - "name": "nod_", - "homepage": "https://www.drupal.org/user/598310" - }, - { - "name": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" - }, - { - "name": "RobLoach", - "homepage": "https://www.drupal.org/user/61114" - }, - { - "name": "sun", - "homepage": "https://www.drupal.org/user/54136" - }, - { - "name": "webchick", - "homepage": "https://www.drupal.org/user/24967" - }, - { - "name": "Wim Leers", - "homepage": "https://www.drupal.org/user/99777" - }, - { - "name": "zrpnr", - "homepage": "https://www.drupal.org/user/1448368" - } - ], - "description": "Provides jQuery UI library.", - "homepage": "https://www.drupal.org/project/jquery_ui", - "support": { - "source": "https://git.drupalcode.org/project/jquery_ui" - } - }, - { - "name": "drupal/jquery_ui_draggable", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/jquery_ui_draggable.git", - "reference": "2.0.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_draggable-2.0.0.zip", - "reference": "2.0.0", - "shasum": "13a8f4bf037449cd176ddb967fc9cba9a466a705" - }, - "require": { - "drupal/core": "^9.2 || ^10", - "drupal/jquery_ui": "^1.6" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.0", - "datestamp": "1670871516", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "bnjmnm", - "homepage": "https://www.drupal.org/user/2369194" - }, - { - "name": "lauriii", - "homepage": "https://www.drupal.org/user/1078742" - }, - { - "name": "zrpnr", - "homepage": "https://www.drupal.org/user/1448368" - } - ], - "description": "Provides jQuery UI Draggable library.", - "homepage": "https://www.drupal.org/project/jquery_ui_draggable", - "support": { - "source": "https://git.drupalcode.org/project/jquery_ui_draggable" - } - }, { "name": "drupal/language_switcher_extended", "version": "1.1.0", @@ -4409,17 +4257,17 @@ }, { "name": "drupal/rest_views", - "version": "3.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/rest_views.git", - "reference": "3.0.0" + "reference": "3.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/rest_views-3.0.0.zip", - "reference": "3.0.0", - "shasum": "6fe24379f504950c39d8fa9d23307731c0aceda9" + "url": "https://ftp.drupal.org/files/projects/rest_views-3.0.1.zip", + "reference": "3.0.1", + "shasum": "4c8a669daa9933e37e10945c4bd199300fd6e41b" }, "require": { "drupal/core": "^9.3 || ^10", @@ -4433,8 +4281,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0", - "datestamp": "1706040033", + "version": "3.0.1", + "datestamp": "1713975749", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4614,17 +4462,17 @@ }, { "name": "drupal/simple_sitemap", - "version": "4.1.8", + "version": "4.1.9", "source": { "type": "git", "url": "https://git.drupalcode.org/project/simple_sitemap.git", - "reference": "4.1.8" + "reference": "4.1.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/simple_sitemap-4.1.8.zip", - "reference": "4.1.8", - "shasum": "391f64048ccd5ee3ba6a4cffa9ad523ce9bd8a57" + "url": "https://ftp.drupal.org/files/projects/simple_sitemap-4.1.9.zip", + "reference": "4.1.9", + "shasum": "d86d90408b334cd7470ea631e3be5acca2103377" }, "require": { "drupal/core": "^9.3 || ^10", @@ -4633,8 +4481,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.1.8", - "datestamp": "1702898385", + "version": "4.1.9", + "datestamp": "1712441608", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4722,17 +4570,17 @@ }, { "name": "drupal/token", - "version": "1.13.0", + "version": "1.14.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/token.git", - "reference": "8.x-1.13" + "reference": "8.x-1.14" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/token-8.x-1.13.zip", - "reference": "8.x-1.13", - "shasum": "f2a074b51726de3727c1d900237d6d471806a4d2" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.14.zip", + "reference": "8.x-1.14", + "shasum": "df3cae709fcc1a99ac1111ce67a0d6af56d287d7" }, "require": { "drupal/core": "^9.2 || ^10" @@ -4740,8 +4588,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.13", - "datestamp": "1697885927", + "version": "8.x-1.14", + "datestamp": "1713009399", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5243,23 +5091,23 @@ }, { "name": "drush/drush", - "version": "12.4.3", + "version": "12.5.1", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "8245acede57ecc62a90aa0f19ff3b29e5f11f971" + "reference": "71fcea30a22e7336e17be18bb5945400b2c63fad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/8245acede57ecc62a90aa0f19ff3b29e5f11f971", - "reference": "8245acede57ecc62a90aa0f19ff3b29e5f11f971", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/71fcea30a22e7336e17be18bb5945400b2c63fad", + "reference": "71fcea30a22e7336e17be18bb5945400b2c63fad", "shasum": "" }, "require": { "chi-teck/drupal-code-generator": "^3.0", "composer-runtime-api": "^2.2", "composer/semver": "^1.4 || ^3", - "consolidation/annotated-command": "^4.9.1", + "consolidation/annotated-command": "^4.9.2", "consolidation/config": "^2.1.2", "consolidation/filter-via-dot-access-data": "^2.0.2", "consolidation/output-formatters": "^4.3.2", @@ -5375,7 +5223,7 @@ "issues": "https://github.com/drush-ops/drush/issues", "security": "https://github.com/drush-ops/drush/security/advisories", "slack": "https://drupal.slack.com/messages/C62H9CWQM", - "source": "https://github.com/drush-ops/drush/tree/12.4.3" + "source": "https://github.com/drush-ops/drush/tree/12.5.1" }, "funding": [ { @@ -5383,7 +5231,7 @@ "type": "github" } ], - "time": "2023-11-16T22:57:24+00:00" + "time": "2024-03-20T15:03:27+00:00" }, { "name": "egulias/email-validator", @@ -6530,16 +6378,16 @@ }, { "name": "pear/pear-core-minimal", - "version": "v1.10.14", + "version": "v1.10.15", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32" + "reference": "ce0adade8b97561656ace07cdaac4751c271ea8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/a86fc145edb5caedbf96527214ce3cadc9de4a32", - "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/ce0adade8b97561656ace07cdaac4751c271ea8c", + "reference": "ce0adade8b97561656ace07cdaac4751c271ea8c", "shasum": "" }, "require": { @@ -6552,9 +6400,9 @@ }, "type": "library", "autoload": { - "psr-0": { - "": "src/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ @@ -6575,7 +6423,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, - "time": "2023-11-26T16:15:38+00:00" + "time": "2024-03-16T18:41:45+00:00" }, { "name": "pear/pear_exception", @@ -7387,16 +7235,16 @@ }, { "name": "symfony/console", - "version": "v6.4.4", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "0d9e4eb5ad413075624378f474c4167ea202de78" + "reference": "a170e64ae10d00ba89e2acbb590dc2e54da8ad8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/0d9e4eb5ad413075624378f474c4167ea202de78", - "reference": "0d9e4eb5ad413075624378f474c4167ea202de78", + "url": "https://api.github.com/repos/symfony/console/zipball/a170e64ae10d00ba89e2acbb590dc2e54da8ad8f", + "reference": "a170e64ae10d00ba89e2acbb590dc2e54da8ad8f", "shasum": "" }, "require": { @@ -7461,7 +7309,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.4" + "source": "https://github.com/symfony/console/tree/v6.4.7" }, "funding": [ { @@ -7477,20 +7325,20 @@ "type": "tidelift" } ], - "time": "2024-02-22T20:27:10+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/css-selector", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "ee0f7ed5cf298cc019431bb3b3977ebc52b86229" + "reference": "1c5d5c2103c3762aff27a27e1e2409e30a79083b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/ee0f7ed5cf298cc019431bb3b3977ebc52b86229", - "reference": "ee0f7ed5cf298cc019431bb3b3977ebc52b86229", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/1c5d5c2103c3762aff27a27e1e2409e30a79083b", + "reference": "1c5d5c2103c3762aff27a27e1e2409e30a79083b", "shasum": "" }, "require": { @@ -7526,7 +7374,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v6.4.3" + "source": "https://github.com/symfony/css-selector/tree/v6.4.7" }, "funding": [ { @@ -7542,20 +7390,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/dependency-injection", - "version": "v6.4.4", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "6236e5e843cb763e9d0f74245678b994afea5363" + "reference": "d8c5f9781b71c2a868ae9d0e5c9b283684740b6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6236e5e843cb763e9d0f74245678b994afea5363", - "reference": "6236e5e843cb763e9d0f74245678b994afea5363", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d8c5f9781b71c2a868ae9d0e5c9b283684740b6d", + "reference": "d8c5f9781b71c2a868ae9d0e5c9b283684740b6d", "shasum": "" }, "require": { @@ -7607,7 +7455,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.4.4" + "source": "https://github.com/symfony/dependency-injection/tree/v6.4.7" }, "funding": [ { @@ -7623,7 +7471,7 @@ "type": "tidelift" } ], - "time": "2024-02-22T20:27:10+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/deprecation-contracts", @@ -7694,16 +7542,16 @@ }, { "name": "symfony/dom-crawler", - "version": "v6.4.4", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "f0e7ec3fa17000e2d0cb4557b4b47c88a6a63531" + "reference": "2088c5da700b1e7a8689fffc10dda6c1f643deea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/f0e7ec3fa17000e2d0cb4557b4b47c88a6a63531", - "reference": "f0e7ec3fa17000e2d0cb4557b4b47c88a6a63531", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2088c5da700b1e7a8689fffc10dda6c1f643deea", + "reference": "2088c5da700b1e7a8689fffc10dda6c1f643deea", "shasum": "" }, "require": { @@ -7741,7 +7589,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v6.4.4" + "source": "https://github.com/symfony/dom-crawler/tree/v6.4.7" }, "funding": [ { @@ -7757,20 +7605,20 @@ "type": "tidelift" } ], - "time": "2024-02-07T09:17:57+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/error-handler", - "version": "v6.4.4", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "c725219bdf2afc59423c32793d5019d2a904e13a" + "reference": "667a072466c6a53827ed7b119af93806b884cbb3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/c725219bdf2afc59423c32793d5019d2a904e13a", - "reference": "c725219bdf2afc59423c32793d5019d2a904e13a", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/667a072466c6a53827ed7b119af93806b884cbb3", + "reference": "667a072466c6a53827ed7b119af93806b884cbb3", "shasum": "" }, "require": { @@ -7816,7 +7664,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.4.4" + "source": "https://github.com/symfony/error-handler/tree/v6.4.7" }, "funding": [ { @@ -7832,20 +7680,20 @@ "type": "tidelift" } ], - "time": "2024-02-22T20:27:10+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef" + "reference": "d84384f3f67de3cb650db64d685d70395dacfc3f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ae9d3a6f3003a6caf56acd7466d8d52378d44fef", - "reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d84384f3f67de3cb650db64d685d70395dacfc3f", + "reference": "d84384f3f67de3cb650db64d685d70395dacfc3f", "shasum": "" }, "require": { @@ -7896,7 +7744,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.3" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.7" }, "funding": [ { @@ -7912,20 +7760,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.4.0", + "version": "v3.4.2", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "a76aed96a42d2b521153fb382d418e30d18b59df" + "reference": "4e64b49bf370ade88e567de29465762e316e4224" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df", - "reference": "a76aed96a42d2b521153fb382d418e30d18b59df", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/4e64b49bf370ade88e567de29465762e316e4224", + "reference": "4e64b49bf370ade88e567de29465762e316e4224", "shasum": "" }, "require": { @@ -7972,7 +7820,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.2" }, "funding": [ { @@ -7988,26 +7836,27 @@ "type": "tidelift" } ], - "time": "2023-05-23T14:45:45+00:00" + "time": "2024-01-23T14:51:35+00:00" }, { "name": "symfony/filesystem", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb" + "reference": "78dde75f8f6dbbca4ec436a4b0087f7af02076d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb", - "reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/78dde75f8f6dbbca4ec436a4b0087f7af02076d4", + "reference": "78dde75f8f6dbbca4ec436a4b0087f7af02076d4", "shasum": "" }, "require": { "php": ">=8.1", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.8" + "symfony/polyfill-mbstring": "~1.8", + "symfony/process": "^5.4|^6.4" }, "type": "library", "autoload": { @@ -8035,7 +7884,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.4.3" + "source": "https://github.com/symfony/filesystem/tree/v6.4.7" }, "funding": [ { @@ -8051,20 +7900,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/finder", - "version": "v6.4.0", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "11d736e97f116ac375a81f96e662911a34cd50ce" + "reference": "511c48990be17358c23bf45c5d71ab85d40fb764" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/11d736e97f116ac375a81f96e662911a34cd50ce", - "reference": "11d736e97f116ac375a81f96e662911a34cd50ce", + "url": "https://api.github.com/repos/symfony/finder/zipball/511c48990be17358c23bf45c5d71ab85d40fb764", + "reference": "511c48990be17358c23bf45c5d71ab85d40fb764", "shasum": "" }, "require": { @@ -8099,7 +7948,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.4.0" + "source": "https://github.com/symfony/finder/tree/v6.4.7" }, "funding": [ { @@ -8115,20 +7964,20 @@ "type": "tidelift" } ], - "time": "2023-10-31T17:30:12+00:00" + "time": "2024-04-23T10:36:43+00:00" }, { "name": "symfony/http-foundation", - "version": "v6.4.4", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "ebc713bc6e6f4b53f46539fc158be85dfcd77304" + "reference": "b4db6b833035477cb70e18d0ae33cb7c2b521759" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ebc713bc6e6f4b53f46539fc158be85dfcd77304", - "reference": "ebc713bc6e6f4b53f46539fc158be85dfcd77304", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b4db6b833035477cb70e18d0ae33cb7c2b521759", + "reference": "b4db6b833035477cb70e18d0ae33cb7c2b521759", "shasum": "" }, "require": { @@ -8176,7 +8025,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.4.4" + "source": "https://github.com/symfony/http-foundation/tree/v6.4.7" }, "funding": [ { @@ -8192,20 +8041,20 @@ "type": "tidelift" } ], - "time": "2024-02-08T15:01:18+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.4.5", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "f6947cb939d8efee137797382cb4db1af653ef75" + "reference": "b7b5e6cdef670a0c82d015a966ffc7e855861a98" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f6947cb939d8efee137797382cb4db1af653ef75", - "reference": "f6947cb939d8efee137797382cb4db1af653ef75", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b7b5e6cdef670a0c82d015a966ffc7e855861a98", + "reference": "b7b5e6cdef670a0c82d015a966ffc7e855861a98", "shasum": "" }, "require": { @@ -8260,6 +8109,7 @@ "symfony/translation-contracts": "^2.5|^3", "symfony/uid": "^5.4|^6.0|^7.0", "symfony/validator": "^6.4|^7.0", + "symfony/var-dumper": "^5.4|^6.4|^7.0", "symfony/var-exporter": "^6.2|^7.0", "twig/twig": "^2.13|^3.0.4" }, @@ -8289,7 +8139,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.4.5" + "source": "https://github.com/symfony/http-kernel/tree/v6.4.7" }, "funding": [ { @@ -8305,20 +8155,20 @@ "type": "tidelift" } ], - "time": "2024-03-04T21:00:47+00:00" + "time": "2024-04-29T11:24:44+00:00" }, { "name": "symfony/mailer", - "version": "v6.4.4", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "791c5d31a8204cf3db0c66faab70282307f4376b" + "reference": "2c446d4e446995bed983c0b5bb9ff837e8de7dbd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/791c5d31a8204cf3db0c66faab70282307f4376b", - "reference": "791c5d31a8204cf3db0c66faab70282307f4376b", + "url": "https://api.github.com/repos/symfony/mailer/zipball/2c446d4e446995bed983c0b5bb9ff837e8de7dbd", + "reference": "2c446d4e446995bed983c0b5bb9ff837e8de7dbd", "shasum": "" }, "require": { @@ -8369,7 +8219,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v6.4.4" + "source": "https://github.com/symfony/mailer/tree/v6.4.7" }, "funding": [ { @@ -8385,20 +8235,20 @@ "type": "tidelift" } ], - "time": "2024-02-03T21:33:47+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/mime", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "5017e0a9398c77090b7694be46f20eb796262a34" + "reference": "decadcf3865918ecfcbfa90968553994ce935a5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/5017e0a9398c77090b7694be46f20eb796262a34", - "reference": "5017e0a9398c77090b7694be46f20eb796262a34", + "url": "https://api.github.com/repos/symfony/mime/zipball/decadcf3865918ecfcbfa90968553994ce935a5e", + "reference": "decadcf3865918ecfcbfa90968553994ce935a5e", "shasum": "" }, "require": { @@ -8419,6 +8269,7 @@ "league/html-to-markdown": "^5.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.4|^7.0", "symfony/property-access": "^5.4|^6.0|^7.0", "symfony/property-info": "^5.4|^6.0|^7.0", "symfony/serializer": "^6.3.2|^7.0" @@ -8453,7 +8304,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.4.3" + "source": "https://github.com/symfony/mime/tree/v6.4.7" }, "funding": [ { @@ -8469,7 +8320,7 @@ "type": "tidelift" } ], - "time": "2024-01-30T08:32:12+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/polyfill-ctype", @@ -9282,16 +9133,16 @@ }, { "name": "symfony/process", - "version": "v6.4.4", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "710e27879e9be3395de2b98da3f52a946039f297" + "reference": "cdb1c81c145fd5aa9b0038bab694035020943381" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/710e27879e9be3395de2b98da3f52a946039f297", - "reference": "710e27879e9be3395de2b98da3f52a946039f297", + "url": "https://api.github.com/repos/symfony/process/zipball/cdb1c81c145fd5aa9b0038bab694035020943381", + "reference": "cdb1c81c145fd5aa9b0038bab694035020943381", "shasum": "" }, "require": { @@ -9323,7 +9174,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.4" + "source": "https://github.com/symfony/process/tree/v6.4.7" }, "funding": [ { @@ -9339,20 +9190,20 @@ "type": "tidelift" } ], - "time": "2024-02-20T12:31:00+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/psr-http-message-bridge", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "49cfb0223ec64379f7154214dcc1f7c46f3c7a47" + "reference": "e8adf6b1b46d9115f5d9247fa74bbefc459680c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/49cfb0223ec64379f7154214dcc1f7c46f3c7a47", - "reference": "49cfb0223ec64379f7154214dcc1f7c46f3c7a47", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/e8adf6b1b46d9115f5d9247fa74bbefc459680c0", + "reference": "e8adf6b1b46d9115f5d9247fa74bbefc459680c0", "shasum": "" }, "require": { @@ -9406,7 +9257,7 @@ "psr-7" ], "support": { - "source": "https://github.com/symfony/psr-http-message-bridge/tree/v6.4.3" + "source": "https://github.com/symfony/psr-http-message-bridge/tree/v6.4.7" }, "funding": [ { @@ -9422,20 +9273,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/routing", - "version": "v6.4.5", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "7fe30068e207d9c31c0138501ab40358eb2d49a4" + "reference": "276e06398f71fa2a973264d94f28150f93cfb907" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/7fe30068e207d9c31c0138501ab40358eb2d49a4", - "reference": "7fe30068e207d9c31c0138501ab40358eb2d49a4", + "url": "https://api.github.com/repos/symfony/routing/zipball/276e06398f71fa2a973264d94f28150f93cfb907", + "reference": "276e06398f71fa2a973264d94f28150f93cfb907", "shasum": "" }, "require": { @@ -9489,7 +9340,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.4.5" + "source": "https://github.com/symfony/routing/tree/v6.4.7" }, "funding": [ { @@ -9505,20 +9356,20 @@ "type": "tidelift" } ], - "time": "2024-02-27T12:33:30+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/serializer", - "version": "v6.4.4", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "88da7f8fe03c5f4c2a69da907f1de03fab2e6872" + "reference": "73820ab43d12c2f29445080004054b0066082bf1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/88da7f8fe03c5f4c2a69da907f1de03fab2e6872", - "reference": "88da7f8fe03c5f4c2a69da907f1de03fab2e6872", + "url": "https://api.github.com/repos/symfony/serializer/zipball/73820ab43d12c2f29445080004054b0066082bf1", + "reference": "73820ab43d12c2f29445080004054b0066082bf1", "shasum": "" }, "require": { @@ -9587,7 +9438,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.4.4" + "source": "https://github.com/symfony/serializer/tree/v6.4.7" }, "funding": [ { @@ -9603,20 +9454,20 @@ "type": "tidelift" } ], - "time": "2024-02-22T20:27:10+00:00" + "time": "2024-04-23T09:00:49+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.4.1", + "version": "v3.4.2", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0" + "reference": "11bbf19a0fb7b36345861e85c5768844c552906e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0", - "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/11bbf19a0fb7b36345861e85c5768844c552906e", + "reference": "11bbf19a0fb7b36345861e85c5768844c552906e", "shasum": "" }, "require": { @@ -9669,7 +9520,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.4.1" + "source": "https://github.com/symfony/service-contracts/tree/v3.4.2" }, "funding": [ { @@ -9685,20 +9536,20 @@ "type": "tidelift" } ], - "time": "2023-12-26T14:02:43+00:00" + "time": "2023-12-19T21:51:00+00:00" }, { "name": "symfony/string", - "version": "v6.4.4", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9" + "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9", - "reference": "4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9", + "url": "https://api.github.com/repos/symfony/string/zipball/ffeb9591c61f65a68d47f77d12b83fa530227a69", + "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69", "shasum": "" }, "require": { @@ -9755,7 +9606,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.4.4" + "source": "https://github.com/symfony/string/tree/v6.4.7" }, "funding": [ { @@ -9771,20 +9622,20 @@ "type": "tidelift" } ], - "time": "2024-02-01T13:16:41+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/translation-contracts", - "version": "v3.4.1", + "version": "v3.4.2", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "06450585bf65e978026bda220cdebca3f867fde7" + "reference": "43810bdb2ddb5400e5c5e778e27b210a0ca83b6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7", - "reference": "06450585bf65e978026bda220cdebca3f867fde7", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/43810bdb2ddb5400e5c5e778e27b210a0ca83b6b", + "reference": "43810bdb2ddb5400e5c5e778e27b210a0ca83b6b", "shasum": "" }, "require": { @@ -9833,7 +9684,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1" + "source": "https://github.com/symfony/translation-contracts/tree/v3.4.2" }, "funding": [ { @@ -9849,20 +9700,20 @@ "type": "tidelift" } ], - "time": "2023-12-26T14:02:43+00:00" + "time": "2024-01-23T14:51:35+00:00" }, { "name": "symfony/validator", - "version": "v6.4.4", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "1cf92edc9a94d16275efef949fa6748d11cc8f47" + "reference": "4761a08d161d823ec281151ade0905547e0502a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/1cf92edc9a94d16275efef949fa6748d11cc8f47", - "reference": "1cf92edc9a94d16275efef949fa6748d11cc8f47", + "url": "https://api.github.com/repos/symfony/validator/zipball/4761a08d161d823ec281151ade0905547e0502a7", + "reference": "4761a08d161d823ec281151ade0905547e0502a7", "shasum": "" }, "require": { @@ -9929,7 +9780,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v6.4.4" + "source": "https://github.com/symfony/validator/tree/v6.4.7" }, "funding": [ { @@ -9945,20 +9796,20 @@ "type": "tidelift" } ], - "time": "2024-02-22T20:27:10+00:00" + "time": "2024-04-28T10:38:38+00:00" }, { "name": "symfony/var-dumper", - "version": "v6.4.4", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "b439823f04c98b84d4366c79507e9da6230944b1" + "reference": "7a9cd977cd1c5fed3694bee52990866432af07d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b439823f04c98b84d4366c79507e9da6230944b1", - "reference": "b439823f04c98b84d4366c79507e9da6230944b1", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7a9cd977cd1c5fed3694bee52990866432af07d7", + "reference": "7a9cd977cd1c5fed3694bee52990866432af07d7", "shasum": "" }, "require": { @@ -10014,7 +9865,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.4.4" + "source": "https://github.com/symfony/var-dumper/tree/v6.4.7" }, "funding": [ { @@ -10030,20 +9881,20 @@ "type": "tidelift" } ], - "time": "2024-02-15T11:23:52+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/var-exporter", - "version": "v6.4.4", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "0bd342e24aef49fc82a21bd4eedd3e665d177e5b" + "reference": "825f9b00c37bbe1c1691cc1aff9b5451fc9b4405" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/0bd342e24aef49fc82a21bd4eedd3e665d177e5b", - "reference": "0bd342e24aef49fc82a21bd4eedd3e665d177e5b", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/825f9b00c37bbe1c1691cc1aff9b5451fc9b4405", + "reference": "825f9b00c37bbe1c1691cc1aff9b5451fc9b4405", "shasum": "" }, "require": { @@ -10051,6 +9902,8 @@ "symfony/deprecation-contracts": "^2.5|^3" }, "require-dev": { + "symfony/property-access": "^6.4|^7.0", + "symfony/serializer": "^6.4|^7.0", "symfony/var-dumper": "^5.4|^6.0|^7.0" }, "type": "library", @@ -10089,7 +9942,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.4.4" + "source": "https://github.com/symfony/var-exporter/tree/v6.4.7" }, "funding": [ { @@ -10105,20 +9958,20 @@ "type": "tidelift" } ], - "time": "2024-02-26T08:37:45+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/yaml", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "d75715985f0f94f978e3a8fa42533e10db921b90" + "reference": "53e8b1ef30a65f78eac60fddc5ee7ebbbdb1dee0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/d75715985f0f94f978e3a8fa42533e10db921b90", - "reference": "d75715985f0f94f978e3a8fa42533e10db921b90", + "url": "https://api.github.com/repos/symfony/yaml/zipball/53e8b1ef30a65f78eac60fddc5ee7ebbbdb1dee0", + "reference": "53e8b1ef30a65f78eac60fddc5ee7ebbbdb1dee0", "shasum": "" }, "require": { @@ -10161,7 +10014,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.4.3" + "source": "https://github.com/symfony/yaml/tree/v6.4.7" }, "funding": [ { @@ -10177,7 +10030,7 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-04-28T10:28:08+00:00" }, { "name": "twig/twig", @@ -10582,28 +10435,28 @@ }, { "name": "composer/ca-bundle", - "version": "1.4.1", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "3ce240142f6d59b808dd65c1f52f7a1c252e6cfd" + "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/3ce240142f6d59b808dd65c1f52f7a1c252e6cfd", - "reference": "3ce240142f6d59b808dd65c1f52f7a1c252e6cfd", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/0c5ccfcfea312b5c5a190a21ac5cef93f74baf99", + "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99", "shasum": "" }, "require": { "ext-openssl": "*", "ext-pcre": "*", - "php": "^5.3.2 || ^7.0 || ^8.0" + "php": "^7.2 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^0.12.55", + "phpstan/phpstan": "^1.10", "psr/log": "^1.0", "symfony/phpunit-bridge": "^4.2 || ^5", - "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" + "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "type": "library", "extra": { @@ -10638,7 +10491,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.4.1" + "source": "https://github.com/composer/ca-bundle/tree/1.5.0" }, "funding": [ { @@ -10654,20 +10507,20 @@ "type": "tidelift" } ], - "time": "2024-02-23T10:16:52+00:00" + "time": "2024-03-15T14:00:32+00:00" }, { "name": "composer/class-map-generator", - "version": "1.1.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/composer/class-map-generator.git", - "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9" + "reference": "8286a62d243312ed99b3eee20d5005c961adb311" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/class-map-generator/zipball/953cc4ea32e0c31f2185549c7d216d7921f03da9", - "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9", + "url": "https://api.github.com/repos/composer/class-map-generator/zipball/8286a62d243312ed99b3eee20d5005c961adb311", + "reference": "8286a62d243312ed99b3eee20d5005c961adb311", "shasum": "" }, "require": { @@ -10711,7 +10564,7 @@ ], "support": { "issues": "https://github.com/composer/class-map-generator/issues", - "source": "https://github.com/composer/class-map-generator/tree/1.1.0" + "source": "https://github.com/composer/class-map-generator/tree/1.1.1" }, "funding": [ { @@ -10727,20 +10580,20 @@ "type": "tidelift" } ], - "time": "2023-06-30T13:58:57+00:00" + "time": "2024-03-15T12:53:41+00:00" }, { "name": "composer/composer", - "version": "2.7.1", + "version": "2.7.4", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "aaf6ed5ccd27c23f79a545e351b4d7842a99d0bc" + "reference": "a625e50598e12171d3f60b1149eb530690c43474" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/aaf6ed5ccd27c23f79a545e351b4d7842a99d0bc", - "reference": "aaf6ed5ccd27c23f79a545e351b4d7842a99d0bc", + "url": "https://api.github.com/repos/composer/composer/zipball/a625e50598e12171d3f60b1149eb530690c43474", + "reference": "a625e50598e12171d3f60b1149eb530690c43474", "shasum": "" }, "require": { @@ -10825,7 +10678,7 @@ "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", "security": "https://github.com/composer/composer/security/policy", - "source": "https://github.com/composer/composer/tree/2.7.1" + "source": "https://github.com/composer/composer/tree/2.7.4" }, "funding": [ { @@ -10841,7 +10694,7 @@ "type": "tidelift" } ], - "time": "2024-02-09T14:26:28+00:00" + "time": "2024-04-22T19:17:03+00:00" }, { "name": "composer/metadata-minifier", @@ -10914,16 +10767,16 @@ }, { "name": "composer/pcre", - "version": "3.1.2", + "version": "3.1.3", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "4775f35b2d70865807c89d32c8e7385b86eb0ace" + "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/4775f35b2d70865807c89d32c8e7385b86eb0ace", - "reference": "4775f35b2d70865807c89d32c8e7385b86eb0ace", + "url": "https://api.github.com/repos/composer/pcre/zipball/5b16e25a5355f1f3afdfc2f954a0a80aec4826a8", + "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8", "shasum": "" }, "require": { @@ -10965,7 +10818,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.1.2" + "source": "https://github.com/composer/pcre/tree/3.1.3" }, "funding": [ { @@ -10981,7 +10834,7 @@ "type": "tidelift" } ], - "time": "2024-03-07T15:38:35+00:00" + "time": "2024-03-19T10:26:25+00:00" }, { "name": "composer/spdx-licenses", @@ -11065,16 +10918,16 @@ }, { "name": "composer/xdebug-handler", - "version": "3.0.3", + "version": "3.0.4", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", - "reference": "ced299686f41dce890debac69273b47ffe98a40c" + "reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c", - "reference": "ced299686f41dce890debac69273b47ffe98a40c", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/4f988f8fdf580d53bdb2d1278fe93d1ed5462255", + "reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255", "shasum": "" }, "require": { @@ -11085,7 +10938,7 @@ "require-dev": { "phpstan/phpstan": "^1.0", "phpstan/phpstan-strict-rules": "^1.1", - "symfony/phpunit-bridge": "^6.0" + "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5" }, "type": "library", "autoload": { @@ -11109,9 +10962,9 @@ "performance" ], "support": { - "irc": "irc://irc.freenode.org/composer", + "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/xdebug-handler/issues", - "source": "https://github.com/composer/xdebug-handler/tree/3.0.3" + "source": "https://github.com/composer/xdebug-handler/tree/3.0.4" }, "funding": [ { @@ -11127,7 +10980,7 @@ "type": "tidelift" } ], - "time": "2022-02-25T21:32:43+00:00" + "time": "2024-03-26T18:29:49+00:00" }, { "name": "dealerdirect/phpcodesniffer-composer-installer", @@ -11279,16 +11132,16 @@ }, { "name": "drupal/coder", - "version": "8.3.23", + "version": "8.3.24", "source": { "type": "git", "url": "https://github.com/pfrenssen/coder.git", - "reference": "1a1613d83c08dac5be593f2775c9eccae1b41805" + "reference": "1a59890f972db5da091354f0191dec1037f7c582" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pfrenssen/coder/zipball/1a1613d83c08dac5be593f2775c9eccae1b41805", - "reference": "1a1613d83c08dac5be593f2775c9eccae1b41805", + "url": "https://api.github.com/repos/pfrenssen/coder/zipball/1a59890f972db5da091354f0191dec1037f7c582", + "reference": "1a59890f972db5da091354f0191dec1037f7c582", "shasum": "" }, "require": { @@ -11297,7 +11150,7 @@ "php": ">=7.2", "sirbrillig/phpcs-variable-analysis": "^2.11.7", "slevomat/coding-standard": "^8.11", - "squizlabs/php_codesniffer": "^3.7.1", + "squizlabs/php_codesniffer": "^3.9.1", "symfony/yaml": ">=3.4.0" }, "require-dev": { @@ -11326,11 +11179,11 @@ "issues": "https://www.drupal.org/project/issues/coder", "source": "https://www.drupal.org/project/coder" }, - "time": "2024-01-27T18:13:12+00:00" + "time": "2024-04-21T06:13:24+00:00" }, { "name": "drupal/core-dev", - "version": "10.2.4", + "version": "10.2.5", "source": { "type": "git", "url": "https://github.com/drupal/core-dev.git", @@ -11380,7 +11233,7 @@ ], "description": "require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.", "support": { - "source": "https://github.com/drupal/core-dev/tree/10.2.4" + "source": "https://github.com/drupal/core-dev/tree/10.2.5" }, "time": "2024-02-14T18:07:20+00:00" }, @@ -11430,16 +11283,16 @@ }, { "name": "instaclick/php-webdriver", - "version": "1.4.18", + "version": "1.4.19", "source": { "type": "git", "url": "https://github.com/instaclick/php-webdriver.git", - "reference": "a61a8459f86c79dd1f19934ea3929804f2e41f8c" + "reference": "3b2a2ddc4e0a690cc691d7e5952964cc4b9538b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/a61a8459f86c79dd1f19934ea3929804f2e41f8c", - "reference": "a61a8459f86c79dd1f19934ea3929804f2e41f8c", + "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/3b2a2ddc4e0a690cc691d7e5952964cc4b9538b1", + "reference": "3b2a2ddc4e0a690cc691d7e5952964cc4b9538b1", "shasum": "" }, "require": { @@ -11487,9 +11340,9 @@ ], "support": { "issues": "https://github.com/instaclick/php-webdriver/issues", - "source": "https://github.com/instaclick/php-webdriver/tree/1.4.18" + "source": "https://github.com/instaclick/php-webdriver/tree/1.4.19" }, - "time": "2023-12-08T07:11:19+00:00" + "time": "2024-03-19T01:58:53+00:00" }, { "name": "justinrainbow/json-schema", @@ -11563,16 +11416,16 @@ }, { "name": "mglaman/phpstan-drupal", - "version": "1.2.7", + "version": "1.2.10", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "32f79fcf48c74532014248687ae3850581a22416" + "reference": "cdafb3285beeb5fadf25a43e18fee6f80bb14575" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/32f79fcf48c74532014248687ae3850581a22416", - "reference": "32f79fcf48c74532014248687ae3850581a22416", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/cdafb3285beeb5fadf25a43e18fee6f80bb14575", + "reference": "cdafb3285beeb5fadf25a43e18fee6f80bb14575", "shasum": "" }, "require": { @@ -11586,7 +11439,7 @@ "require-dev": { "behat/mink": "^1.8", "composer/installers": "^1.9", - "drupal/core-recommended": "^9.0", + "drupal/core-recommended": "^10", "drush/drush": "^10.0 || ^11 || ^12", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-strict-rules": "^1.0", @@ -11647,7 +11500,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.7" + "source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.10" }, "funding": [ { @@ -11663,7 +11516,7 @@ "type": "tidelift" } ], - "time": "2024-02-14T04:38:08+00:00" + "time": "2024-04-02T17:27:29+00:00" }, { "name": "micheh/phpcs-gitlab", @@ -12167,20 +12020,20 @@ }, { "name": "open-telemetry/sem-conv", - "version": "1.24.0", + "version": "1.25.0", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/sem-conv.git", - "reference": "d03e6501d21c04cd1b1e66e4cbcc7c2dd2e2cfa3" + "reference": "23f457ba390847647a17068e0095d9ffe9a4824c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/sem-conv/zipball/d03e6501d21c04cd1b1e66e4cbcc7c2dd2e2cfa3", - "reference": "d03e6501d21c04cd1b1e66e4cbcc7c2dd2e2cfa3", + "url": "https://api.github.com/repos/opentelemetry-php/sem-conv/zipball/23f457ba390847647a17068e0095d9ffe9a4824c", + "reference": "23f457ba390847647a17068e0095d9ffe9a4824c", "shasum": "" }, "require": { - "php": "^7.4 || ^8.0" + "php": "^8.1" }, "type": "library", "extra": { @@ -12220,7 +12073,7 @@ "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2024-01-23T21:47:17+00:00" + "time": "2024-04-09T23:31:35+00:00" }, { "name": "phar-io/manifest", @@ -12342,16 +12195,16 @@ }, { "name": "php-http/discovery", - "version": "1.19.2", + "version": "1.19.4", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", - "reference": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb" + "reference": "0700efda8d7526335132360167315fdab3aeb599" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb", - "reference": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb", + "url": "https://api.github.com/repos/php-http/discovery/zipball/0700efda8d7526335132360167315fdab3aeb599", + "reference": "0700efda8d7526335132360167315fdab3aeb599", "shasum": "" }, "require": { @@ -12375,7 +12228,8 @@ "php-http/httplug": "^1.0 || ^2.0", "php-http/message-factory": "^1.0", "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3", - "symfony/phpunit-bridge": "^6.2" + "sebastian/comparator": "^3.0.5 || ^4.0.8", + "symfony/phpunit-bridge": "^6.4.4 || ^7.0.1" }, "type": "composer-plugin", "extra": { @@ -12414,9 +12268,9 @@ ], "support": { "issues": "https://github.com/php-http/discovery/issues", - "source": "https://github.com/php-http/discovery/tree/1.19.2" + "source": "https://github.com/php-http/discovery/tree/1.19.4" }, - "time": "2023-11-30T16:49:05+00:00" + "time": "2024-03-29T13:00:05+00:00" }, { "name": "php-http/guzzle7-adapter", @@ -12539,16 +12393,16 @@ }, { "name": "php-http/promise", - "version": "1.3.0", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/php-http/promise.git", - "reference": "2916a606d3b390f4e9e8e2b8dd68581508be0f07" + "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/promise/zipball/2916a606d3b390f4e9e8e2b8dd68581508be0f07", - "reference": "2916a606d3b390f4e9e8e2b8dd68581508be0f07", + "url": "https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83", + "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83", "shasum": "" }, "require": { @@ -12585,9 +12439,9 @@ ], "support": { "issues": "https://github.com/php-http/promise/issues", - "source": "https://github.com/php-http/promise/tree/1.3.0" + "source": "https://github.com/php-http/promise/tree/1.3.1" }, - "time": "2024-01-04T18:49:48+00:00" + "time": "2024-03-15T13:55:21+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -12644,28 +12498,35 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "5.3.0", + "version": "5.4.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" + "reference": "298d2febfe79d03fe714eb871d5538da55205b1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", - "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/298d2febfe79d03fe714eb871d5538da55205b1a", + "reference": "298d2febfe79d03fe714eb871d5538da55205b1a", "shasum": "" }, "require": { + "doctrine/deprecations": "^1.1", "ext-filter": "*", - "php": "^7.2 || ^8.0", + "php": "^7.4 || ^8.0", "phpdocumentor/reflection-common": "^2.2", - "phpdocumentor/type-resolver": "^1.3", + "phpdocumentor/type-resolver": "^1.7", + "phpstan/phpdoc-parser": "^1.7", "webmozart/assert": "^1.9.1" }, "require-dev": { - "mockery/mockery": "~1.3.2", - "psalm/phar": "^4.8" + "mockery/mockery": "~1.3.5", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-mockery": "^1.1", + "phpstan/phpstan-webmozart-assert": "^1.2", + "phpunit/phpunit": "^9.5", + "vimeo/psalm": "^5.13" }, "type": "library", "extra": { @@ -12689,15 +12550,15 @@ }, { "name": "Jaap van Otterdijk", - "email": "account@ijaap.nl" + "email": "opensource@ijaap.nl" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.0" }, - "time": "2021-10-19T17:43:47+00:00" + "time": "2024-04-09T21:13:58+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -12924,16 +12785,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.26.0", + "version": "1.28.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "231e3186624c03d7e7c890ec662b81e6b0405227" + "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/231e3186624c03d7e7c890ec662b81e6b0405227", - "reference": "231e3186624c03d7e7c890ec662b81e6b0405227", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb", + "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb", "shasum": "" }, "require": { @@ -12965,22 +12826,22 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.26.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.28.0" }, - "time": "2024-02-23T16:05:55+00:00" + "time": "2024-04-03T18:51:33+00:00" }, { "name": "phpstan/phpstan", - "version": "1.10.60", + "version": "1.10.67", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "95dcea7d6c628a3f2f56d091d8a0219485a86bbe" + "reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/95dcea7d6c628a3f2f56d091d8a0219485a86bbe", - "reference": "95dcea7d6c628a3f2f56d091d8a0219485a86bbe", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/16ddbe776f10da6a95ebd25de7c1dbed397dc493", + "reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493", "shasum": "" }, "require": { @@ -13023,13 +12884,9 @@ { "url": "https://github.com/phpstan", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", - "type": "tidelift" } ], - "time": "2024-03-07T13:30:19+00:00" + "time": "2024-04-16T07:22:02+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -13452,16 +13309,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.17", + "version": "9.6.19", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "1a156980d78a6666721b7e8e8502fe210b587fcd" + "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1a156980d78a6666721b7e8e8502fe210b587fcd", - "reference": "1a156980d78a6666721b7e8e8502fe210b587fcd", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8", + "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8", "shasum": "" }, "require": { @@ -13535,7 +13392,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.17" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19" }, "funding": [ { @@ -13551,7 +13408,7 @@ "type": "tidelift" } ], - "time": "2024-02-23T13:14:51+00:00" + "time": "2024-04-05T04:35:58+00:00" }, { "name": "react/promise", @@ -14362,16 +14219,16 @@ }, { "name": "sebastian/resource-operations", - "version": "3.0.3", + "version": "3.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" + "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e", + "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e", "shasum": "" }, "require": { @@ -14383,7 +14240,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "3.0-dev" } }, "autoload": { @@ -14404,8 +14261,7 @@ "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", "support": { - "issues": "https://github.com/sebastianbergmann/resource-operations/issues", - "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4" }, "funding": [ { @@ -14413,7 +14269,7 @@ "type": "github" } ], - "time": "2020-09-28T06:45:17+00:00" + "time": "2024-03-14T16:00:52+00:00" }, { "name": "sebastian/type", @@ -14699,16 +14555,16 @@ }, { "name": "sirbrillig/phpcs-variable-analysis", - "version": "v2.11.17", + "version": "v2.11.18", "source": { "type": "git", "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git", - "reference": "3b71162a6bf0cde2bff1752e40a1788d8273d049" + "reference": "ca242a0b7309e0f9d1f73b236e04ecf4ca3248d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/3b71162a6bf0cde2bff1752e40a1788d8273d049", - "reference": "3b71162a6bf0cde2bff1752e40a1788d8273d049", + "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/ca242a0b7309e0f9d1f73b236e04ecf4ca3248d0", + "reference": "ca242a0b7309e0f9d1f73b236e04ecf4ca3248d0", "shasum": "" }, "require": { @@ -14753,36 +14609,36 @@ "source": "https://github.com/sirbrillig/phpcs-variable-analysis", "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki" }, - "time": "2023-08-05T23:46:11+00:00" + "time": "2024-04-13T16:42:46+00:00" }, { "name": "slevomat/coding-standard", - "version": "8.14.1", + "version": "8.15.0", "source": { "type": "git", "url": "https://github.com/slevomat/coding-standard.git", - "reference": "fea1fd6f137cc84f9cba0ae30d549615dbc6a926" + "reference": "7d1d957421618a3803b593ec31ace470177d7817" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/fea1fd6f137cc84f9cba0ae30d549615dbc6a926", - "reference": "fea1fd6f137cc84f9cba0ae30d549615dbc6a926", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/7d1d957421618a3803b593ec31ace470177d7817", + "reference": "7d1d957421618a3803b593ec31ace470177d7817", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0", "php": "^7.2 || ^8.0", "phpstan/phpdoc-parser": "^1.23.1", - "squizlabs/php_codesniffer": "^3.7.1" + "squizlabs/php_codesniffer": "^3.9.0" }, "require-dev": { "phing/phing": "2.17.4", "php-parallel-lint/php-parallel-lint": "1.3.2", - "phpstan/phpstan": "1.10.37", + "phpstan/phpstan": "1.10.60", "phpstan/phpstan-deprecation-rules": "1.1.4", - "phpstan/phpstan-phpunit": "1.3.14", - "phpstan/phpstan-strict-rules": "1.5.1", - "phpunit/phpunit": "8.5.21|9.6.8|10.3.5" + "phpstan/phpstan-phpunit": "1.3.16", + "phpstan/phpstan-strict-rules": "1.5.2", + "phpunit/phpunit": "8.5.21|9.6.8|10.5.11" }, "type": "phpcodesniffer-standard", "extra": { @@ -14806,7 +14662,7 @@ ], "support": { "issues": "https://github.com/slevomat/coding-standard/issues", - "source": "https://github.com/slevomat/coding-standard/tree/8.14.1" + "source": "https://github.com/slevomat/coding-standard/tree/8.15.0" }, "funding": [ { @@ -14818,20 +14674,20 @@ "type": "tidelift" } ], - "time": "2023-10-08T07:28:08+00:00" + "time": "2024-03-09T15:20:58+00:00" }, { "name": "squizlabs/php_codesniffer", - "version": "3.9.0", + "version": "3.9.2", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b" + "reference": "aac1f6f347a5c5ac6bc98ad395007df00990f480" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/d63cee4890a8afaf86a22e51ad4d97c91dd4579b", - "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/aac1f6f347a5c5ac6bc98ad395007df00990f480", + "reference": "aac1f6f347a5c5ac6bc98ad395007df00990f480", "shasum": "" }, "require": { @@ -14898,20 +14754,20 @@ "type": "open_collective" } ], - "time": "2024-02-16T15:06:51+00:00" + "time": "2024-04-23T20:25:34+00:00" }, { "name": "symfony/browser-kit", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "495ffa2e6d17e199213f93768efa01af32bbf70e" + "reference": "c276856598f70e96f75403fc04841cec1dc56e74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/495ffa2e6d17e199213f93768efa01af32bbf70e", - "reference": "495ffa2e6d17e199213f93768efa01af32bbf70e", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c276856598f70e96f75403fc04841cec1dc56e74", + "reference": "c276856598f70e96f75403fc04841cec1dc56e74", "shasum": "" }, "require": { @@ -14950,7 +14806,7 @@ "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/browser-kit/tree/v6.4.3" + "source": "https://github.com/symfony/browser-kit/tree/v6.4.7" }, "funding": [ { @@ -14966,20 +14822,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/lock", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/lock.git", - "reference": "1cabf3cc775b1aa6008ebd471fa773444af4e956" + "reference": "c6b3959c418a7c1115c060fab77927ca4bd2546a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/lock/zipball/1cabf3cc775b1aa6008ebd471fa773444af4e956", - "reference": "1cabf3cc775b1aa6008ebd471fa773444af4e956", + "url": "https://api.github.com/repos/symfony/lock/zipball/c6b3959c418a7c1115c060fab77927ca4bd2546a", + "reference": "c6b3959c418a7c1115c060fab77927ca4bd2546a", "shasum": "" }, "require": { @@ -15029,7 +14885,7 @@ "semaphore" ], "support": { - "source": "https://github.com/symfony/lock/tree/v6.4.3" + "source": "https://github.com/symfony/lock/tree/v6.4.7" }, "funding": [ { @@ -15045,20 +14901,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v6.4.4", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "16ed5bdfd18e14fc7de347c8688e8ac479284222" + "reference": "a33ca737283c76617c4089a8425c7785b344e283" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/16ed5bdfd18e14fc7de347c8688e8ac479284222", - "reference": "16ed5bdfd18e14fc7de347c8688e8ac479284222", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/a33ca737283c76617c4089a8425c7785b344e283", + "reference": "a33ca737283c76617c4089a8425c7785b344e283", "shasum": "" }, "require": { @@ -15110,7 +14966,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v6.4.4" + "source": "https://github.com/symfony/phpunit-bridge/tree/v6.4.7" }, "funding": [ { @@ -15126,7 +14982,7 @@ "type": "tidelift" } ], - "time": "2024-02-08T14:08:19+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/polyfill-php73", diff --git a/config/local/config_split.patch.language.entity.so.yml b/config/local/config_split.patch.language.entity.so.yml new file mode 100644 index 000000000..c34167694 --- /dev/null +++ b/config/local/config_split.patch.language.entity.so.yml @@ -0,0 +1,9 @@ +adding: + dependencies: + module: + - disable_language + third_party_settings: + disable_language: + disable: true + redirect_language: en +removing: { } diff --git a/config/production/config_split.patch.language.entity.so.yml b/config/production/config_split.patch.language.entity.so.yml new file mode 100644 index 000000000..c34167694 --- /dev/null +++ b/config/production/config_split.patch.language.entity.so.yml @@ -0,0 +1,9 @@ +adding: + dependencies: + module: + - disable_language + third_party_settings: + disable_language: + disable: true + redirect_language: en +removing: { } diff --git a/config/sync/core.base_field_override.media.icon.changed.yml b/config/sync/core.base_field_override.media.icon.changed.yml new file mode 100644 index 000000000..779d5f4ed --- /dev/null +++ b/config/sync/core.base_field_override.media.icon.changed.yml @@ -0,0 +1,18 @@ +uuid: 965c49b0-0974-4312-a7f9-68c1912a30ed +langcode: en +status: true +dependencies: + config: + - media.type.icon +id: media.icon.changed +field_name: changed +entity_type: media +bundle: icon +label: Changed +description: 'The time the media item was last edited.' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: changed diff --git a/config/sync/core.base_field_override.media.icon.created.yml b/config/sync/core.base_field_override.media.icon.created.yml new file mode 100644 index 000000000..fd052e364 --- /dev/null +++ b/config/sync/core.base_field_override.media.icon.created.yml @@ -0,0 +1,18 @@ +uuid: db2f0fef-a965-4f3f-b4a3-673a8cc856ee +langcode: en +status: true +dependencies: + config: + - media.type.icon +id: media.icon.created +field_name: created +entity_type: media +bundle: icon +label: 'Authored on' +description: 'The time the media item was created.' +required: false +translatable: false +default_value: { } +default_value_callback: 'Drupal\media\Entity\Media::getRequestTime' +settings: { } +field_type: created diff --git a/config/sync/core.base_field_override.media.icon.metatag.yml b/config/sync/core.base_field_override.media.icon.metatag.yml new file mode 100644 index 000000000..f32c3cbcd --- /dev/null +++ b/config/sync/core.base_field_override.media.icon.metatag.yml @@ -0,0 +1,20 @@ +uuid: 9c27d4fc-9f94-44ae-99c9-c575dc889d3d +langcode: en +status: true +dependencies: + config: + - media.type.icon + module: + - metatag +id: media.icon.metatag +field_name: metatag +entity_type: media +bundle: icon +label: 'Metatags (Hidden field for JSON support)' +description: 'The computed meta tags for the entity.' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: metatag_computed diff --git a/config/sync/core.base_field_override.media.icon.name.yml b/config/sync/core.base_field_override.media.icon.name.yml new file mode 100644 index 000000000..5d38c1849 --- /dev/null +++ b/config/sync/core.base_field_override.media.icon.name.yml @@ -0,0 +1,20 @@ +uuid: 22b25933-4b5c-454c-bbf1-8d6a89ceae91 +langcode: en +status: true +dependencies: + config: + - media.type.icon +id: media.icon.name +field_name: name +entity_type: media +bundle: icon +label: Name +description: '' +required: true +translatable: false +default_value: + - + value: '' +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/sync/core.base_field_override.media.icon.path.yml b/config/sync/core.base_field_override.media.icon.path.yml new file mode 100644 index 000000000..d7c5e4e76 --- /dev/null +++ b/config/sync/core.base_field_override.media.icon.path.yml @@ -0,0 +1,20 @@ +uuid: 2da6790f-aec6-4094-bdd8-bbd2510c6fe0 +langcode: en +status: true +dependencies: + config: + - media.type.icon + module: + - path +id: media.icon.path +field_name: path +entity_type: media +bundle: icon +label: 'URL alias' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: path diff --git a/config/sync/core.base_field_override.media.icon.status.yml b/config/sync/core.base_field_override.media.icon.status.yml new file mode 100644 index 000000000..bc15b1027 --- /dev/null +++ b/config/sync/core.base_field_override.media.icon.status.yml @@ -0,0 +1,22 @@ +uuid: 58be036d-c080-44df-a8c7-d7d09ed76369 +langcode: en +status: true +dependencies: + config: + - media.type.icon +id: media.icon.status +field_name: status +entity_type: media +bundle: icon +label: Published +description: '' +required: false +translatable: false +default_value: + - + value: 1 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/config/sync/core.base_field_override.media.icon.thumbnail.yml b/config/sync/core.base_field_override.media.icon.thumbnail.yml new file mode 100644 index 000000000..8e6b8d659 --- /dev/null +++ b/config/sync/core.base_field_override.media.icon.thumbnail.yml @@ -0,0 +1,37 @@ +uuid: aa1a3f06-a95d-46d1-bcdd-6e98b6b6bd2a +langcode: en +status: true +dependencies: + config: + - media.type.icon + module: + - image +id: media.icon.thumbnail +field_name: thumbnail +entity_type: media +bundle: icon +label: Thumbnail +description: 'The thumbnail of the media item.' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: default + handler_settings: { } + file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'png gif jpg jpeg webp' + max_filesize: '' + max_resolution: '' + min_resolution: '' + alt_field: true + alt_field_required: true + title_field: false + title_field_required: false + default_image: + uuid: null + alt: '' + title: '' + width: null + height: null +field_type: image diff --git a/config/sync/core.base_field_override.media.icon.uid.yml b/config/sync/core.base_field_override.media.icon.uid.yml new file mode 100644 index 000000000..96a5f6fa2 --- /dev/null +++ b/config/sync/core.base_field_override.media.icon.uid.yml @@ -0,0 +1,20 @@ +uuid: ab071888-645b-4c09-9884-798b08ee0e0e +langcode: en +status: true +dependencies: + config: + - media.type.icon +id: media.icon.uid +field_name: uid +entity_type: media +bundle: icon +label: 'Authored by' +description: 'The user ID of the author.' +required: false +translatable: false +default_value: { } +default_value_callback: 'Drupal\media\Entity\Media::getDefaultEntityOwner' +settings: + handler: default + handler_settings: { } +field_type: entity_reference diff --git a/config/sync/core.base_field_override.menu_link_content.menu_link_content.changed.yml b/config/sync/core.base_field_override.menu_link_content.menu_link_content.changed.yml new file mode 100644 index 000000000..bedc025d9 --- /dev/null +++ b/config/sync/core.base_field_override.menu_link_content.menu_link_content.changed.yml @@ -0,0 +1,18 @@ +uuid: 4686aa48-5ac1-4409-bfca-2852c74dfc3b +langcode: en +status: true +dependencies: + module: + - menu_link_content +id: menu_link_content.menu_link_content.changed +field_name: changed +entity_type: menu_link_content +bundle: menu_link_content +label: Changed +description: 'The time that the menu link was last edited.' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: changed diff --git a/config/sync/core.base_field_override.menu_link_content.menu_link_content.description.yml b/config/sync/core.base_field_override.menu_link_content.menu_link_content.description.yml new file mode 100644 index 000000000..9d97b8325 --- /dev/null +++ b/config/sync/core.base_field_override.menu_link_content.menu_link_content.description.yml @@ -0,0 +1,18 @@ +uuid: 6aafa643-f88b-4f5f-900a-d747026398c5 +langcode: en +status: true +dependencies: + module: + - menu_link_content +id: menu_link_content.menu_link_content.description +field_name: description +entity_type: menu_link_content +bundle: menu_link_content +label: Description +description: 'Shown when hovering over the menu link.' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/sync/core.base_field_override.menu_link_content.menu_link_content.link_override.yml b/config/sync/core.base_field_override.menu_link_content.menu_link_content.link_override.yml new file mode 100644 index 000000000..eec5eb7b4 --- /dev/null +++ b/config/sync/core.base_field_override.menu_link_content.menu_link_content.link_override.yml @@ -0,0 +1,21 @@ +uuid: 8b1ad66a-9092-4408-8618-6dcfdfb87fc1 +langcode: en +status: true +dependencies: + module: + - link + - menu_link_content +id: menu_link_content.menu_link_content.link_override +field_name: link_override +entity_type: menu_link_content +bundle: menu_link_content +label: 'Translatable External Link Override' +description: 'The regular link field does not support the translation of external links. If you need to translate an off-site link, use this field as an override to support translation. Do not use this for internal Drupal links.' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + title: 0 + link_type: 17 +field_type: link diff --git a/config/sync/core.base_field_override.menu_link_content.menu_link_content.metatag.yml b/config/sync/core.base_field_override.menu_link_content.menu_link_content.metatag.yml new file mode 100644 index 000000000..4b732db4e --- /dev/null +++ b/config/sync/core.base_field_override.menu_link_content.menu_link_content.metatag.yml @@ -0,0 +1,19 @@ +uuid: 8e5667eb-284f-4d34-9b11-28ee91111a3a +langcode: en +status: true +dependencies: + module: + - menu_link_content + - metatag +id: menu_link_content.menu_link_content.metatag +field_name: metatag +entity_type: menu_link_content +bundle: menu_link_content +label: 'Metatags (Hidden field for JSON support)' +description: 'The computed meta tags for the entity.' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: metatag_computed diff --git a/config/sync/core.base_field_override.menu_link_content.menu_link_content.title.yml b/config/sync/core.base_field_override.menu_link_content.menu_link_content.title.yml new file mode 100644 index 000000000..87c95875b --- /dev/null +++ b/config/sync/core.base_field_override.menu_link_content.menu_link_content.title.yml @@ -0,0 +1,18 @@ +uuid: 9fa1b455-5137-4820-8448-44769c6976e4 +langcode: en +status: true +dependencies: + module: + - menu_link_content +id: menu_link_content.menu_link_content.title +field_name: title +entity_type: menu_link_content +bundle: menu_link_content +label: 'Menu link title' +description: 'The text to be used for this link in the menu.' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/sync/core.base_field_override.paragraph.feature_cards.created.yml b/config/sync/core.base_field_override.paragraph.feature_cards.created.yml new file mode 100644 index 000000000..10e14f4aa --- /dev/null +++ b/config/sync/core.base_field_override.paragraph.feature_cards.created.yml @@ -0,0 +1,18 @@ +uuid: d4c0582e-7c40-411c-b20b-167d51b526ec +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.feature_cards +id: paragraph.feature_cards.created +field_name: created +entity_type: paragraph +bundle: feature_cards +label: 'Authored on' +description: 'The time that the Paragraph was created.' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: created diff --git a/config/sync/core.base_field_override.paragraph.feature_cards.status.yml b/config/sync/core.base_field_override.paragraph.feature_cards.status.yml new file mode 100644 index 000000000..c33b61cfb --- /dev/null +++ b/config/sync/core.base_field_override.paragraph.feature_cards.status.yml @@ -0,0 +1,22 @@ +uuid: afefdcda-ae48-4f94-9cda-97cd21eb4365 +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.feature_cards +id: paragraph.feature_cards.status +field_name: status +entity_type: paragraph +bundle: feature_cards +label: Published +description: '' +required: false +translatable: true +default_value: + - + value: 1 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/config/sync/core.base_field_override.paragraph.hero.created.yml b/config/sync/core.base_field_override.paragraph.hero.created.yml new file mode 100644 index 000000000..a135d9874 --- /dev/null +++ b/config/sync/core.base_field_override.paragraph.hero.created.yml @@ -0,0 +1,18 @@ +uuid: a4085b42-1811-438c-ad00-609c7599d300 +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.hero +id: paragraph.hero.created +field_name: created +entity_type: paragraph +bundle: hero +label: 'Authored on' +description: 'The time that the Paragraph was created.' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: created diff --git a/config/sync/core.base_field_override.paragraph.hero.status.yml b/config/sync/core.base_field_override.paragraph.hero.status.yml new file mode 100644 index 000000000..eac0ee1f8 --- /dev/null +++ b/config/sync/core.base_field_override.paragraph.hero.status.yml @@ -0,0 +1,22 @@ +uuid: 1811f9b2-a28b-432b-ac3d-bad7bccf7a91 +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.hero +id: paragraph.hero.status +field_name: status +entity_type: paragraph +bundle: hero +label: Published +description: '' +required: false +translatable: true +default_value: + - + value: 1 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/config/sync/core.base_field_override.paragraph.image_text_cta.created.yml b/config/sync/core.base_field_override.paragraph.image_text_cta.created.yml new file mode 100644 index 000000000..076c05968 --- /dev/null +++ b/config/sync/core.base_field_override.paragraph.image_text_cta.created.yml @@ -0,0 +1,18 @@ +uuid: 6fb85672-14ac-4d8a-bcc5-66b856f0eee9 +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.image_text_cta +id: paragraph.image_text_cta.created +field_name: created +entity_type: paragraph +bundle: image_text_cta +label: 'Authored on' +description: 'The time that the Paragraph was created.' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: created diff --git a/config/sync/core.base_field_override.paragraph.image_text_cta.status.yml b/config/sync/core.base_field_override.paragraph.image_text_cta.status.yml new file mode 100644 index 000000000..d387523e2 --- /dev/null +++ b/config/sync/core.base_field_override.paragraph.image_text_cta.status.yml @@ -0,0 +1,22 @@ +uuid: 55967fd7-ffe3-48e1-8463-9f96846e1ead +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.image_text_cta +id: paragraph.image_text_cta.status +field_name: status +entity_type: paragraph +bundle: image_text_cta +label: Published +description: '' +required: false +translatable: true +default_value: + - + value: 1 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/config/sync/core.base_field_override.paragraph.quicklinks.created.yml b/config/sync/core.base_field_override.paragraph.quicklinks.created.yml new file mode 100644 index 000000000..85de6bd3c --- /dev/null +++ b/config/sync/core.base_field_override.paragraph.quicklinks.created.yml @@ -0,0 +1,18 @@ +uuid: c8c91e3b-1371-4efe-a2b6-a71776f43204 +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.quicklinks +id: paragraph.quicklinks.created +field_name: created +entity_type: paragraph +bundle: quicklinks +label: 'Authored on' +description: 'The time that the Paragraph was created.' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: created diff --git a/config/sync/core.base_field_override.paragraph.quicklinks.status.yml b/config/sync/core.base_field_override.paragraph.quicklinks.status.yml new file mode 100644 index 000000000..9805e5d93 --- /dev/null +++ b/config/sync/core.base_field_override.paragraph.quicklinks.status.yml @@ -0,0 +1,22 @@ +uuid: 9375746c-7f6f-4ed4-909e-fb85a734d463 +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.quicklinks +id: paragraph.quicklinks.status +field_name: status +entity_type: paragraph +bundle: quicklinks +label: Published +description: '' +required: false +translatable: true +default_value: + - + value: 1 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/config/sync/core.entity_form_display.taxonomy_term.basics_modules.default.yml b/config/sync/core.entity_form_display.taxonomy_term.basics_modules.default.yml index e8ac4eea6..7ce1a2573 100644 --- a/config/sync/core.entity_form_display.taxonomy_term.basics_modules.default.yml +++ b/config/sync/core.entity_form_display.taxonomy_term.basics_modules.default.yml @@ -3,6 +3,7 @@ langcode: en status: true dependencies: config: + - field.field.taxonomy_term.basics_modules.field_anchor_id - field.field.taxonomy_term.basics_modules.field_content - field.field.taxonomy_term.basics_modules.field_heading - taxonomy.vocabulary.basics_modules @@ -13,6 +14,14 @@ targetEntityType: taxonomy_term bundle: basics_modules mode: default content: + field_anchor_id: + type: string_textfield + weight: 3 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } field_content: type: text_textarea weight: 2 @@ -31,7 +40,7 @@ content: third_party_settings: { } langcode: type: language_select - weight: 3 + weight: 4 region: content settings: include_locked: true @@ -46,13 +55,13 @@ content: third_party_settings: { } status: type: boolean_checkbox - weight: 5 + weight: 6 region: content settings: display_label: true third_party_settings: { } translation: - weight: 4 + weight: 5 region: content settings: { } third_party_settings: { } diff --git a/config/sync/core.entity_view_display.taxonomy_term.basics_modules.default.yml b/config/sync/core.entity_view_display.taxonomy_term.basics_modules.default.yml index c601ad2e1..7398b8c9f 100644 --- a/config/sync/core.entity_view_display.taxonomy_term.basics_modules.default.yml +++ b/config/sync/core.entity_view_display.taxonomy_term.basics_modules.default.yml @@ -3,6 +3,7 @@ langcode: en status: true dependencies: config: + - field.field.taxonomy_term.basics_modules.field_anchor_id - field.field.taxonomy_term.basics_modules.field_content - field.field.taxonomy_term.basics_modules.field_heading - taxonomy.vocabulary.basics_modules @@ -13,6 +14,14 @@ targetEntityType: taxonomy_term bundle: basics_modules mode: default content: + field_anchor_id: + type: string + label: visually_hidden + settings: + link_to_entity: false + third_party_settings: { } + weight: 2 + region: content field_content: type: text_default label: hidden diff --git a/config/sync/field.field.media.icon.field_media_image.yml b/config/sync/field.field.media.icon.field_media_image.yml index fae7d5d43..5212c1c4b 100644 --- a/config/sync/field.field.media.icon.field_media_image.yml +++ b/config/sync/field.field.media.icon.field_media_image.yml @@ -6,14 +6,7 @@ dependencies: - field.storage.media.field_media_image - media.type.icon module: - - content_translation - image -third_party_settings: - content_translation: - translation_sync: - alt: alt - title: title - file: '0' id: media.icon.field_media_image field_name: field_media_image entity_type: media @@ -21,7 +14,7 @@ bundle: icon label: Icon description: '' required: true -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.basics_block.field_body.yml b/config/sync/field.field.paragraph.basics_block.field_body.yml index 534391c93..040f3c880 100644 --- a/config/sync/field.field.paragraph.basics_block.field_body.yml +++ b/config/sync/field.field.paragraph.basics_block.field_body.yml @@ -15,7 +15,7 @@ bundle: basics_block label: Description description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.basics_block.field_heading.yml b/config/sync/field.field.paragraph.basics_block.field_heading.yml index 878c8ac83..44005312d 100644 --- a/config/sync/field.field.paragraph.basics_block.field_heading.yml +++ b/config/sync/field.field.paragraph.basics_block.field_heading.yml @@ -12,7 +12,7 @@ bundle: basics_block label: Heading description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.feature_cards.field_heading.yml b/config/sync/field.field.paragraph.feature_cards.field_heading.yml index 56ed2a1f9..e68742127 100644 --- a/config/sync/field.field.paragraph.feature_cards.field_heading.yml +++ b/config/sync/field.field.paragraph.feature_cards.field_heading.yml @@ -12,7 +12,7 @@ bundle: feature_cards label: Heading description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.hero.field_body.yml b/config/sync/field.field.paragraph.hero.field_body.yml index bebbdd068..3db9ca6f6 100644 --- a/config/sync/field.field.paragraph.hero.field_body.yml +++ b/config/sync/field.field.paragraph.hero.field_body.yml @@ -17,7 +17,7 @@ bundle: hero label: Text description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.hero.field_heading.yml b/config/sync/field.field.paragraph.hero.field_heading.yml index 3631952ce..bd74783eb 100644 --- a/config/sync/field.field.paragraph.hero.field_heading.yml +++ b/config/sync/field.field.paragraph.hero.field_heading.yml @@ -12,7 +12,7 @@ bundle: hero label: Heading description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.hero.field_link.yml b/config/sync/field.field.paragraph.hero.field_link.yml index f423eda51..5d291f20d 100644 --- a/config/sync/field.field.paragraph.hero.field_link.yml +++ b/config/sync/field.field.paragraph.hero.field_link.yml @@ -14,7 +14,7 @@ bundle: hero label: Link description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.hero.field_media.yml b/config/sync/field.field.paragraph.hero.field_media.yml index 76be90a73..655161006 100644 --- a/config/sync/field.field.paragraph.hero.field_media.yml +++ b/config/sync/field.field.paragraph.hero.field_media.yml @@ -13,7 +13,7 @@ bundle: hero label: Media description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.image_text_cta.field_body.yml b/config/sync/field.field.paragraph.image_text_cta.field_body.yml index 2ecc07d5a..5a0d4ea27 100644 --- a/config/sync/field.field.paragraph.image_text_cta.field_body.yml +++ b/config/sync/field.field.paragraph.image_text_cta.field_body.yml @@ -15,7 +15,7 @@ bundle: image_text_cta label: Content description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.image_text_cta.field_heading.yml b/config/sync/field.field.paragraph.image_text_cta.field_heading.yml index 7513bd379..25e5e3020 100644 --- a/config/sync/field.field.paragraph.image_text_cta.field_heading.yml +++ b/config/sync/field.field.paragraph.image_text_cta.field_heading.yml @@ -12,7 +12,7 @@ bundle: image_text_cta label: Heading description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.image_text_cta.field_link.yml b/config/sync/field.field.paragraph.image_text_cta.field_link.yml index 1f407a42a..a325c7e94 100644 --- a/config/sync/field.field.paragraph.image_text_cta.field_link.yml +++ b/config/sync/field.field.paragraph.image_text_cta.field_link.yml @@ -14,7 +14,7 @@ bundle: image_text_cta label: link description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.image_text_cta.field_media.yml b/config/sync/field.field.paragraph.image_text_cta.field_media.yml index 3b2c1c033..b59183852 100644 --- a/config/sync/field.field.paragraph.image_text_cta.field_media.yml +++ b/config/sync/field.field.paragraph.image_text_cta.field_media.yml @@ -13,7 +13,7 @@ bundle: image_text_cta label: Media description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.quicklinks.field_body.yml b/config/sync/field.field.paragraph.quicklinks.field_body.yml index b99003941..9817cedf9 100644 --- a/config/sync/field.field.paragraph.quicklinks.field_body.yml +++ b/config/sync/field.field.paragraph.quicklinks.field_body.yml @@ -15,7 +15,7 @@ bundle: quicklinks label: Content description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.quicklinks.field_heading.yml b/config/sync/field.field.paragraph.quicklinks.field_heading.yml index 1c15c2e62..033a31d0e 100644 --- a/config/sync/field.field.paragraph.quicklinks.field_heading.yml +++ b/config/sync/field.field.paragraph.quicklinks.field_heading.yml @@ -12,7 +12,7 @@ bundle: quicklinks label: Heading description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.quicklinks.field_link.yml b/config/sync/field.field.paragraph.quicklinks.field_link.yml index cbe635a75..b708b1743 100644 --- a/config/sync/field.field.paragraph.quicklinks.field_link.yml +++ b/config/sync/field.field.paragraph.quicklinks.field_link.yml @@ -14,7 +14,7 @@ bundle: quicklinks label: Link description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.registration_tool.field_body.yml b/config/sync/field.field.paragraph.registration_tool.field_body.yml index 617ebdefb..c5639c40d 100644 --- a/config/sync/field.field.paragraph.registration_tool.field_body.yml +++ b/config/sync/field.field.paragraph.registration_tool.field_body.yml @@ -15,7 +15,7 @@ bundle: registration_tool label: Text description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.taxonomy_term.basics_modules.field_anchor_id.yml b/config/sync/field.field.taxonomy_term.basics_modules.field_anchor_id.yml new file mode 100644 index 000000000..5713c1004 --- /dev/null +++ b/config/sync/field.field.taxonomy_term.basics_modules.field_anchor_id.yml @@ -0,0 +1,19 @@ +uuid: 29fe3187-9a13-4e80-b19a-04edba369e94 +langcode: en +status: true +dependencies: + config: + - field.storage.taxonomy_term.field_anchor_id + - taxonomy.vocabulary.basics_modules +id: taxonomy_term.basics_modules.field_anchor_id +field_name: field_anchor_id +entity_type: taxonomy_term +bundle: basics_modules +label: 'Anchor ID' +description: 'Use only letters and dashes. Example: example-name' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/sync/field.storage.taxonomy_term.field_anchor_id.yml b/config/sync/field.storage.taxonomy_term.field_anchor_id.yml new file mode 100644 index 000000000..921c0b5bc --- /dev/null +++ b/config/sync/field.storage.taxonomy_term.field_anchor_id.yml @@ -0,0 +1,21 @@ +uuid: 84d1a581-59d6-4fff-8629-30ea5122a0f8 +langcode: en +status: true +dependencies: + module: + - taxonomy +id: taxonomy_term.field_anchor_id +field_name: field_anchor_id +entity_type: taxonomy_term +type: string +settings: + max_length: 255 + case_sensitive: false + is_ascii: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/language.content_settings.block_content.inline_alert.yml b/config/sync/language.content_settings.block_content.inline_alert.yml index 97ef6f6db..e209e9fea 100644 --- a/config/sync/language.content_settings.block_content.inline_alert.yml +++ b/config/sync/language.content_settings.block_content.inline_alert.yml @@ -9,6 +9,8 @@ dependencies: third_party_settings: content_translation: enabled: true + bundle_settings: + untranslatable_fields_hide: '0' id: block_content.inline_alert target_entity_type_id: block_content target_bundle: inline_alert diff --git a/config/sync/language.content_settings.block_content.nvrf_a_b_message.yml b/config/sync/language.content_settings.block_content.nvrf_a_b_message.yml index 747d2a4d7..5a7342ad5 100644 --- a/config/sync/language.content_settings.block_content.nvrf_a_b_message.yml +++ b/config/sync/language.content_settings.block_content.nvrf_a_b_message.yml @@ -9,6 +9,8 @@ dependencies: third_party_settings: content_translation: enabled: true + bundle_settings: + untranslatable_fields_hide: '0' id: block_content.nvrf_a_b_message target_entity_type_id: block_content target_bundle: nvrf_a_b_message diff --git a/config/sync/language.content_settings.block_content.nvrf_card.yml b/config/sync/language.content_settings.block_content.nvrf_card.yml index a00f82099..bba6b7c03 100644 --- a/config/sync/language.content_settings.block_content.nvrf_card.yml +++ b/config/sync/language.content_settings.block_content.nvrf_card.yml @@ -9,6 +9,8 @@ dependencies: third_party_settings: content_translation: enabled: true + bundle_settings: + untranslatable_fields_hide: '0' id: block_content.nvrf_card target_entity_type_id: block_content target_bundle: nvrf_card diff --git a/config/sync/language.content_settings.crop.focal_point.yml b/config/sync/language.content_settings.crop.focal_point.yml new file mode 100644 index 000000000..e4246b5ec --- /dev/null +++ b/config/sync/language.content_settings.crop.focal_point.yml @@ -0,0 +1,11 @@ +uuid: 811f7f40-7d89-4cbc-8431-41fa1086bda8 +langcode: en +status: true +dependencies: + config: + - crop.type.focal_point +id: crop.focal_point +target_entity_type_id: crop +target_bundle: focal_point +default_langcode: site_default +language_alterable: false diff --git a/config/sync/language.content_settings.media.icon.yml b/config/sync/language.content_settings.media.icon.yml index 58adc319b..a48e06590 100644 --- a/config/sync/language.content_settings.media.icon.yml +++ b/config/sync/language.content_settings.media.icon.yml @@ -4,6 +4,13 @@ status: true dependencies: config: - media.type.icon + module: + - content_translation +third_party_settings: + content_translation: + enabled: false + bundle_settings: + untranslatable_fields_hide: '0' id: media.icon target_entity_type_id: media target_bundle: icon diff --git a/config/sync/language.content_settings.menu_link_content.menu_link_content.yml b/config/sync/language.content_settings.menu_link_content.menu_link_content.yml new file mode 100644 index 000000000..3a5b8cfe5 --- /dev/null +++ b/config/sync/language.content_settings.menu_link_content.menu_link_content.yml @@ -0,0 +1,17 @@ +uuid: de04aa16-932d-4b36-850d-c544ae635c80 +langcode: en +status: true +dependencies: + module: + - content_translation + - menu_link_content +third_party_settings: + content_translation: + enabled: true + bundle_settings: + untranslatable_fields_hide: '1' +id: menu_link_content.menu_link_content +target_entity_type_id: menu_link_content +target_bundle: menu_link_content +default_langcode: site_default +language_alterable: true diff --git a/config/sync/language.content_settings.node.nvrf_page.yml b/config/sync/language.content_settings.node.nvrf_page.yml index 7109a3def..ff4837753 100644 --- a/config/sync/language.content_settings.node.nvrf_page.yml +++ b/config/sync/language.content_settings.node.nvrf_page.yml @@ -9,6 +9,8 @@ dependencies: third_party_settings: content_translation: enabled: true + bundle_settings: + untranslatable_fields_hide: '1' id: node.nvrf_page target_entity_type_id: node target_bundle: nvrf_page diff --git a/config/sync/language.content_settings.node.voter_guide.yml b/config/sync/language.content_settings.node.voter_guide.yml index 0bc2e710e..ef4e80620 100644 --- a/config/sync/language.content_settings.node.voter_guide.yml +++ b/config/sync/language.content_settings.node.voter_guide.yml @@ -9,6 +9,8 @@ dependencies: third_party_settings: content_translation: enabled: true + bundle_settings: + untranslatable_fields_hide: '1' id: node.voter_guide target_entity_type_id: node target_bundle: voter_guide diff --git a/config/sync/language.content_settings.paragraph.basics_block.yml b/config/sync/language.content_settings.paragraph.basics_block.yml new file mode 100644 index 000000000..fa689ba1b --- /dev/null +++ b/config/sync/language.content_settings.paragraph.basics_block.yml @@ -0,0 +1,18 @@ +uuid: 6222bf60-b553-49ae-ad30-c09671a5f767 +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.basics_block + module: + - content_translation +third_party_settings: + content_translation: + enabled: true + bundle_settings: + untranslatable_fields_hide: '1' +id: paragraph.basics_block +target_entity_type_id: paragraph +target_bundle: basics_block +default_langcode: site_default +language_alterable: false diff --git a/config/sync/language.content_settings.paragraph.feature_cards.yml b/config/sync/language.content_settings.paragraph.feature_cards.yml new file mode 100644 index 000000000..73fc34944 --- /dev/null +++ b/config/sync/language.content_settings.paragraph.feature_cards.yml @@ -0,0 +1,18 @@ +uuid: ba3521e8-07a7-4f45-b698-38adae3e19f3 +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.feature_cards + module: + - content_translation +third_party_settings: + content_translation: + enabled: true + bundle_settings: + untranslatable_fields_hide: '1' +id: paragraph.feature_cards +target_entity_type_id: paragraph +target_bundle: feature_cards +default_langcode: site_default +language_alterable: false diff --git a/config/sync/language.content_settings.paragraph.hero.yml b/config/sync/language.content_settings.paragraph.hero.yml new file mode 100644 index 000000000..9c9530780 --- /dev/null +++ b/config/sync/language.content_settings.paragraph.hero.yml @@ -0,0 +1,18 @@ +uuid: afd6d5ac-10dd-4848-a5a6-220715d21cec +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.hero + module: + - content_translation +third_party_settings: + content_translation: + enabled: true + bundle_settings: + untranslatable_fields_hide: '1' +id: paragraph.hero +target_entity_type_id: paragraph +target_bundle: hero +default_langcode: site_default +language_alterable: false diff --git a/config/sync/language.content_settings.paragraph.image_text_cta.yml b/config/sync/language.content_settings.paragraph.image_text_cta.yml new file mode 100644 index 000000000..8095160d9 --- /dev/null +++ b/config/sync/language.content_settings.paragraph.image_text_cta.yml @@ -0,0 +1,18 @@ +uuid: 86e7768e-a4cb-4da1-a278-4ffc1d308179 +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.image_text_cta + module: + - content_translation +third_party_settings: + content_translation: + enabled: true + bundle_settings: + untranslatable_fields_hide: '1' +id: paragraph.image_text_cta +target_entity_type_id: paragraph +target_bundle: image_text_cta +default_langcode: site_default +language_alterable: false diff --git a/config/sync/language.content_settings.paragraph.quicklinks.yml b/config/sync/language.content_settings.paragraph.quicklinks.yml new file mode 100644 index 000000000..4cfb33191 --- /dev/null +++ b/config/sync/language.content_settings.paragraph.quicklinks.yml @@ -0,0 +1,18 @@ +uuid: 1d4c52d6-3a52-4fb6-978c-d40f15de6650 +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.quicklinks + module: + - content_translation +third_party_settings: + content_translation: + enabled: true + bundle_settings: + untranslatable_fields_hide: '1' +id: paragraph.quicklinks +target_entity_type_id: paragraph +target_bundle: quicklinks +default_langcode: site_default +language_alterable: false diff --git a/config/sync/language.content_settings.taxonomy_term.basics_modules.yml b/config/sync/language.content_settings.taxonomy_term.basics_modules.yml index 0e8897442..539daf7f5 100644 --- a/config/sync/language.content_settings.taxonomy_term.basics_modules.yml +++ b/config/sync/language.content_settings.taxonomy_term.basics_modules.yml @@ -9,6 +9,8 @@ dependencies: third_party_settings: content_translation: enabled: true + bundle_settings: + untranslatable_fields_hide: '1' id: taxonomy_term.basics_modules target_entity_type_id: taxonomy_term target_bundle: basics_modules diff --git a/config/sync/language.content_settings.taxonomy_term.nvrf_field.yml b/config/sync/language.content_settings.taxonomy_term.nvrf_field.yml index 82b3a9af4..ae1e38c6d 100644 --- a/config/sync/language.content_settings.taxonomy_term.nvrf_field.yml +++ b/config/sync/language.content_settings.taxonomy_term.nvrf_field.yml @@ -9,8 +9,10 @@ dependencies: third_party_settings: content_translation: enabled: true + bundle_settings: + untranslatable_fields_hide: '1' id: taxonomy_term.nvrf_field target_entity_type_id: taxonomy_term target_bundle: nvrf_field default_langcode: site_default -language_alterable: true +language_alterable: false diff --git a/config/sync/language.entity.so.yml b/config/sync/language.entity.so.yml new file mode 100644 index 000000000..c274474c0 --- /dev/null +++ b/config/sync/language.entity.so.yml @@ -0,0 +1,10 @@ +uuid: 2b30c6ab-f133-4c1d-a7be-997bb27da4b6 +langcode: so +status: true +dependencies: { } +third_party_settings: { } +id: so +label: Somali +direction: ltr +weight: 6 +locked: false diff --git a/config/sync/language.entity.tl.yml b/config/sync/language.entity.tl.yml index e99116263..9cb05f81b 100644 --- a/config/sync/language.entity.tl.yml +++ b/config/sync/language.entity.tl.yml @@ -5,5 +5,5 @@ dependencies: { } id: tl label: Tagalog direction: ltr -weight: 6 +weight: 7 locked: false diff --git a/config/sync/language.entity.vi.yml b/config/sync/language.entity.vi.yml index fbafd0e10..9ee8e9a0f 100644 --- a/config/sync/language.entity.vi.yml +++ b/config/sync/language.entity.vi.yml @@ -5,5 +5,5 @@ dependencies: { } id: vi label: Vietnamese direction: ltr -weight: 7 +weight: 8 locked: false diff --git a/config/sync/language.entity.ypk.yml b/config/sync/language.entity.ypk.yml index 2d13c44f3..9efa688d3 100644 --- a/config/sync/language.entity.ypk.yml +++ b/config/sync/language.entity.ypk.yml @@ -5,5 +5,5 @@ dependencies: { } id: ypk label: Yupʼik-Akuzipik direction: ltr -weight: 8 +weight: 9 locked: false diff --git a/config/sync/language.negotiation.yml b/config/sync/language.negotiation.yml index 0fb92ab53..96b7e4218 100644 --- a/config/sync/language.negotiation.yml +++ b/config/sync/language.negotiation.yml @@ -25,6 +25,7 @@ url: fr: fr hmn: hmn am: am + so: so domains: en: '' es: '' @@ -45,4 +46,5 @@ url: fr: '' hmn: '' am: '' + so: '' selected_langcode: site_default diff --git a/config/sync/language/am/core.date_format.long_date.yml b/config/sync/language/am/core.date_format.long_date.yml index cdafa9e33..331a6ff60 100644 --- a/config/sync/language/am/core.date_format.long_date.yml +++ b/config/sync/language/am/core.date_format.long_date.yml @@ -1 +1 @@ -pattern: 'l F d ቀን Y' +pattern: 'l ዕለት F d ቀን Y' diff --git a/config/sync/language/so/core.date_format.long_date.yml b/config/sync/language/so/core.date_format.long_date.yml new file mode 100644 index 000000000..35312999d --- /dev/null +++ b/config/sync/language/so/core.date_format.long_date.yml @@ -0,0 +1 @@ +pattern: 'l, F j, Y' diff --git a/config/sync/language/so/core.date_format.revision_date.yml b/config/sync/language/so/core.date_format.revision_date.yml new file mode 100644 index 000000000..069f98633 --- /dev/null +++ b/config/sync/language/so/core.date_format.revision_date.yml @@ -0,0 +1 @@ +pattern: 'd F, Y' diff --git a/config/sync/language/so/language.entity.so.yml b/config/sync/language/so/language.entity.so.yml new file mode 100644 index 000000000..d8fa3676a --- /dev/null +++ b/config/sync/language/so/language.entity.so.yml @@ -0,0 +1 @@ +label: Soomaali diff --git a/config/sync/language/so/metatag.metatag_defaults.front.yml b/config/sync/language/so/metatag.metatag_defaults.front.yml new file mode 100644 index 000000000..fb681eac7 --- /dev/null +++ b/config/sync/language/so/metatag.metatag_defaults.front.yml @@ -0,0 +1,3 @@ +tags: + description: 'Hel hababka isdiiwaan gelinta ee gobolkaaga.' + title: 'Isdiiwaangeli si aad u codeysid | [site:name] oo af Soomaali ah' diff --git a/config/sync/language/so/metatag.metatag_defaults.global.yml b/config/sync/language/so/metatag.metatag_defaults.global.yml new file mode 100644 index 000000000..fb681eac7 --- /dev/null +++ b/config/sync/language/so/metatag.metatag_defaults.global.yml @@ -0,0 +1,3 @@ +tags: + description: 'Hel hababka isdiiwaan gelinta ee gobolkaaga.' + title: 'Isdiiwaangeli si aad u codeysid | [site:name] oo af Soomaali ah' diff --git a/config/sync/language/so/metatag.metatag_defaults.node__state_territory.yml b/config/sync/language/so/metatag.metatag_defaults.node__state_territory.yml new file mode 100644 index 000000000..c71a1fbc1 --- /dev/null +++ b/config/sync/language/so/metatag.metatag_defaults.node__state_territory.yml @@ -0,0 +1,3 @@ +tags: + description: 'Soo ogow sida la isu diiwaangaliyo si aad uga codeyso [current-page:title]' + title: 'Is diiwaan geli si aad uga codeyso [current-page:title] | [site:name] oo af Soomaali ah' diff --git a/testing/package-lock.json b/testing/package-lock.json index 2147e6cdf..48becb991 100644 --- a/testing/package-lock.json +++ b/testing/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "axe-core": "^4.9.0", - "cypress": "^13.7.2", + "cypress": "^13.8.0", "cypress-axe": "^1.5.0", "cypress-mochawesome-reporter": "^3.8.2" } @@ -615,9 +615,9 @@ } }, "node_modules/cypress": { - "version": "13.7.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.2.tgz", - "integrity": "sha512-FF5hFI5wlRIHY8urLZjJjj/YvfCBrRpglbZCLr/cYcL9MdDe0+5usa8kTIrDHthlEc9lwihbkb5dmwqBDNS2yw==", + "version": "13.8.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.8.0.tgz", + "integrity": "sha512-Qau//mtrwEGOU9cn2YjavECKyDUwBh8J2tit+y9s1wsv6C3BX+rlv6I9afmQnL8PmEEzJ6be7nppMHacFzZkTw==", "hasInstallScript": true, "dependencies": { "@cypress/request": "^3.0.0", @@ -3392,9 +3392,9 @@ } }, "cypress": { - "version": "13.7.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.2.tgz", - "integrity": "sha512-FF5hFI5wlRIHY8urLZjJjj/YvfCBrRpglbZCLr/cYcL9MdDe0+5usa8kTIrDHthlEc9lwihbkb5dmwqBDNS2yw==", + "version": "13.8.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.8.0.tgz", + "integrity": "sha512-Qau//mtrwEGOU9cn2YjavECKyDUwBh8J2tit+y9s1wsv6C3BX+rlv6I9afmQnL8PmEEzJ6be7nppMHacFzZkTw==", "requires": { "@cypress/request": "^3.0.0", "@cypress/xvfb": "^1.2.4", diff --git a/testing/package.json b/testing/package.json index ffffab258..21e8fa181 100644 --- a/testing/package.json +++ b/testing/package.json @@ -5,7 +5,7 @@ "main": "index.js", "devDependencies": { "axe-core": "^4.9.0", - "cypress": "^13.7.2", + "cypress": "^13.8.0", "cypress-axe": "^1.5.0", "cypress-mochawesome-reporter": "^3.8.2" }, diff --git a/web/modules/custom/vote_utility/translations/am.po b/web/modules/custom/vote_utility/translations/am.po index 2e144bd04..829f7a404 100644 --- a/web/modules/custom/vote_utility/translations/am.po +++ b/web/modules/custom/vote_utility/translations/am.po @@ -78,13 +78,13 @@ msgid "Other ways to register to vote" msgstr "ለመምረጥ መመዝገቢያ ሌላ መንገዶች" msgid "Register by mail deadline:" -msgstr "በፖስታ ምዝገባ የመጨረሻ ቀን ይመዝገቡ፦" +msgstr "በፖስታ ምዝገባ የመጨረሻ ቀን፦" msgid "Must be postmarked by @date" -msgstr "በ @date የፓስታ ማህተም ያረፈበት መሆን አለበት" +msgstr "@date የፓስታ ማህተም ያረፈበት መሆን አለበት" msgid "Must be received by @date" -msgstr "በ @date መድረስ አለበት" +msgstr "@date መድረስ አለበት" msgid "Online registration deadline:" msgstr "የድህረ ገጽ ላይ ምዝገባ የመጨረሻ ቀን፦" @@ -95,6 +95,9 @@ msgstr "የመራጮች ምዝገባ የመጨረሻ ቀናት" msgid "In person registration deadline:" msgstr "በአካል ምዝገባ የመጨረሻ ቀን፦" +msgid "Voter registration deadlines for the @election_date election" +msgstr "ለ @election_date ምርጫ የመራጮች ምዝገባ የመጨረሻ ቀን" + msgid "How to check your voter registration" msgstr "ለመምረጥ መመዝገብዎን እንዴት ማረጋገጥ ይችላሉ" @@ -111,37 +114,37 @@ msgid "Find out ways to register" msgstr "እንዴት መመዝገብ እንደሚችሉ ይወቁ " msgid "Online registration is currently not available. @link to vote at @state_name’s election website." -msgstr "በድህረ ገጽ ምዝገባ በአሁኑ ጊዜ የለም። ለመምረጥ @link @state_name ስቴት የምርጫ ድህረ ገጽ።" +msgstr "በድረገጽ ምዝገባ በአሁኑ ጊዜ የለም። ለመምረጥ @link @state_name ስቴት የምርጫ ድረገጽ።" msgid "Learn more about how to register" msgstr "እንዴት መመዝገብ እንደሚችሉ ይወቁ" msgid "Register in person at your local election office. @link on @state_name’s election website." -msgstr "አካባቢዎ በሚገኘው የምርጫ ቢሮ በአካል በመገኘት ይመዝገቡ። @link በ@state_name ስቴት የምርጫ ድህረ ገጽ።" +msgstr "አካባቢዎ በሚገኘው የምርጫ ቢሮ በአካል በመገኘት ይመዝገቡ። @link በ@state_name ስቴት የምርጫ ድረገጽ።" msgid "Learn more about voting" msgstr "እንዴት መመዝገብ እንዳለብዎ የበለጠ ይወቁ" msgid "Voter registration is not required in @state_name. @link on @state_name’s election website." -msgstr "የመራጮች ምዝገባ አያስፈልግም በ@state_name. @link በ@state_name ስቴት የምርጫ ድህረ ገጽ።" +msgstr "የመራጮች ምዝገባ አያስፈልግም በ@state_name. @link በ@state_name ስቴት የምርጫ ድረገጽ።" msgid "Start your online registration" -msgstr "በድህረ ገጽ ላይ ምዝገባዎን ይጀምሩ" +msgstr "በድረገጽ ላይ ምዝገባዎን ይጀምሩ" msgid "@link on @state_name’s election website." -msgstr "@link በ@state_name ስቴት የምርጫ ድህረ ገጽ።" +msgstr "@link በ@state_name ስቴት የምርጫ ድረገጽ።" msgid "register to vote by mail or in person" msgstr "በፖስታ ወይም በአካል ለመምረጥ ይመዝገቡ" msgid "You can also @link on @state_name’s election website." -msgstr "እርስዎ በተጨማሪ @link ይችላሉ በ@state_name ስቴት የምርጫ ድህረ ገጽ።" +msgstr "እርስዎ በተጨማሪ @link ይችላሉ በ@state_name ስቴት የምርጫ ድረገጽ።" msgid "confirm your voter registration status" msgstr "የመራጮች ምዝገባ ሁኔታዎን ያረጋግጡ" msgid "You can @link on @state_name’s election website." -msgstr "እርስዎ @link በ@state_name ስቴት የምርጫ ድህረ ገጽ" +msgstr "እርስዎ @link በ@state_name ስቴት የምርጫ ድረገጽ." msgid "External link opens in new window" msgstr "የውጭ አገናኙ አዲስ ድህረ ገጽ ይከፍታል" diff --git a/web/modules/custom/vote_utility/translations/so.po b/web/modules/custom/vote_utility/translations/so.po new file mode 100644 index 000000000..b45fea009 --- /dev/null +++ b/web/modules/custom/vote_utility/translations/so.po @@ -0,0 +1,294 @@ +# Somali translation of Vote.gov +# +msgid "" +msgstr "" +"Project-Id-Version: Vote.gov Utility\\n" +"MIME-Version: 1.0\\n" +"Content-Type: text/plain; charset=utf-8\\n" +"Content-Transfer-Encoding: 8bit\\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\\n" + +# config.languages.languageName +msgid "Somali" +msgstr "Soomaali" + +# config.languages.params.select_language +msgid "Select language" +msgstr "Ka dooro luuqadda" + +# config.languages.params.Owner +msgid "@sitename in language" +msgstr "@sitename oo af Soomaali ah" + +# config.languages.params.go_back +msgid "Go back" +msgstr "Dib u laabo" + +# config.languages.params.last_updated +msgid "Last updated:" +msgstr "waqtiga lala socodsiiyay:" + +# config.languages.params.ext_link_title +msgid "External link opens in new window" +msgstr "Xiriirka dibadda ayaa furaya daaqad cusub" + +# config.languages.params.skip_text +msgid "Skip to main content" +msgstr "u gudub dulucda" + +# config.languages.params.english_only +msgid "(in English)" +msgstr "(oo af Ingiriis ah)" + +# data.translations.footer.vote_logo_alt_text +msgid "Illustration of voter box with checked ballot being inserted to indicate voting action" +msgstr "Sawirka sanduuqa cod-bixinta oo la gelinaayo warqad saxan si loo muujiyo tallaabada cod bixineed" + +# data.translations.footer.identifier_gsa_txt +msgid "An official website of the @link." +msgstr "Bogga rasmiga ah ee @link." + +# data.translations.footer.identifier_gsa_txt__1 +msgid "General Services Administration" +msgstr "General Services Administration (oo af Ingiriis ah)" + +# data.translations.footer.identifier_more_info +msgid "Looking for U.S. government information and services? @link." +msgstr "Ma waxaad raadineysaa wararka la xiriira xukuumadda Mareykanka iyo adeegyadeeda? @link." + +# data.translations.footer.identifier_more_info__1 +msgid "Visit USA.gov" +msgstr "Booqo USA.gov (oo af Ingiriis ah)" + +# data.translations.footer.identifier_aria +msgid "Agency identifier" +msgstr "Far-ku-fiiqaha (tilmaamaha) wakaaladda" + +# data.translations.footer.identifier_gsa_txt_aria +msgid "Agency description" +msgstr "Qeexitaan wakaalad" + +# data.translations.footer.identifier_link_aria +msgid "Important links" +msgstr "xiriiro muhiim ah" + +# data.translations.footer.identifier_more_info_aria +msgid "Government information and services" +msgstr "Wararka la xiriira doowladda iyo adeegyadeeda" + +# data.translations.footer.eac_text +msgid "in partnership with" +msgstr "Iyadoo lala kaashanaayo" + +# data.translations.footer.eac_logo_alt_text +msgid "U.S. Election Assistance Commission logo which indicates a partnership with Vote.gov" +msgstr "Astaanta Guddiga Kaalmada Doorashada Mareykanka oo tilmaamaysa iskaashi lala yeesho Vote.gov" + +# data.translations.footer.twitter_text +msgid "Follow Vote.gov on Twitter" +msgstr "Raac Vote.gov oo kala soco barta Twitter ka (oo af Ingiriis ah)" + +# data.translations.footer.section_sign_up +msgid "Email sign-up" +msgstr "Isdiiwaangelinta iimaylka (oo af Ingiriis ah)" + +# data.translations.footer.section_contact +msgid "Contact" +msgstr "xiriir" + +# data.translations.footer.gsa_logo_alt +msgid "GSA logo" +msgstr "Astaanta GSA" + +# data.translations.homepage.search_placeholder +msgid "Search Vote.gov" +msgstr "Baar Vote.gov" + +# data.translations.homepage.section_banner +msgid "Official government website" +msgstr "Bogga rasmiga ah ee dawladda" + +# data.translations.register.heading +msgid "Register to vote in @state_name" +msgstr "Is diiwaan geli si aad uga codeyso @state_name" + +# data.translations.register.heading2 (state phrase updates) +msgid "How to register to vote" +msgstr "Sida la isugu diiwaan geliyo si’ loo codeeyo" + +# data.translations.register.other_language_selection__heading (state phrase updates) +msgid "Other ways to register to vote" +msgstr "Siyaabo kale oo la isu diwaangeliyo si loo codeeyo." + +msgid "Voter registration deadlines for the @election_date election" +msgstr "Wakhtiyada kama dambaysta ah ee diiwaangelinta codbixiyaha ee doorashada @election_date" + +# data.translations.register.dates__bymail_deadline +msgid "Register by mail deadline:" +msgstr "Is-diwaangeli wakhtiga kama dambaysta ah ee boostada:" + +msgid "Must be postmarked by @date" +msgstr "Waa in boostadu qabataa @date" + +msgid "Must be received by @date" +msgstr "Waa in la helaa ugu dambayn @date" + +# data.translations.register.dates__byonline_deadline +msgid "Online registration deadline:" +msgstr "Is diiwaangelinta online-ka ee kama dambaysta ah:" + +# data.translations.register.dates__inperson_deadline +msgid "In person registration deadline:" +msgstr "Isdiiwaangelinta qof-ahaaneed ee kama dambaysta ah:" + +# data.translations.register.dates__heading (state phrase updates) +msgid "Voter registration deadlines" +msgstr "Wakhtiyada kama dambaysta ah ee diiwaangelinta codbixiyayaasha" + +# data.translations.register.confirm_registration__heading +msgid "How to check your voter registration" +msgstr "Sida loo hubiyo isdiiwaangelintaada cod-bixiyaha" + +# data.translations.register.confirm_registration__intro_WY +msgid "You can confirm your voter registration status by contacting your local registration office. @link." +msgstr "Waxaad ka xaqiijin kartaa halka uu maraayo diiwaangelinta codbixintaada adiga oo la xiriiraya xafiiska diiwaangelinta ee degaankaaga. @link." + +# @link: data.translations.register.confirm_registration__link_WY +msgid "Click here to view Wyoming's county clerk contact information (PDF)" +msgstr "Riix halkan si aad u daawato macluumaadka xiriirka karraaniga degmada Wyoming (PDF) (oo af Ingiriis ah)" + +# data.translations.register.confirm_registration__intro (see accessibility updates) +msgid "You can @link on @state_name’s election website." +msgstr "Waxaad @link bogga doorashada gobolka @state_name." + +# @link: data.translations.register.confirm_registration__intro (see accessibility updates) +msgid "confirm your voter registration status" +msgstr "sugi kartaa xaaladda diiwaangelinta codbixintaada" + +# data.translations.register.by_mail__intro (see accessibility updates) +msgid "Online registration is currently not available. @link to vote at @state_name’s election website." +msgstr "Diiwaangelinta onlaynka hadda lama heli karo. @link si aad uga codayso bogga gobolka @state_name." + +# @link: data.translations.register.by_mail__intro (see accessibility updates) +msgid "Find out ways to register" +msgstr "Soo ogow siyaabo la isu diwaangeliyo" + +# data.translations.register.in_person__intro (see accessibility updates) +msgid "Register in person at your local election office. @link on @state_name’s election website." +msgstr "Toos isaga diiwaan geli xafiiska maxalliga ah ee doorashada deegaankaaga. @link bogga doorashada gobolka @state_name." + +# @link: data.translations.register.in_person__intro (see accessibility updates) +msgid "Learn more about how to register" +msgstr "Ka baro wax dheeraad ah oo ku saabsan sida la isaga diiwaan geliyo" + +# data.translations.register.not_needed__intro (see accessibility updates) +msgid "Voter registration is not required in @state_name. @link on @state_name’s election website." +msgstr "Diiwaangelinta codbixiyaha looma baahna @state_name. @link bogga doorashada gobolka @state_name." + +# @link: data.translations.register.not_needed__intro (see accessibility updates) +msgid "Learn more about voting" +msgstr "Wax dheeraad ah ka baro xagga cod bixinta" + +# data.translations.register.online__answer1 (see accessibility updates) +msgid "@link on @state_name’s election website." +msgstr "@link bogga doorashada gobolka @state_name." + +# @link: data.translations.register.online__answer1 (see accessibility updates) +msgid "Start your online registration" +msgstr "Bilow is diiwaangelintaada onlyanka ah" + +# data.translations.register.online__answer2 (see accessibility updates) +msgid "You can also @link on @state_name’s election website." +msgstr "Waxaad sidoo kale @link bogga doorashada gobolka @state_name." + +# @link: data.translations.register.online__answer2 (see accessibility updates) +msgid "register to vote by mail or in person" +msgstr "isku diiwaangelin kartaa inaad ku codayso boostada ama qof ahaan" + +# data.translations.months.january +msgctxt "Long month name" +msgid "January" +msgstr "Jannaayo" + +# data.translations.months.february +msgctxt "Long month name" +msgid "February" +msgstr "Febraayo" + +# data.translations.months.march +msgctxt "Long month name" +msgid "March" +msgstr "Maarso" + +# data.translations.months.april +msgctxt "Long month name" +msgid "April" +msgstr "Abriil" + +# data.translations.months.may +msgctxt "Long month name" +msgid "May" +msgstr "Maajo" + +# data.translations.months.june +msgctxt "Long month name" +msgid "June" +msgstr "Juunyo" + +# data.translations.months.july +msgctxt "Long month name" +msgid "July" +msgstr "Luulyo" + +# data.translations.months.august +msgctxt "Long month name" +msgid "August" +msgstr "Agoosto" + +# data.translations.months.september +msgctxt "Long month name" +msgid "September" +msgstr "Setembar" + +# data.translations.months.october +msgctxt "Long month name" +msgid "October" +msgstr "Oktoobar" + +# data.translations.months.november +msgctxt "Long month name" +msgid "November" +msgstr "Nofeembar" + +# data.translations.months.december +msgctxt "Long month name" +msgid "December" +msgstr "Disember" + +# data.translations.days.monday +msgid "Monday" +msgstr "Isniin" + +# data.translations.days.tuesday +msgid "Tuesday" +msgstr "Talaada" + +# data.translations.days.wednesday +msgid "Wednesday" +msgstr "Arbaca" + +# data.translations.days.thursday +msgid "Thursday" +msgstr "Khamiis" + +# data.translations.days.friday +msgid "Friday" +msgstr "Jimce" + +# data.translations.days.saturday +msgid "Saturday" +msgstr "Sabti" + +# data.translations.days.sunday +msgid "Sunday" +msgstr "Axad" diff --git a/web/themes/custom/votegov/img/svg/close-white.svg b/web/themes/custom/votegov/img/svg/close-white.svg new file mode 100644 index 000000000..dc9cf7ff3 --- /dev/null +++ b/web/themes/custom/votegov/img/svg/close-white.svg @@ -0,0 +1,4 @@ + diff --git a/web/themes/custom/votegov/src/sass/components/_index.scss b/web/themes/custom/votegov/src/sass/components/_index.scss index 4208ed34b..31b58efd3 100644 --- a/web/themes/custom/votegov/src/sass/components/_index.scss +++ b/web/themes/custom/votegov/src/sass/components/_index.scss @@ -20,4 +20,5 @@ @forward "sitemap"; @forward "touchpoints"; @forward "media"; +@forward "accordion-group"; diff --git a/web/themes/custom/votegov/src/sass/components/accordion-group.scss b/web/themes/custom/votegov/src/sass/components/accordion-group.scss new file mode 100644 index 000000000..da905f4d3 --- /dev/null +++ b/web/themes/custom/votegov/src/sass/components/accordion-group.scss @@ -0,0 +1,26 @@ +@use "uswds-core" as *; +@use "variables" as *; +@use "mixins" as *; + +.vote-accordion-group { + @include vote-block-margin-y; + @include grid-container; +} + +.vote-accordion-group__heading { + @include u-maxw('tablet-lg'); + + @include at-media('tablet-lg') { + @include grid-col(7); + @include grid-offset(1); + } +} + +.vote-accordion-group__content { + @include u-maxw('tablet'); + + @include at-media('tablet-lg') { + @include grid-col(8); + @include grid-offset(1); + } +} diff --git a/web/themes/custom/votegov/src/sass/components/basics-block.scss b/web/themes/custom/votegov/src/sass/components/basics-block.scss index a21158282..6f8b9015f 100644 --- a/web/themes/custom/votegov/src/sass/components/basics-block.scss +++ b/web/themes/custom/votegov/src/sass/components/basics-block.scss @@ -26,7 +26,7 @@ .basics-block--container { .node--landing & { - @include at-media('tablet') { + @include at-media('desktop') { @include grid-col(7); @include grid-offset(1); } diff --git a/web/themes/custom/votegov/src/sass/components/registration-tool.scss b/web/themes/custom/votegov/src/sass/components/registration-tool.scss index 725f879cf..7a428083f 100644 --- a/web/themes/custom/votegov/src/sass/components/registration-tool.scss +++ b/web/themes/custom/votegov/src/sass/components/registration-tool.scss @@ -192,6 +192,10 @@ &__heading { @include u-margin-top(4); } + + &__content { + min-height: 100px; + } } &-tool { diff --git a/web/themes/custom/votegov/src/sass/mixins/mixins.scss b/web/themes/custom/votegov/src/sass/mixins/mixins.scss index d56fd75c0..6d7aba9a9 100644 --- a/web/themes/custom/votegov/src/sass/mixins/mixins.scss +++ b/web/themes/custom/votegov/src/sass/mixins/mixins.scss @@ -75,7 +75,7 @@ @include hover { @include u-text('no-underline'); background-color: $base-primary-hover; - color: $base-white; + color: $base-white !important; } } diff --git a/web/themes/custom/votegov/src/sass/uswds-overrides/usa-alert.scss b/web/themes/custom/votegov/src/sass/uswds-overrides/usa-alert.scss index af5ade80c..a90c685ec 100644 --- a/web/themes/custom/votegov/src/sass/uswds-overrides/usa-alert.scss +++ b/web/themes/custom/votegov/src/sass/uswds-overrides/usa-alert.scss @@ -13,8 +13,10 @@ } .usa-site-alert .usa-alert & { - padding-left: 7rem; - padding-right: 7rem; + @include at-media('tablet') { + padding-left: 7rem; + padding-right: 7rem; + } } } diff --git a/web/themes/custom/votegov/src/sass/uswds-overrides/usa-language-selector.scss b/web/themes/custom/votegov/src/sass/uswds-overrides/usa-language-selector.scss index fb453fee1..7ec1f92c3 100644 --- a/web/themes/custom/votegov/src/sass/uswds-overrides/usa-language-selector.scss +++ b/web/themes/custom/votegov/src/sass/uswds-overrides/usa-language-selector.scss @@ -30,6 +30,10 @@ } } +.usa-language__primary-item:last-of-type { + position: static; +} + .usa-language__submenu { @include u-padding(2.5); @include u-width('auto'); @@ -37,9 +41,21 @@ @include u-text('no-wrap'); background-color: $base-dark; + ul{ + @include u-padding-left(0); + @include u-margin-top(0); + list-style: none; + } + @include at-media-max('tablet') { + @include u-height('viewport'); + @include u-width('full'); + @include u-padding(2); + @include u-z(500); + @include u-top(0); + @include u-right(0); + @include u-bottom(0); overflow: auto; - height: 80vh; } @include at-media('tablet') { @@ -65,3 +81,21 @@ border-bottom-left-radius: 0; } } + +.usa-language__close { + @include u-margin-top('205'); + @include u-border(0); + @include u-font-weight('medium'); + @include u-padding-right(3); + color: $base-white; + margin-left: calc(100% - 90px); + background-image: url( '../../../votegov/img/svg/close-white.svg' ); + background-position: 100% 50%; + background-repeat: no-repeat; + font-size: 17px; + background-color: transparent; + + @include at-media('tablet') { + @include u-display('none'); + } +} diff --git a/web/themes/custom/votegov/templates/block/block--votegov-languageswitcher.html.twig b/web/themes/custom/votegov/templates/block/block--votegov-languageswitcher.html.twig index 1a1b9a058..1f0ef3d7d 100644 --- a/web/themes/custom/votegov/templates/block/block--votegov-languageswitcher.html.twig +++ b/web/themes/custom/votegov/templates/block/block--votegov-languageswitcher.html.twig @@ -40,11 +40,15 @@ aria-controls="language-options"> {{ "Select language" | t }} + +
diff --git a/web/themes/custom/votegov/templates/field/double-field-item--field-accordions.html.twig b/web/themes/custom/votegov/templates/field/double-field-item--field-accordions.html.twig new file mode 100644 index 000000000..8f84cb564 --- /dev/null +++ b/web/themes/custom/votegov/templates/field/double-field-item--field-accordions.html.twig @@ -0,0 +1,8 @@ +{{ content.field_form_heading | field_value }}
+ {% endif %}