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

VACMS-18996: Update drupal admin toolbar. #19293

Merged
merged 4 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,6 @@
"composer-exit-on-patch-failure": true,
"patches-ignore": {},
"patches": {
"drupal/admin_toolbar": {
"3338408 - Resolve access check errors for D10 compatibility": "https://www.drupal.org/files/issues/2023-05-30/3338408-fix-access-check-error.patch"
},
"drupal/cer": {
"3200122 - Remove delete hook": "https://www.drupal.org/files/issues/2021-02-24/delete-hook-added-in-dev-causes-test-failures.patch",
"3254663 - Notice: Undefined index: target_bundles on Drupal\\cer\\Entity\\CorrespondingReference->synchronizeCorrespondingField()": "https://www.drupal.org/files/issues/2022-02-14/prevent-undefined-index-3254663-6.patch"
Expand Down
24 changes: 14 additions & 10 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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": "330dbceb39e44446ac6c2d30c5b22d29",
"content-hash": "e00ed69a5173b1367d3ba00dc7c29386",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -2578,29 +2578,29 @@
},
{
"name": "drupal/admin_toolbar",
"version": "3.4.2",
"version": "3.5.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/admin_toolbar.git",
"reference": "3.4.2"
"reference": "3.5.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.4.2.zip",
"reference": "3.4.2",
"shasum": "f5a008e5c73f5a11c6c8067c0ea6ebb76aa33854"
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.5.0.zip",
"reference": "3.5.0",
"shasum": "099e8d4dc98e1d551b4f9cffdc39599eb8ad04e8"
},
"require": {
"drupal/core": "^9.2 || ^10"
"drupal/core": "^9.5 || ^10 || ^11"
},
"require-dev": {
"drupal/admin_toolbar_tools": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "3.4.2",
"datestamp": "1696006195",
"version": "3.5.0",
"datestamp": "1722639094",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
Expand Down Expand Up @@ -2633,12 +2633,16 @@
"homepage": "https://www.drupal.org/u/matio89",
"role": "Maintainer"
},
{
"name": "japerry",
"homepage": "https://www.drupal.org/user/45640"
},
{
"name": "matio89",
"homepage": "https://www.drupal.org/user/2320090"
},
{
"name": "Musa.thomas",
"name": "musa.thomas",
"homepage": "https://www.drupal.org/user/1213824"
},
{
Expand Down
Loading