Update drupal/admin_toolbar from 3.4.2 to 3.5.0
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:
- composer/semver: 3.4.2 (updated from 3.4.0)
- drupal/admin_toolbar: 3.5.0 (updated from 3.4.2)
- guzzlehttp/guzzle: 7.8.2 (updated from 7.8.1)
- guzzlehttp/promises: 2.0.3 (updated from 2.0.2)
- guzzlehttp/psr7: 2.6.3 (updated from 2.6.2)
- pear/pear-core-minimal: v1.10.15 (updated from v1.10.14)
- sebastian/diff: 4.0.6 (updated from 4.0.5)
- symfony/console: v6.4.10 (updated from v6.4.3)
- symfony/dependency-injection: v6.4.10 (updated from v6.4.3)
- symfony/error-handler: v6.4.10 (updated from v6.4.3)
- symfony/event-dispatcher: v6.4.8 (updated from v6.4.3)
- symfony/event-dispatcher-contracts: v3.4.2 (updated from v3.4.0)
- symfony/filesystem: v6.4.9 (updated from v6.4.3)
- symfony/finder: v6.4.10 (updated from v6.4.0)
- symfony/http-foundation: v6.4.10 (updated from v6.4.3)
- symfony/http-kernel: v6.4.10 (updated from v6.4.3)
- symfony/mailer: v6.4.9 (updated from v6.4.3)
- symfony/mime: v6.4.9 (updated from v6.4.3)
- symfony/polyfill-php72: v1.30.0 (updated from v1.29.0)
- symfony/polyfill-php80: v1.30.0 (updated from v1.29.0)
- symfony/polyfill-php81: v1.30.0 (updated from v1.29.0)
- symfony/process: v6.4.8 (updated from v6.4.3)
- symfony/psr-http-message-bridge: v6.4.10 (updated from v6.4.3)
- symfony/routing: v6.4.10 (updated from v6.4.3)
- symfony/serializer: v6.4.10 (updated from v6.4.3)
- symfony/service-contracts: v3.4.2 (updated from v3.4.1)
- symfony/string: v6.4.10 (updated from v6.4.3)
- symfony/translation-contracts: v3.4.2 (updated from v3.4.1)
- symfony/validator: v6.4.10 (updated from v6.4.3)
- symfony/var-dumper: v6.4.10 (updated from v6.4.3)
- symfony/var-exporter: v6.4.9 (updated from v6.4.3)
- symfony/yaml: v6.4.8 (updated from v6.4.3)
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
.cspell-project-words.txt
.gitlab-ci.yml
admin_toolbar.info.yml
admin_toolbar.install
admin_toolbar.module
admin_toolbar_links_access_filter/README.md
admin_toolbar_links_access_filter/admin_toolbar_links_access_filter.info.yml
admin_toolbar_links_access_filter/admin_toolbar_links_access_filter.module
admin_toolbar_search/admin_toolbar_search.info.yml
admin_toolbar_search/admin_toolbar_search.module
admin_toolbar_search/js/admin_toolbar_search.js
admin_toolbar_search/src/SearchLinks.php
admin_toolbar_search/tests/src/FunctionalJavascript/AdminToolbarSearchTest.php
admin_toolbar_tools/admin_toolbar_tools.info.yml
admin_toolbar_tools/src/AdminToolbarToolsHelper.php
admin_toolbar_tools/src/Controller/ToolbarController.php
admin_toolbar_tools/src/Form/AdminToolbarToolsSettingsForm.php
admin_toolbar_tools/src/Plugin/Derivative/ExtraLinks.php
admin_toolbar_tools/src/Plugin/Menu/MenuLinkEntity.php
css/admin.toolbar.css
css/admin.toolbar_search.css
js/admin_toolbar.hover.js
js/admin_toolbar.hoverintent.js
js/jquery.hoverIntent.js
src/Form/AdminToolbarSettingsForm.php
tests/src/Functional/AdminToolbarAdminMenuTest.php
tests/src/Functional/AdminToolbarAlterTest.php
Changelog
Here is a list of changes between the version you use, and the version this pull request updates to:
- 3653c65
Issue #3411005: GitlabCI: Fix PHPCS and PHPStan validation errors - 68185d7
Issue #3420788: Search links always open new window / tab - e741d4c
Issue #3465313: Max Bundles not being honored - 9fa420b
Issue #3463378: GitlabCI: Fix CSPELL validation errors - 8ff58cf
Issue #3391853 by YazanMajadba: The arrow is rotated in [RTL] when I focused on it - d549bdb
Issue #3336787: TypeError in commerce_product if enable admin_toolbar_extra - bcef584
Issue #3427112: Do not checkNamedRoute if route_name is NULL - d9d2fd1
Issue #3457902: Forward Compatibility with Project Browser - b000415
Issue #3317002: Access search field via a keyboard shortcut with accesskey - befc297
Issue #3416954: [admin_toolbar_tools] Don't add disabled views to the admin menu - 417799a
Issue #3397570: Add check for Undefined array key "#active". - b655dba
Issue #3446836: Incorrect logger name in admin_toolbar_links_access_filter module. - d969da4
Issue #3462559 by DYdave: Link to "Block" content overview page not displayed - b848f6f
Issue #3463291 by japerry: Deprecate the admin_toolbar_links_access_filter module - a58a23d
Issue #3462195: GitlabCI: Fix Stylelint validation errors - efb450a
Issue #3363604: Add Drupal 11 support - 075ba26
Fix Tests - 7051a82
Add Gitlab ci testing
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.
[!IMPORTANT]
Review skipped
Review was skipped due to path filters
Files ignored due to path filters (1)
composer.lockis excluded by!**/*.lockYou can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>.Generate unit testing code for this file.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:@coderabbitai generate unit testing code for this file.@coderabbitai modularize this function.
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai generate interesting stats about this repository and render them as a table.@coderabbitai show all the console.log statements in this repository.@coderabbitai read src/utils.ts and generate unit testing code.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.@coderabbitai help me debug CodeRabbit configuration file.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (invoked as PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository.@coderabbitai full reviewto do a full review from scratch and review all the files again.@coderabbitai summaryto regenerate the summary of the PR.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai configurationto show the current CodeRabbit configuration for the repository.@coderabbitai helpto get help.
Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
This will now be closed, since it has been superseded by #307.