diff --git a/.changelog b/.changelog new file mode 100644 index 00000000..d99a566c --- /dev/null +++ b/.changelog @@ -0,0 +1,11 @@ + ['build', 'ci', 'docs', 'refactor', 'revert', 'style', 'test'], + 'tagPrefix' => 'v', + 'tagSuffix' => '', + 'commitUrlFormat' => '{{host}}/{{owner}}/{{repository}}/commit/{{hash}}', + 'compareUrlFormat' => '{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}', + 'issueUrlFormat' => 'https://humanitarian.atlassian.net/browse/{{id}}', + 'hiddenVersionSeparator' => true, +]; diff --git a/.docksal/docksal.env b/.docksal/docksal.env index 3022f26c..948007f5 100644 --- a/.docksal/docksal.env +++ b/.docksal/docksal.env @@ -1,4 +1,4 @@ DOCKSAL_STACK=default DOCROOT=html DB_IMAGE="docksal/db:1.1-mysql-5.7" -CLI_IMAGE='docksal/cli:php8.0-build' +CLI_IMAGE='docksal/cli:php8.2-build' diff --git a/.github/workflows/composer-update.yml b/.github/workflows/composer-update.yml index 836cb95a..f6da7d43 100644 --- a/.github/workflows/composer-update.yml +++ b/.github/workflows/composer-update.yml @@ -13,8 +13,10 @@ jobs: id: update-action uses: UN-OCHA/actions/composer-update@main with: + aws_access_key_id: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }} + aws_secret_access_key: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }} github_access_token: ${{ secrets.PAT }} - patch_branch: 'develop' - patch_maintainers: ${{ vars.DRUPAL_MAINTAINERS }} + patch_branch: ${{ github.head_ref || github.ref_name }} + patch_maintainers: ${{ secrets.DRUPAL_MAINTAINERS }} slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }} slack_channel_name: ${{ vars.SLACK_CHANNEL }} diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 842d7394..586f4a08 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -170,6 +170,14 @@ jobs: run: | docker compose -f tests/docker-compose.yml exec -T drupal drush watchdog:show --count=50 --extended + - name: PHP Logs + id: phplog + if: failure() + uses: cafuego/command-output@main + with: + run: | + docker compose -f tests/docker-compose.yml exec -T drupal grep -i fatal /var/log/php/error.log + - name: Find Comment uses: peter-evans/find-comment@v3 id: fc @@ -197,16 +205,17 @@ jobs: #### PHP Code Sniffer \`${{ steps.phpcs.outcome }}\`
Software Versions - - \`\`\`${{ steps.versions.outputs.stdout }}\`\`\` - + ${{ steps.versions.outputs.stdout }}
Drupal Logs + ${{ steps.dblog.outputs.stdout }} +
- \`\`\`${{ steps.dblog.outputs.stdout }}\`\`\` - +
PHP Logs + ${{ steps.phplog.outputs.stdout }}
+ *Pusher: @${{ github.actor }}, Action: \`${{ github.event_name }}\`, Workflow: \`${{ github.workflow }}\`*`; edit-mode: replace diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a5ed372e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,365 @@ + +# Changelog + +All notable changes to this project will be documented in this file. + + +## [9.7.5](https://github.com/UN-OCHA/gms-site/compare/v9.7.4...v9.7.5) (2024-09-17) + +### Bug Fixes + +* Include core patch for aggregation error ([db94fe](https://github.com/UN-OCHA/gms-site/commit/db94fe8e0034d2ce13effa5ecbabd1686142099a)) + +### Chores + +* Add patch to fix tests ([6a5970](https://github.com/UN-OCHA/gms-site/commit/6a59708fcf1b8072c49f514df0cb15af1b598daf)) +* Add tools [#OPS-10867](https://https://humanitarian.atlassian.net/browse/OPS-10867), [#OPS-10867](https://https://humanitarian.atlassian.net/browse/OPS-10867), [#OPS-10867](https://https://humanitarian.atlassian.net/browse/OPS-10867) ([312386](https://github.com/UN-OCHA/gms-site/commit/312386384515721009c31247d69f246adece82eb), [ddddc1](https://github.com/UN-OCHA/gms-site/commit/ddddc17eada08bb75cf5828002baa8bfff94cd13), [8200f8](https://github.com/UN-OCHA/gms-site/commit/8200f8533ce4514e8b130e7c2884aaa150148bc1)) +* Enable dependency too ([7e6f9f](https://github.com/UN-OCHA/gms-site/commit/7e6f9fc1283cbbae9c9554041ab489a1a4d2dcb0)) +* Include config update, remove patch ([d84189](https://github.com/UN-OCHA/gms-site/commit/d84189c17333569b72c27711621f7b680fb879df)) +* Include php logs if tests fail ([692776](https://github.com/UN-OCHA/gms-site/commit/6927764c220fd90fc29a88fd279b27e5e13e59e9)) +* Pass on credentials to action ([f22bd8](https://github.com/UN-OCHA/gms-site/commit/f22bd89b4a2a00ee4638acf7bc4e57613d89a79e)) +* Remove outdated patch ([df0133](https://github.com/UN-OCHA/gms-site/commit/df01339da3c583d995625c28b0474925def6903a)) +* Remove patch which is blocking core update ([efcc79](https://github.com/UN-OCHA/gms-site/commit/efcc79db1e858e94dc462bfb7170e49857dd1eeb)) +* Remove version from docker-compose file ([978569](https://github.com/UN-OCHA/gms-site/commit/978569abe646f12fbce9195179a9fb92cf5cd9d5)) +* Update all outdated drupal/* unocha/* drush/* packages. ([9c2a00](https://github.com/UN-OCHA/gms-site/commit/9c2a0068531fbcad70966642da30b03377ee89d5), [4de13a](https://github.com/UN-OCHA/gms-site/commit/4de13a90f0db4c330ca28170fcabae2c3347ae08), [52f98d](https://github.com/UN-OCHA/gms-site/commit/52f98d8e2ed72268235444d3c234393b86f71a58)) +* Update codemirror_editor module to include dependency ([377a63](https://github.com/UN-OCHA/gms-site/commit/377a6386297c4571cca0429b1e87aa1cdc104a23)) + +##### Deps-dev + +* Bump axios in /html/themes/custom/gms_ocha_common ([f32923](https://github.com/UN-OCHA/gms-site/commit/f329230ba9d252f86b1716ac995dc3053e04ccfb)) + +## [9.6.4](https://github.com/UN-OCHA/gms-site/compare/v9.6.3...v9.6.4) (2023-11-27) + +### Bug Fixes + +* Patch contact_storage so that site install may succeed, so we can run tests. ([6786d8](https://github.com/UN-OCHA/gms-site/commit/6786d836cbed14056abf6c9d603d58f3f3a1576c)) +* Userprotect cannot install from scratch if the config is not up to date. ([628fa9](https://github.com/UN-OCHA/gms-site/commit/628fa93815abeb83fc8027490a72103a4b02fa62)) + + +--- + +## [9.6.3](https://github.com/UN-OCHA/gms-site/compare/v9.6.2...v9.6.3) (2023-11-14) + +### Bug Fixes + +* Enable core search, as the custom search pages use its search form block and pages break without it. ([a56d7c](https://github.com/UN-OCHA/gms-site/commit/a56d7ccb0db2275ef7e9bffce015c4eff0547d6b)) +* Export once the search blocks work. ([ed65dd](https://github.com/UN-OCHA/gms-site/commit/ed65ddf1a6e0ae9b40077a960357ba411dd09255)) +* Make the search indexer use fields, to avoid indexing errors on rendered content. ([ca90ee](https://github.com/UN-OCHA/gms-site/commit/ca90eebf06196db1a75eb9da5eb53fac9dc33e8c)) +* One more. Bump composer, so we have an audit command and do not install dev dependencies. ([0293cb](https://github.com/UN-OCHA/gms-site/commit/0293cb93f7d9f2f948d0a19b30a224c3c12b01dd)) +* This is the controller we invoke, so make it return its response object. ([2052aa](https://github.com/UN-OCHA/gms-site/commit/2052aaa443f6dbf048cfb7291f2fe886757ad79e)) +* Use vars.SLACK_CHANNEL for the notifcations after ensuring dependabot can see that too. ([2c6ee6](https://github.com/UN-OCHA/gms-site/commit/2c6ee656d1f6b07a1010d47e1776224b720da457)) + + +--- + +## [9.6.2](https://github.com/UN-OCHA/gms-site/compare/v9.6.1...v9.6.2) (2023-10-18) + + +--- + +## [9.6.1](https://github.com/UN-OCHA/gms-site/compare/v9.6.0...v9.6.1) (2023-09-22) + + +--- + +## [9.6.0](https://github.com/UN-OCHA/gms-site/compare/v9.5.10...v9.6.0) (2023-09-04) + +### Bug Fixes + +* Annoyingly, GMS still uses sass, so needs a builder with node. ([4a7a38](https://github.com/UN-OCHA/gms-site/commit/4a7a38bfa38db371dda3859456fe3e2d922c72ac)) +* Bump config_split and add config_filter. ([7c30be](https://github.com/UN-OCHA/gms-site/commit/7c30be46f97abb7b0eaaca724e62edca002c0259)) +* Declare dependency and set service args. ([62a035](https://github.com/UN-OCHA/gms-site/commit/62a035e760d0a177b67199189450946c107ab807)) +* Depend on an actual module, not an imaginary one. ([fa7225](https://github.com/UN-OCHA/gms-site/commit/fa7225c27a8b968e7220c400cb7d302a20d4c782)) +* Drop the 8.1 builder and the sass build step. Commit theme build guff in case it is needed. Add README note. ([e56da9](https://github.com/UN-OCHA/gms-site/commit/e56da90cc3f6b5b7b9c0d17d3735b56816503d23)) +* Drop the core key from the info file, spell check dependencies and re-order the use statements. ([cade15](https://github.com/UN-OCHA/gms-site/commit/cade15ffc0b18f82e39c22e3ac1c3b8fd17615c2)) +* Ensure settings.php works with drush 12. ([b2a9a2](https://github.com/UN-OCHA/gms-site/commit/b2a9a21f16c40264afebf67bab2b41616de1de59)) +* Patch ocha_snap module and revert unnecessary changes ([fd63b8](https://github.com/UN-OCHA/gms-site/commit/fd63b8b24e39e8a8154370fc2d637ab08a61df21)) +* Set the required PHP version to 8.2 in composer.json. ([9ebc51](https://github.com/UN-OCHA/gms-site/commit/9ebc51707b7e1c75e99827c4452454b4b9614f7f)) +* Undo an oopsie. ([f8aef4](https://github.com/UN-OCHA/gms-site/commit/f8aef4a7c551b9bb363b62718b442a8d8f3ae5b7)) +* Wait, we need to depend on contact_storage too. ([8fb3c9](https://github.com/UN-OCHA/gms-site/commit/8fb3c98f801dbb57a8a9ccad0b3bd388a0f5700d)) + + +--- + +## [9.5.10](https://github.com/UN-OCHA/gms-site/compare/v9.5.9...v9.5.10) (2023-07-19) + +### Bug Fixes + +* Adjust order of use statements for phpcs ([dd3879](https://github.com/UN-OCHA/gms-site/commit/dd3879416758735e96c40484b064939cc8b0ed05)) +* Complete change in case for patches dir ([b2f965](https://github.com/UN-OCHA/gms-site/commit/b2f965de62550d509d8ac26d25df7e0061c80b32)) +* Look at that, more domain related fields. Shoo! ([775bd7](https://github.com/UN-OCHA/gms-site/commit/775bd77255d86bf147a591665d41b7cb51dfbca3)) +* Remove permissions that pertain to the domain module, which is not installed. ([c2d3f3](https://github.com/UN-OCHA/gms-site/commit/c2d3f352d658c05fff3dd587a3d9bbce521377a7)) +* Remove the composer-preserve-paths script permission. ([bf061c](https://github.com/UN-OCHA/gms-site/commit/bf061ccf0082d07aa1a50d7f8d50ce41151db6cf)) + + +--- + +## [9.5.9](https://github.com/UN-OCHA/gms-site/compare/v9.5.8...v9.5.9) (2023-06-12) + +### Bug Fixes + +* Return response objects for failed pdfs ([ec5f27](https://github.com/UN-OCHA/gms-site/commit/ec5f27f6e2948c4bf370026b386377dcca9a79df)) + + +--- + +## [9.5.8](https://github.com/UN-OCHA/gms-site/compare/v9.5.7...v9.5.8) (2023-05-22) + + +--- + +## [9.5.7](https://github.com/UN-OCHA/gms-site/compare/v9.5.6...v9.5.7) (2023-05-10) + + +--- + +## [9.5.6](https://github.com/UN-OCHA/gms-site/compare/v9.5.5...v9.5.6) (2023-04-24) + + +--- + +## [9.5.5](https://github.com/UN-OCHA/gms-site/compare/v9.5.4...v9.5.5) (2023-04-19) + +### Bug Fixes + +* Bump the docker image to a fixed one. ([09c8c5](https://github.com/UN-OCHA/gms-site/commit/09c8c558648b1af3d02722eaa1932db724b04d4d)) +* Bump the docker image to a propoerly fixed one. ([0a2ae6](https://github.com/UN-OCHA/gms-site/commit/0a2ae63947b4d30a42e64b55c94b595aaa90852a)) + + +--- + +## [9.5.4](https://github.com/UN-OCHA/gms-site/compare/v9.5.3...v9.5.4) (2023-03-16) + + +--- + +## [9.5.3](https://github.com/UN-OCHA/gms-site/compare/v9.5.2...v9.5.3) (2023-03-15) + +### Features + +* Drop in phpunit and code coverage so we can use them for that. ([3ec924](https://github.com/UN-OCHA/gms-site/commit/3ec924c975d11137b7ed3ffb7a58378d91c61ff3)) +* Drop in the run-tests workflow in favour of the Travis CI one. ([c8ef7f](https://github.com/UN-OCHA/gms-site/commit/c8ef7f8f038378018699f7983d0943f000567536)) + +### Bug Fixes + +* Add in PHPUnit config and make it available for tests. ([956ca1](https://github.com/UN-OCHA/gms-site/commit/956ca169c12dbc7ed82029ef090bc39262bd669f)) +* And that depends on drupal-test-traits, so add that too. ([ecf0a3](https://github.com/UN-OCHA/gms-site/commit/ecf0a3667a234273d9529c263967f3f20473e23b)) +* Do not modify the defaults when they are overridden via Ansible anyway. ([b954a4](https://github.com/UN-OCHA/gms-site/commit/b954a4e5888f4ff9efc942328e3b9464b9474a5b)) +* Drop FLOWDOCK. ([c3fff6](https://github.com/UN-OCHA/gms-site/commit/c3fff6b407ae80897c89049973b95865e8c9d7b6)) +* Ensure xdebug is loaded, so phpunit can do coverage. ([dd0059](https://github.com/UN-OCHA/gms-site/commit/dd0059bf78037a4eccb4b07e992a25708a4478c3)) +* Pass the token as the correct variable. ([2f74c5](https://github.com/UN-OCHA/gms-site/commit/2f74c5c7047cc33ddfd5194fb75a5eda10ccc503)) + + +--- + +## [9.5.2](https://github.com/UN-OCHA/gms-site/compare/v9.5.1...v9.5.2) (2023-02-14) + + +--- + +## [9.5.1](https://github.com/UN-OCHA/gms-site/compare/v9.5.0...v9.5.1) (2023-01-23) + + +--- + +## [9.5.0](https://github.com/UN-OCHA/gms-site/compare/v9.4.16...v9.5.0) (2023-01-20) + +### Bug Fixes + +* Copy config/contact.form.request_form.yml from the feature branch. ([2ed8d3](https://github.com/UN-OCHA/gms-site/commit/2ed8d38ab69296d17e4446f0a4c67ef0c25d3aec)) +* Copy config/views.view.contact_messages.yml from the feature branch. ([fab1db](https://github.com/UN-OCHA/gms-site/commit/fab1db72abb3e9d48e2ce3b4acad7143c6cbc9f7)) +* Patch GTM so that it stops making trouble on NFS. ([2a2ae0](https://github.com/UN-OCHA/gms-site/commit/2a2ae023582f2120e1f6cd4d441758dcf664dd69)) +* Remove install from travis tests, temporarily ([41cd10](https://github.com/UN-OCHA/gms-site/commit/41cd1001f995a2a8614d8fc2a12672ef11d516d9)) +* Rerun sass and commit the result. ([aa7cff](https://github.com/UN-OCHA/gms-site/commit/aa7cffa9d9b28b93af399245083fce832e265905)) +* Use the current MySQL in tests. ([1a461c](https://github.com/UN-OCHA/gms-site/commit/1a461c4be2438cfaf0ccb7f68dad8e9fc8e3c14b)) + + +--- + +## [9.4.16](https://github.com/UN-OCHA/gms-site/compare/v9.4.15...v9.4.16) (2022-12-14) + + +--- + +## [9.4.15](https://github.com/UN-OCHA/gms-site/compare/v9.4.14...v9.4.15) (2022-12-13) + + +--- + +## [9.4.14](https://github.com/UN-OCHA/gms-site/compare/v9.4.13...v9.4.14) (2022-12-13) + + +--- + +## [9.4.13](https://github.com/UN-OCHA/gms-site/compare/v9.4.12...v9.4.13) (2022-11-15) + +### Features + +* Allow updates to be run manually ([7b016d](https://github.com/UN-OCHA/gms-site/commit/7b016d35be43690fdf1d6ec8577ba7887b30e928)) + +### Bug Fixes + +* Include csp exceptions for unsafe-inline ([63f65b](https://github.com/UN-OCHA/gms-site/commit/63f65b985363dfa7e945dc266aa393535f798f7f)) +* Rename functions as suggested by coder module ([44f3b7](https://github.com/UN-OCHA/gms-site/commit/44f3b7c6726251e1cb2d1d2a629fe71ead037966)) +* Update hook_event_dispatcher module and uninstall color module ([744954](https://github.com/UN-OCHA/gms-site/commit/744954547aa20e219c34ec584840932a1eabb72d)) + + +--- + +## [9.4.12](https://github.com/UN-OCHA/gms-site/compare/v9.4.11...v9.4.12) (2022-10-10) + +### Features + +* Allow updates to be run manually ([7b016d](https://github.com/UN-OCHA/gms-site/commit/7b016d35be43690fdf1d6ec8577ba7887b30e928)) + +### Bug Fixes + +* Include csp exceptions for unsafe-inline ([63f65b](https://github.com/UN-OCHA/gms-site/commit/63f65b985363dfa7e945dc266aa393535f798f7f)) +* Rename functions as suggested by coder module ([44f3b7](https://github.com/UN-OCHA/gms-site/commit/44f3b7c6726251e1cb2d1d2a629fe71ead037966)) +* Update hook_event_dispatcher module and uninstall color module ([744954](https://github.com/UN-OCHA/gms-site/commit/744954547aa20e219c34ec584840932a1eabb72d)) + + +--- + +## [9.4.11](https://github.com/UN-OCHA/gms-site/compare/v9.4.10...v9.4.11) (2022-10-04) + +### Features + +* Allow updates to be run manually ([7b016d](https://github.com/UN-OCHA/gms-site/commit/7b016d35be43690fdf1d6ec8577ba7887b30e928)) + + +--- + +## [9.4.10](https://github.com/UN-OCHA/gms-site/compare/v9.4.9...v9.4.10) (2022-09-14) + + +--- + +## [9.4.9](https://github.com/UN-OCHA/gms-site/compare/v9.4.8...v9.4.9) (2022-09-14) + + +--- + +## [9.4.8](https://github.com/UN-OCHA/gms-site/compare/v9.4.7...v9.4.8) (2022-09-09) + +### Bug Fixes + +* Rename functions as suggested by coder module ([44f3b7](https://github.com/UN-OCHA/gms-site/commit/44f3b7c6726251e1cb2d1d2a629fe71ead037966)) +* Update hook_event_dispatcher module and uninstall color module ([744954](https://github.com/UN-OCHA/gms-site/commit/744954547aa20e219c34ec584840932a1eabb72d)) + + +--- + +## [9.4.7](https://github.com/UN-OCHA/gms-site/compare/v9.4.6...v9.4.7) (2022-08-17) + +### Bug Fixes + +* Include csp exceptions for unsafe-inline ([63f65b](https://github.com/UN-OCHA/gms-site/commit/63f65b985363dfa7e945dc266aa393535f798f7f)) +* Try something unrelated to fix patching error in build ([61d404](https://github.com/UN-OCHA/gms-site/commit/61d404bc6fcd606aa4a829198d05393a44fa09e7)) + + +--- + +## [9.4.6](https://github.com/UN-OCHA/gms-site/compare/v9.4.5...v9.4.6) (2022-07-28) + + +--- + +## [9.4.5](https://github.com/UN-OCHA/gms-site/compare/v9.4.4...v9.4.5) (2022-07-28) + + +--- + +## [9.4.4](https://github.com/UN-OCHA/gms-site/compare/v9.4.3...v9.4.4) (2022-07-27) + + +--- + +## [9.4.3](https://github.com/UN-OCHA/gms-site/compare/v9.4.2...v9.4.3) (2022-07-26) + + +--- + +## [9.4.2](https://github.com/UN-OCHA/gms-site/compare/v9.4.1...v9.4.2) (2022-07-13) + + +--- + +## [9.4.1](https://github.com/UN-OCHA/gms-site/compare/v9.3.15...v9.4.1) (2022-06-28) + +### Features + +* Remove redis altogether, as it slows sites down. ([4d33a8](https://github.com/UN-OCHA/gms-site/commit/4d33a89d78cefec392f3d6868d269861c75893cc)) + +### Bug Fixes + +* Enable new mysql module ([bd336a](https://github.com/UN-OCHA/gms-site/commit/bd336afb31b29f17d6f56f6735ffc0c58d98108b)) +* Ugh. ([59da45](https://github.com/UN-OCHA/gms-site/commit/59da4545d6217941c3962ad96d4320593ab2b755)) + + +--- + +## [9.3.15](https://github.com/UN-OCHA/gms-site/compare/v9.3.14...v9.3.15) (2022-06-14) + +### Features + +* Notify of builds via Slack. ([da855b](https://github.com/UN-OCHA/gms-site/commit/da855b999f32c92472b71be66df9db43bfe5e740)) + + +--- + +## [9.3.14](https://github.com/UN-OCHA/gms-site/compare/v9.3.12...v9.3.14) (2022-05-31) + + +--- + +## [9.3.12](https://github.com/UN-OCHA/gms-site/compare/v9.3.11...v9.3.12) (2022-04-27) + + +--- + +## [9.3.11](https://github.com/UN-OCHA/gms-site/compare/v9.3.10...v9.3.11) (2022-03-30) + + +--- + +## [9.3.10](https://github.com/UN-OCHA/gms-site/compare/v9.3.9...v9.3.10) (2022-03-30) + + +--- + +## [9.3.9](https://github.com/UN-OCHA/gms-site/compare/v9.3.8...v9.3.9) (2022-03-23) + + +--- + +## [9.3.8](https://github.com/UN-OCHA/gms-site/compare/v9.3.7...v9.3.8) (2022-03-21) + + +--- + +## [9.3.7](https://github.com/UN-OCHA/gms-site/compare/v9.3.6...v9.3.7) (2022-03-21) + + +--- + +## [9.3.6](https://github.com/UN-OCHA/gms-site/compare/v1.0.1...v9.3.6) (2022-02-17) + + +--- + +## [1.0.1](https://github.com/UN-OCHA/gms-site/compare/v1.0.0...v1.0.1) (2022-02-15) + + +--- + +## [1.0.0](https://github.com/UN-OCHA/gms-site/compare/v0.0.99...v1.0.0) (2022-02-08) + + +--- + +## [0.0.99](https://github.com/UN-OCHA/gms-site/compare/8a27d86d37997470d65134493bd0e2e24fcf49be...v0.0.99) (2022-02-08) + + +--- + diff --git a/composer.json b/composer.json index e1a29aba..f9f84999 100644 --- a/composer.json +++ b/composer.json @@ -183,15 +183,17 @@ "drush/drush": "^12", "oomphinc/composer-installers-extender": "^2.0", "symfony/flex": "^1.17", - "unocha/common_design": "9.2.6", + "unocha/common_design": "^9.4", "unocha/gtm_barebones": "^1.0", "unocha/ocha_monitoring": "^1.0", "unocha/ocha_snap": "^8.3.0", "webflo/drupal-finder": "^1.2.2" }, "require-dev": { + "davidrjonas/composer-lock-diff": "^1.7", "drupal/coder": "^8.3", "drupal/core-dev": "^10.1", + "marcocesarato/php-conventional-changelog": "^1.17", "phpcompatibility/php-compatibility": "^9.3.5", "phpmd/phpmd": "^2.9.1", "phpunit/php-code-coverage": "^9.2", @@ -225,20 +227,37 @@ "patchLevel": { "drupal/core": "-p2" }, - "installer-types": ["bower-asset", "npm-asset"], + "installer-types": [ + "bower-asset", + "npm-asset" + ], "installer-paths": { - "html/core": ["type:drupal-core"], + "html/core": [ + "type:drupal-core" + ], "html/libraries/{$name}": [ "type:drupal-library", "type:bower-asset", "type:npm-asset" ], - "html/modules/contrib/{$name}": ["type:drupal-module"], - "html/profiles/contrib/{$name}": ["type:drupal-profile"], - "html/themes/contrib/{$name}": ["type:drupal-theme"], - "html/modules/custom/{$name}": ["type:drupal-custom-module"], - "html/themes/custom/{$name}": ["type:drupal-custom-theme"], - "drush/Commands/{$name}": ["type:drupal-drush"] + "html/modules/contrib/{$name}": [ + "type:drupal-module" + ], + "html/profiles/contrib/{$name}": [ + "type:drupal-profile" + ], + "html/themes/contrib/{$name}": [ + "type:drupal-theme" + ], + "html/modules/custom/{$name}": [ + "type:drupal-custom-module" + ], + "html/themes/custom/{$name}": [ + "type:drupal-custom-theme" + ], + "drush/Commands/{$name}": [ + "type:drupal-drush" + ] }, "drupal-scaffold": { "file-mapping": { @@ -284,5 +303,6 @@ "post-update-cmd": [ "@git-hooks" ] - } + }, + "version": "9.7.5" } diff --git a/composer.lock b/composer.lock index dfafafee..ce515ef3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1e9e30ae7304c58308a110d4923c58a5", + "content-hash": "ec17d1c15ee55a910685de9f3a33fb06", "packages": [ { "name": "asm89/stack-cors", @@ -118,16 +118,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.319.0", + "version": "3.321.11", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "a5c408d4cd1945d5fc817f45e46383634b610497" + "reference": "bbd357d246350ffcd0dd8df30951d2d46c5ddadb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/a5c408d4cd1945d5fc817f45e46383634b610497", - "reference": "a5c408d4cd1945d5fc817f45e46383634b610497", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/bbd357d246350ffcd0dd8df30951d2d46c5ddadb", + "reference": "bbd357d246350ffcd0dd8df30951d2d46c5ddadb", "shasum": "" }, "require": { @@ -210,9 +210,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.319.0" + "source": "https://github.com/aws/aws-sdk-php/tree/3.321.11" }, - "time": "2024-08-07T18:05:51+00:00" + "time": "2024-09-13T18:05:10+00:00" }, { "name": "chi-teck/drupal-code-generator", @@ -1187,16 +1187,16 @@ }, { "name": "doctrine/annotations", - "version": "1.14.3", + "version": "1.14.4", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af" + "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", - "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/253dca476f70808a5aeed3a47cc2cc88c5cab915", + "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915", "shasum": "" }, "require": { @@ -1207,11 +1207,11 @@ }, "require-dev": { "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "~1.4.10 || ^1.8.0", + "doctrine/coding-standard": "^9 || ^12", + "phpstan/phpstan": "~1.4.10 || ^1.10.28", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.4 || ^6", - "vimeo/psalm": "^4.10" + "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7", + "vimeo/psalm": "^4.30 || ^5.14" }, "suggest": { "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" @@ -1257,9 +1257,9 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.14.3" + "source": "https://github.com/doctrine/annotations/tree/1.14.4" }, - "time": "2023-02-01T09:20:38+00:00" + "time": "2024-09-05T10:15:52+00:00" }, { "name": "doctrine/deprecations", @@ -1583,7 +1583,7 @@ "homepage": "https://www.drupal.org/user/2320090" }, { - "name": "Musa.thomas", + "name": "musa.thomas", "homepage": "https://www.drupal.org/user/1213824" }, { @@ -1767,11 +1767,11 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/aws.git", - "reference": "5c8371feefd3ea641cca486925e3db9e628b07ba" + "reference": "8189f4bf5967349815fdac013fe6c331a956b24b" }, "require": { "aws/aws-sdk-php": "^3.54", - "drupal/core": "^9.2 || ^10" + "drupal/core": "^9.2 || ^10 || ^11" }, "type": "drupal-module", "extra": { @@ -1779,8 +1779,8 @@ "dev-2.0.x": "2.0.x-dev" }, "drupal": { - "version": "2.0.3+4-dev", - "datestamp": "1690752016", + "version": "2.0.4+1-dev", + "datestamp": "1725630062", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -1859,11 +1859,7 @@ "homepage": "https://www.drupal.org/user/765764" }, { - "name": "Alsén", - "homepage": "https://www.drupal.org/user/1726528" - }, - { - "name": "diqidoq", + "name": "dqd", "homepage": "https://www.drupal.org/user/1001934" }, { @@ -1873,6 +1869,10 @@ { "name": "sumitmadan", "homepage": "https://www.drupal.org/user/1538790" + }, + { + "name": "thomas alsén", + "homepage": "https://www.drupal.org/user/1726528" } ], "description": "Back To Top adds a button that hovers in the bottom of your screen and allow users to smoothly scroll up the page using jQuery.", @@ -1884,26 +1884,26 @@ }, { "name": "drupal/block_class", - "version": "2.0.11", + "version": "2.0.12", "source": { "type": "git", "url": "https://git.drupalcode.org/project/block_class.git", - "reference": "2.0.11" + "reference": "2.0.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/block_class-2.0.11.zip", - "reference": "2.0.11", - "shasum": "bd098ef0071b5baca1248c0deaa9bbedc0ddcaf4" + "url": "https://ftp.drupal.org/files/projects/block_class-2.0.12.zip", + "reference": "2.0.12", + "shasum": "cc3945f8038bcc9bb48eff897df332aa952d62e6" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^9 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.11", - "datestamp": "1672065313", + "version": "2.0.12", + "datestamp": "1723243074", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2269,28 +2269,29 @@ }, { "name": "drupal/codemirror_editor", - "version": "1.9.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/codemirror_editor.git", - "reference": "8.x-1.9" + "reference": "8.x-1.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/codemirror_editor-8.x-1.9.zip", - "reference": "8.x-1.9", - "shasum": "d48eb668e11973848320b3ddf0ae6f947e6bf807" + "url": "https://ftp.drupal.org/files/projects/codemirror_editor-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "c6c28d04f4501bcdeaf516aad25d397d63007b40" }, "require": { "drupal/core": "^9.3 || ^10", + "drupal/js_cookie": "^1.0", "ext-json": "*", "php": ">=7.1" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.9", - "datestamp": "1677927060", + "version": "8.x-1.10", + "datestamp": "1724672039", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2303,19 +2304,19 @@ ], "authors": [ { - "name": "Anybody", + "name": "anybody", "homepage": "https://www.drupal.org/user/291091" }, { - "name": "Chi", + "name": "chi", "homepage": "https://www.drupal.org/user/556138" }, { - "name": "Chris Burge", + "name": "chris burge", "homepage": "https://www.drupal.org/user/1826152" }, { - "name": "Grevil", + "name": "grevil", "homepage": "https://www.drupal.org/user/3668491" }, { @@ -2469,29 +2470,29 @@ }, { "name": "drupal/components", - "version": "3.0.0-beta3", + "version": "3.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/components.git", - "reference": "3.0.0-beta3" + "reference": "3.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/components-3.0.0-beta3.zip", - "reference": "3.0.0-beta3", - "shasum": "47ced4332f0a655ca38ae1b54e97a8e78d59f0bc" + "url": "https://ftp.drupal.org/files/projects/components-3.1.0.zip", + "reference": "3.1.0", + "shasum": "a9d9f7517f54038d0d6fa68185d80e26d2ad1d8d" }, "require": { - "drupal/core": "^9 || ^10" + "drupal/core": "^10.2 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0-beta3", - "datestamp": "1651759488", + "version": "3.1.0", + "datestamp": "1725921122", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -2502,11 +2503,15 @@ "authors": [ { "name": "JohnAlbin", - "homepage": "https://www.drupal.org/user/32095", + "homepage": "https://www.drupal.org/user/1036766", "email": "virtually.johnalbin@gmail.com" }, { - "name": "RobLoach", + "name": "johnalbin", + "homepage": "https://www.drupal.org/user/32095" + }, + { + "name": "robloach", "homepage": "https://www.drupal.org/user/61114" } ], @@ -2760,26 +2765,26 @@ }, { "name": "drupal/config_update", - "version": "2.0.0-alpha3", + "version": "2.0.0-alpha4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_update.git", - "reference": "2.0.0-alpha3" + "reference": "2.0.0-alpha4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_update-2.0.0-alpha3.zip", - "reference": "2.0.0-alpha3", - "shasum": "c35e81e8fb77efdff5ddca3a87116ea0c522a7e2" + "url": "https://ftp.drupal.org/files/projects/config_update-2.0.0-alpha4.zip", + "reference": "2.0.0-alpha4", + "shasum": "d8ea528b0b3e24918356bb72bef61408f650aa8e" }, "require": { - "drupal/core": "^9.4 || ^10" + "drupal/core": "^9.4 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-alpha3", - "datestamp": "1683807608", + "version": "2.0.0-alpha4", + "datestamp": "1724596931", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -2796,8 +2801,12 @@ "homepage": "https://www.drupal.org/user/3573206" }, { - "name": "Pasqualle", + "name": "pasqualle", "homepage": "https://www.drupal.org/user/80733" + }, + { + "name": "vishalkhode", + "homepage": "https://www.drupal.org/user/2439156" } ], "description": "Provides basic revert and update functionality for other modules.", @@ -2808,27 +2817,27 @@ }, { "name": "drupal/contact_storage", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/contact_storage.git", - "reference": "8.x-1.3" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/contact_storage-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "719dad5a991aa32e14c9bcb7b9dc76830e2331df" + "url": "https://ftp.drupal.org/files/projects/contact_storage-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "42def93e522b18d240d9f94026bf4fea0a653c83" }, "require": { - "drupal/core": "^9.1 || ^10", + "drupal/core": "^9.1 || ^10 || ^11", "drupal/token": "^1.6" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1667651867", + "version": "8.x-1.4", + "datestamp": "1723970772", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2849,7 +2858,7 @@ "homepage": "https://www.drupal.org/user/226712" }, { - "name": "Berdir", + "name": "berdir", "homepage": "https://www.drupal.org/user/214652" }, { @@ -2912,7 +2921,7 @@ "homepage": "https://www.drupal.org/user/409554" }, { - "name": "Steven Jones", + "name": "steven jones", "homepage": "https://www.drupal.org/user/99644" } ], @@ -2924,16 +2933,16 @@ }, { "name": "drupal/core", - "version": "10.3.2", + "version": "10.3.5", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "10e79c67a903844bef02a5cf10475d9a8b623e7a" + "reference": "831a269a4d99957638977ec325c3346f896d9f08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/10e79c67a903844bef02a5cf10475d9a8b623e7a", - "reference": "10e79c67a903844bef02a5cf10475d9a8b623e7a", + "url": "https://api.github.com/repos/drupal/core/zipball/831a269a4d99957638977ec325c3346f896d9f08", + "reference": "831a269a4d99957638977ec325c3346f896d9f08", "shasum": "" }, "require": { @@ -2979,7 +2988,7 @@ "symfony/serializer": "^6.4", "symfony/validator": "^6.4", "symfony/yaml": "^6.4", - "twig/twig": "^3.9.3" + "twig/twig": "^3.14.0" }, "conflict": { "drush/drush": "<12.4.3" @@ -3082,22 +3091,22 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/10.3.2" + "source": "https://github.com/drupal/core/tree/10.3.5" }, - "time": "2024-08-08T09:23:57+00:00" + "time": "2024-09-12T09:45:37+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "10.3.2", + "version": "10.3.5", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", - "reference": "a1a186caeb89899143e0c6912ccee9d3d7181dbe" + "reference": "f58ab5c0d02d275c5aa226c4505b457e41b161cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/a1a186caeb89899143e0c6912ccee9d3d7181dbe", - "reference": "a1a186caeb89899143e0c6912ccee9d3d7181dbe", + "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/f58ab5c0d02d275c5aa226c4505b457e41b161cc", + "reference": "f58ab5c0d02d275c5aa226c4505b457e41b161cc", "shasum": "" }, "require": { @@ -3132,13 +3141,13 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/10.3.2" + "source": "https://github.com/drupal/core-composer-scaffold/tree/10.3.5" }, - "time": "2024-05-11T08:21:39+00:00" + "time": "2024-08-22T14:31:34+00:00" }, { "name": "drupal/core-project-message", - "version": "10.3.2", + "version": "10.3.5", "source": { "type": "git", "url": "https://github.com/drupal/core-project-message.git", @@ -3173,22 +3182,22 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-project-message/tree/11.0.1" + "source": "https://github.com/drupal/core-project-message/tree/11.0.3" }, "time": "2023-07-24T07:55:25+00:00" }, { "name": "drupal/core-recommended", - "version": "10.3.2", + "version": "10.3.5", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "18b7288d2e661afadfff4a714c5a166bf2554124" + "reference": "055a27d032e1fdcbac90976a14bdd152b368d761" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/18b7288d2e661afadfff4a714c5a166bf2554124", - "reference": "18b7288d2e661afadfff4a714c5a166bf2554124", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/055a27d032e1fdcbac90976a14bdd152b368d761", + "reference": "055a27d032e1fdcbac90976a14bdd152b368d761", "shasum": "" }, "require": { @@ -3197,7 +3206,7 @@ "doctrine/annotations": "~1.14.3", "doctrine/deprecations": "~1.1.3", "doctrine/lexer": "~2.1.1", - "drupal/core": "10.3.2", + "drupal/core": "10.3.5", "egulias/email-validator": "~4.0.2", "guzzlehttp/guzzle": "~7.8.1", "guzzlehttp/promises": "~2.0.2", @@ -3246,7 +3255,7 @@ "symfony/var-dumper": "~v6.4.7", "symfony/var-exporter": "~v6.4.7", "symfony/yaml": "~v6.4.7", - "twig/twig": "~v3.10.2" + "twig/twig": "~v3.14.0" }, "conflict": { "webflo/drupal-core-strict": "*" @@ -3258,9 +3267,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.3.2" + "source": "https://github.com/drupal/core-recommended/tree/10.3.5" }, - "time": "2024-08-08T09:23:57+00:00" + "time": "2024-09-12T09:45:37+00:00" }, { "name": "drupal/csp", @@ -3476,26 +3485,26 @@ }, { "name": "drupal/entity", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity.git", - "reference": "8.x-1.4" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "1cf7712318fad144eab106a8fcfcd396aeb5676f" + "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "86c0b75c173144aaedde3e3258dc0d3ce11d1a22" }, "require": { - "drupal/core": "^9.2|^10.0" + "drupal/core": "^10.1 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1661898023", + "version": "8.x-1.5", + "datestamp": "1723380062", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3508,7 +3517,7 @@ ], "authors": [ { - "name": "Berdir", + "name": "berdir", "homepage": "https://www.drupal.org/user/214652" }, { @@ -3545,20 +3554,20 @@ }, { "name": "drupal/entity_browser", - "version": "2.10.0", + "version": "2.11.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_browser.git", - "reference": "8.x-2.10" + "reference": "8.x-2.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.10.zip", - "reference": "8.x-2.10", - "shasum": "d52548ea66dc56108c2e211aeaff6e1cc0522e85" + "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.11.zip", + "reference": "8.x-2.11", + "shasum": "4ead3d3f9f6365fbc25cfbd0edcc5e0a9cc52e02" }, "require": { - "drupal/core": "^9.5 || ^10" + "drupal/core": "^10.2 || ^11" }, "conflict": { "drupal/media_entity": "1.*" @@ -3571,13 +3580,14 @@ "drupal/entityqueue": "^1.0", "drupal/inline_entity_form": "^1.0@rc", "drupal/paragraphs": "^1.0", + "drupal/search_api": "^1.0", "drupal/token": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.10", - "datestamp": "1702325310", + "version": "8.x-2.11", + "datestamp": "1723378138", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3639,17 +3649,17 @@ }, { "name": "drupal/entity_browser_entity_form", - "version": "2.10.0", + "version": "2.11.0", "require": { - "drupal/core": "^9.5 || ^10", + "drupal/core": "^10.2 || ^11", "drupal/entity_browser": "*", "drupal/inline_entity_form": "*" }, "type": "metapackage", "extra": { "drupal": { - "version": "8.x-2.10", - "datestamp": "1702325310", + "version": "8.x-2.11", + "datestamp": "1723378138", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3662,11 +3672,11 @@ ], "authors": [ { - "name": "Berdir", + "name": "berdir", "homepage": "https://www.drupal.org/user/214652" }, { - "name": "Dave Reid", + "name": "dave reid", "homepage": "https://www.drupal.org/user/53892" }, { @@ -3963,7 +3973,7 @@ "homepage": "https://www.drupal.org/user/2198938" }, { - "name": "Rajab Natshah", + "name": "rajab natshah", "homepage": "https://www.drupal.org/user/1414312" }, { @@ -4342,28 +4352,72 @@ "source": "https://git.drupalcode.org/project/jquery_ui" } }, + { + "name": "drupal/js_cookie", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/js_cookie.git", + "reference": "1.0.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/js_cookie-1.0.1.zip", + "reference": "1.0.1", + "shasum": "e010b3de64a0d57eef9c1773c4dd7e3d9bd9118c" + }, + "require": { + "drupal/core": "^9 || ^10 || ^11" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.1", + "datestamp": "1693951097", + "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": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + } + ], + "description": "Provides the js-cookie library as a dependency.", + "homepage": "https://www.drupal.org/project/js_cookie", + "support": { + "source": "https://git.drupalcode.org/project/js_cookie" + } + }, { "name": "drupal/libraries", - "version": "4.0.4", + "version": "4.0.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/libraries.git", - "reference": "4.0.4" + "reference": "4.0.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/libraries-4.0.4.zip", - "reference": "4.0.4", - "shasum": "45848ac6ebdfb77755305ece4c6cae436ca1b0cc" + "url": "https://ftp.drupal.org/files/projects/libraries-4.0.5.zip", + "reference": "4.0.5", + "shasum": "24da67bb58b9e4b1ae28cdfdc4f6152587d17baf" }, "require": { - "drupal/core": "^9.4 || ^10" + "drupal/core": "^9.5 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.4", - "datestamp": "1687020889", + "version": "4.0.5", + "datestamp": "1725052147", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4545,26 +4599,26 @@ }, { "name": "drupal/mailsystem", - "version": "4.4.0", + "version": "4.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/mailsystem.git", - "reference": "8.x-4.4" + "reference": "8.x-4.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/mailsystem-8.x-4.4.zip", - "reference": "8.x-4.4", - "shasum": "49b2e9efd090cdb4a282c7638b1c76d6723c47b6" + "url": "https://ftp.drupal.org/files/projects/mailsystem-8.x-4.5.zip", + "reference": "8.x-4.5", + "shasum": "e52a814a87b343ab69f8d8ef462a9873c1d01158" }, "require": { - "drupal/core": "^9 || ^10" + "drupal/core": "^9 || ^10.1 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-4.4", - "datestamp": "1657576306", + "version": "8.x-4.5", + "datestamp": "1723379369", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4577,7 +4631,7 @@ ], "authors": [ { - "name": "Berdir", + "name": "berdir", "homepage": "https://www.drupal.org/user/214652" }, { @@ -5044,26 +5098,26 @@ }, { "name": "drupal/menu_link_attributes", - "version": "1.3.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/menu_link_attributes.git", - "reference": "8.x-1.3" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "431c7954cc614a1b9677173f0209f1df15592503" + "url": "https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "ad1db596ad8a76ba95fbf2d0a42d4777056587d5" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1671026425", + "version": "8.x-1.5", + "datestamp": "1724848806", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5076,11 +5130,11 @@ ], "authors": [ { - "name": "Anybody", + "name": "anybody", "homepage": "https://www.drupal.org/user/291091" }, { - "name": "Grevil", + "name": "grevil", "homepage": "https://www.drupal.org/user/3668491" }, { @@ -5153,7 +5207,7 @@ "role": "Developer" }, { - "name": "Dave Reid", + "name": "dave reid", "homepage": "https://www.drupal.org/user/53892" } ], @@ -5337,7 +5391,7 @@ "role": "Maintainer" }, { - "name": "Neslee Canil Pinto", + "name": "neslee canil pinto", "homepage": "https://www.drupal.org/user/3580850" }, { @@ -5760,6 +5814,12 @@ "url": "https://git.drupalcode.org/project/rat.git", "reference": "28202b02262a39ac8dbbfd43696b67c0c8c46b71" }, + "dist": { + "type": "zip", + "url": "https://git.drupalcode.org/api/v4/projects/project%2Frat/repository/archive.zip?sha=28202b02262a39ac8dbbfd43696b67c0c8c46b71", + "reference": "28202b02262a39ac8dbbfd43696b67c0c8c46b71", + "shasum": "" + }, "require": { "php": "^7.4 || ^8.0" }, @@ -5783,7 +5843,10 @@ "email": "merlin@geeks4change.net" } ], - "time": "2023-07-19T20:22:22+00:00" + "support": { + "source": "https://git.drupalcode.org/project/rat/-/tree/1.0.0" + }, + "time": "2023-07-19T22:22:22+00:00" }, { "name": "drupal/rdf", @@ -5864,26 +5927,26 @@ }, { "name": "drupal/redirect", - "version": "1.9.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/redirect.git", - "reference": "8.x-1.9" + "reference": "8.x-1.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.9.zip", - "reference": "8.x-1.9", - "shasum": "2987de20f509e9f7cec8a0f81d3a6774f9b0ba3e" + "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "9d72d7e0717dbdea3ab3306c5d6840da5bd3024c" }, "require": { - "drupal/core": "^9.2 || ^10" + "drupal/core": "^9.2 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.9", - "datestamp": "1693393506", + "version": "8.x-1.10", + "datestamp": "1723277641", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5900,7 +5963,7 @@ "homepage": "https://www.drupal.org/user/214652" }, { - "name": "Dave Reid", + "name": "dave reid", "homepage": "https://www.drupal.org/user/53892" }, { @@ -5992,26 +6055,26 @@ }, { "name": "drupal/seckit", - "version": "2.0.1", + "version": "2.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/seckit.git", - "reference": "2.0.1" + "reference": "2.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/seckit-2.0.1.zip", - "reference": "2.0.1", - "shasum": "2eee3b9719bdd5951c2b78f419c86f4765010439" + "url": "https://ftp.drupal.org/files/projects/seckit-2.0.3.zip", + "reference": "2.0.3", + "shasum": "34d38f2daaf99781ef6b7e7fbe2eeabc73a7ca16" }, "require": { - "drupal/core": "^9.3 || ^10" + "drupal/core": "^9.5 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.1", - "datestamp": "1671195208", + "version": "2.0.3", + "datestamp": "1726075930", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6020,7 +6083,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -6047,7 +6110,7 @@ "security" ], "support": { - "source": "http://cgit.drupalcode.org/seckit", + "source": "https://git.drupalcode.org/project/seckit", "issues": "http://drupal.org/project/issues/seckit" } }, @@ -6428,17 +6491,17 @@ }, { "name": "drupal/stage_file_proxy", - "version": "3.1.0", + "version": "3.1.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/stage_file_proxy.git", - "reference": "3.1.0" + "reference": "3.1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/stage_file_proxy-3.1.0.zip", - "reference": "3.1.0", - "shasum": "e2684977e612555fcd10ebeabfba0f63e4a2424d" + "url": "https://ftp.drupal.org/files/projects/stage_file_proxy-3.1.2.zip", + "reference": "3.1.2", + "shasum": "1aba8488efc193db71a991e8f8f76825af219079" }, "require": { "drupal/core": "^10.3 || ^11", @@ -6454,8 +6517,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.1.0", - "datestamp": "1721592834", + "version": "3.1.2", + "datestamp": "1724012934", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6782,7 +6845,7 @@ "homepage": "https://www.drupal.org/user/1068770" }, { - "name": "Dave Reid", + "name": "dave reid", "homepage": "https://www.drupal.org/user/53892" }, { @@ -6987,20 +7050,20 @@ }, { "name": "drupal/user_expire", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/user_expire.git", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/user_expire-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "0abbcabf84426b9c7e7a18c87b155e10a040e8a2" + "url": "https://ftp.drupal.org/files/projects/user_expire-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "58f6225567a854a3d7f7b5eaa7c15bf37873cb49" }, "require": { - "drupal/core": "^9 || ^10 || ^11" + "drupal/core": "^9 || ^10" }, "require-dev": { "drupal/rules": "^3.0@alpha" @@ -7008,8 +7071,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1721765636", + "version": "8.x-1.3", + "datestamp": "1725558574", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7045,26 +7108,26 @@ }, { "name": "drupal/username_enumeration_prevention", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/username_enumeration_prevention.git", - "reference": "8.x-1.3" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/username_enumeration_prevention-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "fa3f1f57a9d5ad77943c484ff7e1e40f5cd73df7" + "url": "https://ftp.drupal.org/files/projects/username_enumeration_prevention-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "29fab36a86de64694b3074d42ac948547459aea6" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^9.5 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1670892402", + "version": "8.x-1.4", + "datestamp": "1725566327", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7076,6 +7139,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, { "name": "nicksanta", "homepage": "https://www.drupal.org/user/87915" @@ -7314,17 +7381,17 @@ }, { "name": "drupal/votingapi", - "version": "3.0.0-beta4", + "version": "3.0.0-beta5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/votingapi.git", - "reference": "8.x-3.0-beta4" + "reference": "8.x-3.0-beta5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/votingapi-8.x-3.0-beta4.zip", - "reference": "8.x-3.0-beta4", - "shasum": "ef523e6974e66307f57e750b804a98230c4ee993" + "url": "https://ftp.drupal.org/files/projects/votingapi-8.x-3.0-beta5.zip", + "reference": "8.x-3.0-beta5", + "shasum": "28e072167175c6617f15f21c3bba89900f3d0545" }, "require": { "drupal/core": "^9.2 || ^10" @@ -7335,8 +7402,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.0-beta4", - "datestamp": "1679526721", + "version": "8.x-3.0-beta5", + "datestamp": "1724557647", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -7370,7 +7437,7 @@ "homepage": "https://www.drupal.org/user/865256" }, { - "name": "TR", + "name": "tr", "homepage": "https://www.drupal.org/user/202830" } ], @@ -8726,16 +8793,16 @@ }, { "name": "mtdowling/jmespath.php", - "version": "2.7.0", + "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/jmespath/jmespath.php.git", - "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b" + "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b", - "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b", + "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/a2a865e05d5f420b50cc2f85bb78d565db12a6bc", + "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc", "shasum": "" }, "require": { @@ -8752,7 +8819,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.7-dev" + "dev-master": "2.8-dev" } }, "autoload": { @@ -8786,22 +8853,22 @@ ], "support": { "issues": "https://github.com/jmespath/jmespath.php/issues", - "source": "https://github.com/jmespath/jmespath.php/tree/2.7.0" + "source": "https://github.com/jmespath/jmespath.php/tree/2.8.0" }, - "time": "2023-08-25T10:54:48+00:00" + "time": "2024-09-04T18:46:31+00:00" }, { "name": "nikic/php-parser", - "version": "v5.1.0", + "version": "v5.2.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1" + "reference": "23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1", - "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb", + "reference": "23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb", "shasum": "" }, "require": { @@ -8844,9 +8911,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.2.0" }, - "time": "2024-07-01T20:03:41+00:00" + "time": "2024-09-15T16:40:33+00:00" }, { "name": "oomphinc/composer-installers-extender", @@ -9654,16 +9721,16 @@ }, { "name": "psr/log", - "version": "3.0.0", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", + "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { @@ -9698,9 +9765,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/3.0.0" + "source": "https://github.com/php-fig/log/tree/3.0.2" }, - "time": "2021-07-14T16:46:02+00:00" + "time": "2024-09-11T13:17:53+00:00" }, { "name": "psy/psysh", @@ -9968,16 +10035,16 @@ }, { "name": "symfony/console", - "version": "v6.4.10", + "version": "v6.4.11", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "504974cbe43d05f83b201d6498c206f16fc0cdbc" + "reference": "42686880adaacdad1835ee8fc2a9ec5b7bd63998" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/504974cbe43d05f83b201d6498c206f16fc0cdbc", - "reference": "504974cbe43d05f83b201d6498c206f16fc0cdbc", + "url": "https://api.github.com/repos/symfony/console/zipball/42686880adaacdad1835ee8fc2a9ec5b7bd63998", + "reference": "42686880adaacdad1835ee8fc2a9ec5b7bd63998", "shasum": "" }, "require": { @@ -10042,7 +10109,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.10" + "source": "https://github.com/symfony/console/tree/v6.4.11" }, "funding": [ { @@ -10058,20 +10125,20 @@ "type": "tidelift" } ], - "time": "2024-07-26T12:30:32+00:00" + "time": "2024-08-15T22:48:29+00:00" }, { "name": "symfony/dependency-injection", - "version": "v6.4.10", + "version": "v6.4.11", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "5caf9c5f6085f13b27d70a236b776c07e4a1c3eb" + "reference": "e93c8368dc9915c2fe12018ff22fcbbdd32c9a9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5caf9c5f6085f13b27d70a236b776c07e4a1c3eb", - "reference": "5caf9c5f6085f13b27d70a236b776c07e4a1c3eb", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e93c8368dc9915c2fe12018ff22fcbbdd32c9a9e", + "reference": "e93c8368dc9915c2fe12018ff22fcbbdd32c9a9e", "shasum": "" }, "require": { @@ -10123,7 +10190,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.10" + "source": "https://github.com/symfony/dependency-injection/tree/v6.4.11" }, "funding": [ { @@ -10139,7 +10206,7 @@ "type": "tidelift" } ], - "time": "2024-07-26T07:32:07+00:00" + "time": "2024-08-29T08:15:38+00:00" }, { "name": "symfony/deprecation-contracts", @@ -10507,16 +10574,16 @@ }, { "name": "symfony/finder", - "version": "v6.4.10", + "version": "v6.4.11", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "af29198d87112bebdd397bd7735fbd115997824c" + "reference": "d7eb6daf8cd7e9ac4976e9576b32042ef7253453" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/af29198d87112bebdd397bd7735fbd115997824c", - "reference": "af29198d87112bebdd397bd7735fbd115997824c", + "url": "https://api.github.com/repos/symfony/finder/zipball/d7eb6daf8cd7e9ac4976e9576b32042ef7253453", + "reference": "d7eb6daf8cd7e9ac4976e9576b32042ef7253453", "shasum": "" }, "require": { @@ -10551,7 +10618,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.10" + "source": "https://github.com/symfony/finder/tree/v6.4.11" }, "funding": [ { @@ -10567,20 +10634,20 @@ "type": "tidelift" } ], - "time": "2024-07-24T07:06:38+00:00" + "time": "2024-08-13T14:27:37+00:00" }, { "name": "symfony/flex", - "version": "v1.21.4", + "version": "v1.21.7", "source": { "type": "git", "url": "https://github.com/symfony/flex.git", - "reference": "7b40eec950ded5de7054f807c209d3c612efe517" + "reference": "33ce7c1c0fe78f8c3a106f193b6c0a7d82384462" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/flex/zipball/7b40eec950ded5de7054f807c209d3c612efe517", - "reference": "7b40eec950ded5de7054f807c209d3c612efe517", + "url": "https://api.github.com/repos/symfony/flex/zipball/33ce7c1c0fe78f8c3a106f193b6c0a7d82384462", + "reference": "33ce7c1c0fe78f8c3a106f193b6c0a7d82384462", "shasum": "" }, "require": { @@ -10616,7 +10683,7 @@ "description": "Composer plugin for Symfony", "support": { "issues": "https://github.com/symfony/flex/issues", - "source": "https://github.com/symfony/flex/tree/v1.21.4" + "source": "https://github.com/symfony/flex/tree/v1.21.7" }, "funding": [ { @@ -10632,7 +10699,7 @@ "type": "tidelift" } ], - "time": "2024-01-02T11:08:17+00:00" + "time": "2024-04-27T10:20:37+00:00" }, { "name": "symfony/http-foundation", @@ -10713,16 +10780,16 @@ }, { "name": "symfony/http-kernel", - "version": "v6.4.10", + "version": "v6.4.11", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "147e0daf618d7575b5007055340d09aece5cf068" + "reference": "1ba6b89d781cb47448155cc70dd2e0f1b0584c79" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/147e0daf618d7575b5007055340d09aece5cf068", - "reference": "147e0daf618d7575b5007055340d09aece5cf068", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1ba6b89d781cb47448155cc70dd2e0f1b0584c79", + "reference": "1ba6b89d781cb47448155cc70dd2e0f1b0584c79", "shasum": "" }, "require": { @@ -10807,7 +10874,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.10" + "source": "https://github.com/symfony/http-kernel/tree/v6.4.11" }, "funding": [ { @@ -10823,7 +10890,7 @@ "type": "tidelift" } ], - "time": "2024-07-26T14:52:04+00:00" + "time": "2024-08-30T16:57:20+00:00" }, { "name": "symfony/mailer", @@ -10907,16 +10974,16 @@ }, { "name": "symfony/mime", - "version": "v6.4.9", + "version": "v6.4.11", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "7d048964877324debdcb4e0549becfa064a20d43" + "reference": "dba5d5f6073baf7a3576b580cc4a208b4ca00553" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/7d048964877324debdcb4e0549becfa064a20d43", - "reference": "7d048964877324debdcb4e0549becfa064a20d43", + "url": "https://api.github.com/repos/symfony/mime/zipball/dba5d5f6073baf7a3576b580cc4a208b4ca00553", + "reference": "dba5d5f6073baf7a3576b580cc4a208b4ca00553", "shasum": "" }, "require": { @@ -10972,7 +11039,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.4.9" + "source": "https://github.com/symfony/mime/tree/v6.4.11" }, "funding": [ { @@ -10988,7 +11055,7 @@ "type": "tidelift" } ], - "time": "2024-06-28T09:49:33+00:00" + "time": "2024-08-13T12:15:02+00:00" }, { "name": "symfony/polyfill-ctype", @@ -11474,36 +11541,28 @@ }, { "name": "symfony/polyfill-php72", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "10112722600777e02d2745716b70c5db4ca70442" + "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/10112722600777e02d2745716b70c5db4ca70442", - "reference": "10112722600777e02d2745716b70c5db4ca70442", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce", + "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, - "type": "library", + "type": "metapackage", "extra": { "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - } - }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" @@ -11527,7 +11586,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.31.0" }, "funding": [ { @@ -11543,24 +11602,24 @@ "type": "tidelift" } ], - "time": "2024-06-19T12:30:46+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "77fa7995ac1b21ab60769b7323d600a991a90433" + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433", - "reference": "77fa7995ac1b21ab60769b7323d600a991a90433", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { @@ -11607,7 +11666,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" }, "funding": [ { @@ -11623,24 +11682,24 @@ "type": "tidelift" } ], - "time": "2024-05-31T15:07:36+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php81", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af" + "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/3fb075789fb91f9ad9af537c4012d523085bd5af", - "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", + "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { @@ -11683,7 +11742,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0" }, "funding": [ { @@ -11699,7 +11758,7 @@ "type": "tidelift" } ], - "time": "2024-06-19T12:30:46+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php83", @@ -11841,16 +11900,16 @@ }, { "name": "symfony/psr-http-message-bridge", - "version": "v6.4.10", + "version": "v6.4.11", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "89a24648d73e4eee30893b0da16abc454a65c53b" + "reference": "74835ba54eca99a38f374f7a6d932fa510124773" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/89a24648d73e4eee30893b0da16abc454a65c53b", - "reference": "89a24648d73e4eee30893b0da16abc454a65c53b", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/74835ba54eca99a38f374f7a6d932fa510124773", + "reference": "74835ba54eca99a38f374f7a6d932fa510124773", "shasum": "" }, "require": { @@ -11904,7 +11963,7 @@ "psr-7" ], "support": { - "source": "https://github.com/symfony/psr-http-message-bridge/tree/v6.4.10" + "source": "https://github.com/symfony/psr-http-message-bridge/tree/v6.4.11" }, "funding": [ { @@ -11920,20 +11979,20 @@ "type": "tidelift" } ], - "time": "2024-07-15T09:36:38+00:00" + "time": "2024-08-14T13:55:58+00:00" }, { "name": "symfony/routing", - "version": "v6.4.10", + "version": "v6.4.11", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "aad19fe10753ba842f0d653a8db819c4b3affa87" + "reference": "8ee0c24c1bf61c263a26f1b9b6d19e83b1121f2a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/aad19fe10753ba842f0d653a8db819c4b3affa87", - "reference": "aad19fe10753ba842f0d653a8db819c4b3affa87", + "url": "https://api.github.com/repos/symfony/routing/zipball/8ee0c24c1bf61c263a26f1b9b6d19e83b1121f2a", + "reference": "8ee0c24c1bf61c263a26f1b9b6d19e83b1121f2a", "shasum": "" }, "require": { @@ -11987,7 +12046,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.4.10" + "source": "https://github.com/symfony/routing/tree/v6.4.11" }, "funding": [ { @@ -12003,20 +12062,20 @@ "type": "tidelift" } ], - "time": "2024-07-15T09:26:24+00:00" + "time": "2024-08-29T08:15:38+00:00" }, { "name": "symfony/serializer", - "version": "v6.4.10", + "version": "v6.4.11", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "9a67fcf320561e96f94d62bbe0e169ac534a5718" + "reference": "a75d03d7720417f8a654e73e8f02acdea8779cd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/9a67fcf320561e96f94d62bbe0e169ac534a5718", - "reference": "9a67fcf320561e96f94d62bbe0e169ac534a5718", + "url": "https://api.github.com/repos/symfony/serializer/zipball/a75d03d7720417f8a654e73e8f02acdea8779cd0", + "reference": "a75d03d7720417f8a654e73e8f02acdea8779cd0", "shasum": "" }, "require": { @@ -12085,7 +12144,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.10" + "source": "https://github.com/symfony/serializer/tree/v6.4.11" }, "funding": [ { @@ -12101,7 +12160,7 @@ "type": "tidelift" } ], - "time": "2024-07-26T13:13:26+00:00" + "time": "2024-08-17T07:51:47+00:00" }, { "name": "symfony/service-contracts", @@ -12188,16 +12247,16 @@ }, { "name": "symfony/string", - "version": "v6.4.10", + "version": "v6.4.11", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "ccf9b30251719567bfd46494138327522b9a9446" + "reference": "5bc3eb632cf9c8dbfd6529d89be9950d1518883b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/ccf9b30251719567bfd46494138327522b9a9446", - "reference": "ccf9b30251719567bfd46494138327522b9a9446", + "url": "https://api.github.com/repos/symfony/string/zipball/5bc3eb632cf9c8dbfd6529d89be9950d1518883b", + "reference": "5bc3eb632cf9c8dbfd6529d89be9950d1518883b", "shasum": "" }, "require": { @@ -12254,7 +12313,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.4.10" + "source": "https://github.com/symfony/string/tree/v6.4.11" }, "funding": [ { @@ -12270,7 +12329,7 @@ "type": "tidelift" } ], - "time": "2024-07-22T10:21:14+00:00" + "time": "2024-08-12T09:55:28+00:00" }, { "name": "symfony/translation-contracts", @@ -12352,16 +12411,16 @@ }, { "name": "symfony/validator", - "version": "v6.4.10", + "version": "v6.4.11", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "bcf939a9d1acd7d2912e9474c0c3d7840a03cbcd" + "reference": "4ff41cf10af1de99ad92895411b55c9f309bc2d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/bcf939a9d1acd7d2912e9474c0c3d7840a03cbcd", - "reference": "bcf939a9d1acd7d2912e9474c0c3d7840a03cbcd", + "url": "https://api.github.com/repos/symfony/validator/zipball/4ff41cf10af1de99ad92895411b55c9f309bc2d8", + "reference": "4ff41cf10af1de99ad92895411b55c9f309bc2d8", "shasum": "" }, "require": { @@ -12429,7 +12488,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v6.4.10" + "source": "https://github.com/symfony/validator/tree/v6.4.11" }, "funding": [ { @@ -12445,20 +12504,20 @@ "type": "tidelift" } ], - "time": "2024-07-26T12:30:32+00:00" + "time": "2024-08-30T15:57:55+00:00" }, { "name": "symfony/var-dumper", - "version": "v6.4.10", + "version": "v6.4.11", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "a71cc3374f5fb9759da1961d28c452373b343dd4" + "reference": "ee14c8254a480913268b1e3b1cba8045ed122694" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a71cc3374f5fb9759da1961d28c452373b343dd4", - "reference": "a71cc3374f5fb9759da1961d28c452373b343dd4", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ee14c8254a480913268b1e3b1cba8045ed122694", + "reference": "ee14c8254a480913268b1e3b1cba8045ed122694", "shasum": "" }, "require": { @@ -12514,7 +12573,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.4.10" + "source": "https://github.com/symfony/var-dumper/tree/v6.4.11" }, "funding": [ { @@ -12530,7 +12589,7 @@ "type": "tidelift" } ], - "time": "2024-07-26T12:30:32+00:00" + "time": "2024-08-30T16:03:21+00:00" }, { "name": "symfony/var-exporter", @@ -12611,16 +12670,16 @@ }, { "name": "symfony/yaml", - "version": "v6.4.8", + "version": "v6.4.11", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "52903de178d542850f6f341ba92995d3d63e60c9" + "reference": "be37e7f13195e05ab84ca5269365591edd240335" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/52903de178d542850f6f341ba92995d3d63e60c9", - "reference": "52903de178d542850f6f341ba92995d3d63e60c9", + "url": "https://api.github.com/repos/symfony/yaml/zipball/be37e7f13195e05ab84ca5269365591edd240335", + "reference": "be37e7f13195e05ab84ca5269365591edd240335", "shasum": "" }, "require": { @@ -12663,7 +12722,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.4.8" + "source": "https://github.com/symfony/yaml/tree/v6.4.11" }, "funding": [ { @@ -12679,28 +12738,28 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-08-12T09:55:28+00:00" }, { "name": "twig/twig", - "version": "v3.10.3", + "version": "v3.14.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "67f29781ffafa520b0bbfbd8384674b42db04572" + "reference": "126b2c97818dbff0cdf3fbfc881aedb3d40aae72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/67f29781ffafa520b0bbfbd8384674b42db04572", - "reference": "67f29781ffafa520b0bbfbd8384674b42db04572", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/126b2c97818dbff0cdf3fbfc881aedb3d40aae72", + "reference": "126b2c97818dbff0cdf3fbfc881aedb3d40aae72", "shasum": "" }, "require": { - "php": ">=7.2.5", + "php": ">=8.0.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php80": "^1.22" + "symfony/polyfill-php81": "^1.29" }, "require-dev": { "psr/container": "^1.0|^2.0", @@ -12746,7 +12805,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.10.3" + "source": "https://github.com/twigphp/Twig/tree/v3.14.0" }, "funding": [ { @@ -12758,7 +12817,7 @@ "type": "tidelift" } ], - "time": "2024-05-16T10:04:27+00:00" + "time": "2024-09-09T17:55:12+00:00" }, { "name": "un-ocha/oauth2-hid", @@ -12820,16 +12879,16 @@ }, { "name": "unocha/common_design", - "version": "v9.2.6", + "version": "v9.4.3", "source": { "type": "git", "url": "https://github.com/UN-OCHA/common_design.git", - "reference": "0762c16c230980c5d1e2b3780fa5959a55f8db47" + "reference": "15592bea6f10db7c6bb4b58abd2b4a1962979c7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/UN-OCHA/common_design/zipball/0762c16c230980c5d1e2b3780fa5959a55f8db47", - "reference": "0762c16c230980c5d1e2b3780fa5959a55f8db47", + "url": "https://api.github.com/repos/UN-OCHA/common_design/zipball/15592bea6f10db7c6bb4b58abd2b4a1962979c7d", + "reference": "15592bea6f10db7c6bb4b58abd2b4a1962979c7d", "shasum": "" }, "require": { @@ -12844,9 +12903,9 @@ "description": "OCHA Common Design base theme for Drupal 9+", "support": { "issues": "https://github.com/UN-OCHA/common_design/issues", - "source": "https://github.com/UN-OCHA/common_design/tree/v9.2.6" + "source": "https://github.com/UN-OCHA/common_design/tree/v9.4.3" }, - "time": "2024-08-12T09:29:03+00:00" + "time": "2024-08-08T09:37:46+00:00" }, { "name": "unocha/gtm_barebones", @@ -13353,48 +13412,48 @@ }, { "name": "composer/composer", - "version": "2.7.7", + "version": "2.7.9", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "291942978f39435cf904d33739f98d7d4eca7b23" + "reference": "e30ccdd665828ae66eb1be78f056e39e1d5f55ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/291942978f39435cf904d33739f98d7d4eca7b23", - "reference": "291942978f39435cf904d33739f98d7d4eca7b23", + "url": "https://api.github.com/repos/composer/composer/zipball/e30ccdd665828ae66eb1be78f056e39e1d5f55ab", + "reference": "e30ccdd665828ae66eb1be78f056e39e1d5f55ab", "shasum": "" }, "require": { - "composer/ca-bundle": "^1.0", + "composer/ca-bundle": "^1.5", "composer/class-map-generator": "^1.3.3", "composer/metadata-minifier": "^1.0", - "composer/pcre": "^2.1 || ^3.1", + "composer/pcre": "^2.2 || ^3.2", "composer/semver": "^3.3", "composer/spdx-licenses": "^1.5.7", "composer/xdebug-handler": "^2.0.2 || ^3.0.3", - "justinrainbow/json-schema": "^5.2.11", + "justinrainbow/json-schema": "^5.3", "php": "^7.2.5 || ^8.0", "psr/log": "^1.0 || ^2.0 || ^3.0", - "react/promise": "^2.8 || ^3", + "react/promise": "^3.2", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.2", "seld/signal-handler": "^2.0", - "symfony/console": "^5.4.11 || ^6.0.11 || ^7", - "symfony/filesystem": "^5.4 || ^6.0 || ^7", - "symfony/finder": "^5.4 || ^6.0 || ^7", + "symfony/console": "^5.4.35 || ^6.3.12 || ^7.0.3", + "symfony/filesystem": "^5.4.35 || ^6.3.12 || ^7.0.3", + "symfony/finder": "^5.4.35 || ^6.3.12 || ^7.0.3", "symfony/polyfill-php73": "^1.24", "symfony/polyfill-php80": "^1.24", "symfony/polyfill-php81": "^1.24", - "symfony/process": "^5.4 || ^6.0 || ^7" + "symfony/process": "^5.4.35 || ^6.3.12 || ^7.0.3" }, "require-dev": { - "phpstan/phpstan": "^1.11.0", + "phpstan/phpstan": "^1.11.8", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.0", "phpstan/phpstan-symfony": "^1.4.0", - "symfony/phpunit-bridge": "^6.4.1 || ^7.0.1" + "symfony/phpunit-bridge": "^6.4.3 || ^7.0.1" }, "suggest": { "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", @@ -13447,7 +13506,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.7" + "source": "https://github.com/composer/composer/tree/2.7.9" }, "funding": [ { @@ -13463,7 +13522,7 @@ "type": "tidelift" } ], - "time": "2024-06-10T20:11:12+00:00" + "time": "2024-09-04T12:43:28+00:00" }, { "name": "composer/metadata-minifier", @@ -13536,26 +13595,26 @@ }, { "name": "composer/pcre", - "version": "3.2.0", + "version": "3.3.1", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "ea4ab6f9580a4fd221e0418f2c357cdd39102a90" + "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/ea4ab6f9580a4fd221e0418f2c357cdd39102a90", - "reference": "ea4ab6f9580a4fd221e0418f2c357cdd39102a90", + "url": "https://api.github.com/repos/composer/pcre/zipball/63aaeac21d7e775ff9bc9d45021e1745c97521c4", + "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4", "shasum": "" }, "require": { "php": "^7.4 || ^8.0" }, "conflict": { - "phpstan/phpstan": "<1.11.8" + "phpstan/phpstan": "<1.11.10" }, "require-dev": { - "phpstan/phpstan": "^1.11.8", + "phpstan/phpstan": "^1.11.10", "phpstan/phpstan-strict-rules": "^1.1", "phpunit/phpunit": "^8 || ^9" }, @@ -13595,7 +13654,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.2.0" + "source": "https://github.com/composer/pcre/tree/3.3.1" }, "funding": [ { @@ -13611,7 +13670,7 @@ "type": "tidelift" } ], - "time": "2024-07-25T09:36:02+00:00" + "time": "2024-08-27T18:44:43+00:00" }, { "name": "composer/spdx-licenses", @@ -13759,6 +13818,46 @@ ], "time": "2024-05-06T16:37:16+00:00" }, + { + "name": "davidrjonas/composer-lock-diff", + "version": "1.7.0", + "source": { + "type": "git", + "url": "https://github.com/davidrjonas/composer-lock-diff.git", + "reference": "3c39a39849e6d235e588c6ae273d97c8785e9008" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/davidrjonas/composer-lock-diff/zipball/3c39a39849e6d235e588c6ae273d97c8785e9008", + "reference": "3c39a39849e6d235e588c6ae273d97c8785e9008", + "shasum": "" + }, + "bin": [ + "composer-lock-diff" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "David Jonas", + "homepage": "https://github.com/davidrjonas" + } + ], + "description": "See what has changed after a composer update.", + "support": { + "issues": "https://github.com/davidrjonas/composer-lock-diff/issues", + "source": "https://github.com/davidrjonas/composer-lock-diff/tree/1.7.0" + }, + "time": "2022-03-11T17:43:07+00:00" + }, { "name": "dealerdirect/phpcodesniffer-composer-installer", "version": "v1.0.0", @@ -13960,7 +14059,7 @@ }, { "name": "drupal/core-dev", - "version": "10.3.2", + "version": "10.3.5", "source": { "type": "git", "url": "https://github.com/drupal/core-dev.git", @@ -14010,7 +14109,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.3.2" + "source": "https://github.com/drupal/core-dev/tree/10.3.5" }, "time": "2024-07-04T10:19:29+00:00" }, @@ -14243,6 +14342,84 @@ }, "time": "2024-08-05T13:00:46+00:00" }, + { + "name": "marcocesarato/php-conventional-changelog", + "version": "1.17.2", + "source": { + "type": "git", + "url": "https://github.com/marcocesarato/php-conventional-changelog.git", + "reference": "2a153727bab28c85d54184975292a468fac269f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/marcocesarato/php-conventional-changelog/zipball/2a153727bab28c85d54184975292a468fac269f7", + "reference": "2a153727bab28c85d54184975292a468fac269f7", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-mbstring": "*", + "php": ">=7.1.3", + "symfony/console": "^4 || ^5 || ^6 || ^7" + }, + "require-dev": { + "brainmaestro/composer-git-hooks": "^2.8", + "friendsofphp/php-cs-fixer": "^3.8", + "php-mock/php-mock": "^2.3", + "php-mock/php-mock-phpunit": "^2.6", + "phpunit/phpunit": "^9.6" + }, + "bin": [ + "conventional-changelog" + ], + "type": "library", + "extra": { + "hooks": { + "pre-commit": "composer fix-cs", + "pre-push": "composer check-cs", + "post-merge": "composer install" + } + }, + "autoload": { + "psr-4": { + "ConventionalChangelog\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-3.0-or-later" + ], + "authors": [ + { + "name": "Marco Cesarato", + "email": "cesarato.developer@gmail.com" + } + ], + "description": "Generate changelogs and release notes from a project's commit messages and metadata and automate versioning with semver.org and conventionalcommits.org", + "keywords": [ + "changelog", + "commit", + "commits", + "convention", + "conventional", + "conventional-changelog", + "conventional-changelog-preset", + "conventional-commit", + "conventional-commits", + "conventionalcommits", + "generation", + "git", + "history", + "php", + "readme", + "tag" + ], + "support": { + "issues": "https://github.com/marcocesarato/php-conventional-changelog/issues", + "source": "https://github.com/marcocesarato/php-conventional-changelog/tree/v1.17.2" + }, + "time": "2024-05-19T14:35:27+00:00" + }, { "name": "mglaman/phpstan-drupal", "version": "1.2.12", @@ -14401,23 +14578,24 @@ }, { "name": "mikey179/vfsstream", - "version": "v1.6.11", + "version": "v1.6.12", "source": { "type": "git", "url": "https://github.com/bovigo/vfsStream.git", - "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f" + "reference": "fe695ec993e0a55c3abdda10a9364eb31c6f1bf0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", - "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", + "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/fe695ec993e0a55c3abdda10a9364eb31c6f1bf0", + "reference": "fe695ec993e0a55c3abdda10a9364eb31c6f1bf0", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=7.1.0" }, "require-dev": { - "phpunit/phpunit": "^4.5|^5.0" + "phpunit/phpunit": "^7.5||^8.5||^9.6", + "yoast/phpunit-polyfills": "^2.0" }, "type": "library", "extra": { @@ -14448,7 +14626,7 @@ "source": "https://github.com/bovigo/vfsStream/tree/master", "wiki": "https://github.com/bovigo/vfsStream/wiki" }, - "time": "2022-02-23T02:02:42+00:00" + "time": "2024-08-29T18:43:31+00:00" }, { "name": "myclabs/deep-copy", @@ -14704,21 +14882,21 @@ }, { "name": "open-telemetry/gen-otlp-protobuf", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/gen-otlp-protobuf.git", - "reference": "76e2a44357f8c3fdcabcb070ec8a59e52ae3e3c3" + "reference": "3aa87bc4d0279ebb53c2917a79f26602625c488e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/gen-otlp-protobuf/zipball/76e2a44357f8c3fdcabcb070ec8a59e52ae3e3c3", - "reference": "76e2a44357f8c3fdcabcb070ec8a59e52ae3e3c3", + "url": "https://api.github.com/repos/opentelemetry-php/gen-otlp-protobuf/zipball/3aa87bc4d0279ebb53c2917a79f26602625c488e", + "reference": "3aa87bc4d0279ebb53c2917a79f26602625c488e", "shasum": "" }, "require": { "google/protobuf": "^3.3.0", - "php": "^7.4 || ^8.0" + "php": "^8.0" }, "suggest": { "ext-protobuf": "For better performance, when dealing with the protobuf format" @@ -14763,7 +14941,7 @@ "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2024-01-16T21:54:57+00:00" + "time": "2024-04-30T18:28:30+00:00" }, { "name": "open-telemetry/sdk", @@ -14850,16 +15028,16 @@ }, { "name": "open-telemetry/sem-conv", - "version": "1.25.0", + "version": "1.27.1", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/sem-conv.git", - "reference": "23f457ba390847647a17068e0095d9ffe9a4824c" + "reference": "1dba705fea74bc0718d04be26090e3697e56f4e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/sem-conv/zipball/23f457ba390847647a17068e0095d9ffe9a4824c", - "reference": "23f457ba390847647a17068e0095d9ffe9a4824c", + "url": "https://api.github.com/repos/opentelemetry-php/sem-conv/zipball/1dba705fea74bc0718d04be26090e3697e56f4e6", + "reference": "1dba705fea74bc0718d04be26090e3697e56f4e6", "shasum": "" }, "require": { @@ -14903,7 +15081,7 @@ "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2024-04-09T23:31:35+00:00" + "time": "2024-08-28T09:20:31+00:00" }, { "name": "pdepend/pdepend", @@ -15779,22 +15957,22 @@ }, { "name": "phpstan/extension-installer", - "version": "1.4.1", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/phpstan/extension-installer.git", - "reference": "f6b87faf9fc7978eab2f7919a8760bc9f58f9203" + "reference": "85e90b3942d06b2326fba0403ec24fe912372936" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f6b87faf9fc7978eab2f7919a8760bc9f58f9203", - "reference": "f6b87faf9fc7978eab2f7919a8760bc9f58f9203", + "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/85e90b3942d06b2326fba0403ec24fe912372936", + "reference": "85e90b3942d06b2326fba0403ec24fe912372936", "shasum": "" }, "require": { "composer-plugin-api": "^2.0", "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.9.0" + "phpstan/phpstan": "^1.9.0 || ^2.0" }, "require-dev": { "composer/composer": "^2.0", @@ -15815,24 +15993,28 @@ "MIT" ], "description": "Composer plugin for automatic installation of PHPStan extensions", + "keywords": [ + "dev", + "static analysis" + ], "support": { "issues": "https://github.com/phpstan/extension-installer/issues", - "source": "https://github.com/phpstan/extension-installer/tree/1.4.1" + "source": "https://github.com/phpstan/extension-installer/tree/1.4.3" }, - "time": "2024-06-10T08:20:49+00:00" + "time": "2024-09-04T20:21:43+00:00" }, { "name": "phpstan/phpdoc-parser", - "version": "1.29.1", + "version": "1.30.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4" + "reference": "51b95ec8670af41009e2b2b56873bad96682413e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4", - "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/51b95ec8670af41009e2b2b56873bad96682413e", + "reference": "51b95ec8670af41009e2b2b56873bad96682413e", "shasum": "" }, "require": { @@ -15864,22 +16046,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.29.1" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.30.1" }, - "time": "2024-05-31T08:52:43+00:00" + "time": "2024-09-07T20:13:05+00:00" }, { "name": "phpstan/phpstan", - "version": "1.11.10", + "version": "1.12.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "640410b32995914bde3eed26fa89552f9c2c082f" + "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/640410b32995914bde3eed26fa89552f9c2c082f", - "reference": "640410b32995914bde3eed26fa89552f9c2c082f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0fcbf194ab63d8159bb70d9aa3e1350051632009", + "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009", "shasum": "" }, "require": { @@ -15924,25 +16106,25 @@ "type": "github" } ], - "time": "2024-08-08T09:02:50+00:00" + "time": "2024-09-09T08:10:35+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "fa8cce7720fa782899a0aa97b6a41225d1bb7b26" + "reference": "f94d246cc143ec5a23da868f8f7e1393b50eaa82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/fa8cce7720fa782899a0aa97b6a41225d1bb7b26", - "reference": "fa8cce7720fa782899a0aa97b6a41225d1bb7b26", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/f94d246cc143ec5a23da868f8f7e1393b50eaa82", + "reference": "f94d246cc143ec5a23da868f8f7e1393b50eaa82", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.11" + "phpstan/phpstan": "^1.12" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2", @@ -15969,9 +16151,9 @@ "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", "support": { "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues", - "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.2.0" + "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.2.1" }, - "time": "2024-04-20T06:39:48+00:00" + "time": "2024-09-11T15:52:35+00:00" }, { "name": "phpstan/phpstan-phpunit", @@ -16027,35 +16209,35 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.31", + "version": "9.2.32", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965" + "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965", - "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5", + "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.18 || ^5.0", + "nikic/php-parser": "^4.19.1 || ^5.1.0", "php": ">=7.3", - "phpunit/php-file-iterator": "^3.0.3", - "phpunit/php-text-template": "^2.0.2", - "sebastian/code-unit-reverse-lookup": "^2.0.2", - "sebastian/complexity": "^2.0", - "sebastian/environment": "^5.1.2", - "sebastian/lines-of-code": "^1.0.3", - "sebastian/version": "^3.0.1", - "theseer/tokenizer": "^1.2.0" + "phpunit/php-file-iterator": "^3.0.6", + "phpunit/php-text-template": "^2.0.4", + "sebastian/code-unit-reverse-lookup": "^2.0.3", + "sebastian/complexity": "^2.0.3", + "sebastian/environment": "^5.1.5", + "sebastian/lines-of-code": "^1.0.4", + "sebastian/version": "^3.0.2", + "theseer/tokenizer": "^1.2.3" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^9.6" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage", @@ -16064,7 +16246,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "9.2-dev" + "dev-main": "9.2.x-dev" } }, "autoload": { @@ -16093,7 +16275,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.32" }, "funding": [ { @@ -16101,7 +16283,7 @@ "type": "github" } ], - "time": "2024-03-02T06:37:42+00:00" + "time": "2024-08-22T04:23:01+00:00" }, { "name": "phpunit/php-file-iterator", @@ -18074,16 +18256,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v6.4.10", + "version": "v6.4.11", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "ad510515b11ba5291fdd59b25d70227bfac2d7ab" + "reference": "168f412dcd6caf3813a9cc0f286cd68f6a76f070" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/ad510515b11ba5291fdd59b25d70227bfac2d7ab", - "reference": "ad510515b11ba5291fdd59b25d70227bfac2d7ab", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/168f412dcd6caf3813a9cc0f286cd68f6a76f070", + "reference": "168f412dcd6caf3813a9cc0f286cd68f6a76f070", "shasum": "" }, "require": { @@ -18136,7 +18318,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.10" + "source": "https://github.com/symfony/phpunit-bridge/tree/v6.4.11" }, "funding": [ { @@ -18152,24 +18334,24 @@ "type": "tidelift" } ], - "time": "2024-07-26T12:30:32+00:00" + "time": "2024-08-13T14:27:37+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1" + "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ec444d3f3f6505bb28d11afa41e75faadebc10a1", - "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb", + "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { @@ -18212,7 +18394,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.31.0" }, "funding": [ { @@ -18228,24 +18410,24 @@ "type": "tidelift" } ], - "time": "2024-05-31T15:07:36+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php82", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php82.git", - "reference": "77ff49780f56906788a88974867ed68bc49fae5b" + "reference": "5d2ed36f7734637dacc025f179698031951b1692" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php82/zipball/77ff49780f56906788a88974867ed68bc49fae5b", - "reference": "77ff49780f56906788a88974867ed68bc49fae5b", + "url": "https://api.github.com/repos/symfony/polyfill-php82/zipball/5d2ed36f7734637dacc025f179698031951b1692", + "reference": "5d2ed36f7734637dacc025f179698031951b1692", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { @@ -18288,7 +18470,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php82/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-php82/tree/v1.31.0" }, "funding": [ { @@ -18304,7 +18486,7 @@ "type": "tidelift" } ], - "time": "2024-06-19T12:30:46+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "theseer/tokenizer", @@ -18416,11 +18598,17 @@ }, { "name": "weitzman/drupal-test-traits", - "version": "2.3.0", + "version": "2.3.1", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/dtt/", - "reference": "9385da6be0db48ecdb27e6646ae2bb0864c1dcee" + "url": "https://git.drupalcode.org/project/dtt.git", + "reference": "5e3df23c93f4f3e4f34fd7677df10bc06616f4ce" + }, + "dist": { + "type": "zip", + "url": "https://git.drupalcode.org/api/v4/projects/project%2Fdtt/repository/archive.zip?sha=5e3df23c93f4f3e4f34fd7677df10bc06616f4ce", + "reference": "5e3df23c93f4f3e4f34fd7677df10bc06616f4ce", + "shasum": "" }, "require": { "php": ">=8.1" @@ -18463,7 +18651,10 @@ } ], "description": "Traits for testing Drupal sites that have user content (versus unpopulated sites).", - "time": "2024-05-08T13:42:59+00:00" + "support": { + "source": "https://git.drupalcode.org/project/dtt/-/tree/2.3.1" + }, + "time": "2024-08-10T19:01:22+00:00" } ], "aliases": [], diff --git a/composer.patches.json b/composer.patches.json index 29a2659e..d898134e 100644 --- a/composer.patches.json +++ b/composer.patches.json @@ -9,16 +9,10 @@ "Error not caught when AWS API returns 403 extra backport": "PATCHES/3416368-error-not-caught-extra.patch", "Error not caught when AWS API returns 403 extra queue fix": "PATCHES/3416368-error-not-caught-queue.patch" }, - "drupal/contact_storage": { - "Error while field storage definition": "https://www.drupal.org/files/issues/2022-10-19/contact_storage.patch" - }, "drupal/core": { "Warning": "PATCHES/core/CoreError.patch", "https://www.drupal.org/project/drupal/issues/3143617": "https://www.drupal.org/files/issues/2020-07-07/3143617-28_0.patch" }, - "drupal/csp": { - "Simplify log format": "PATCHES/csp-log-format.patch" - }, "drupal/entity_browser": { "expects parameter 1 to be array": "PATCHES/entity_browser/entity_browser-key-2914385-6.patch" }, diff --git a/config/aws.profile.amazon_ses.yml b/config/aws.profile.amazon_ses.yml index 7c6d2d74..285c0517 100644 --- a/config/aws.profile.amazon_ses.yml +++ b/config/aws.profile.amazon_ses.yml @@ -6,6 +6,7 @@ id: amazon_ses name: 'Amazon SES' default: 1 aws_role_arn: '' +aws_role_session_name: null aws_access_key_id: '' aws_secret_access_key: '' region: us-east-1 diff --git a/config/block_class.settings.yml b/config/block_class.settings.yml index 878c1661..e7e09b75 100644 --- a/config/block_class.settings.yml +++ b/config/block_class.settings.yml @@ -2,7 +2,10 @@ maxlength_block_class_field: 255 field_type: multiple_textfields default_case: standard allow_only_letters_and_numbers: false -block_classes_stored: '{"cd-container":"cd-container","seachbtnclass":"seachbtnclass","onegms-logo-block":"onegms-logo-block"}' +block_classes_stored: + - cd-container + - seachbtnclass + - onegms-logo-block enable_attributes: true enable_auto_complete: true qty_classes_per_block: 10 @@ -13,6 +16,7 @@ enable_id_replacement: true weight_attributes: null weight_class: null weight_id: null +maxlength_attributes: 255 attribute_keys_stored: '[]' attribute_value_stored: '[]' attributes_inline: '[]' diff --git a/config/core.extension.yml b/config/core.extension.yml index 35a85363..a5c50746 100644 --- a/config/core.extension.yml +++ b/config/core.extension.yml @@ -58,6 +58,7 @@ module: imce: 0 inline_entity_form: 0 jquery_ui: 0 + js_cookie: 0 language: 0 layout_discovery: 0 libraries: 0 diff --git a/config/filter.format.basic_html.yml b/config/filter.format.basic_html.yml index 108c8da9..4155b1d6 100644 --- a/config/filter.format.basic_html.yml +++ b/config/filter.format.basic_html.yml @@ -59,15 +59,15 @@ filters: settings: onomasticon_vocabulary: glossary onomasticon_definition_field: description - onomasticon_definition_filters: '0' + onomasticon_definition_filters: false onomasticon_tag: dfn onomasticon_disabled: 'abbr audio button cite code dfn form meta object pre style script video' onomasticon_implement: attr_title onomasticon_orientation: below onomasticon_cursor: default onomasticon_repetition: '' - onomasticon_ignorecase: '0' - onomasticon_termlink: '0' + onomasticon_ignorecase: false + onomasticon_termlink: false token_filter: id: token_filter provider: token_filter diff --git a/config/filter.format.filtered_html.yml b/config/filter.format.filtered_html.yml index 55ed24eb..16979345 100644 --- a/config/filter.format.filtered_html.yml +++ b/config/filter.format.filtered_html.yml @@ -36,9 +36,9 @@ filters: onomasticon_implement: extra_element onomasticon_orientation: below onomasticon_cursor: default - onomasticon_ignorecase: '0' onomasticon_repetition: '1' - onomasticon_termlink: '0' + onomasticon_ignorecase: false + onomasticon_termlink: false filter_url: id: filter_url provider: filter diff --git a/config/filter.format.full_html.yml b/config/filter.format.full_html.yml index 898eb9a3..91a1da00 100644 --- a/config/filter.format.full_html.yml +++ b/config/filter.format.full_html.yml @@ -44,15 +44,15 @@ filters: settings: onomasticon_vocabulary: categories onomasticon_definition_field: description - onomasticon_definition_filters: '0' + onomasticon_definition_filters: false onomasticon_tag: dfn onomasticon_disabled: 'abbr audio button cite code dfn form meta object pre style script video' onomasticon_implement: attr_title onomasticon_orientation: below onomasticon_cursor: default - onomasticon_ignorecase: '0' onomasticon_repetition: '' - onomasticon_termlink: '0' + onomasticon_ignorecase: false + onomasticon_termlink: false filter_url: id: filter_url provider: filter diff --git a/config/monitoring.sensor_config.ocha_admin_paths.yml b/config/monitoring.sensor_config.ocha_admin_paths.yml index f69e9011..4964b152 100644 --- a/config/monitoring.sensor_config.ocha_admin_paths.yml +++ b/config/monitoring.sensor_config.ocha_admin_paths.yml @@ -1,4 +1,4 @@ -uuid: null +uuid: c9c22b30-33e4-4f10-a0b2-79ebb36b7ebb langcode: en status: true dependencies: diff --git a/html/themes/custom/gms_ocha_common/css/styles.css b/html/themes/custom/gms_ocha_common/css/styles.css index ca89f727..ad111636 100644 --- a/html/themes/custom/gms_ocha_common/css/styles.css +++ b/html/themes/custom/gms_ocha_common/css/styles.css @@ -1068,6 +1068,12 @@ svg.icons-sprite, display: none } +.cd-ocha-services { + position: relative; + margin-block-end: 3rem !important; + padding-block-end: 1rem !important; +} + .visually-hidden, .cd-footer__section--menu h2, .cd-search--inline__form label, @@ -7778,7 +7784,6 @@ display: block;} .gms-home-page h1 {font-family: 'Roboto', serif; font-size: 30px; font-weight: 300;} .gms-home-page h1 span {font-weight: 600;} -.gms-home-page h2 {font-family: 'Roboto Slab', serif; font-size: 24px; font-weight: 300; color:#333; border-bottom: 2px solid #c4c4c4; padding-bottom: 10px; margin-bottom: 15px;} .gms-home-page .top-panel {background-color: #fff;} .gms-home-page .top-panel p {font-size: 14px; font-weight: 300; line-height: 22px;} diff --git a/html/themes/custom/gms_ocha_common/package-lock.json b/html/themes/custom/gms_ocha_common/package-lock.json index 5787fe49..e4858f17 100644 --- a/html/themes/custom/gms_ocha_common/package-lock.json +++ b/html/themes/custom/gms_ocha_common/package-lock.json @@ -2447,27 +2447,14 @@ } }, "axios": { - "version": "1.6.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz", - "integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "dev": true, "requires": { - "follow-redirects": "^1.15.4", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" - }, - "dependencies": { - "form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", - "dev": true, - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - } - } } }, "babel-jest": { @@ -3774,6 +3761,17 @@ "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "dev": true }, + "form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dev": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + } + }, "fraction.js": { "version": "4.0.13", "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.0.13.tgz", diff --git a/html/themes/custom/gms_ocha_common/templates/cd/cd-footer/cd-footer.html.twig b/html/themes/custom/gms_ocha_common/templates/cd/cd-footer/cd-footer.html.twig index ca90155f..065624c9 100644 --- a/html/themes/custom/gms_ocha_common/templates/cd/cd-footer/cd-footer.html.twig +++ b/html/themes/custom/gms_ocha_common/templates/cd/cd-footer/cd-footer.html.twig @@ -5,7 +5,7 @@ {% endblock %} {% block ocha %} - {% include '@gms_ocha_common/cd/cd-header/cd-ocha.html.twig' %} + {% include '@gms_ocha_common/cd/cd-footer/cd-ocha.html.twig' %} {% endblock %} {% endembed %} diff --git a/html/themes/custom/gms_ocha_common/templates/cd/cd-footer/cd-ocha.html.twig b/html/themes/custom/gms_ocha_common/templates/cd/cd-footer/cd-ocha.html.twig new file mode 100644 index 00000000..e42fbfb6 --- /dev/null +++ b/html/themes/custom/gms_ocha_common/templates/cd/cd-footer/cd-ocha.html.twig @@ -0,0 +1,56 @@ + diff --git a/symfony.lock b/symfony.lock index d7101baa..49692a2c 100644 --- a/symfony.lock +++ b/symfony.lock @@ -122,12 +122,6 @@ "drupal/block_class": { "version": "1.3.0" }, - "drupal/bootstrap": { - "version": "3.23.0" - }, - "drupal/bootstrap_barrio": { - "version": "5.1.5" - }, "drupal/ckeditor_config": { "version": "3.1.0" }, @@ -179,9 +173,6 @@ "drupal/ds": { "version": "3.13.0" }, - "drupal/dxpr_theme": { - "version": "1.2.2" - }, "drupal/entity": { "version": "1.2.0" }, @@ -783,9 +774,6 @@ "theseer/tokenizer": { "version": "1.2.1" }, - "twbs/bootstrap": { - "version": "v4.6.0" - }, "twig/twig": { "version": "v2.14.6" }, diff --git a/tests/docker-compose.yml b/tests/docker-compose.yml index ef9b8e58..a6e93833 100644 --- a/tests/docker-compose.yml +++ b/tests/docker-compose.yml @@ -1,11 +1,11 @@ -version: "2.2" +name: gms-test networks: default: volumes: - gms-site-public: - gms-site-private: + site-public: + site-private: services: mysql: @@ -28,8 +28,8 @@ services: # Mount config. - "../config:/srv/www/config:rw" # Mount volumes for the private and public files. - - "gms-site-public:/srv/www/html/sites/default/files:rw" - - "gms-site-private:/srv/www/html/sites/default/private:rw" + - "site-public:/srv/www/html/sites/default/files:rw" + - "site-private:/srv/www/html/sites/default/private:rw" # Mount the folders needed for the tests. - "../tests:/srv/www/tests" - "../phpcs.xml:/srv/www/phpcs.xml:ro"