az-digital / az_quickstart

UArizona's web content management system built with Drupal 10.
https://quickstart.arizona.edu
GNU General Public License v2.0
30 stars 20 forks source link

Update drupal/easy_breadcrumb requirement from 2.0.6 to 2.0.7 #3509

Closed dependabot[bot] closed 4 days ago

dependabot[bot] commented 5 days ago

Updates the requirements on drupal/easy_breadcrumb 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 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)
bberndt-uaz commented 5 days ago

https://www.drupal.org/project/easy_breadcrumb/releases/2.0.7

Release notes

New Features:

  • Issue #3309109 by ericgsmith: Add option to set a minimum segment length required to render breadcrumbs
  • Issue #3392845 by DYdave, admirlju: Regex: Allow tag to be replaced in segment text
  • Issue #3412367 by Alex Bukach: Allow internal URLs in the custom paths

Fixes:

  • Issue #3450321: Eliminate post-installation status message or at least improve it
  • Issue #3340203: Missing field 'item' (in 'itemListElement')
  • Issue #3426330: Catch exception on lookup of matching redirects when creating a breadcrumb
  • Issue #3196198: "Paths to be excluded while generating segments" option says regex is supported, but it is not"
  • Issue #3415146 UnexpectedValueException (no corresponding route in Drupal\Core\Url->getRouteName()) after updating v2.0.3 to v2.0.4
  • Issue #3402186 Redering outside of a render context
  • Issue #3421745 by i.mcbride: Home page segment not rendered as a link
  • Issue #3181320 by tim-diels: Uninitialized string offset
  • Issue #3419237 by gilmar.lima: Nodes with redirections without base path breaks breadcrumb construction
joeparsons commented 5 days ago