Skip to content

chore(deps-dev): Update to Coding Style 4.x#113

Merged
owenvoke merged 1 commit into
mainfrom
feature/coding-style-4
Jun 18, 2026
Merged

chore(deps-dev): Update to Coding Style 4.x#113
owenvoke merged 1 commit into
mainfrom
feature/coding-style-4

Conversation

@owenvoke

@owenvoke owenvoke commented Jun 18, 2026

Copy link
Copy Markdown
Member

This updates to the latest Coding Style.

Summary by CodeRabbit

  • Chores
    • Updated development dependencies to latest stable versions
    • Refactored internal code quality tooling and configuration standards

This updates to the latest Coding Style.
@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 70528ab0-0abf-483d-a615-23fb26ad0a80

📥 Commits

Reviewing files that changed from the base of the PR and between 96ec849 and 694f380.

📒 Files selected for processing (2)
  • composer.json
  • ecs.php

📝 Walkthrough

Walkthrough

Bumps pestphp/pest to ^4.7 and worksome/coding-style to ^4.0 in composer.json. Migrates ecs.php from a closure-based ECSConfig setup to the new WorksomeEcsConfig::configure()->withPaths() fluent API, adding ecs.php itself to the configured paths.

Changes

Coding style tooling upgrade

Layer / File(s) Summary
Dependency bump and ECS config migration
composer.json, ecs.php
pestphp/pest bumped to ^4.7 and worksome/coding-style to ^4.0. ecs.php replaced the old closure + $ecsConfig->paths() + WorksomeEcsConfig::setup($ecsConfig) flow with a direct WorksomeEcsConfig::configure()->withPaths() chain, and ecs.php itself is added to the linted paths.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐇 Hop, hop, the versions rise,
Old closures gone, new fluent ties,
ecs.php lints itself with glee,
Pest jumps higher, wild and free,
A tidy warren for you and me! 🌿

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore(deps-dev): Update to Coding Style 4.x' accurately reflects the main change in the changeset, which is updating the worksome/coding-style dependency from ^3.4 to ^4.0, and is clear and concise.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/coding-style-4

Comment @coderabbitai help to get the list of available commands and usage tips.

@owenvoke owenvoke merged commit e1b18b2 into main Jun 18, 2026
14 of 15 checks passed
@owenvoke owenvoke deleted the feature/coding-style-4 branch June 18, 2026 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant