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

Bump diglactic/laravel-breadcrumbs from 8.1.1 to 9.0.0 #2366

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps diglactic/laravel-breadcrumbs from 8.1.1 to 9.0.0.

Release notes

Sourced from diglactic/laravel-breadcrumbs's releases.

v9.0.0

Add support for Laravel 11.x. See the upgrade guide for details.

Upgrade guide

Sourced from diglactic/laravel-breadcrumbs's upgrade guide.

Upgrade Guide

Upgrading to 9.x from 8.x

9.x drops support for Laravel v6 and v7 to support PHPUnit v10. There are no other breaking changes. If you're on Laravel v8+, you may simply re-run composer require diglactic/laravel-breadcrumbs.

Upgrading to 8.x from 7.x

8.x introduces a single breaking change over 7.x by passing request parameters injected by middleware into Breadcrumbs closures. If you're not mutating request parameters in your middleware, you can safely upgrade without any code changes. See #52 for more details.

Upgrading to 7.x from 6.x

7.x introduces some breaking changes from 6.x, mainly, housekeeping items.

If you've already upgraded your code when switching to 5.x, this new version should be relatively seamless.

Upgrading to 6.x from 5.x

These upgrade notes serve to bring you off of the latest version of DaveJamesMiller\Breadcrumbs to this repository. Note that this library requires at least Laravel 6.

Begin by swapping libraries via Composer:

composer remove davejamesmiller/laravel-breadcrumbs
composer require diglactic/laravel-breadcrumbs

Next, you'll need to update the following references. While we've made most classes backwards-compatible and your project should work right away, it's a good idea to update these sooner than later as they'll be removed in a future version.

davejamesmiller/laravel-breadcrumbs diglactic/laravel-breadcrumbs
DaveJamesMiller\Breadcrumbs\BreadcrumbsManager Diglactic\Breadcrumbs\Manager
DaveJamesMiller\Breadcrumbs\BreadcrumbsGenerator Diglactic\Breadcrumbs\Generator
DaveJamesMiller\Breadcrumbs\BreadcrumbsServiceProvider Diglactic\Breadcrumbs\ServiceProvider
DaveJamesMiller\Breadcrumbs\Facades\Breadcrumbs Diglactic\Breadcrumbs\Breadcrumbs

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the security label May 13, 2024
@dependabot dependabot bot force-pushed the dependabot/composer/development/diglactic/laravel-breadcrumbs-9.0.0 branch 6 times, most recently from 4eacaa2 to d49e63e Compare May 15, 2024 12:08
Bumps [diglactic/laravel-breadcrumbs](https://github.com/diglactic/laravel-breadcrumbs) from 8.1.1 to 9.0.0.
- [Release notes](https://github.com/diglactic/laravel-breadcrumbs/releases)
- [Upgrade guide](https://github.com/diglactic/laravel-breadcrumbs/blob/main/UPGRADE.md)
- [Commits](diglactic/laravel-breadcrumbs@v8.1.1...v9.0.0)

---
updated-dependencies:
- dependency-name: diglactic/laravel-breadcrumbs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/development/diglactic/laravel-breadcrumbs-9.0.0 branch from d49e63e to d57fb74 Compare June 5, 2024 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants