chore(deps): update dependency webproject-xyz/codeception-module-ai-reporter to v2 - #19
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
…eporter to v2 | datasource | package | from | to | | ---------- | --------------------------------------------- | ----- | ----- | | packagist | webproject-xyz/codeception-module-ai-reporter | 1.2.1 | 2.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.2.1→^2.0.0Release Notes
WebProject-xyz/codeception-module-ai-reporter (webproject-xyz/codeception-module-ai-reporter)
v2.0.0Compare Source
⚠ BREAKING CHANGES
report: the
hintsfield is gone, along with HintGenerator. Everyhint restated the exception class or the diff printed directly above it, so
they cost two lines per failure and carried no information.
formatdefaultsto
jsoninstead ofboth, soai-report.txtis no longer written unlessformat: textorformat: bothis configured.fix(report): skip vendor frames in source context, bound tiny truncate limits
Two issues from review, both reproduced first:
SourceExcerpt::forTrace()only skipped frames starting withvendor/, sowith
compact_paths: falsean absolute/project/vendor/...frame passed thefilter and the excerpt showed library source. It now reuses
PathNormalizer::isVendorPath(), which in turn had the mirror-image gap: itmatched
/vendor/only, missing already-normalized relativevendor/...paths. Both forms occur — raw trace frames are absolute, normalized ones are
project-relative — so the shared rule now covers both.
ConsoleText::truncate()returned strings longer than the limit for$maxLengthbelow 5: the tail length rounded down to zero, andmb_substr($message, -0)returns the whole remaining string rather thannothing. A limit of 1 turned a 10-character message into 21 characters. Short
limits now cut plainly, without an ellipsis there is no room for.
Features
v1.2.2Compare Source
Bug Fixes
Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Read more information about the use of Renovate Bot.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.