chore(deps): bump preact from 10.29.2 to 10.29.4 - #10
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [preact](https://github.com/preactjs/preact) from 10.29.2 to 10.29.4. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](preactjs/preact@10.29.2...10.29.4) --- updated-dependencies: - dependency-name: preact dependency-version: 10.29.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Owner
|
Closing Dependabot PR — triaging dependency updates manually. |
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
SShadowS
added a commit
that referenced
this pull request
Aug 1, 2026
…deferred items Nine contained fixes from the final whole-branch review of the Stats & Config tab: - I-4 (most serious): model contamination reported an all-clear over OBSERVED pins only. buildAgentModelRows() only ever walked entries, so a declared pin that never dispatched (12 of 19 declared frontmatter pins + ci-waiter, live 30d) was silently absent rather than counted. Added a 'not-observed' row status, excluded from every contamination count (same as 'unpinned') but explicitly disclosed by both consumers (stats-integrity.tsx's Contamination section, stats-ribbon.tsx's Model integrity card). - I-5: tool mix's "none at zero calls" read as coverage this table does not have — a never-called tool is ABSENT from tool_calls, not present at zero, so it can never be listed. Reworded to state the observed count and name the blind spot; kept the currently-unreachable zero-count branch with a comment explaining why, rather than deleting defensive code that stays testable via fixtures. - I-1: cost-per-read-band-item rendered a bare n=76 with no coverage disclosure, while the read-band gauge over the identical population discloses Coverage + a caveat headline. Reused computeReadBandCoverage/describeReadBandCoverage/ buildReadBandLowCoverageHeadline verbatim. - I-2: cross-referenced the Cost card's "Cost by model" table to the Integrity panel's identical aggregateModelUsage table, so the page doesn't assert the same [1m] finding as two independent measurements. - I-3: disclosed that the Cost card's per-repo "Reviews" column (cost_usd IS NOT NULL) can legitimately disagree with the Operational panel's per-repo "Reviews" (unfiltered) — the Operational panel already discloses this; this is the other half. - Deferred #1: aligned postgres.ts's image_sha ALTER comment with the correct one on IPRReviewStore.imageSha (compose bakes "unknown", not null). - Deferred #3: gave belowBandCount a code comment stating the per-review-vs-per-finding distinction the UI already warns readers about. - Deferred #8 + M-1: removed the duplicate low-sample warning in ReadBandGauge (the panel-wide banner already covers it) and made .operational-panel__low-sample match the other three panels' quiet italic treatment instead of a warning-tinted box — a sample-size caveat is not a warning state. - Deferred #10: corrected a comment claiming duration/turns are populated on every completed review; measured coverage is 99.1%/97.2% (30d/90d), not literally 100%. +11 tests (model-contamination, stats-integrity, stats-ribbon, stats-operational). Fixing I-4's tests surfaced a real bug in two pre-existing tests that assumed a single-row result from a fixture `pins` map that (correctly, after this fix) now also yields a not-observed row for its other declared pin — updated to look up the row under test by agent name rather than by position/whole-array equality. 2090 pass / 0 fail (baseline 2079 + 11 new), typecheck clean, dashboard:build clean. Claude-Session: https://claude.ai/code/session_01Ad8Q2RniB9y2dSbcCKDUad
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.
Bumps preact from 10.29.2 to 10.29.4.
Release notes
Sourced from preact's releases.
Commits
707884cMerge pull request #5136 from preactjs/10.29.40e6a25310.29.4174d345Merge pull request #5135 from preactjs/fix-preact-suspense8d20635Revert "Fix useId stability across async Suspense (#5108)"893845aMerge pull request #5134 from preactjs/patch-crashing-at-suspense-bailc3b4f0fFix hydration-suspense crash due to sCU bailout65b32cb10.29.3 (#5121)1a3b8b5Fix error recovery for partially rendered subtrees (#5120)67f0290Fix useId stability across async Suspense (#5108)d9e8984Flush subtree effects (#5055)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)