diff --git a/blt/src/Blt/Plugin/Commands/HsCircleCiCommands.php b/blt/src/Blt/Plugin/Commands/HsCircleCiCommands.php index 1856226002..08b208a68e 100644 --- a/blt/src/Blt/Plugin/Commands/HsCircleCiCommands.php +++ b/blt/src/Blt/Plugin/Commands/HsCircleCiCommands.php @@ -109,20 +109,20 @@ public function jobNewReleaseBranch(string $last_version) { $this->setVersions($new_version); $new_branch = "$new_version-release"; - // Create the new release branch in github. - $this->taskGitStack() - ->checkout("-b $new_branch") - ->run(); + $message = "$new_version Release" . PHP_EOL . PHP_EOL . '# DO NOT DELETE'; + + // Create the new release branch in Github. + $tasks[] = $this->taskGitStack() + ->checkout("-b $new_branch"); - $this->taskGitStack() + $tasks[] = $this->taskGitStack() ->add('-A') ->commit("$new_version") - ->push('origin', $new_branch) - ->run(); + ->push('origin', $new_branch); + $tasks[] = $this->taskExec("gh pr create -B develop -b '$message' -f"); + $tasks[] = $this->blt()->arg('deploy'); - $message = "$new_version Release" . PHP_EOL . PHP_EOL . '# DO NOT DELETE'; - $this->taskExec("gh pr create -B develop -b '$message' -f") - ->run(); + $this->collectionBuilder()->addTaskList($tasks)->run(); } /** diff --git a/composer.lock b/composer.lock index 4e491f4fb7..478f19583a 100644 --- a/composer.lock +++ b/composer.lock @@ -2203,14 +2203,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Greg Boggs", - "homepage": "https://www.drupal.org/user/153069" - }, - { - "name": "andrei.colesnic", - "homepage": "https://www.drupal.org/user/3272384" - }, { "name": "bdimaggio", "homepage": "https://www.drupal.org/user/70688" @@ -2219,6 +2211,14 @@ "name": "gcb", "homepage": "https://www.drupal.org/user/1682976" }, + { + "name": "Greg Boggs", + "homepage": "https://www.drupal.org/user/153069" + }, + { + "name": "kescoto-thinkshout", + "homepage": "https://www.drupal.org/user/3664824" + }, { "name": "levelos", "homepage": "https://www.drupal.org/user/54135" @@ -2227,6 +2227,10 @@ "name": "tauno", "homepage": "https://www.drupal.org/user/105595" }, + { + "name": "the.tai.pen@gmail.com", + "homepage": "https://www.drupal.org/user/3272384" + }, { "name": "wxactly", "homepage": "https://www.drupal.org/user/3181097" @@ -4460,16 +4464,16 @@ }, { "name": "drupal/core", - "version": "9.5.9", + "version": "9.5.10", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "c3b194f9056a297f6d72e54056c818843cab9aba" + "reference": "c84bab7403943fbc4ed90ffcdde4460a94642b06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/c3b194f9056a297f6d72e54056c818843cab9aba", - "reference": "c3b194f9056a297f6d72e54056c818843cab9aba", + "url": "https://api.github.com/repos/drupal/core/zipball/c84bab7403943fbc4ed90ffcdde4460a94642b06", + "reference": "c84bab7403943fbc4ed90ffcdde4460a94642b06", "shasum": "" }, "require": { @@ -4621,13 +4625,13 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/9.5.9" + "source": "https://github.com/drupal/core/tree/9.5.10" }, - "time": "2023-05-03T13:26:12+00:00" + "time": "2023-07-05T09:26:59+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "9.5.9", + "version": "9.5.10", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", @@ -4671,22 +4675,22 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/9.5.9" + "source": "https://github.com/drupal/core-composer-scaffold/tree/9.5.10" }, "time": "2023-04-30T16:17:33+00:00" }, { "name": "drupal/core-recommended", - "version": "9.5.9", + "version": "9.5.10", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "63865212817ab48815a95c6aaceafcab0b9eabee" + "reference": "d149750a704e63b40a7a26afed5ad1517d515fdc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/63865212817ab48815a95c6aaceafcab0b9eabee", - "reference": "63865212817ab48815a95c6aaceafcab0b9eabee", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/d149750a704e63b40a7a26afed5ad1517d515fdc", + "reference": "d149750a704e63b40a7a26afed5ad1517d515fdc", "shasum": "" }, "require": { @@ -4695,14 +4699,11 @@ "doctrine/annotations": "~1.13.3", "doctrine/lexer": "~1.2.3", "doctrine/reflection": "~1.2.3", - "drupal/core": "9.5.9", + "drupal/core": "9.5.10", "egulias/email-validator": "~3.2.1", "guzzlehttp/guzzle": "~6.5.8", "guzzlehttp/promises": "~1.5.2", "guzzlehttp/psr7": "~1.9.1", - "laminas/laminas-escaper": "~2.9.0", - "laminas/laminas-feed": "~2.17.0", - "laminas/laminas-stdlib": "~3.11.0", "longwave/laminas-diactoros": "~2.14.2", "masterminds/html5": "~2.7.6", "pear/archive_tar": "~1.4.14", @@ -4757,9 +4758,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/9.5.9" + "source": "https://github.com/drupal/core-recommended/tree/9.5.10" }, - "time": "2023-05-03T13:26:12+00:00" + "time": "2023-07-05T09:26:59+00:00" }, { "name": "drupal/crop", @@ -5653,29 +5654,30 @@ }, { "name": "drupal/editor_advanced_link", - "version": "2.1.1", + "version": "2.2.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/editor_advanced_link.git", - "reference": "2.1.1" + "reference": "2.2.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/editor_advanced_link-2.1.1.zip", - "reference": "2.1.1", - "shasum": "ba8f12aee9ac6c4d7b60ee916e7bd69e98c99d4a" + "url": "https://ftp.drupal.org/files/projects/editor_advanced_link-2.2.4.zip", + "reference": "2.2.4", + "shasum": "cd0db397827f2e21ec8a68211e8a153463a6c89b" }, "require": { "drupal/core": "^9.2 || ^10" }, "require-dev": { - "drupal/ckeditor": "*" + "drupal/ckeditor": "*", + "phpro/grumphp": "^2.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.1", - "datestamp": "1667462197", + "version": "2.2.4", + "datestamp": "1688040059", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5692,7 +5694,7 @@ "homepage": "https://www.drupal.org/user/931394" } ], - "description": "Add title, target etc. attributes to Text Editor's link dialog if the text format allows them.", + "description": "Editor Advanced link", "homepage": "https://www.drupal.org/project/editor_advanced_link", "support": { "source": "https://git.drupalcode.org/project/editor_advanced_link" @@ -6857,17 +6859,17 @@ }, { "name": "drupal/field_validation", - "version": "1.0.0-beta6", + "version": "1.0.0-rc1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/field_validation.git", - "reference": "8.x-1.0-beta6" + "reference": "8.x-1.0-rc1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/field_validation-8.x-1.0-beta6.zip", - "reference": "8.x-1.0-beta6", - "shasum": "c6fdfe34676e8f51a573e54d0228c3f2237141dc" + "url": "https://ftp.drupal.org/files/projects/field_validation-8.x-1.0-rc1.zip", + "reference": "8.x-1.0-rc1", + "shasum": "0d406ee5d3719ea5e07bd46d01a7c09df7bb6f46" }, "require": { "drupal/core": "^9 || ^10" @@ -6875,11 +6877,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-beta6", - "datestamp": "1687334514", + "version": "8.x-1.0-rc1", + "datestamp": "1687602488", "security-coverage": { "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -6905,21 +6907,21 @@ }, { "name": "drupal/file_mdm", - "version": "2.5.0", + "version": "2.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/file_mdm.git", - "reference": "8.x-2.5" + "reference": "8.x-2.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/file_mdm-8.x-2.5.zip", - "reference": "8.x-2.5", - "shasum": "391d9902733704274594873aa9b1f6b6ba3bd319" + "url": "https://ftp.drupal.org/files/projects/file_mdm-8.x-2.6.zip", + "reference": "8.x-2.6", + "shasum": "56c7c06107ce6e249b6d644136e6807573efb0e3" }, "require": { "drupal/core": "^9.3 | ^10", - "lsolesen/pel": "^0.9.12", + "fileeye/pel": "^0.9.20", "phenx/php-font-lib": "^0.5.4" }, "require-dev": { @@ -6929,8 +6931,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.5", - "datestamp": "1663668519", + "version": "8.x-2.6", + "datestamp": "1688489716", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7012,17 +7014,17 @@ }, { "name": "drupal/fontawesome", - "version": "2.25.0", + "version": "2.26.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/fontawesome.git", - "reference": "8.x-2.25" + "reference": "8.x-2.26" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/fontawesome-8.x-2.25.zip", - "reference": "8.x-2.25", - "shasum": "67f92e961b35c91b1520565669515525b2223cfb" + "url": "https://ftp.drupal.org/files/projects/fontawesome-8.x-2.26.zip", + "reference": "8.x-2.26", + "shasum": "22e67458e1ebc274c3a8b494ce2c4056a3d2af29" }, "require": { "drupal/core": "^9.4 || ^10" @@ -7030,8 +7032,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.25", - "datestamp": "1676999823", + "version": "8.x-2.26", + "datestamp": "1688063477", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7407,17 +7409,17 @@ }, { "name": "drupal/inline_entity_form", - "version": "2.0.0-rc4", + "version": "2.0.0-rc5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/inline_entity_form.git", - "reference": "2.0.0-rc4" + "reference": "2.0.0-rc5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/inline_entity_form-2.0.0-rc4.zip", - "reference": "2.0.0-rc4", - "shasum": "8f5f3e831117b223f60c8bee43a22d3ee1020bfd" + "url": "https://ftp.drupal.org/files/projects/inline_entity_form-2.0.0-rc5.zip", + "reference": "2.0.0-rc5", + "shasum": "2e76e97bccecc394bdbcb9f6ecbf1d1211731aec" }, "require": { "drupal/core": "^9.1 || ^10", @@ -7430,8 +7432,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-rc4", - "datestamp": "1685028830", + "version": "2.0.0-rc5", + "datestamp": "1688112645", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -8236,17 +8238,17 @@ }, { "name": "drupal/linkit", - "version": "6.0.0-rc1", + "version": "6.0.0-rc2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/linkit.git", - "reference": "6.0.0-rc1" + "reference": "6.0.0-rc2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0-rc1.zip", - "reference": "6.0.0-rc1", - "shasum": "126069976e2a7d34cc8530c0950c75bd7f1b5d3c" + "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0-rc2.zip", + "reference": "6.0.0-rc2", + "shasum": "69274e63d5312594cb3444656c6a0ec3800d0df4" }, "require": { "drupal/core": "^9.4 || ^10.0.0" @@ -8261,8 +8263,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.0-rc1", - "datestamp": "1681070405", + "version": "6.0.0-rc2", + "datestamp": "1688055675", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -9174,17 +9176,17 @@ }, { "name": "drupal/metatag", - "version": "1.25.0", + "version": "1.26.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/metatag.git", - "reference": "8.x-1.25" + "reference": "8.x-1.26" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.25.zip", - "reference": "8.x-1.25", - "shasum": "8603d84df3b93dd02dae601d57a6347598829e56" + "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.26.zip", + "reference": "8.x-1.26", + "shasum": "afa4a37422748baa2f0c35b13961438668ef3be8" }, "require": { "drupal/core": "^9.3 || ^10", @@ -9195,7 +9197,7 @@ "drupal/hal": "^9 || ^1 || ^2", "drupal/metatag_dc": "*", "drupal/metatag_open_graph": "*", - "drupal/page_manager": "*", + "drupal/page_manager": "^4.0", "drupal/panelizer": "^4.0", "drupal/redirect": "^1.0", "drupal/webprofiler": "^9 || ^10", @@ -9204,8 +9206,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.25", - "datestamp": "1685541226", + "version": "8.x-1.26", + "datestamp": "1687856123", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9476,26 +9478,26 @@ }, { "name": "drupal/mysql56", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/mysql56.git", - "reference": "8.x-1.5" + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/mysql56-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "743d9162cacb94e39c6a3ee41a46fd750893e22d" + "url": "https://ftp.drupal.org/files/projects/mysql56-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "9b6cad639cffee4d7b9221e71ec1dfec56610d06" }, "require": { - "drupal/core": "^9.4 || 10.0.*" + "drupal/core": "^9.4 || 10.0.* || 10.1.*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1671080355", + "version": "8.x-1.6", + "datestamp": "1687369137", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10591,8 +10593,8 @@ "role": "Maintainer" }, { - "name": "benjy", - "homepage": "https://www.drupal.org/user/1852732" + "name": "JeroenT", + "homepage": "https://www.drupal.org/user/2228934" } ], "description": "Allows site administrators to grant some roles the authority to assign selected roles to users.", @@ -11382,17 +11384,17 @@ }, { "name": "drupal/stage_file_proxy", - "version": "2.0.2", + "version": "2.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/stage_file_proxy.git", - "reference": "2.0.2" + "reference": "2.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/stage_file_proxy-2.0.2.zip", - "reference": "2.0.2", - "shasum": "187019fdbb7b805a66068c6ca93d211f439d288b" + "url": "https://ftp.drupal.org/files/projects/stage_file_proxy-2.0.3.zip", + "reference": "2.0.3", + "shasum": "74833f98bee96a108516bbd1cad3b728b735918c" }, "require": { "drupal/core": "^9 || ^10" @@ -11403,8 +11405,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1670369228", + "version": "2.0.3", + "datestamp": "1688053826", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11522,17 +11524,17 @@ }, { "name": "drupal/token", - "version": "1.11.0", + "version": "1.12.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/token.git", - "reference": "8.x-1.11" + "reference": "8.x-1.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/token-8.x-1.11.zip", - "reference": "8.x-1.11", - "shasum": "da264b36d1f88eb0c74bf84e18e8789854f98400" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.12.zip", + "reference": "8.x-1.12", + "shasum": "cefe1b203b793682f74ea43e18d0a814cf768763" }, "require": { "drupal/core": "^9.2 || ^10" @@ -11540,8 +11542,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.11", - "datestamp": "1659471813", + "version": "8.x-1.12", + "datestamp": "1688015262", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11646,17 +11648,17 @@ }, { "name": "drupal/ui_patterns", - "version": "1.5.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ui_patterns.git", - "reference": "8.x-1.5" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "fbe88f3d70f50a02672cba974275a5b7703be41a" + "url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "83b477eb5f668846c0f150ef0a1926f3aba59d14" }, "require": { "drupal/core": "^9 || ^10" @@ -11668,8 +11670,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1674137427", + "version": "8.x-1.7", + "datestamp": "1688044506", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12377,28 +12379,28 @@ }, { "name": "drupal/views_ical", - "version": "1.0.0-alpha10", + "version": "1.0.0-alpha11", "source": { "type": "git", "url": "https://git.drupalcode.org/project/views_ical.git", - "reference": "8.x-1.0-alpha10" + "reference": "8.x-1.0-alpha11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_ical-8.x-1.0-alpha10.zip", - "reference": "8.x-1.0-alpha10", - "shasum": "f1357524511fc4e939b93ff1d3b4b0c3d946dcc0" + "url": "https://ftp.drupal.org/files/projects/views_ical-8.x-1.0-alpha11.zip", + "reference": "8.x-1.0-alpha11", + "shasum": "7949e87e9fd353e09a0015dc18761efc952912d4" }, "require": { - "drupal/core": "^8 || ^9", - "eluceo/ical": "^0.15", + "drupal/core": "^8 || ^9 || ^10", + "eluceo/ical": "^0.17", "html2text/html2text": "^4.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha10", - "datestamp": "1672427605", + "version": "8.x-1.0-alpha11", + "datestamp": "1688138274", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -13177,23 +13179,23 @@ }, { "name": "eluceo/ical", - "version": "0.15.1", + "version": "0.17.0", "source": { "type": "git", "url": "https://github.com/markuspoerschke/iCal.git", - "reference": "bdd24747587f6f9b10770a7b873a13e273f85f39" + "reference": "f6ad851d59c2cca0a613e334a60beb69da12e3cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/markuspoerschke/iCal/zipball/bdd24747587f6f9b10770a7b873a13e273f85f39", - "reference": "bdd24747587f6f9b10770a7b873a13e273f85f39", + "url": "https://api.github.com/repos/markuspoerschke/iCal/zipball/f6ad851d59c2cca0a613e334a60beb69da12e3cb", + "reference": "f6ad851d59c2cca0a613e334a60beb69da12e3cb", "shasum": "" }, "require": { - "php": ">=7.0" + "php": ">=7.4" }, "require-dev": { - "phpunit/phpunit": "^6.0" + "phpunit/phpunit": "^9.5" }, "suggest": { "ext-mbstring": "Massive performance enhancement of line folding" @@ -13228,7 +13230,7 @@ "issues": "https://github.com/markuspoerschke/iCal/issues", "source": "https://github.com/markuspoerschke/iCal" }, - "time": "2019-08-06T20:33:43+00:00" + "time": "2022-06-18T16:42:05+00:00" }, { "name": "enlightn/security-checker", @@ -13459,6 +13461,67 @@ }, "time": "2023-02-11T19:58:58+00:00" }, + { + "name": "fileeye/pel", + "version": "0.9.20", + "source": { + "type": "git", + "url": "https://github.com/FileEye/pel.git", + "reference": "1675cbd44e89ff8f01b9576cf32ec1b4a4a67ede" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/FileEye/pel/zipball/1675cbd44e89ff8f01b9576cf32ec1b4a4a67ede", + "reference": "1675cbd44e89ff8f01b9576cf32ec1b4a4a67ede", + "shasum": "" + }, + "require": { + "php": ">=7.1.0" + }, + "require-dev": { + "ext-exif": "*", + "ext-gd": "*", + "php-coveralls/php-coveralls": ">2.4", + "phpstan/phpstan": "^1.4", + "squizlabs/php_codesniffer": ">3.5", + "symfony/phpunit-bridge": "^4 || ^5 || ^6" + }, + "type": "library", + "autoload": { + "psr-4": { + "lsolesen\\pel\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "Lars Olesen", + "email": "lars@intraface.dk", + "homepage": "http://intraface.dk", + "role": "Developer" + }, + { + "name": "Martin Geisler", + "email": "martin@geisler.net", + "homepage": "http://geisler.net", + "role": "Developer" + } + ], + "description": "PHP Exif Library. A library for reading and writing Exif headers in JPEG and TIFF images using PHP.", + "homepage": "https://github.com/FileEye/pel", + "keywords": [ + "exif", + "image" + ], + "support": { + "issues": "https://github.com/FileEye/pel/issues", + "source": "https://github.com/FileEye/pel/tree/0.9.20" + }, + "time": "2023-06-20T07:10:35+00:00" + }, { "name": "firebase/php-jwt", "version": "v6.8.0", @@ -14340,33 +14403,33 @@ }, { "name": "laminas/laminas-escaper", - "version": "2.9.0", + "version": "2.12.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-escaper.git", - "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f" + "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/891ad70986729e20ed2e86355fcf93c9dc238a5f", - "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f", + "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490", + "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490", "shasum": "" }, "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "ext-ctype": "*", + "ext-mbstring": "*", + "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0" }, "conflict": { "zendframework/zend-escaper": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.3.0", - "phpunit/phpunit": "^9.3", - "psalm/plugin-phpunit": "^0.12.2", - "vimeo/psalm": "^3.16" - }, - "suggest": { - "ext-iconv": "*", - "ext-mbstring": "*" + "infection/infection": "^0.26.6", + "laminas/laminas-coding-standard": "~2.4.0", + "maglnet/composer-require-checker": "^3.8.0", + "phpunit/phpunit": "^9.5.18", + "psalm/plugin-phpunit": "^0.17.0", + "vimeo/psalm": "^4.22.0" }, "type": "library", "autoload": { @@ -14398,44 +14461,45 @@ "type": "community_bridge" } ], - "time": "2021-09-02T17:10:53+00:00" + "time": "2022-10-10T10:11:09+00:00" }, { "name": "laminas/laminas-feed", - "version": "2.17.0", + "version": "2.20.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-feed.git", - "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0" + "reference": "508ebef6e622f2f2ce3dd0559739ffd0dfa3b938" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/1ccb024ea615606ed1d676ba0fa3f22a398f3ac0", - "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0", + "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/508ebef6e622f2f2ce3dd0559739ffd0dfa3b938", + "reference": "508ebef6e622f2f2ce3dd0559739ffd0dfa3b938", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "laminas/laminas-escaper": "^2.9", + "laminas/laminas-servicemanager": "^3.14.0", "laminas/laminas-stdlib": "^3.6", - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "conflict": { "laminas/laminas-servicemanager": "<3.3", "zendframework/zend-feed": "*" }, "require-dev": { - "laminas/laminas-cache": "^2.7.2", - "laminas/laminas-coding-standard": "~2.2.1", - "laminas/laminas-db": "^2.13.3", - "laminas/laminas-http": "^2.15", - "laminas/laminas-servicemanager": "^3.7", - "laminas/laminas-validator": "^2.15", - "phpunit/phpunit": "^9.5.5", - "psalm/plugin-phpunit": "^0.13.0", + "laminas/laminas-cache": "^2.13.2 || ^3.6", + "laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.1", + "laminas/laminas-coding-standard": "~2.4.0", + "laminas/laminas-db": "^2.15", + "laminas/laminas-http": "^2.17.0", + "laminas/laminas-validator": "^2.26", + "phpunit/phpunit": "^9.5.25", + "psalm/plugin-phpunit": "^0.18.0", "psr/http-message": "^1.0.1", - "vimeo/psalm": "^4.1" + "vimeo/psalm": "^5.1.0" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests", @@ -14455,11 +14519,13 @@ "license": [ "BSD-3-Clause" ], - "description": "provides functionality for consuming RSS and Atom feeds", + "description": "provides functionality for creating and consuming RSS and Atom feeds", "homepage": "https://laminas.dev", "keywords": [ + "atom", "feed", - "laminas" + "laminas", + "rss" ], "support": { "chat": "https://laminas.dev/chat", @@ -14475,34 +14541,125 @@ "type": "community_bridge" } ], - "time": "2022-03-24T10:26:04+00:00" + "time": "2022-12-03T19:40:30+00:00" + }, + { + "name": "laminas/laminas-servicemanager", + "version": "3.21.0", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-servicemanager.git", + "reference": "625f2aa3bc6dd02688b2da5155b3a69870812bda" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/625f2aa3bc6dd02688b2da5155b3a69870812bda", + "reference": "625f2aa3bc6dd02688b2da5155b3a69870812bda", + "shasum": "" + }, + "require": { + "laminas/laminas-stdlib": "^3.17", + "php": "~8.1.0 || ~8.2.0", + "psr/container": "^1.0" + }, + "conflict": { + "ext-psr": "*", + "laminas/laminas-code": "<4.10.0", + "zendframework/zend-code": "<3.3.1", + "zendframework/zend-servicemanager": "*" + }, + "provide": { + "psr/container-implementation": "^1.0" + }, + "replace": { + "container-interop/container-interop": "^1.2.0" + }, + "require-dev": { + "composer/package-versions-deprecated": "^1.11.99.5", + "friendsofphp/proxy-manager-lts": "^1.0.14", + "laminas/laminas-code": "^4.10.0", + "laminas/laminas-coding-standard": "~2.5.0", + "laminas/laminas-container-config-test": "^0.8", + "laminas/laminas-dependency-plugin": "^2.2", + "mikey179/vfsstream": "^1.6.11", + "phpbench/phpbench": "^1.2.9", + "phpunit/phpunit": "^10.0.17", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.8.0" + }, + "suggest": { + "friendsofphp/proxy-manager-lts": "ProxyManager ^2.1.1 to handle lazy initialization of services" + }, + "bin": [ + "bin/generate-deps-for-config-factory", + "bin/generate-factory-for-class" + ], + "type": "library", + "autoload": { + "files": [ + "src/autoload.php" + ], + "psr-4": { + "Laminas\\ServiceManager\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Factory-Driven Dependency Injection Container", + "homepage": "https://laminas.dev", + "keywords": [ + "PSR-11", + "dependency-injection", + "di", + "dic", + "laminas", + "service-manager", + "servicemanager" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-servicemanager/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-servicemanager/issues", + "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom", + "source": "https://github.com/laminas/laminas-servicemanager" + }, + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2023-05-14T12:24:54+00:00" }, { "name": "laminas/laminas-stdlib", - "version": "3.11.0", + "version": "3.17.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f" + "reference": "dd35c868075bad80b6718959740913e178eb4274" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f", - "reference": "aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/dd35c868075bad80b6718959740913e178eb4274", + "reference": "dd35c868075bad80b6718959740913e178eb4274", "shasum": "" }, "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "~8.1.0 || ~8.2.0" }, "conflict": { "zendframework/zend-stdlib": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.3.0", - "phpbench/phpbench": "^1.0", - "phpunit/phpunit": "^9.3.7", - "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.7" + "laminas/laminas-coding-standard": "^2.5", + "phpbench/phpbench": "^1.2.9", + "phpunit/phpunit": "^10.0.16", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.8" }, "type": "library", "autoload": { @@ -14534,7 +14691,7 @@ "type": "community_bridge" } ], - "time": "2022-07-27T12:28:58+00:00" + "time": "2023-03-20T13:51:37+00:00" }, { "name": "league/container", @@ -14858,66 +15015,6 @@ ], "time": "2022-12-20T20:21:10+00:00" }, - { - "name": "lsolesen/pel", - "version": "0.9.12", - "source": { - "type": "git", - "url": "https://github.com/pel/pel.git", - "reference": "b95fe29cdacf9d36330da277f10910a13648c84c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pel/pel/zipball/b95fe29cdacf9d36330da277f10910a13648c84c", - "reference": "b95fe29cdacf9d36330da277f10910a13648c84c", - "shasum": "" - }, - "require": { - "php": ">=7.1.0" - }, - "require-dev": { - "ext-exif": "*", - "ext-gd": "*", - "php-coveralls/php-coveralls": ">2.4", - "squizlabs/php_codesniffer": ">3.5", - "symfony/phpunit-bridge": "^4 || ^5" - }, - "type": "library", - "autoload": { - "psr-4": { - "lsolesen\\pel\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0" - ], - "authors": [ - { - "name": "Lars Olesen", - "email": "lars@intraface.dk", - "homepage": "http://intraface.dk", - "role": "Developer" - }, - { - "name": "Martin Geisler", - "email": "martin@geisler.net", - "homepage": "http://geisler.net", - "role": "Developer" - } - ], - "description": "PHP Exif Library. A library for reading and writing Exif headers in JPEG and TIFF images using PHP.", - "homepage": "http://pel.github.com/pel/", - "keywords": [ - "exif", - "image" - ], - "support": { - "issues": "https://github.com/pel/pel/issues", - "source": "https://github.com/pel/pel/tree/0.9.12" - }, - "time": "2022-02-18T13:20:54+00:00" - }, { "name": "masterminds/html5", "version": "2.7.6", @@ -15104,16 +15201,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.5", + "version": "v4.16.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e" + "reference": "19526a33fb561ef417e822e85f08a00db4059c17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e", - "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17", + "reference": "19526a33fb561ef417e822e85f08a00db4059c17", "shasum": "" }, "require": { @@ -15154,9 +15251,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0" }, - "time": "2023-05-19T20:20:00+00:00" + "time": "2023-06-25T14:52:30+00:00" }, { "name": "onlyextart/colorbox", @@ -18396,16 +18493,16 @@ }, { "name": "su-sws/stanford_ssp", - "version": "8.3.0", + "version": "8.3.1", "source": { "type": "git", "url": "https://github.com/SU-SWS/stanford_ssp.git", - "reference": "2589f9a432a33710eba0a3b0225205a710dbc1ae" + "reference": "9669861fe9a480ee7befb5c2dd313e35f6a41deb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SU-SWS/stanford_ssp/zipball/2589f9a432a33710eba0a3b0225205a710dbc1ae", - "reference": "2589f9a432a33710eba0a3b0225205a710dbc1ae", + "url": "https://api.github.com/repos/SU-SWS/stanford_ssp/zipball/9669861fe9a480ee7befb5c2dd313e35f6a41deb", + "reference": "9669861fe9a480ee7befb5c2dd313e35f6a41deb", "shasum": "" }, "require": { @@ -18432,9 +18529,9 @@ "description": "A Drupal Authentication Module.", "support": { "issues": "https://github.com/SU-SWS/stanford_ssp/issues", - "source": "https://github.com/SU-SWS/stanford_ssp/tree/8.3.0" + "source": "https://github.com/SU-SWS/stanford_ssp/tree/8.3.1" }, - "time": "2023-05-04T00:59:10+00:00" + "time": "2023-06-27T18:32:42+00:00" }, { "name": "su-sws/stanford_text_editor", @@ -18545,16 +18642,16 @@ }, { "name": "symfony/cache", - "version": "v5.4.23", + "version": "v5.4.25", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "983c79ff28612cdfd66d8e44e1a06e5afc87e107" + "reference": "e2013521c0f07473ae69a01fce0af78fc3ec0f23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/983c79ff28612cdfd66d8e44e1a06e5afc87e107", - "reference": "983c79ff28612cdfd66d8e44e1a06e5afc87e107", + "url": "https://api.github.com/repos/symfony/cache/zipball/e2013521c0f07473ae69a01fce0af78fc3ec0f23", + "reference": "e2013521c0f07473ae69a01fce0af78fc3ec0f23", "shasum": "" }, "require": { @@ -18622,7 +18719,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.4.23" + "source": "https://github.com/symfony/cache/tree/v5.4.25" }, "funding": [ { @@ -18638,7 +18735,7 @@ "type": "tidelift" } ], - "time": "2023-04-21T15:38:51+00:00" + "time": "2023-06-22T08:06:06+00:00" }, { "name": "symfony/cache-contracts", @@ -21655,16 +21752,16 @@ }, { "name": "symfony/var-dumper", - "version": "v5.4.24", + "version": "v5.4.25", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "8e12706bf9c68a2da633f23bfdc15b4dce5970b3" + "reference": "82269f73c0f0f9859ab9b6900eebacbe54954ede" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/8e12706bf9c68a2da633f23bfdc15b4dce5970b3", - "reference": "8e12706bf9c68a2da633f23bfdc15b4dce5970b3", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/82269f73c0f0f9859ab9b6900eebacbe54954ede", + "reference": "82269f73c0f0f9859ab9b6900eebacbe54954ede", "shasum": "" }, "require": { @@ -21723,7 +21820,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.24" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.25" }, "funding": [ { @@ -21739,7 +21836,7 @@ "type": "tidelift" } ], - "time": "2023-05-25T13:05:00+00:00" + "time": "2023-06-20T20:56:26+00:00" }, { "name": "symfony/var-exporter", @@ -23912,7 +24009,7 @@ }, { "name": "drupal/core-dev", - "version": "9.5.9", + "version": "9.5.10", "source": { "type": "git", "url": "https://github.com/drupal/core-dev.git", @@ -23956,7 +24053,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/9.5.9" + "source": "https://github.com/drupal/core-dev/tree/9.5.10" }, "time": "2022-07-27T00:23:55+00:00" }, @@ -24419,96 +24516,6 @@ }, "time": "2022-10-28T13:30:35+00:00" }, - { - "name": "laminas/laminas-servicemanager", - "version": "3.20.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-servicemanager.git", - "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/bc2c2cbe2dd90db8b9d16b0618f542692b76ab59", - "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59", - "shasum": "" - }, - "require": { - "laminas/laminas-stdlib": "^3.2.1", - "php": "~8.0.0 || ~8.1.0 || ~8.2.0", - "psr/container": "^1.0" - }, - "conflict": { - "ext-psr": "*", - "laminas/laminas-code": "<3.3.1", - "zendframework/zend-code": "<3.3.1", - "zendframework/zend-servicemanager": "*" - }, - "provide": { - "psr/container-implementation": "^1.0" - }, - "replace": { - "container-interop/container-interop": "^1.2.0" - }, - "require-dev": { - "composer/package-versions-deprecated": "^1.11.99.5", - "laminas/laminas-coding-standard": "~2.4.0", - "laminas/laminas-container-config-test": "^0.8", - "laminas/laminas-dependency-plugin": "^2.2", - "mikey179/vfsstream": "^1.6.11@alpha", - "ocramius/proxy-manager": "^2.14.1", - "phpbench/phpbench": "^1.2.7", - "phpunit/phpunit": "^9.5.26", - "psalm/plugin-phpunit": "^0.18.0", - "vimeo/psalm": "^5.0.0" - }, - "suggest": { - "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services" - }, - "bin": [ - "bin/generate-deps-for-config-factory", - "bin/generate-factory-for-class" - ], - "type": "library", - "autoload": { - "files": [ - "src/autoload.php" - ], - "psr-4": { - "Laminas\\ServiceManager\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Factory-Driven Dependency Injection Container", - "homepage": "https://laminas.dev", - "keywords": [ - "PSR-11", - "dependency-injection", - "di", - "dic", - "laminas", - "service-manager", - "servicemanager" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-servicemanager/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-servicemanager/issues", - "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom", - "source": "https://github.com/laminas/laminas-servicemanager" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2022-12-01T17:03:38+00:00" - }, { "name": "laminas/laminas-text", "version": "2.10.0", @@ -24781,16 +24788,16 @@ }, { "name": "mglaman/phpstan-drupal", - "version": "1.1.35", + "version": "1.1.36", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "7da46c12bd556dca5855ee76b8621815d85714fe" + "reference": "345f7babd0cfd1ef73bb856673a1cee5a0dbd6e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/7da46c12bd556dca5855ee76b8621815d85714fe", - "reference": "7da46c12bd556dca5855ee76b8621815d85714fe", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/345f7babd0cfd1ef73bb856673a1cee5a0dbd6e5", + "reference": "345f7babd0cfd1ef73bb856673a1cee5a0dbd6e5", "shasum": "" }, "require": { @@ -24865,7 +24872,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.1.35" + "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.36" }, "funding": [ { @@ -24881,7 +24888,7 @@ "type": "tidelift" } ], - "time": "2023-06-14T20:38:19+00:00" + "time": "2023-06-28T20:24:39+00:00" }, { "name": "mikey179/vfsstream", @@ -25459,16 +25466,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.22.0", + "version": "1.22.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c" + "reference": "65c39594fbd8c67abfc68bb323f86447bab79cc0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ec58baf7b3c7f1c81b3b00617c953249fb8cf30c", - "reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/65c39594fbd8c67abfc68bb323f86447bab79cc0", + "reference": "65c39594fbd8c67abfc68bb323f86447bab79cc0", "shasum": "" }, "require": { @@ -25500,22 +25507,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.22.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.22.1" }, - "time": "2023-06-01T12:35:21+00:00" + "time": "2023-06-29T20:46:06+00:00" }, { "name": "phpstan/phpstan", - "version": "1.10.20", + "version": "1.10.24", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "c4c8adb56313fbd59ff5a5f4a496bbed1a6b8803" + "reference": "360ecc90569e9a60c2954ee209ec04fa0d958e14" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c4c8adb56313fbd59ff5a5f4a496bbed1a6b8803", - "reference": "c4c8adb56313fbd59ff5a5f4a496bbed1a6b8803", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/360ecc90569e9a60c2954ee209ec04fa0d958e14", + "reference": "360ecc90569e9a60c2954ee209ec04fa0d958e14", "shasum": "" }, "require": { @@ -25564,7 +25571,7 @@ "type": "tidelift" } ], - "time": "2023-06-20T12:07:40+00:00" + "time": "2023-07-05T12:32:13+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -27611,16 +27618,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v5.4.23", + "version": "v5.4.25", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "1572c5b7cad812bdf0414d89a32a33a2dafb38ba" + "reference": "ed279c7839967958ee152c32eaa0eaaeac819404" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/1572c5b7cad812bdf0414d89a32a33a2dafb38ba", - "reference": "1572c5b7cad812bdf0414d89a32a33a2dafb38ba", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/ed279c7839967958ee152c32eaa0eaaeac819404", + "reference": "ed279c7839967958ee152c32eaa0eaaeac819404", "shasum": "" }, "require": { @@ -27674,7 +27681,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.23" + "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.25" }, "funding": [ { @@ -27690,7 +27697,7 @@ "type": "tidelift" } ], - "time": "2023-04-18T09:42:03+00:00" + "time": "2023-06-02T09:36:43+00:00" }, { "name": "theseer/tokenizer", diff --git a/config/default/field_validation.rule_set.config_pages_localist_events.yml b/config/default/field_validation.rule_set.config_pages_localist_events.yml index 79b101aef7..58a1d319c1 100644 --- a/config/default/field_validation.rule_set.config_pages_localist_events.yml +++ b/config/default/field_validation.rule_set.config_pages_localist_events.yml @@ -17,6 +17,8 @@ field_validation_rules: field_name: field_url_book_i column: uri error_message: 'Only bookmark URLs are supported.' + roles: { } + condition: { } 3786b103-4681-4445-815f-4ca6d9aff876: id: regex_field_validation_rule title: 'Bookmark URL' @@ -27,3 +29,5 @@ field_validation_rules: field_name: field_url_book_s column: uri error_message: 'Only bookmark URLs are supported.' + roles: { } + condition: { } diff --git a/docroot/profiles/humsci/su_humsci_profile/modules/humsci_default_content/humsci_default_content.info.yml b/docroot/profiles/humsci/su_humsci_profile/modules/humsci_default_content/humsci_default_content.info.yml index 110eaf131b..ceeab3d248 100644 --- a/docroot/profiles/humsci/su_humsci_profile/modules/humsci_default_content/humsci_default_content.info.yml +++ b/docroot/profiles/humsci/su_humsci_profile/modules/humsci_default_content/humsci_default_content.info.yml @@ -3,7 +3,7 @@ description: 'DO NOT INSTALL. This is for profile installation task only.' core_version_requirement: '^9.4 || ^10' hidden: true type: module -version: 9.4.23 +version: 9.4.24 default_content: shortcut: - 0c69448d-c6fa-4fb8-9b2e-f93f3a955baf diff --git a/docroot/profiles/humsci/su_humsci_profile/modules/humsci_events_listeners/humsci_events_listeners.info.yml b/docroot/profiles/humsci/su_humsci_profile/modules/humsci_events_listeners/humsci_events_listeners.info.yml index af42fc2cd7..345ec03d5c 100644 --- a/docroot/profiles/humsci/su_humsci_profile/modules/humsci_events_listeners/humsci_events_listeners.info.yml +++ b/docroot/profiles/humsci/su_humsci_profile/modules/humsci_events_listeners/humsci_events_listeners.info.yml @@ -14,4 +14,4 @@ dependencies: - 'hook_event_dispatcher:toolbar_event_dispatcher' - 'hook_event_dispatcher:user_event_dispatcher' - 'hook_event_dispatcher:views_event_dispatcher' -version: 9.4.23 +version: 9.4.24 diff --git a/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml b/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml index ed74388e70..191520210b 100644 --- a/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml +++ b/docroot/profiles/humsci/su_humsci_profile/su_humsci_profile.info.yml @@ -1,7 +1,7 @@ name: 'Stanford HumSci' type: profile description: 'Installation profile for HumSci Drupal' -version: 9.4.23 +version: 9.4.24 core_version_requirement: '^9.4 || ^10' themes: - material_admin diff --git a/docroot/sites/sites.php b/docroot/sites/sites.php index 9d9c5eb63a..017e4e6337 100644 --- a/docroot/sites/sites.php +++ b/docroot/sites/sites.php @@ -104,6 +104,7 @@ $sites['insidehs.stanford.edu'] = 'insidehs2023'; $sites['hsweb-referencecolorful.stanford.edu'] = 'hsweb_userguide'; $sites['popstudies.stanford.edu'] = 'popstudies2023'; +$sites['mcs.stanford.edu'] = 'mcs2023'; if (file_exists(__DIR__ . '/local.sites.php')) { diff --git a/patches/contrib/ui_patterns_views-preview.patch b/patches/contrib/ui_patterns_views-preview.patch index 7c3ca24272..76c8c654bc 100644 --- a/patches/contrib/ui_patterns_views-preview.patch +++ b/patches/contrib/ui_patterns_views-preview.patch @@ -58,7 +58,7 @@ index 0000000..7f1e292 + +{%- endif %} diff --git a/modules/ui_patterns_views/ui_patterns_views.module b/modules/ui_patterns_views/ui_patterns_views.module -index 58f0b04..b7020a2 100644 +index c33331b..79b8548 100644 --- a/modules/ui_patterns_views/ui_patterns_views.module +++ b/modules/ui_patterns_views/ui_patterns_views.module @@ -6,6 +6,9 @@ @@ -71,9 +71,9 @@ index 58f0b04..b7020a2 100644 /** * Implements hook_theme(). -@@ -15,6 +18,9 @@ function ui_patterns_views_theme() { - 'pattern_views_row' => [ - 'variables' => ['view' => NULL, 'options' => [], 'row' => NULL], +@@ -19,6 +22,9 @@ function ui_patterns_views_theme() { + 'row' => NULL, + ], ], + 'pattern_view_field' => [ + 'variables' => ['view' => NULL, 'field' => NULL, 'row' => NULL], @@ -81,7 +81,7 @@ index 58f0b04..b7020a2 100644 ]; } -@@ -35,37 +41,122 @@ function template_preprocess_pattern_views_row(array &$variables) { +@@ -39,37 +45,122 @@ function template_preprocess_pattern_views_row(array &$variables) { $options = $variables['options']; $row = $variables['row']; @@ -196,7 +196,7 @@ index 58f0b04..b7020a2 100644 - $variables['pattern'] = []; - if ($view->preview && !isset($view->element['#embed'])) { -- \Drupal::messenger()->addWarning(t("Pattern Views row plugin does not support preview.")); +- \Drupal::messenger()->addWarning(t('Pattern Views row plugin does not support preview.')); - $variables['pattern'] = ['#type' => 'status_messages']; - } - elseif (!empty($fields)) {