Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update drupal/admin_toolbar from 3.5.0 to 3.5.1 #460

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

violinist-bot
Copy link
Contributor

@violinist-bot violinist-bot commented Oct 31, 2024

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • doctrine/annotations: 1.14.4 (updated from 1.14.3)
  • doctrine/deprecations: 1.1.4 (updated from 1.1.3)
  • drupal/admin_toolbar: 3.5.1 (updated from 3.5.0)
  • guzzlehttp/promises: 2.0.4 (updated from 2.0.3)
  • nikic/php-parser: v5.3.1 (updated from v5.1.0)
  • pear/pear-core-minimal: v1.10.16 (updated from v1.10.15)
  • symfony/console: v6.4.15 (updated from v6.4.11)
  • symfony/dependency-injection: v6.4.16 (updated from v6.4.11)
  • symfony/deprecation-contracts: v3.4.3 (updated from v3.4.0)
  • symfony/error-handler: v6.4.14 (updated from v6.4.10)
  • symfony/event-dispatcher: v6.4.13 (updated from v6.4.8)
  • symfony/event-dispatcher-contracts: v3.4.3 (updated from v3.4.2)
  • symfony/filesystem: v6.4.13 (updated from v6.4.9)
  • symfony/finder: v6.4.13 (updated from v6.4.11)
  • symfony/http-foundation: v6.4.16 (updated from v6.4.10)
  • symfony/http-kernel: v6.4.16 (updated from v6.4.10)
  • symfony/mailer: v6.4.13 (updated from v6.4.9)
  • symfony/mime: v6.4.13 (updated from v6.4.9)
  • symfony/process: v6.4.15 (updated from v6.4.8)
  • symfony/psr-http-message-bridge: v6.4.13 (updated from v6.4.10)
  • symfony/routing: v6.4.16 (updated from v6.4.10)
  • symfony/serializer: v6.4.15 (updated from v6.4.10)
  • symfony/service-contracts: v3.4.3 (updated from v3.4.2)
  • symfony/string: v6.4.15 (updated from v6.4.11)
  • symfony/translation-contracts: v3.4.3 (updated from v3.4.2)
  • symfony/validator: v6.4.16 (updated from v6.4.10)
  • symfony/var-dumper: v6.4.15 (updated from v6.4.11)
  • symfony/var-exporter: v6.4.13 (updated from v6.4.9)
  • symfony/yaml: v6.4.13 (updated from v6.4.11)
  • behat/mink: v1.12.0 (updated from v1.11.0)
  • mikey179/vfsstream: v1.6.12 (updated from v1.6.11)
  • myclabs/deep-copy: 1.12.1 (updated from 1.12.0)
  • phpdocumentor/reflection-docblock: 5.6.1 (updated from 5.4.1)
  • phpdocumentor/type-resolver: 1.10.0 (updated from 1.8.2)
  • phpspec/prophecy: v1.20.0 (updated from v1.19.0)
  • phpstan/phpdoc-parser: 1.33.0 (updated from 1.29.1)
  • phpunit/php-code-coverage: 9.2.32 (updated from 9.2.31)
  • phpunit/phpunit: 9.6.22 (updated from 9.6.20)
  • symfony/browser-kit: v6.4.13 (updated from v6.4.8)
  • symfony/css-selector: v6.4.13 (updated from v6.4.8)
  • symfony/dom-crawler: v6.4.16 (updated from v6.4.8)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
  .gitlab-ci.yml
  admin_toolbar.module
  admin_toolbar_links_access_filter/admin_toolbar_links_access_filter.info.yml
  admin_toolbar_search/src/Controller/AdminToolbarSearchController.php
  admin_toolbar_search/tests/src/FunctionalJavascript/AdminToolbarToolsSearchTest.php
  admin_toolbar_tools/css/tools.css
  admin_toolbar_tools/src/Form/AdminToolbarToolsSettingsForm.php
  admin_toolbar_tools/src/Plugin/Derivative/ExtraLinks.php
  admin_toolbar_tools/src/Plugin/Menu/MenuLinkEntity.php
  src/Form/AdminToolbarSettingsForm.php
  tests/src/Functional/AdminToolbarSettingsFormTest.php
  tests/src/Functional/AdminToolbarToolsSortTest.php

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • a25d54f Issue #3474908 by japerry, hswong3i: Remove the now defunct menu items for Drupal 11 sites
  • f59fe20 Issue #3471798 by chr.fritsch: Admin Toolbar Links Access Filter was not marked D11 compatible
  • 7cca52b Issue #3465604 by dydave: TypeError: method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given
  • f37bc92 Issue #3466125 by dydave, japerry, teknocat: [AdminToolbarSettingsForm] Fix Fatal Error: Call to undefined method Drupal\Core\Menu\MenuLinkManager::invalidateAll()
  • 14ed61f Issue #3465705 by vishal.kadam: Toolbar image missing

Working with this branch

If you find you need to update the codebase to be able to merge this branch (for example update some tests or rebuild some assets), please note that violinist will force push to this branch to keep it up to date. This means you should not work on this branch directly, since you might lose your work. Read more about branches created by violinist.io here.


This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

@violinist-bot violinist-bot force-pushed the violinistdrupaladmintoolbar branch 5 times, most recently from b07a1b2 to 04b3065 Compare November 9, 2024 23:14
@violinist-bot violinist-bot force-pushed the violinistdrupaladmintoolbar branch 2 times, most recently from 98284be to d7d5512 Compare November 13, 2024 18:13
@violinist-bot violinist-bot force-pushed the violinistdrupaladmintoolbar branch 2 times, most recently from 997d980 to 6e652aa Compare November 24, 2024 23:14
@violinist-bot violinist-bot force-pushed the violinistdrupaladmintoolbar branch 2 times, most recently from 7626665 to f520cd2 Compare November 27, 2024 14:49
@violinist-bot violinist-bot force-pushed the violinistdrupaladmintoolbar branch 2 times, most recently from 7ed1859 to 80b0da9 Compare December 7, 2024 23:15
@violinist-bot violinist-bot force-pushed the violinistdrupaladmintoolbar branch from 80b0da9 to d0627d4 Compare December 8, 2024 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant