Skip to content

Bump dto to v3#502

Merged
dereuromark merged 3 commits into
masterfrom
bump-dto-v3
May 25, 2026
Merged

Bump dto to v3#502
dereuromark merged 3 commits into
masterfrom
bump-dto-v3

Conversation

@dereuromark
Copy link
Copy Markdown
Owner

Summary

  • bump the internal dev dependency to v3
  • update the DTO interface imports to the current package namespace
  • keep queue green against the new major

Copilot AI review requested due to automatic review settings May 25, 2026 18:54
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 25, 2026

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.32%. Comparing base (c941aea) to head (c27fb0e).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #502   +/-   ##
=========================================
  Coverage     78.32%   78.32%           
- Complexity      977      978    +1     
=========================================
  Files            45       45           
  Lines          3313     3313           
=========================================
  Hits           2595     2595           
  Misses          718      718           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the Queue plugin’s development DTO dependency to dereuromark/cakephp-dto v3 and aligns DTO-related interface imports with the new namespace so the test app and core table code compile against the new major.

Changes:

  • Bump dereuromark/cakephp-dto dev dependency from ^2.1.0 to ^3.0.0.
  • Update FromArrayToArrayInterface imports from CakeDto\Dto\... to PhpCollective\Dto\Dto\... in both runtime and test-app code.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
tests/test_app/src/Dto/MyTaskDto.php Updates test-app DTO interface import to the v3 namespace.
src/Model/Table/QueuedJobsTable.php Updates runtime DTO interface import used by createJob().
composer.json Bumps dereuromark/cakephp-dto to ^3.0.0 in require-dev.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/Model/Table/QueuedJobsTable.php
Comment thread composer.json
Copilot AI review requested due to automatic review settings May 25, 2026 23:20
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

Comment thread composer.json
@dereuromark dereuromark merged commit 907be37 into master May 25, 2026
17 checks passed
@dereuromark dereuromark deleted the bump-dto-v3 branch May 25, 2026 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants