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 dependency cviebrock/eloquent-sluggable to v11 #68

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cviebrock/eloquent-sluggable ^4.3 -> ^11.0 age adoption passing confidence

Release Notes

cviebrock/eloquent-sluggable (cviebrock/eloquent-sluggable)

v11.0.0

Compare Source

v10.0.0

Compare Source

  • Laravel 10.0 support
  • switch to using Pest instead of PHPUnit for tests

v9.0.0

Compare Source

v8.0.8

Compare Source

v8.0.7

Compare Source

v8.0.5

Compare Source

  • started unique suffixes with "-2" instead of "-1" (#​549, thanks @​Tamim26061)
    • this can be adjusted via the firstUniqueSuffix config setting

v8.0.4

Compare Source

v8.0.3

Compare Source

  • add ability to slug models on Eloquent's saved event, rather than
    saving
    • this adds a few more SQL queries per save, but allows for the use of
      the primary key field in the source configuration (see #​539 and #​448)
    • default configuration remains the same, but might change in a future release
  • added base customizeSlugEngine and scopeWithUniqueSlugConstraints methods
    to the trait, to enforce type hinting and return values
    • NOTE: if you were using these methods in your models, you may need to ensure
      the method signatures match now
    • see #​544 for more information, including what to do if you had custom
      methods in another trait
  • add slugEngineOptions configuration option (see #​454, thanks @​Adioz01)
  • move automated testing from travis-ci to Github actions (#​534, thanks @​cbl)
  • clean up some third-party tools and badges
  • clean up docblocks, return hints, and PHPUnit method calls

v8.0.2

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

  • Laravel 8 support

v7.0.2

Compare Source

v7.0.1

Compare Source

  • fix to help support translatable slugs (using either spatie or Astrotomic package) (#​506, thanks @​GeoSot)

v7.0.0

Compare Source

  • Laravel 7.0 support

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

  • fix for semantic versioning

v6.0.0

Compare Source

  • Laravel 6.0 support (note the package version will now follow the Laravel version)

v4.8.1

Compare Source

v4.8.0

Compare Source

v4.7.1

Compare Source

v4.7.0

Compare Source

  • Fix slug getting set to null if model is updated with no source column loaded (#​450, thanks @​mylgeorge)

v4.6.1

Compare Source

v4.6.0

Compare Source

  • Laravel 5.7 support

v4.5.2

Compare Source

v4.5.1

Compare Source

  • Bump versions of package dependencies

v4.5.0

Compare Source

  • Laravel 5.6 support

v4.4.2

Compare Source

v4.4.1

Compare Source

  • Better exception message when calling SlugService::createSlug with an invalid attribute (#​402, thanks @​lptn)
  • Prettier unit test output

v4.4.0

Compare Source

  • Make sure truncated slugs (due to maxLength) don't end in a separator (#​398)
  • Add maxLengthKeepWords configuration option (#​398)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Mar 13, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update cviebrock/eloquent-sluggable:11.0.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency laravel/framework is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires cviebrock/eloquent-sluggable ^11.0 -> satisfiable by cviebrock/eloquent-sluggable[11.0.0].
    - cviebrock/eloquent-sluggable 11.0.0 requires illuminate/config ^11.0 -> found illuminate/config[v11.0.0, v11.0.1, v11.0.2, v11.0.3] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - algolia/algoliasearch-client-php is locked to version 2.2.6 and an update of this package was not requested.
    - algolia/algoliasearch-client-php 2.2.6 requires php ^5.3 || ^7.0 -> your php version (8.3.3) does not satisfy that requirement.
  Problem 3
    - filp/whoops is locked to version 2.1.14 and an update of this package was not requested.
    - filp/whoops 2.1.14 requires php ^5.5.9 || ^7.0 -> your php version (8.3.3) does not satisfy that requirement.
  Problem 4
    - fzaninotto/faker is locked to version v1.7.1 and an update of this package was not requested.
    - fzaninotto/faker v1.7.1 requires php ^5.3.3 || ^7.0 -> your php version (8.3.3) does not satisfy that requirement.
  Problem 5
    - phpunit/phpunit is locked to version 5.7.25 and an update of this package was not requested.
    - phpunit/phpunit 5.7.25 requires php ^5.6 || ^7.0 -> your php version (8.3.3) does not satisfy that requirement.
  Problem 6
    - hamcrest/hamcrest-php v2.0.0 requires php ^5.3|^7.0 -> your php version (8.3.3) does not satisfy that requirement.
    - mockery/mockery 1.0 requires hamcrest/hamcrest-php ~2.0 -> satisfiable by hamcrest/hamcrest-php[v2.0.0].
    - mockery/mockery is locked to version 1.0 and an update of this package was not requested.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants