chore: prepare release 1.5.1 - #134
Open
withe-ci[bot] wants to merge 1 commit into
Open
withe-ci[bot] wants to merge 1 commit into
withe-ci[bot] wants to merge 1 commit into
Conversation
withe-ci
Bot
force-pushed
the
release
branch
from
September 22, 2026 00:52
31f6ede to
1fbc565
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
withe-ci
Bot
force-pushed
the
release
branch
from
September 22, 2026 07:19
1fbc565 to
fb06455
Compare
withe-ci
Bot
force-pushed
the
release
branch
from
September 22, 2026 07:39
fb06455 to
ea645b9
Compare
This branch has not been deployed
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.
Automated release PR. Merging it tags
v1.5.1, which fires release.yml (the multi-arch image build). Do not hand-editCHANGELOG.md— it is generated from.changeset/.Fixes
navlandmark named "Pages", so a screen reader can jump to them. A count of one now uses the singular, for example "1 repository" and "1 lock-file refresh". When the countdown goes blank in an open tab, the line no longer ends with a stray "·". (#133)pip-compile error. It puts the cause in another field, such aserrorMessageor themessageof a caught error. Until now both pages showed only the message. You saw the cause only in the downloaded log or in the detail panel under a row. Each row now shows the cause after the message, for examplepip-compile error: Option -o not supported (yet). A problems search matches the cause too, so two causes of one warning stay two rows. One message keeps at most 5 causes per run, and Withe counts later causes on the plain message row. This way one noisy warning cannot fill a run's 200 rows and push out a later fatal line. Problem lines that Withe stored before this change keep their message only. When you click a row, the detail panel now scrolls into view. Before, it opened below the window on most screens, so the click seemed to do nothing. (#132)