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 composer dependencies #19772

Open
3 tasks
Tracked by #19915 ...
edmund-dunn opened this issue Nov 5, 2024 · 1 comment · May be fixed by #19955
Open
3 tasks
Tracked by #19915 ...

Update composer dependencies #19772

edmund-dunn opened this issue Nov 5, 2024 · 1 comment · May be fixed by #19955
Assignees
Labels
CMS Team CMS Product team that manages both editor exp and devops Drupal engineering CMS team practice area

Comments

@edmund-dunn
Copy link
Contributor

edmund-dunn commented Nov 5, 2024

User Story or Problem Statement

All dependencies brought in using composer need to be updated. The only exceptions are drupal/core-recommended and drupal/core-composer-scaffold.

Description or Additional Context

For views_bulk_operations the following change will need tobe addressed:

Actions Permissions
Deprecated: using actions permissions is deprecated and this module is removed from 4.3.x releases and higher. Please uninstall it before upgrading.
A module called actions_permissions is included in the package prior to 4.3.x. This module generates a permission for each action, and VBO honors those permissions before showing or executing the corresponding actions. This is useful if you want to provide your VBO to several groups of users with different privileges: the same view will accommodate those different groups, showing to each the actions that they are permitted to see.

To test VBO see https://dsva.slack.com/archives/CT4GZBM8F/p1730749024413859

Steps for Implementation

Any patches that need to be rerolled or removed will need to be addressed.

Acceptance Criteria

  • Update all composer dependencies that have updates.
  • Requires design review
  • Requires accessibility review
@JakeBapple
Copy link
Contributor

JakeBapple commented Nov 22, 2024

we need to move the config_split and config_ignore to a new ticket. this will require some work with requiring config_filter and then removing it in sequence since the new config relies on core.

@JakeBapple JakeBapple linked a pull request Nov 25, 2024 that will close this issue
12 tasks
@JakeBapple JakeBapple linked a pull request Nov 25, 2024 that will close this issue
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMS Team CMS Product team that manages both editor exp and devops Drupal engineering CMS team practice area
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants