Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(master): release 4.13.0#710

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
lotyp wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromrelease-please--branches--master--components--laravel-cycle-orm-adapter

Conversation

lotyp
Copy link
Member

@lotyplotyp commentedApr 28, 2024
edited
Loading

🤖 I have created a releasebeepboop

4.13.0 (2025-04-06)

Features

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 larastan/larastan to v2.9.7 (9bd4ba8)
  • deps: update dependency rector/rector to v1.0.5 (3daaf53)
  • deps: update dependency vimeo/psalm to v5.24.0 (47997e0)
  • deps: update dependency wayofdev/cs-fixer-config to v1.5.0 (bd87368)
  • deps: update wayofdev/php-dev docker tag to v8.3 (322eb39)

Code Refactoring


This PR was generated withRelease Please. Seedocumentation.

@vercelVercel
Copy link

vercelbot commentedApr 28, 2024
edited
Loading

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

NameStatusPreviewCommentsUpdated (UTC)
laravel-cycle-orm-adapter✅ Ready (Inspect)Visit Preview💬Add feedbackApr 6, 2025 9:55am

@coderabbitaicoderabbitai
Copy link

coderabbitaibot commentedApr 28, 2024
edited
Loading

Warning

Rate Limit Exceeded

@lotyp has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait35 minutes and 10 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 ourFAQ for further information.

CommitsFiles that changed from the base of the PR and between3b922ed andc644ac5.

Walkthrough

The recent update to thelaravel-cycle-orm-adapter project, moving from version 4.12.3 to 4.12.4, primarily focuses on documentation improvements, dependency updates, and code refactoring. These changes aim to enhance the project's stability, security, and overall code quality without altering any publicly exported entities.

Changes

File PathChange Summary
.github/.release-please-manifest.jsonUpdated version number from "4.12.3" to "4.12.4".
CHANGELOG.mdDocumented updates for version 4.12.4, including dependency updates and refactoring.
composer.jsonUpdated version number from "4.12.3" to "4.12.4".

In the garden of code, a small seed was sown,
With updates and tweaks, how the project has grown.
Dependencies pruned, and refactoring done,
Stability and quality, a race well-run.
Now version 4.12.4 stands tall and bright,
A testament to progress, in the soft morning light.


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 withCodeRabbit:

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

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 theconfiguration 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 ourDocumentation for detailed information on how to use CodeRabbit.
  • Join ourDiscord Community to get help, request features, and share feedback.
  • Follow us onX/Twitter for updates and announcements.

@codecov-commenter
Copy link

codecov-commenter commentedApr 28, 2024
edited by codecovbot
Loading

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.94%. Comparing base(9bd4ba8) to head(742ca99).

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

@coderabbitaicoderabbitaibot 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 hint19-19: Remove extra blank line for consistency with changelog format.


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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

@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch from8b0fe98 toebae870CompareApril 28, 2024 23:33
@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch fromebae870 to2e67accCompareApril 28, 2024 23:36
@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch from2e67acc todea6ba3CompareApril 29, 2024 00:52
@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch fromdea6ba3 to199954dCompareMay 1, 2024 15:50
@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch from199954d to2e2977fCompareMay 1, 2024 19:23
Copy link

@coderabbitaicoderabbitaibot 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 hint31-31: Remove extra blank line for consistency with changelog format.


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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

@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch from2e2977f to3017bfeCompareMay 1, 2024 21:40
@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch from3017bfe to1d4876cCompareMay 7, 2024 01:37
Copy link

@coderabbitaicoderabbitaibot 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

CommitsFiles that changed from the base of the PR and betweeneca6204 and1d4876c.
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.

@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch from1d4876c todad582dCompareMay 7, 2024 01:40
Copy link

@coderabbitaicoderabbitaibot 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

CommitsFiles that changed from the base of the PR and between059435d anddad582d.
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

@coderabbitaicoderabbitaibot 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

CommitsFiles that changed from the base of the PR and betweendad582d anddcab574.
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.

@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch fromdcab574 to717c0e0CompareMay 9, 2024 17:28
@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch from717c0e0 toab02639CompareMay 9, 2024 17:30
@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch fromab02639 tof3e55bdCompareMay 10, 2024 08:59
Copy link

@coderabbitaicoderabbitaibot 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

CommitsFiles that changed from the base of the PR and between717c0e0 andf3e55bd.
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.

@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch fromf3e55bd to3170a95CompareMay 15, 2024 12:24
Copy link

@coderabbitaicoderabbitaibot 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 hint39-39: Remove extra blank line for consistency with changelog format.

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-

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

-
Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

CommitsFiles that changed from the base of the PR and betweenf3e55bd and3170a95.
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)


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


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


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)


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

@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch from3170a95 toab96952CompareMay 26, 2024 10:52
@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch fromab96952 toa829354CompareMay 26, 2024 11:46
@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch froma829354 tobf245d9CompareMay 26, 2024 14:56
@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch 2 times, most recently fromfe09a90 to2ae6ed9CompareMay 26, 2024 17:12
@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch from2ae6ed9 to3b922edCompareMay 27, 2024 09:34
Copy link

@coderabbitaicoderabbitaibot 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

CommitsFiles that changed from the base of the PR and between3170a95 and3b922ed.
Files selected for processing (2)
  • .github/.release-please-manifest.json (1 hunks)
  • CHANGELOG.md (1 hunks)
Files skipped from review due to trivial changes (1)
  • .github/.release-please-manifest.json
Additional Context Used
Markdownlint (240)
CHANGELOG.md (240)

5: Expected: 1; Actual: 2
Multiple consecutive blank lines


10: Expected: 1; Actual: 2
Multiple consecutive blank lines


29: Expected: 1; Actual: 2
Multiple consecutive blank lines


36: Expected: 1; Actual: 2
Multiple consecutive blank lines


43: Expected: 1; Actual: 2
Multiple consecutive blank lines


50: Expected: 1; Actual: 2
Multiple consecutive blank lines


57: Expected: 1; Actual: 2
Multiple consecutive blank lines


62: Expected: 1; Actual: 2
Multiple consecutive blank lines


69: Expected: 1; Actual: 2
Multiple consecutive blank lines


76: Expected: 1; Actual: 2
Multiple consecutive blank lines


83: Expected: 1; Actual: 2
Multiple consecutive blank lines


90: Expected: 1; Actual: 2
Multiple consecutive blank lines


97: Expected: 1; Actual: 2
Multiple consecutive blank lines


104: Expected: 1; Actual: 2
Multiple consecutive blank lines


111: Expected: 1; Actual: 2
Multiple consecutive blank lines


118: Expected: 1; Actual: 2
Multiple consecutive blank lines


126: Expected: 1; Actual: 2
Multiple consecutive blank lines


133: Expected: 1; Actual: 2
Multiple consecutive blank lines


140: Expected: 1; Actual: 2
Multiple consecutive blank lines


147: Expected: 1; Actual: 2
Multiple consecutive blank lines


155: Expected: 1; Actual: 2
Multiple consecutive blank lines


162: Expected: 1; Actual: 2
Multiple consecutive blank lines


169: Expected: 1; Actual: 2
Multiple consecutive blank lines


176: Expected: 1; Actual: 2
Multiple consecutive blank lines


183: Expected: 1; Actual: 2
Multiple consecutive blank lines


192: Expected: 1; Actual: 2
Multiple consecutive blank lines


201: Expected: 1; Actual: 2
Multiple consecutive blank lines


208: Expected: 1; Actual: 2
Multiple consecutive blank lines


215: Expected: 1; Actual: 2
Multiple consecutive blank lines


223: Expected: 1; Actual: 2
Multiple consecutive blank lines


230: Expected: 1; Actual: 2
Multiple consecutive blank lines


237: Expected: 1; Actual: 2
Multiple consecutive blank lines


244: Expected: 1; Actual: 2
Multiple consecutive blank lines


251: Expected: 1; Actual: 2
Multiple consecutive blank lines


258: Expected: 1; Actual: 2
Multiple consecutive blank lines


265: Expected: 1; Actual: 2
Multiple consecutive blank lines


272: Expected: 1; Actual: 2
Multiple consecutive blank lines


279: Expected: 1; Actual: 2
Multiple consecutive blank lines


286: Expected: 1; Actual: 2
Multiple consecutive blank lines


293: Expected: 1; Actual: 2
Multiple consecutive blank lines


300: Expected: 1; Actual: 2
Multiple consecutive blank lines


307: Expected: 1; Actual: 2
Multiple consecutive blank lines


313: Expected: 1; Actual: 2
Multiple consecutive blank lines


320: Expected: 1; Actual: 2
Multiple consecutive blank lines


327: Expected: 1; Actual: 2
Multiple consecutive blank lines


335: Expected: 1; Actual: 2
Multiple consecutive blank lines


342: Expected: 1; Actual: 2
Multiple consecutive blank lines


349: Expected: 1; Actual: 2
Multiple consecutive blank lines


356: Expected: 1; Actual: 2
Multiple consecutive blank lines


363: Expected: 1; Actual: 2
Multiple consecutive blank lines


370: Expected: 1; Actual: 2
Multiple consecutive blank lines


377: Expected: 1; Actual: 2
Multiple consecutive blank lines


384: Expected: 1; Actual: 2
Multiple consecutive blank lines


391: Expected: 1; Actual: 2
Multiple consecutive blank lines


398: Expected: 1; Actual: 2
Multiple consecutive blank lines


405: Expected: 1; Actual: 2
Multiple consecutive blank lines


412: Expected: 1; Actual: 2
Multiple consecutive blank lines


419: Expected: 1; Actual: 2
Multiple consecutive blank lines


426: Expected: 1; Actual: 2
Multiple consecutive blank lines


433: Expected: 1; Actual: 2
Multiple consecutive blank lines


440: Expected: 1; Actual: 2
Multiple consecutive blank lines


447: Expected: 1; Actual: 2
Multiple consecutive blank lines


454: Expected: 1; Actual: 2
Multiple consecutive blank lines


461: Expected: 1; Actual: 2
Multiple consecutive blank lines


468: Expected: 1; Actual: 2
Multiple consecutive blank lines


475: Expected: 1; Actual: 2
Multiple consecutive blank lines


482: Expected: 1; Actual: 2
Multiple consecutive blank lines


489: Expected: 1; Actual: 2
Multiple consecutive blank lines


496: Expected: 1; Actual: 2
Multiple consecutive blank lines


503: Expected: 1; Actual: 2
Multiple consecutive blank lines


510: Expected: 1; Actual: 2
Multiple consecutive blank lines


517: Expected: 1; Actual: 2
Multiple consecutive blank lines


525: Expected: 1; Actual: 2
Multiple consecutive blank lines


532: Expected: 1; Actual: 2
Multiple consecutive blank lines


539: Expected: 1; Actual: 2
Multiple consecutive blank lines


546: Expected: 1; Actual: 2
Multiple consecutive blank lines


553: Expected: 1; Actual: 2
Multiple consecutive blank lines


560: Expected: 1; Actual: 2
Multiple consecutive blank lines


567: Expected: 1; Actual: 2
Multiple consecutive blank lines


574: Expected: 1; Actual: 2
Multiple consecutive blank lines


581: Expected: 1; Actual: 2
Multiple consecutive blank lines


588: Expected: 1; Actual: 2
Multiple consecutive blank lines


595: Expected: 1; Actual: 2
Multiple consecutive blank lines


602: Expected: 1; Actual: 2
Multiple consecutive blank lines


609: Expected: 1; Actual: 2
Multiple consecutive blank lines


617: Expected: 1; Actual: 2
Multiple consecutive blank lines


624: Expected: 1; Actual: 2
Multiple consecutive blank lines


631: Expected: 1; Actual: 2
Multiple consecutive blank lines


638: Expected: 1; Actual: 2
Multiple consecutive blank lines


645: Expected: 1; Actual: 2
Multiple consecutive blank lines


652: Expected: 1; Actual: 2
Multiple consecutive blank lines


659: Expected: 1; Actual: 2
Multiple consecutive blank lines


666: Expected: 1; Actual: 2
Multiple consecutive blank lines


673: Expected: 1; Actual: 2
Multiple consecutive blank lines


680: Expected: 1; Actual: 2
Multiple consecutive blank lines


687: Expected: 1; Actual: 2
Multiple consecutive blank lines


694: Expected: 1; Actual: 2
Multiple consecutive blank lines


701: Expected: 1; Actual: 2
Multiple consecutive blank lines


708: Expected: 1; Actual: 2
Multiple consecutive blank lines


715: Expected: 1; Actual: 2
Multiple consecutive blank lines


722: Expected: 1; Actual: 2
Multiple consecutive blank lines


729: Expected: 1; Actual: 2
Multiple consecutive blank lines


736: Expected: 1; Actual: 2
Multiple consecutive blank lines


743: Expected: 1; Actual: 2
Multiple consecutive blank lines


750: Expected: 1; Actual: 2
Multiple consecutive blank lines


757: Expected: 1; Actual: 2
Multiple consecutive blank lines


764: Expected: 1; Actual: 2
Multiple consecutive blank lines


771: Expected: 1; Actual: 2
Multiple consecutive blank lines


778: Expected: 1; Actual: 2
Multiple consecutive blank lines


785: Expected: 1; Actual: 2
Multiple consecutive blank lines


792: Expected: 1; Actual: 2
Multiple consecutive blank lines


799: Expected: 1; Actual: 2
Multiple consecutive blank lines


806: Expected: 1; Actual: 2
Multiple consecutive blank lines


813: Expected: 1; Actual: 2
Multiple consecutive blank lines


820: Expected: 1; Actual: 2
Multiple consecutive blank lines


827: Expected: 1; Actual: 2
Multiple consecutive blank lines


834: Expected: 1; Actual: 2
Multiple consecutive blank lines


841: Expected: 1; Actual: 2
Multiple consecutive blank lines


849: Expected: 1; Actual: 2
Multiple consecutive blank lines


856: Expected: 1; Actual: 2
Multiple consecutive blank lines


863: Expected: 1; Actual: 2
Multiple consecutive blank lines


870: Expected: 1; Actual: 2
Multiple consecutive blank lines


877: Expected: 1; Actual: 2
Multiple consecutive blank lines


884: Expected: 1; Actual: 2
Multiple consecutive blank lines


891: Expected: 1; Actual: 2
Multiple consecutive blank lines


898: Expected: 1; Actual: 2
Multiple consecutive blank lines


905: Expected: 1; Actual: 2
Multiple consecutive blank lines


912: Expected: 1; Actual: 2
Multiple consecutive blank lines


919: Expected: 1; Actual: 2
Multiple consecutive blank lines


926: Expected: 1; Actual: 2
Multiple consecutive blank lines


933: Expected: 1; Actual: 2
Multiple consecutive blank lines


940: Expected: 1; Actual: 2
Multiple consecutive blank lines


947: Expected: 1; Actual: 2
Multiple consecutive blank lines


954: Expected: 1; Actual: 2
Multiple consecutive blank lines


961: Expected: 1; Actual: 2
Multiple consecutive blank lines


968: Expected: 1; Actual: 2
Multiple consecutive blank lines


975: Expected: 1; Actual: 2
Multiple consecutive blank lines


982: Expected: 1; Actual: 2
Multiple consecutive blank lines


989: Expected: 1; Actual: 2
Multiple consecutive blank lines


996: Expected: 1; Actual: 2
Multiple consecutive blank lines


1003: Expected: 1; Actual: 2
Multiple consecutive blank lines


1010: Expected: 1; Actual: 2
Multiple consecutive blank lines


1017: Expected: 1; Actual: 2
Multiple consecutive blank lines


1024: Expected: 1; Actual: 2
Multiple consecutive blank lines


1031: Expected: 1; Actual: 2
Multiple consecutive blank lines


1042: Expected: 1; Actual: 2
Multiple consecutive blank lines


1049: Expected: 1; Actual: 2
Multiple consecutive blank lines


1056: Expected: 1; Actual: 2
Multiple consecutive blank lines


1063: Expected: 1; Actual: 2
Multiple consecutive blank lines


1070: Expected: 1; Actual: 2
Multiple consecutive blank lines


1077: Expected: 1; Actual: 2
Multiple consecutive blank lines


1084: Expected: 1; Actual: 2
Multiple consecutive blank lines


1091: Expected: 1; Actual: 2
Multiple consecutive blank lines


1098: Expected: 1; Actual: 2
Multiple consecutive blank lines


1105: Expected: 1; Actual: 2
Multiple consecutive blank lines


1112: Expected: 1; Actual: 2
Multiple consecutive blank lines


1119: Expected: 1; Actual: 2
Multiple consecutive blank lines


1126: Expected: 1; Actual: 2
Multiple consecutive blank lines


1133: Expected: 1; Actual: 2
Multiple consecutive blank lines


1140: Expected: 1; Actual: 2
Multiple consecutive blank lines


1147: Expected: 1; Actual: 2
Multiple consecutive blank lines


1154: Expected: 1; Actual: 2
Multiple consecutive blank lines


1161: Expected: 1; Actual: 2
Multiple consecutive blank lines


1168: Expected: 1; Actual: 2
Multiple consecutive blank lines


1175: Expected: 1; Actual: 2
Multiple consecutive blank lines


1182: Expected: 1; Actual: 2
Multiple consecutive blank lines


1189: Expected: 1; Actual: 2
Multiple consecutive blank lines


1196: Expected: 1; Actual: 2
Multiple consecutive blank lines


1203: Expected: 1; Actual: 2
Multiple consecutive blank lines


1210: Expected: 1; Actual: 2
Multiple consecutive blank lines


1217: Expected: 1; Actual: 2
Multiple consecutive blank lines


1224: Expected: 1; Actual: 2
Multiple consecutive blank lines


1232: Expected: 1; Actual: 2
Multiple consecutive blank lines


1239: Expected: 1; Actual: 2
Multiple consecutive blank lines


1246: Expected: 1; Actual: 2
Multiple consecutive blank lines


1253: Expected: 1; Actual: 2
Multiple consecutive blank lines


1261: Expected: 1; Actual: 2
Multiple consecutive blank lines


1268: Expected: 1; Actual: 2
Multiple consecutive blank lines


1275: Expected: 1; Actual: 2
Multiple consecutive blank lines


1282: Expected: 1; Actual: 2
Multiple consecutive blank lines


1289: Expected: 1; Actual: 2
Multiple consecutive blank lines


1296: Expected: 1; Actual: 2
Multiple consecutive blank lines


1303: Expected: 1; Actual: 2
Multiple consecutive blank lines


1310: Expected: 1; Actual: 2
Multiple consecutive blank lines


1317: Expected: 1; Actual: 2
Multiple consecutive blank lines


1324: Expected: 1; Actual: 2
Multiple consecutive blank lines


1331: Expected: 1; Actual: 2
Multiple consecutive blank lines


1338: Expected: 1; Actual: 2
Multiple consecutive blank lines


1345: Expected: 1; Actual: 2
Multiple consecutive blank lines


1352: Expected: 1; Actual: 2
Multiple consecutive blank lines


1359: Expected: 1; Actual: 2
Multiple consecutive blank lines


1366: Expected: 1; Actual: 2
Multiple consecutive blank lines


1373: Expected: 1; Actual: 2
Multiple consecutive blank lines


1380: Expected: 1; Actual: 2
Multiple consecutive blank lines


1387: Expected: 1; Actual: 2
Multiple consecutive blank lines


1394: Expected: 1; Actual: 2
Multiple consecutive blank lines


1401: Expected: 1; Actual: 2
Multiple consecutive blank lines


1408: Expected: 1; Actual: 2
Multiple consecutive blank lines


1415: Expected: 1; Actual: 2
Multiple consecutive blank lines


1422: Expected: 1; Actual: 2
Multiple consecutive blank lines


1429: Expected: 1; Actual: 2
Multiple consecutive blank lines


1436: Expected: 1; Actual: 2
Multiple consecutive blank lines


1443: Expected: 1; Actual: 2
Multiple consecutive blank lines


1450: Expected: 1; Actual: 2
Multiple consecutive blank lines


1457: Expected: 1; Actual: 2
Multiple consecutive blank lines


1464: Expected: 1; Actual: 2
Multiple consecutive blank lines


1471: Expected: 1; Actual: 2
Multiple consecutive blank lines


1478: Expected: 1; Actual: 2
Multiple consecutive blank lines


1489: Expected: 1; Actual: 2
Multiple consecutive blank lines


1496: Expected: 1; Actual: 2
Multiple consecutive blank lines


1503: Expected: 1; Actual: 2
Multiple consecutive blank lines


1510: Expected: 1; Actual: 2
Multiple consecutive blank lines


1517: Expected: 1; Actual: 2
Multiple consecutive blank lines


1524: Expected: 1; Actual: 2
Multiple consecutive blank lines


1531: Expected: 1; Actual: 2
Multiple consecutive blank lines


1538: Expected: 1; Actual: 2
Multiple consecutive blank lines


1545: Expected: 1; Actual: 2
Multiple consecutive blank lines


1550: Expected: 1; Actual: 2
Multiple consecutive blank lines


1557: Expected: 1; Actual: 2
Multiple consecutive blank lines


1564: Expected: 1; Actual: 2
Multiple consecutive blank lines


1571: Expected: 1; Actual: 2
Multiple consecutive blank lines


1578: Expected: 1; Actual: 2
Multiple consecutive blank lines


1585: Expected: 1; Actual: 2
Multiple consecutive blank lines


1592: Expected: 1; Actual: 2
Multiple consecutive blank lines


1599: Expected: 1; Actual: 2
Multiple consecutive blank lines


1606: Expected: 1; Actual: 2
Multiple consecutive blank lines


1613: Expected: 1; Actual: 2
Multiple consecutive blank lines


1620: Expected: 1; Actual: 2
Multiple consecutive blank lines


1627: Expected: 1; Actual: 2
Multiple consecutive blank lines


1634: Expected: 1; Actual: 2
Multiple consecutive blank lines


1641: Expected: 1; Actual: 2
Multiple consecutive blank lines


1648: Expected: 1; Actual: 2
Multiple consecutive blank lines


1656: Expected: 1; Actual: 2
Multiple consecutive blank lines


1663: Expected: 1; Actual: 2
Multiple consecutive blank lines


1670: Expected: 1; Actual: 2
Multiple consecutive blank lines


1677: Expected: 1; Actual: 2
Multiple consecutive blank lines


1684: Expected: 1; Actual: 2
Multiple consecutive blank lines


1689: Expected: 1; Actual: 2
Multiple consecutive blank lines


1694: Expected: 1; Actual: 2
Multiple consecutive blank lines


1702: Expected: 1; Actual: 2
Multiple consecutive blank lines

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.


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


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

@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch from3b922ed toc644ac5CompareMay 29, 2024 17:27
@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch 3 times, most recently frome2821a7 to742ca99CompareMay 31, 2024 15:12
@lotyplotyp changed the titlechore(master): release 4.12.4chore(master): release 4.13.0Apr 6, 2025
@lotyplotypforce-pushed therelease-please--branches--master--components--laravel-cycle-orm-adapter branch from742ca99 to2146532CompareApril 6, 2025 09:53
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@coderabbitaicoderabbitai[bot]coderabbitai[bot] left review comments

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@lotyp@codecov-commenter

[8]ページ先頭

©2009-2025 Movatter.jp