Skip to content

fix(deps): update dependency laravel/framework to v12 #211

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2025

This PR contains the following updates:

Package Change Age Confidence
laravel/framework (source) 10.48.22 -> 12.21.0 age confidence

Release Notes

laravel/framework (laravel/framework)

v12.21.0

Compare Source

v12.20.0

Compare Source

v12.19.3

Compare Source

v12.19.2

Compare Source

v12.19.1

Compare Source

v12.19.0

Compare Source

v12.18.0

Compare Source

v12.17.0

Compare Source

v12.16.0

Compare Source

v12.15.0

Compare Source

v12.14.1

Compare Source

v12.14.0

Compare Source

v12.13.0

Compare Source


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 Feb 27, 2025

⚠️ 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 laravel/framework:12.21.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Dependency guzzlehttp/guzzle 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 laravel/framework 12.21.0 -> satisfiable by laravel/framework[v12.21.0].
    - laravel/framework v12.21.0 requires nunomaduro/termwind ^2.0 -> found nunomaduro/termwind[v2.0.0, ..., v2.3.1] but these were not loaded, likely because it conflicts with another require.

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

Copy link

codesandbox bot commented Feb 27, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

changeset-bot bot commented Feb 27, 2025

⚠️ No Changeset found

Latest commit: 02c8a99

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

gitstream-cm bot commented Feb 27, 2025

🚨 gitStream Monthly Automation Limit Reached 🚨

Your organization has exceeded the number of pull requests allowed for automation with gitStream.
Monthly PRs automated: 615/250

To continue automating your PR workflows and unlock additional features, please contact LinearB.

Copy link

coderabbitai bot commented Feb 27, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/laravel-framework-12.x branch 2 times, most recently from c0808dc to 9c73fba Compare March 5, 2025 16:47
@renovate renovate bot force-pushed the renovate/laravel-framework-12.x branch 2 times, most recently from f9e8986 to dc19171 Compare March 18, 2025 14:31
@renovate renovate bot force-pushed the renovate/laravel-framework-12.x branch 3 times, most recently from 2a221a6 to 42d2950 Compare April 5, 2025 19:24
@renovate renovate bot force-pushed the renovate/laravel-framework-12.x branch 3 times, most recently from 7d8e426 to 16e44a3 Compare April 15, 2025 18:24
@renovate renovate bot force-pushed the renovate/laravel-framework-12.x branch 3 times, most recently from 0ca82b0 to 6ab86c8 Compare April 22, 2025 17:58
@renovate renovate bot force-pushed the renovate/laravel-framework-12.x branch 3 times, most recently from d0eb8e7 to 74f2ab4 Compare April 29, 2025 21:38
@renovate renovate bot force-pushed the renovate/laravel-framework-12.x branch 2 times, most recently from a53e9bb to 4a9ed6a Compare May 1, 2025 17:26
@renovate renovate bot force-pushed the renovate/laravel-framework-12.x branch 3 times, most recently from 9b209cc to 2869eb3 Compare May 13, 2025 18:20
@renovate renovate bot force-pushed the renovate/laravel-framework-12.x branch from 2869eb3 to 1f2d0f3 Compare May 20, 2025 15:49
@renovate renovate bot force-pushed the renovate/laravel-framework-12.x branch from 1f2d0f3 to 1d7291d Compare May 27, 2025 15:56
@renovate renovate bot force-pushed the renovate/laravel-framework-12.x branch 2 times, most recently from 14716b7 to 33aedb8 Compare June 10, 2025 15:12
Copy link

gitstream-cm bot commented Jun 10, 2025

🚨 gitStream Monthly Automation Limit Reached 🚨

Your organization has exceeded the number of pull requests allowed for automation with gitStream.
Monthly PRs automated: 251/250

To continue automating your PR workflows and unlock additional features, please contact LinearB.

@renovate renovate bot force-pushed the renovate/laravel-framework-12.x branch 3 times, most recently from 48afe26 to d8a907b Compare June 18, 2025 18:27
@renovate renovate bot force-pushed the renovate/laravel-framework-12.x branch from d8a907b to af3e738 Compare July 8, 2025 15:13
Copy link

gitstream-cm bot commented Jul 8, 2025

🚨 gitStream Monthly Automation Limit Reached 🚨

Your organization has exceeded the number of pull requests allowed for automation with gitStream.
Monthly PRs automated: 251/250

To continue automating your PR workflows and unlock additional features, please contact LinearB.

@renovate renovate bot force-pushed the renovate/laravel-framework-12.x branch from af3e738 to 02c8a99 Compare July 22, 2025 16:39
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