Skip to content

Update drupal/pathauto requirement from 1.14.0 to 1.15.0#5580

Draft
dependabot[bot] wants to merge 4 commits intomainfrom
dependabot/composer/main/drupal/pathauto-1.15.0
Draft

Update drupal/pathauto requirement from 1.14.0 to 1.15.0#5580
dependabot[bot] wants to merge 4 commits intomainfrom
dependabot/composer/main/drupal/pathauto-1.15.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 6, 2026

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 6, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 6, 2026 22:59
@dependabot dependabot Bot added the php Pull requests that update Php code label May 6, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 6, 2026 22:59
@joeparsons
Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 6, 2026

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@joeparsons
Copy link
Copy Markdown
Member

@dependabot recreate

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/composer/main/drupal/pathauto-1.15.0 branch from 54bde44 to e6e9b08 Compare May 6, 2026 23:10
@joeparsons
Copy link
Copy Markdown
Member

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

Release notes

Maintenance and feature release resolving 34 issues, notably adding translatable patterns for multilingual alias support, converting to OOP hooks, restoring compatibility with Drupal core 11.3.4 (UUID schema change) and PHP 8.5, plus numerous fixes around alias generation, deletion, and cache invalidation.

Upgrade note: after updating to 8.x-1.15, run update.php (or drush updatedb) to apply pathauto_post_update_remove_uuid_config_key(). See #2895873 for details.

Changelog

Issues: 34 issues resolved.

Changes since 8.x-1.14 (compare):

Bug

  • #3313566 strlen(): Passing null to parameter #1 when using PHP 8.1
  • #3367067 All aliases are deleted if entity with url is deleted
  • #2728725 Special characters like tab or spaces in pattern can break alias generation
  • #2212891 Check if drupalSetSummary method is defined in pathauto.js
  • #3072876 Pattern not removed when deleting the corresponding entity
  • #3577286 Drupal core 11.3.4 removed uuid from condition plugin schema which causes schema errors in pathauto pattern configuration
  • #3267989 "The alias is already in use in this language" should not be thrown when "automatic URL alias" is enabled
  • #3247809 Notice of updated alias when there was no change
  • #3285655 preg_match() compilation failed: range out of order
  • #2662044 Cache not invalidated after bulk alias generation or deletion
  • #3187945 Fix hooks and documentation to alter source path

Feature

  • #2827121 Make pattern property translatable for multilingual alias support
  • #3181986 Add support for unicode soft hyphens on punctuation logic
  • #3217226 Allow contexts to be altered in hook_pathauto_pattern_alter
  • #2895873 UUID is regenerated every time a pattern is saved

Task

  • #3550710 Convert to OOP hooks
  • #3553071 Attributes and other deprecations
  • #3571828 Fix failing kernel test
  • #3330512 Update README.md file according to README.md template
  • #3571880 Global phpcs fixes
  • #3411805 Fix eslint violations
  • #3571922 cspell fixes
  • #3571944 phpstan fixes
  • #3572617 Add Tugboat support
  • #3124089 t() calls should be avoided in classes
  • #3387049 Increase the default maximum alias length
  • #3306538 PathAutoGenerator: @todo convert to multi-exception handling in PHP 7.1.
  • #3524445 UPDATE_ACTION_DELETE should document that it works by updating the alias entity
  • #3573353 Improve flaky tests
  • #3254157 Inline comments mentioning backslash when meaning (forward) slash
  • #3419907 Improve status message on alias create/update
  • #3576435 PHP 8.5 deprecation
  • #3582321 Failing test on previous minor/major due to forum/history dependency

@joeparsons joeparsons added Drupal Waiting on a fix from the Drupal community patch release Issues to be included in the next patch release labels May 6, 2026
@joeparsons joeparsons moved this from Todo to Needs review in 3.3.5 bug-fix patch release May 6, 2026
@joeparsons joeparsons marked this pull request as draft May 6, 2026 23:41
@joeparsons joeparsons moved this from Needs review to In Progress in 3.3.5 bug-fix patch release May 6, 2026
@bberndt-uaz bberndt-uaz moved this to In Progress in 3.4.0-alpha2 May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file Drupal Waiting on a fix from the Drupal community patch release Issues to be included in the next patch release php Pull requests that update Php code

Projects

Status: In Progress
Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants