Update dependency TUnit to 1.57.0#2416
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the TUnit dependency to version 1.56.35. The change is straightforward and adheres to the project's central package management. Static analysis indicates that the quality remains up to standards with no new issues or complexity introduced. The main requirement for validation is the verification of test discovery and execution compatibility with the newer framework version.
Test suggestions
- Execute the full test suite to ensure compatibility with the updated TUnit framework version and verify no regressions in test execution or discovery.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Execute the full test suite to ensure compatibility with the updated TUnit framework version and verify no regressions in test execution or discovery.
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
8e5135e to
d191c8a
Compare
81633c7 to
da8a19c
Compare
da8a19c to
f243eaf
Compare
Head branch was pushed to by a user without write access
The root package-lock.json was only including @pagefind/darwin-arm64 (the macOS arm64 binary), missing all other platform packages including @pagefind/linux-x64 which is needed for CI (ubuntu-latest/linux-x64). When npm ci ran on linux, it couldn't find the pagefind binary, causing the astro docs build to fail with: "Failed to install either of [pagefind_extended, pagefind]. Most likely the platform linux-x64 is not yet a supported architecture." Fix: Add all missing platform packages from docs/package-lock.json (@pagefind/darwin-x64, @pagefind/freebsd-x64, @pagefind/linux-arm64, @pagefind/linux-x64, @pagefind/windows-arm64, @pagefind/windows-x64) and also add resolved/integrity for existing entries that were missing them.
Head branch was pushed to by a user without write access
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
1.56.35→1.57.0Release Notes
thomhurst/TUnit (TUnit)
v1.57.0: 1.57.0What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.56.35...v1.57.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.