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

chore(master): release 4.12.4 #710

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

Conversation

lotyp
Copy link
Member

@lotyp lotyp commented Apr 28, 2024

🤖 I have created a release beep boop

4.12.4 (2024-05-26)

Documentation

Dependencies

  • deps: lock file maintenance (3ffb75f)
  • deps: lock file maintenance (059435d)
  • deps: lock file maintenance (5dbec2a)
  • deps: update actions/checkout action to v4.1.6 (918b337)
  • deps: update codecov/codecov-action action to v4.3.1 (79a5ff7)
  • deps: update codecov/codecov-action action to v4.4.0 (ca5a6fb)
  • deps: update codecov/codecov-action action to v4.4.1 (6c453fc)
  • deps: update dependency @types/node to v20.12.10 (eca6204)
  • deps: update dependency @types/node to v20.12.11 (2355dea)
  • deps: update dependency @types/node to v20.12.12 (e3c5d00)
  • deps: update dependency @types/node to v20.12.8 (d226aa0)
  • deps: update dependency cycle/orm to v2.8.0 (a50b7bc)
  • deps: update dependency larastan/larastan to v2.9.6 (7a5f7bd)
  • deps: update dependency rector/rector to v1.0.5 (3daaf53)
  • deps: update dependency vimeo/psalm to v5.24.0 (47997e0)

Code Refactoring


This PR was generated with Release Please. See documentation.

Copy link

vercel bot commented Apr 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
laravel-cycle-orm-adapter ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 26, 2024 5:14pm

Copy link

coderabbitai bot commented Apr 28, 2024

Warning

Rate Limit Exceeded

@lotyp has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 49 minutes and 4 seconds before requesting another review.

How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.
Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.
Please see our FAQ for further information.

Commits Files that changed from the base of the PR and between 3170a95 and 2ae6ed9.

Walkthrough

The update brings a version increment from 4.12.3 to 4.12.4 across configuration files in the software project. Notably, CHANGELOG.md sees code refactoring for improved quality via Rector rules without affecting the public API.

Changes

Files Change Summary
.github/.release-please-manifest.json, composer.json Version updated from "4.12.3" to "4.12.4".
CHANGELOG.md Code refactoring applied with Rector rules.

Poem

🌟 Oh hark! A version new and sleek,
📜 In files where numbers speak.
A hop from .3 to .4,
With code refined, even more.
🐇 As I nibble on this digital carrot,
Let's celebrate the change, with a cheer and parrot! 🎉


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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.

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 as 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 full the 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 help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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

@codecov-commenter
Copy link

codecov-commenter commented Apr 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.94%. Comparing base (e3c5d00) to head (2ae6ed9).

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #710   +/-   ##
=========================================
  Coverage     75.94%   75.94%           
  Complexity      252      252           
=========================================
  Files            46       46           
  Lines           927      927           
=========================================
  Hits            704      704           
  Misses          223      223           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

Out of diff range and nitpick comments (114)
CHANGELOG.md (114)

Line range hint 19-19: Remove extra blank line for consistency with changelog format.


Line range hint 26-26: Remove extra blank line for consistency with changelog format.


Line range hint 33-33: Remove extra blank line for consistency with changelog format.


Line range hint 38-38: Remove extra blank line for consistency with changelog format.


Line range hint 45-45: Remove extra blank line for consistency with changelog format.


Line range hint 52-52: Remove extra blank line for consistency with changelog format.


Line range hint 59-59: Remove extra blank line for consistency with changelog format.


Line range hint 66-66: Remove extra blank line for consistency with changelog format.


Line range hint 73-73: Remove extra blank line for consistency with changelog format.


Line range hint 80-80: Remove extra blank line for consistency with changelog format.


Line range hint 87-87: Remove extra blank line for consistency with changelog format.


Line range hint 94-94: Remove extra blank line for consistency with changelog format.


Line range hint 102-102: Remove extra blank line for consistency with changelog format.


Line range hint 109-109: Remove extra blank line for consistency with changelog format.


Line range hint 116-116: Remove extra blank line for consistency with changelog format.


Line range hint 123-123: Remove extra blank line for consistency with changelog format.


Line range hint 131-131: Remove extra blank line for consistency with changelog format.


Line range hint 138-138: Remove extra blank line for consistency with changelog format.


Line range hint 145-145: Remove extra blank line for consistency with changelog format.


Line range hint 152-152: Remove extra blank line for consistency with changelog format.


Line range hint 159-159: Remove extra blank line for consistency with changelog format.


Line range hint 168-168: Remove extra blank line for consistency with changelog format.


Line range hint 177-177: Remove extra blank line for consistency with changelog format.


Line range hint 184-184: Remove extra blank line for consistency with changelog format.


Line range hint 191-191: Remove extra blank line for consistency with changelog format.


Line range hint 199-199: Remove extra blank line for consistency with changelog format.


Line range hint 206-206: Remove extra blank line for consistency with changelog format.


Line range hint 213-213: Remove extra blank line for consistency with changelog format.


Line range hint 220-220: Remove extra blank line for consistency with changelog format.


Line range hint 227-227: Remove extra blank line for consistency with changelog format.


Line range hint 234-234: Remove extra blank line for consistency with changelog format.


Line range hint 241-241: Remove extra blank line for consistency with changelog format.


Line range hint 248-248: Remove extra blank line for consistency with changelog format.


Line range hint 255-255: Remove extra blank line for consistency with changelog format.


Line range hint 262-262: Remove extra blank line for consistency with changelog format.


Line range hint 269-269: Remove extra blank line for consistency with changelog format.


Line range hint 276-276: Remove extra blank line for consistency with changelog format.


Line range hint 283-283: Remove extra blank line for consistency with changelog format.


Line range hint 289-289: Remove extra blank line for consistency with changelog format.


Line range hint 296-296: Remove extra blank line for consistency with changelog format.


Line range hint 303-303: Remove extra blank line for consistency with changelog format.


Line range hint 311-311: Remove extra blank line for consistency with changelog format.


Line range hint 318-318: Remove extra blank line for consistency with changelog format.


Line range hint 325-325: Remove extra blank line for consistency with changelog format.


Line range hint 332-332: Remove extra blank line for consistency with changelog format.


Line range hint 339-339: Remove extra blank line for consistency with changelog format.


Line range hint 346-346: Remove extra blank line for consistency with changelog format.


Line range hint 353-353: Remove extra blank line for consistency with changelog format.


Line range hint 360-360: Remove extra blank line for consistency with changelog format.


Line range hint 367-367: Remove extra blank line for consistency with changelog format.


Line range hint 374-374: Remove extra blank line for consistency with changelog format.


Line range hint 381-381: Remove extra blank line for consistency with changelog format.


Line range hint 388-388: Remove extra blank line for consistency with changelog format.


Line range hint 395-395: Remove extra blank line for consistency with changelog format.


Line range hint 402-402: Remove extra blank line for consistency with changelog format.


Line range hint 409-409: Remove extra blank line for consistency with changelog format.


Line range hint 416-416: Remove extra blank line for consistency with changelog format.


Line range hint 423-423: Remove extra blank line for consistency with changelog format.


Line range hint 430-430: Remove extra blank line for consistency with changelog format.


Line range hint 437-437: Remove extra blank line for consistency with changelog format.


Line range hint 444-444: Remove extra blank line for consistency with changelog format.


Line range hint 451-451: Remove extra blank line for consistency with changelog format.


Line range hint 458-458: Remove extra blank line for consistency with changelog format.


Line range hint 465-465: Remove extra blank line for consistency with changelog format.


Line range hint 472-472: Remove extra blank line for consistency with changelog format.


Line range hint 479-479: Remove extra blank line for consistency with changelog format.


Line range hint 486-486: Remove extra blank line for consistency with changelog format.


Line range hint 493-493: Remove extra blank line for consistency with changelog format.


Line range hint 501-501: Remove extra blank line for consistency with changelog format.


Line range hint 508-508: Remove extra blank line for consistency with changelog format.


Line range hint 515-515: Remove extra blank line for consistency with changelog format.


Line range hint 522-522: Remove extra blank line for consistency with changelog format.


Line range hint 529-529: Remove extra blank line for consistency with changelog format.


Line range hint 536-536: Remove extra blank line for consistency with changelog format.


Line range hint 543-543: Remove extra blank line for consistency with changelog format.


Line range hint 550-550: Remove extra blank line for consistency with changelog format.


Line range hint 557-557: Remove extra blank line for consistency with changelog format.


Line range hint 564-564: Remove extra blank line for consistency with changelog format.


Line range hint 571-571: Remove extra blank line for consistency with changelog format.


Line range hint 578-578: Remove extra blank line for consistency with changelog format.


Line range hint 585-585: Remove extra blank line for consistency with changelog format.


Line range hint 593-593: Remove extra blank line for consistency with changelog format.


Line range hint 600-600: Remove extra blank line for consistency with changelog format.


Line range hint 607-607: Remove extra blank line for consistency with changelog format.


Line range hint 614-614: Remove extra blank line for consistency with changelog format.


Line range hint 621-621: Remove extra blank line for consistency with changelog format.


Line range hint 628-628: Remove extra blank line for consistency with changelog format.


Line range hint 635-635: Remove extra blank line for consistency with changelog format.


Line range hint 642-642: Remove extra blank line for consistency with changelog format.


Line range hint 649-649: Remove extra blank line for consistency with changelog format.


Line range hint 656-656: Remove extra blank line for consistency with changelog format.


Line range hint 663-663: Remove extra blank line for consistency with changelog format.


Line range hint 670-670: Remove extra blank line for consistency with changelog format.


Line range hint 677-677: Remove extra blank line for consistency with changelog format.


Line range hint 684-684: Remove extra blank line for consistency with changelog format.


Line range hint 691-691: Remove extra blank line for consistency with changelog format.


Line range hint 698-698: Remove extra blank line for consistency with changelog format.


Line range hint 705-705: Remove extra blank line for consistency with changelog format.


Line range hint 712-712: Remove extra blank line for consistency with changelog format.


Line range hint 719-719: Remove extra blank line for consistency with changelog format.


Line range hint 726-726: Remove extra blank line for consistency with changelog format.


Line range hint 733-733: Remove extra blank line for consistency with changelog format.


Line range hint 740-740: Remove extra blank line for consistency with changelog format.


Line range hint 747-747: Remove extra blank line for consistency with changelog format.


Line range hint 754-754: Remove extra blank line for consistency with changelog format.


Line range hint 761-761: Remove extra blank line for consistency with changelog format.


Line range hint 768-768: Remove extra blank line for consistency with changelog format.


Line range hint 775-775: Remove extra blank line for consistency with changelog format.


Line range hint 782-782: Remove extra blank line for consistency with changelog format.


Line range hint 789-789: Remove extra blank line for consistency with changelog format.


Line range hint 796-796: Remove extra blank line for consistency with changelog format.


Line range hint 803-803: Remove extra blank line for consistency with changelog format.


Line range hint 810-810: Remove extra blank line for consistency with changelog format.


Line range hint 817-817: Remove extra blank line for consistency with changelog format.

@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from 8b0fe98 to ebae870 Compare April 28, 2024 23:33
@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from ebae870 to 2e67acc Compare April 28, 2024 23:36
@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from 2e67acc to dea6ba3 Compare April 29, 2024 00:52
@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from dea6ba3 to 199954d Compare May 1, 2024 15:50
@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from 199954d to 2e2977f Compare May 1, 2024 19:23
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

Out of diff range and nitpick comments (109)
CHANGELOG.md (109)

Line range hint 31-31: Remove extra blank line for consistency with changelog format.


Line range hint 38-38: Remove extra blank line for consistency with changelog format.


Line range hint 45-45: Remove extra blank line for consistency with changelog format.


Line range hint 50-50: Remove extra blank line for consistency with changelog format.


Line range hint 57-57: Remove extra blank line for consistency with changelog format.


Line range hint 64-64: Remove extra blank line for consistency with changelog format.


Line range hint 71-71: Remove extra blank line for consistency with changelog format.


Line range hint 78-78: Remove extra blank line for consistency with changelog format.


Line range hint 85-85: Remove extra blank line for consistency with changelog format.


Line range hint 92-92: Remove extra blank line for consistency with changelog format.


Line range hint 99-99: Remove extra blank line for consistency with changelog format.


Line range hint 106-106: Remove extra blank line for consistency with changelog format.


Line range hint 114-114: Remove extra blank line for consistency with changelog format.


Line range hint 121-121: Remove extra blank line for consistency with changelog format.


Line range hint 128-128: Remove extra blank line for consistency with changelog format.


Line range hint 135-135: Remove extra blank line for consistency with changelog format.


Line range hint 143-143: Remove extra blank line for consistency with changelog format.


Line range hint 150-150: Remove extra blank line for consistency with changelog format.


Line range hint 157-157: Remove extra blank line for consistency with changelog format.


Line range hint 164-164: Remove extra blank line for consistency with changelog format.


Line range hint 171-171: Remove extra blank line for consistency with changelog format.


Line range hint 180-180: Remove extra blank line for consistency with changelog format.


Line range hint 189-189: Remove extra blank line for consistency with changelog format.


Line range hint 196-196: Remove extra blank line for consistency with changelog format.


Line range hint 203-203: Remove extra blank line for consistency with changelog format.


Line range hint 211-211: Remove extra blank line for consistency with changelog format.


Line range hint 218-218: Remove extra blank line for consistency with changelog format.


Line range hint 225-225: Remove extra blank line for consistency with changelog format.


Line range hint 232-232: Remove extra blank line for consistency with changelog format.


Line range hint 239-239: Remove extra blank line for consistency with changelog format.


Line range hint 246-246: Remove extra blank line for consistency with changelog format.


Line range hint 253-253: Remove extra blank line for consistency with changelog format.


Line range hint 260-260: Remove extra blank line for consistency with changelog format.


Line range hint 267-267: Remove extra blank line for consistency with changelog format.


Line range hint 274-274: Remove extra blank line for consistency with changelog format.


Line range hint 281-281: Remove extra blank line for consistency with changelog format.


Line range hint 288-288: Remove extra blank line for consistency with changelog format.


Line range hint 295-295: Remove extra blank line for consistency with changelog format.


Line range hint 301-301: Remove extra blank line for consistency with changelog format.


Line range hint 308-308: Remove extra blank line for consistency with changelog format.


Line range hint 315-315: Remove extra blank line for consistency with changelog format.


Line range hint 323-323: Remove extra blank line for consistency with changelog format.


Line range hint 330-330: Remove extra blank line for consistency with changelog format.


Line range hint 337-337: Remove extra blank line for consistency with changelog format.


Line range hint 344-344: Remove extra blank line for consistency with changelog format.


Line range hint 351-351: Remove extra blank line for consistency with changelog format.


Line range hint 358-358: Remove extra blank line for consistency with changelog format.


Line range hint 365-365: Remove extra blank line for consistency with changelog format.


Line range hint 372-372: Remove extra blank line for consistency with changelog format.


Line range hint 379-379: Remove extra blank line for consistency with changelog format.


Line range hint 386-386: Remove extra blank line for consistency with changelog format.


Line range hint 393-393: Remove extra blank line for consistency with changelog format.


Line range hint 400-400: Remove extra blank line for consistency with changelog format.


Line range hint 407-407: Remove extra blank line for consistency with changelog format.


Line range hint 414-414: Remove extra blank line for consistency with changelog format.


Line range hint 421-421: Remove extra blank line for consistency with changelog format.


Line range hint 428-428: Remove extra blank line for consistency with changelog format.


Line range hint 435-435: Remove extra blank line for consistency with changelog format.


Line range hint 442-442: Remove extra blank line for consistency with changelog format.


Line range hint 449-449: Remove extra blank line for consistency with changelog format.


Line range hint 456-456: Remove extra blank line for consistency with changelog format.


Line range hint 463-463: Remove extra blank line for consistency with changelog format.


Line range hint 470-470: Remove extra blank line for consistency with changelog format.


Line range hint 477-477: Remove extra blank line for consistency with changelog format.


Line range hint 484-484: Remove extra blank line for consistency with changelog format.


Line range hint 491-491: Remove extra blank line for consistency with changelog format.


Line range hint 498-498: Remove extra blank line for consistency with changelog format.


Line range hint 505-505: Remove extra blank line for consistency with changelog format.


Line range hint 513-513: Remove extra blank line for consistency with changelog format.


Line range hint 520-520: Remove extra blank line for consistency with changelog format.


Line range hint 527-527: Remove extra blank line for consistency with changelog format.


Line range hint 534-534: Remove extra blank line for consistency with changelog format.


Line range hint 541-541: Remove extra blank line for consistency with changelog format.


Line range hint 548-548: Remove extra blank line for consistency with changelog format.


Line range hint 555-555: Remove extra blank line for consistency with changelog format.


Line range hint 562-562: Remove extra blank line for consistency with changelog format.


Line range hint 569-569: Remove extra blank line for consistency with changelog format.


Line range hint 576-576: Remove extra blank line for consistency with changelog format.


Line range hint 583-583: Remove extra blank line for consistency with changelog format.


Line range hint 590-590: Remove extra blank line for consistency with changelog format.


Line range hint 597-597: Remove extra blank line for consistency with changelog format.


Line range hint 605-605: Remove extra blank line for consistency with changelog format.


Line range hint 612-612: Remove extra blank line for consistency with changelog format.


Line range hint 619-619: Remove extra blank line for consistency with changelog format.


Line range hint 626-626: Remove extra blank line for consistency with changelog format.


Line range hint 633-633: Remove extra blank line for consistency with changelog format.


Line range hint 640-640: Remove extra blank line for consistency with changelog format.


Line range hint 647-647: Remove extra blank line for consistency with changelog format.


Line range hint 654-654: Remove extra blank line for consistency with changelog format.


Line range hint 661-661: Remove extra blank line for consistency with changelog format.


Line range hint 668-668: Remove extra blank line for consistency with changelog format.


Line range hint 675-675: Remove extra blank line for consistency with changelog format.


Line range hint 682-682: Remove extra blank line for consistency with changelog format.


Line range hint 689-689: Remove extra blank line for consistency with changelog format.


Line range hint 696-696: Remove extra blank line for consistency with changelog format.


Line range hint 703-703: Remove extra blank line for consistency with changelog format.


Line range hint 710-710: Remove extra blank line for consistency with changelog format.


Line range hint 717-717: Remove extra blank line for consistency with changelog format.


Line range hint 724-724: Remove extra blank line for consistency with changelog format.


Line range hint 731-731: Remove extra blank line for consistency with changelog format.


Line range hint 738-738: Remove extra blank line for consistency with changelog format.


Line range hint 745-745: Remove extra blank line for consistency with changelog format.


Line range hint 752-752: Remove extra blank line for consistency with changelog format.


Line range hint 759-759: Remove extra blank line for consistency with changelog format.


Line range hint 766-766: Remove extra blank line for consistency with changelog format.


Line range hint 773-773: Remove extra blank line for consistency with changelog format.


Line range hint 780-780: Remove extra blank line for consistency with changelog format.


Line range hint 787-787: Remove extra blank line for consistency with changelog format.


Line range hint 794-794: Remove extra blank line for consistency with changelog format.

@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from 2e2977f to 3017bfe Compare May 1, 2024 21:40
@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from 3017bfe to 1d4876c Compare May 7, 2024 01:37
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between eca6204 and 1d4876c.
Files selected for processing (3)
  • .github/.release-please-manifest.json (1 hunks)
  • CHANGELOG.md (1 hunks)
  • composer.json (1 hunks)
Files skipped from review as they are similar to previous changes (2)
  • .github/.release-please-manifest.json
  • composer.json
Additional comments not posted (4)
CHANGELOG.md (4)

5-5: Remove extra blank line for consistency with changelog format.


10-10: Remove extra blank line for consistency with changelog format.


19-19: Remove extra blank line for consistency with changelog format.


26-26: Remove extra blank line for consistency with changelog format.

@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from 1d4876c to dad582d Compare May 7, 2024 01:40
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between 059435d and dad582d.
Files selected for processing (3)
  • .github/.release-please-manifest.json (1 hunks)
  • CHANGELOG.md (1 hunks)
  • composer.json (1 hunks)
Files skipped from review as they are similar to previous changes (2)
  • .github/.release-please-manifest.json
  • composer.json
Additional comments not posted (3)
CHANGELOG.md (3)

5-5: Remove extra blank line for consistency with changelog format.


10-10: Remove extra blank line for consistency with changelog format.


20-20: Remove extra blank line for consistency with changelog format.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between dad582d and dcab574.
Files selected for processing (3)
  • .github/.release-please-manifest.json (1 hunks)
  • CHANGELOG.md (1 hunks)
  • composer.json (1 hunks)
Files skipped from review as they are similar to previous changes (2)
  • .github/.release-please-manifest.json
  • composer.json
Additional comments not posted (4)
CHANGELOG.md (4)

5-5: Remove extra blank line for consistency with changelog format.


10-10: Remove extra blank line for consistency with changelog format.


21-21: Remove extra blank line for consistency with changelog format.


28-28: Remove extra blank line for consistency with changelog format.

@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from dcab574 to 717c0e0 Compare May 9, 2024 17:28
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between dcab574 and 717c0e0.
Files selected for processing (3)
  • .github/.release-please-manifest.json (1 hunks)
  • CHANGELOG.md (1 hunks)
  • composer.json (1 hunks)
Files skipped from review as they are similar to previous changes (2)
  • .github/.release-please-manifest.json
  • composer.json
Additional comments not posted (4)
CHANGELOG.md (4)

5-5: Remove extra blank line for consistency with changelog format.


10-10: Remove extra blank line for consistency with changelog format.


22-22: Remove extra blank line for consistency with changelog format.


29-29: Remove extra blank line for consistency with changelog format.

@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from 717c0e0 to ab02639 Compare May 9, 2024 17:30
@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from ab02639 to f3e55bd Compare May 10, 2024 08:59
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between 717c0e0 and f3e55bd.
Files selected for processing (3)
  • .github/.release-please-manifest.json (1 hunks)
  • CHANGELOG.md (1 hunks)
  • composer.json (1 hunks)
Files skipped from review as they are similar to previous changes (2)
  • .github/.release-please-manifest.json
  • composer.json
Additional comments not posted (4)
CHANGELOG.md (4)

5-5: Remove extra blank line for consistency with changelog format.


10-10: Remove extra blank line for consistency with changelog format.


24-24: Remove extra blank line for consistency with changelog format.


31-31: Remove extra blank line for consistency with changelog format.

@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from f3e55bd to 3170a95 Compare May 15, 2024 12:24
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 4

Out of diff range and nitpick comments (92)
CHANGELOG.md (92)

Line range hint 39-39: Remove extra blank line for consistency with changelog format.

- 

Line range hint 46-46: Remove extra blank line for consistency with changelog format.

- 

Line range hint 53-53: Remove extra blank line for consistency with changelog format.

- 

Line range hint 58-58: Remove extra blank line for consistency with changelog format.

- 

Line range hint 65-65: Remove extra blank line for consistency with changelog format.

- 

Line range hint 72-72: Remove extra blank line for consistency with changelog format.

- 

Line range hint 79-79: Remove extra blank line for consistency with changelog format.

- 

Line range hint 86-86: Remove extra blank line for consistency with changelog format.

- 

Line range hint 93-93: Remove extra blank line for consistency with changelog format.

- 

Line range hint 100-100: Remove extra blank line for consistency with changelog format.

- 

Line range hint 107-107: Remove extra blank line for consistency with changelog format.

- 

Line range hint 114-114: Remove extra blank line for consistency with changelog format.

- 

Line range hint 122-122: Remove extra blank line for consistency with changelog format.

- 

Line range hint 129-129: Remove extra blank line for consistency with changelog format.

- 

Line range hint 136-136: Remove extra blank line for consistency with changelog format.

- 

Line range hint 143-143: Remove extra blank line for consistency with changelog format.

- 

Line range hint 151-151: Remove extra blank line for consistency with changelog format.

- 

Line range hint 158-158: Remove extra blank line for consistency with changelog format.

- 

Line range hint 165-165: Remove extra blank line for consistency with changelog format.

- 

Line range hint 172-172: Remove extra blank line for consistency with changelog format.

- 

Line range hint 179-179: Remove extra blank line for consistency with changelog format.

- 

Line range hint 188-188: Remove extra blank line for consistency with changelog format.

- 

Line range hint 197-197: Remove extra blank line for consistency with changelog format.

- 

Line range hint 204-204: Remove extra blank line for consistency with changelog format.

- 

Line range hint 211-211: Remove extra blank line for consistency with changelog format.

- 

Line range hint 219-219: Remove extra blank line for consistency with changelog format.

- 

Line range hint 226-226: Remove extra blank line for consistency with changelog format.

- 

Line range hint 233-233: Remove extra blank line for consistency with changelog format.

- 

Line range hint 240-240: Remove extra blank line for consistency with changelog format.

- 

Line range hint 247-247: Remove extra blank line for consistency with changelog format.

- 

Line range hint 254-254: Remove extra blank line for consistency with changelog format.

- 

Line range hint 261-261: Remove extra blank line for consistency with changelog format.

- 

Line range hint 268-268: Remove extra blank line for consistency with changelog format.

- 

Line range hint 275-275: Remove extra blank line for consistency with changelog format.

- 

Line range hint 282-282: Remove extra blank line for consistency with changelog format.

- 

Line range hint 289-289: Remove extra blank line for consistency with changelog format.

- 

Line range hint 296-296: Remove extra blank line for consistency with changelog format.

- 

Line range hint 303-303: Remove extra blank line for consistency with changelog format.

- 

Line range hint 309-309: Remove extra blank line for consistency with changelog format.

- 

Line range hint 316-316: Remove extra blank line for consistency with changelog format.

- 

Line range hint 323-323: Remove extra blank line for consistency with changelog format.

- 

Line range hint 331-331: Remove extra blank line for consistency with changelog format.

- 

Line range hint 338-338: Remove extra blank line for consistency with changelog format.

- 

Line range hint 345-345: Remove extra blank line for consistency with changelog format.

- 

Line range hint 352-352: Remove extra blank line for consistency with changelog format.

- 

Line range hint 359-359: Remove extra blank line for consistency with changelog format.

- 

Line range hint 366-366: Remove extra blank line for consistency with changelog format.

- 

Line range hint 373-373: Remove extra blank line for consistency with changelog format.

- 

Line range hint 380-380: Remove extra blank line for consistency with changelog format.

- 

Line range hint 387-387: Remove extra blank line for consistency with changelog format.

- 

Line range hint 394-394: Remove extra blank line for consistency with changelog format.

- 

Line range hint 401-401: Remove extra blank line for consistency with changelog format.

- 

Line range hint 408-408: Remove extra blank line for consistency with changelog format.

- 

Line range hint 415-415: Remove extra blank line for consistency with changelog format.

- 

Line range hint 422-422: Remove extra blank line for consistency with changelog format.

- 

Line range hint 429-429: Remove extra blank line for consistency with changelog format.

- 

Line range hint 436-436: Remove extra blank line for consistency with changelog format.

- 

Line range hint 443-443: Remove extra blank line for consistency with changelog format.

- 

Line range hint 450-450: Remove extra blank line for consistency with changelog format.

- 

Line range hint 457-457: Remove extra blank line for consistency with changelog format.

- 

Line range hint 464-464: Remove extra blank line for consistency with changelog format.

- 

Line range hint 471-471: Remove extra blank line for consistency with changelog format.

- 

Line range hint 478-478: Remove extra blank line for consistency with changelog format.

- 

Line range hint 485-485: Remove extra blank line for consistency with changelog format.

- 

Line range hint 492-492: Remove extra blank line for consistency with changelog format.

- 

Line range hint 499-499: Remove extra blank line for consistency with changelog format.

- 

Line range hint 506-506: Remove extra blank line for consistency with changelog format.

- 

Line range hint 513-513: Remove extra blank line for consistency with changelog format.

- 

Line range hint 521-521: Remove extra blank line for consistency with changelog format.

- 

Line range hint 528-528: Remove extra blank line for consistency with changelog format.

- 

Line range hint 535-535: Remove extra blank line for consistency with changelog format.

- 

Line range hint 542-542: Remove extra blank line for consistency with changelog format.

- 

Line range hint 549-549: Remove extra blank line for consistency with changelog format.

- 

Line range hint 556-556: Remove extra blank line for consistency with changelog format.

- 

Line range hint 563-563: Remove extra blank line for consistency with changelog format.

- 

Line range hint 570-570: Remove extra blank line for consistency with changelog format.

- 

Line range hint 577-577: Remove extra blank line for consistency with changelog format.

- 

Line range hint 584-584: Remove extra blank line for consistency with changelog format.

- 

Line range hint 591-591: Remove extra blank line for consistency with changelog format.

- 

Line range hint 598-598: Remove extra blank line for consistency with changelog format.

- 

Line range hint 605-605: Remove extra blank line for consistency with changelog format.

- 

Line range hint 613-613: Remove extra blank line for consistency with changelog format.

- 

Line range hint 620-620: Remove extra blank line for consistency with changelog format.

- 

Line range hint 627-627: Remove extra blank line for consistency with changelog format.

- 

Line range hint 634-634: Remove extra blank line for consistency with changelog format.

- 

Line range hint 641-641: Remove extra blank line for consistency with changelog format.

- 

Line range hint 648-648: Remove extra blank line for consistency with changelog format.

- 

Line range hint 655-655: Remove extra blank line for consistency with changelog format.

- 

Line range hint 662-662: Remove extra blank line for consistency with changelog format.

- 

Line range hint 669-669: Remove extra blank line for consistency with changelog format.

- 

Line range hint 676-676: Remove extra blank line for consistency with changelog format.

- 

Line range hint 683-683: Remove extra blank line for consistency with changelog format.

- 
Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between f3e55bd and 3170a95.
Files selected for processing (3)
  • .github/.release-please-manifest.json (1 hunks)
  • CHANGELOG.md (1 hunks)
  • composer.json (1 hunks)
Files skipped from review as they are similar to previous changes (2)
  • .github/.release-please-manifest.json
  • composer.json

@@ -1,5 +1,32 @@
# Changelog

## [4.12.4](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.12.3...v4.12.4) (2024-05-15)


Copy link

Choose a reason for hiding this comment

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

Remove extra blank line for consistency with changelog format.

- 

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change


* update readme ([cf87eaf](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/cf87eafdd6b4edb08d9fa6c8085378affca16edf))


Copy link

Choose a reason for hiding this comment

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

Remove extra blank line for consistency with changelog format.

- 

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change

* **deps:** update dependency rector/rector to v1.0.5 ([3daaf53](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/3daaf53f7e39945261e5544d5948422817efa556))
* **deps:** update dependency vimeo/psalm to v5.24.0 ([47997e0](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/47997e0931a1ab7ac2c9f8d624fbcd5c6d754256))


Copy link

Choose a reason for hiding this comment

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

Remove extra blank line for consistency with changelog format.

- 

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change

### Code Refactoring

* apply rector rules ([8f6c630](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/8f6c630aeea7e283614593498280932d0aa7ba6d))

## [4.12.3](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.12.2...v4.12.3) (2024-04-26)


Copy link

Choose a reason for hiding this comment

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

Remove extra blank line for consistency with changelog format.

- 

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change

@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from 3170a95 to ab96952 Compare May 26, 2024 10:52
@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from ab96952 to a829354 Compare May 26, 2024 11:46
@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from a829354 to bf245d9 Compare May 26, 2024 14:56
@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from bf245d9 to fe09a90 Compare May 26, 2024 17:12
@lotyp lotyp force-pushed the release-please--branches--master--components--laravel-cycle-orm-adapter branch from fe09a90 to 2ae6ed9 Compare May 26, 2024 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants