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

fix(deps): update dependency cviebrock/eloquent-sluggable to v11 #62

Open
wants to merge 1 commit into
base: main
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 ^9.0 -> ^11.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v11.0.1

Compare Source

  • Support PHP 8.4 (#​616, thanks @​SupianIDz)
  • Notice that Lumen will be deprecated in the next major release

v11.0.0

Compare Source

v10.0.0

Compare Source

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

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 is behind base branch, 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, ..., 11.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - nette/schema v1.2.2 requires php >=7.1 <8.2 -> your php version (8.3.3) does not satisfy that requirement.
    - league/commonmark 2.3.6 requires league/config ^1.1.1 -> satisfiable by league/config[v1.1.1].
    - laravel/framework v9.37.0 requires league/commonmark ^2.2 -> satisfiable by league/commonmark[2.3.6].
    - league/config v1.1.1 requires nette/schema ^1.2 -> satisfiable by nette/schema[v1.2.2].
    - laravel/framework is locked to version v9.37.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.

@renovate renovate bot changed the title fix(deps): update dependency cviebrock/eloquent-sluggable to v11 fix(deps): update dependency cviebrock/eloquent-sluggable to v11 - autoclosed Dec 17, 2024
@renovate renovate bot closed this Dec 17, 2024
@renovate renovate bot deleted the renovate/cviebrock-eloquent-sluggable-11.x branch December 17, 2024 13:19
@renovate renovate bot changed the title fix(deps): update dependency cviebrock/eloquent-sluggable to v11 - autoclosed fix(deps): update dependency cviebrock/eloquent-sluggable to v11 Dec 17, 2024
@renovate renovate bot reopened this Dec 17, 2024
@renovate renovate bot force-pushed the renovate/cviebrock-eloquent-sluggable-11.x branch from 7a64850 to a41ad39 Compare December 17, 2024 18:28
Copy link
Contributor Author

renovate bot commented Dec 17, 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.1 --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.1].
    - cviebrock/eloquent-sluggable 11.0.1 requires illuminate/config ^11.0 -> found illuminate/config[v11.0.0, ..., 11.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - laravel/framework is locked to version v9.37.0 and an update of this package was not requested.
    - laravel/framework v9.37.0 requires league/commonmark ^2.2 -> satisfiable by league/commonmark[2.3.6].
    - league/commonmark 2.3.6 requires league/config ^1.1.1 -> satisfiable by league/config[v1.1.1].
    - league/config v1.1.1 requires nette/schema ^1.2 -> satisfiable by nette/schema[v1.2.2].
    - nette/schema v1.2.2 requires php >=7.1 <8.2 -> your php version (8.4.1) does not satisfy that requirement.

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