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/pathauto requirement from 1.12.0 to 1.13.0 #3593

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Updates the requirements on drupal/pathauto to permit the latest version.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner August 1, 2024 22:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 1, 2024
@bberndt-uaz
Copy link
Contributor

https://www.drupal.org/project/pathauto/releases/8.x-1.13

Release notes

Drupal 11 compatibility, bugfixes and minor improvements

Note: New permissions were introduced to access the bulk create and delete pages, they now either require the administer pathauto settings or one of the new permissions instead, before they only required the administer url aliases permission. Existing sites may want to grant these permissions to certain roles

Changes since 8.x-1.12:

Bug

  • #3412266: Fix phpunit erros on Drupal 10.2
  • #3464027: Can't reinstall configuration for pathauto_update_alias_user and pathauto_update_alias_node
  • #3370089 by guilherme-lima-almeida, TolstoyDotCom: TypeError : implode(): Argument #1 ($pieces) must be of type array, string given dans implode() (*/web/modules/contrib/pathauto/src/Form/PathautoSettingsForm.php ligne 255)
  • #3049145: Memory limit hit when deleting MANY aliases
  • #3276874 by nikral, Zulljin: Error on settings form when enabled_entity_types config key is not set
  • #3395164 by Alexander Tallqvist, tormu, thatguy: Permissions for bulk generate and update

Task

  • #3362550 by leslieg: Added logo.png for Project Browser compatibility.
  • #3411794 by Nikolay Shapovalov: Fix phpcs Drupal.Arrays.Array issues
  • #3411804 by Nikolay Shapovalov: Fix phpcs Drupal.Classes, DrupalPractice.FunctionCalls, SlevomatCodingStandard.PHP, Drupal.Semantics
  • #3411043: The definition for the 'pathauto.pattern..' sequence declares the type of its items in a way that is deprecated in drupal:8.0.0
  • #3433870: Automated Drupal 11 compatibility fixes for pathauto
  • #3345256 by dww: Require Drupal 9.4 and remove BC layer using deprecated ModuleHandler::getImplementations()

@joeparsons joeparsons added Drupal Waiting on a fix from the Drupal community 2.11.x only labels Aug 2, 2024
@joeparsons
Copy link
Member

@dependabot rebase

Updates the requirements on drupal/pathauto to permit the latest version.

---
updated-dependencies:
- dependency-name: drupal/pathauto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/drupal/pathauto-1.13.0 branch from 9b0baba to f5207ec Compare August 2, 2024 17:29
Copy link
Contributor

@bberndt-uaz bberndt-uaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't notice any issues in Probo and I assume we want to continue to restrict bulk generation and deletion to Administrators, so we don't need to do anything with the new permissions.

@trackleft trackleft merged commit 26a8f96 into main Aug 12, 2024
16 checks passed
@trackleft trackleft deleted the dependabot/composer/drupal/pathauto-1.13.0 branch August 12, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.11.x only dependencies Pull requests that update a dependency file Drupal Waiting on a fix from the Drupal community php Pull requests that update Php code
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants