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

[php] Update laravel/framework 11.23.5 → 11.24.1 (minor) #111

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Sep 26, 2024

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ laravel/framework (11.23.5 → 11.24.1) · Repo · Changelog

Release Notes

11.24.1

11.24.0

  • [11.x] Fix issue where $name variable in non base config file becomes it's key by @rojtjo in #52738
  • [11.x] PHPDoc Improvements by @amitmerchant1990 in #52797
  • [11.x] Remove a unused import and fix docblock for DeferredCallbackCollection by @seriquynh in #52808
  • [11.x] Handle SQLSTATE[HY000] [2002] Operation now in progress in DetectsLostConnection trait #52759 by @webartisan10 in #52805
  • [11.x] Add prependLocation method to View Factory by @nshiro in #52806
  • [11.x] add nullOnUpdate() method to ForeignKeyDefinition by @gisuNasr in #52798
  • [11.x] Allow BackedEnum to be passed to Route::can() by @Omegadela in #52792
  • [11.x] Ensure headers are only attached to illuminate responses by @timacdonald in #52789
  • [11.x] feat: improve Collection groupBy, keyBy generics by @calebdw in #52787
  • [11.x] Using Correct Concurrency Configuration Index Name by @devajmeireles in #52788
  • [11.x] Ensure withoutPretending method properly resets state after callback execution by @xurshudyan in #52794
  • [11.x] delegate ProcessDriver@defer() to ProcessDriver@run() method by @rodrigopedra in #52807
  • [11.x] Use command string instead of array on Concurrency\ProcessDriver by @rodrigopedra in #52813
  • [11.x] Allows Laravel Framework to correctly resolve PHP binary when running via Laravel Herd by @crynobone in #52791
  • [11.x] Move Defer classes to Support component and add Illuminate\Support\defer function by @crynobone in #52801
  • [11.x] Suggest laravel/serializable-closure on Database component by @crynobone in #52835
  • Bump vite from 5.2.10 to 5.2.14 in /src/Illuminate/Foundation/resources/exceptions/renderer by @dependabot in #52834
  • [11.x] Update Concurrency component's composer dependencies by @rodrigopedra in #52836
  • Add result shorthands for Process fakes by @jasonmccreary in #52840
  • Update SerializesCastableAttributes to include array generics by @cosmastech in #52841
  • [11.x] CI Improvements by @crynobone in #52850
  • [11.x] Supports laravel/prompts v0.2 by @crynobone in #52849
  • [11.x] Handle allows null parameter instead of requiring default value by @crynobone in #52866
  • [11.x] Adds @throws section to Concurrency manager doc block by @rnambaale in #52856
  • Update stub to remove unused trait imports by @lombervid in #52877
  • [11.x] Fix validation rule type hints by @axlon in #52870
  • [11.x] Support multiple batch IDs when retrying failed batch jobs by @skegel13 in #52873
  • [11.x] Remove unused namespaces from DatabaseInspectionCommand and LocalFileSystemAdapter by @saMahmoudzadeh in #52868
  • [11.x] Auto-register commands in routes/console.php by @SamuelNitsche in #52867
  • [11.x] Prevent infinite recursion on touchesParents() for chaperoned models by @samlev in #52883
  • Bump rollup from 4.17.1 to 4.22.4 in /src/Illuminate/Foundation/resources/exceptions/renderer by @dependabot in #52892
  • [11.x] Cache::flexible improvements by @timacdonald in #52891
  • [11.x] Add \DateTimeInterface and \DateInterval to type for Cache::flexible() by @bram-pkg in #52888
  • [11.x] CI Improvements by @crynobone in #52851
  • [11.x] Do not trigger missing translation key handling when checking existence of translation key by @gdebrauwer in #52895

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 46 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Sep 26, 2024
Copy link

korbit-ai bot commented Sep 26, 2024

By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the /korbit-review command in a comment.

Copy link

Review changes with SemanticDiff.

Copy link

instapr bot commented Sep 26, 2024

Feedback

  • Update looks good.
  • Test results are clear.
  • Please remember to squash and merge before merging this pull request.

Copy link

Potential issues, bugs, and flaws that can introduce unwanted behavior:

  1. laravel/prompts library version is set to ^0.1.18|^0.2.0, which combines two different constraint styles (^ and |). This may lead to unexpected behavior during package resolution and installations.

Code suggestions and improvements for better exception handling, logic, standardization, and consistency:

  1. Update laravel/framework to version v11.24.1 and set the corresponding reference in the composer.lock file.
  2. Ensure consistency in version constraint styles for packages. In this case, use only one style (e.g., stick to the ^ convention) for better clarity and maintainability.
  3. Check and confirm the shasum value for the updated Laravel framework package dist to enhance security and validate package integrity.

Copy link

👋 Hi there!

  1. Update the version of "laravel/framework" from "v11.23.5" to "v11.24.1".
  2. Change the "reference" in both the "source" and "dist" sections to "e063fa80ac5818099f45a3a57dd803476c8f3a2a".
  3. Ensure consistency by matching the URL and reference values in the "source" and "dist" sections.


Automatically generated with the help of gpt-3.5-turbo.
Feedback? Please don't hesitate to drop me an email at [email protected].

Copy link

sourcery-ai bot commented Sep 26, 2024

🧙 Sourcery has finished reviewing your pull request!


Tips and commands
  • Trigger a new Sourcery review by commenting @sourcery-ai review on the pull request.
  • Continue your discussion with Sourcery by replying directly to review comments.
  • You can change your review settings at any time by accessing your dashboard:
    • Enable or disable the Sourcery-generated pull request summary or reviewer's guide;
    • Change the review language;
  • You can always contact us if you have any questions or feedback.

Copy link

Hi there! 👋 Thanks for opening a PR. It looks like you've already reached the 5 review limit on our Basic Plan for the week. If you still want a review, feel free to upgrade your subscription in the Web App and then reopen the PR

Copy link

coderabbitai bot commented Sep 26, 2024

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.
    • Generate unit testing code for this file.
    • 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 generate unit testing code for this file.
    • @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 generate unit testing code.
    • @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.

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 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.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, depfu[bot]!). We assume it knows what it's doing!

Copy link

deepsource-io bot commented Sep 26, 2024

Here's the code health analysis summary for commits de739d8..8a91fdc. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource SQL LogoSQL✅ SuccessView Check ↗
DeepSource Test coverage LogoTest coverage✅ SuccessView Check ↗
DeepSource Secrets LogoSecrets✅ SuccessView Check ↗
DeepSource PHP LogoPHP✅ SuccessView Check ↗
DeepSource Docker LogoDocker✅ SuccessView Check ↗

Code Coverage Report

MetricAggregatePhp
Branch Coverage100%100%
Composite Coverage33.3%33.3%
Line Coverage33.3%33.3%

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@guibranco guibranco enabled auto-merge (squash) September 26, 2024 09:30
@gstraccini gstraccini bot added the ☑️ auto-merge Auto-merge enabled by gstraccini-bot label Sep 26, 2024
Copy link

gooroo-dev bot commented Sep 26, 2024

Please double check the following review of the pull request:

Issues counts

🐞Mistake 🤪Typo 🚨Security 🚀Performance 💪Best Practices 📖Readability ❓Others
0 0 0 0 0 0 0

Changes in the diff

  • 🛠️ No changes detected in the diff.

Identified Issues

ID Type Details Severity Confidence

Since the diff provided is empty, there are no changes to review or issues to identify. Consequently, no code fixes or additional tests are necessary.

If you have any specific files or lines of code you would like to review, please provide more details.

Summon me to re-review when updated! Yours, Gooroo.dev
I'd love a reaction or reply with your thoughts!

Copy link
Member

@guibranco guibranco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approved by gstraccini[bot]

@gstraccini gstraccini bot added the 🤖 bot Issue/Pull request created by bot label Sep 26, 2024
@guibranco
Copy link
Member

@depfu merge

Copy link

sonarcloud bot commented Sep 26, 2024

Copy link

Infisical secrets check: ✅ No secrets leaked!
Scan results:

9:31AM INF scanning for exposed secrets...
9:31AM INF 107 commits scanned.
9:31AM INF scan completed in 336ms
9:31AM INF no leaks found

@guibranco guibranco merged commit 6b38155 into main Sep 26, 2024
21 checks passed
@guibranco guibranco deleted the depfu/update/composer/laravel/framework-11.24.1 branch September 26, 2024 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☑️ auto-merge Auto-merge enabled by gstraccini-bot 🤖 bot Issue/Pull request created by bot depfu size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant