Version Packages - #171
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
6 times, most recently
from
July 30, 2026 08:14
807b6c0 to
ce65a8e
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 30, 2026 08:34
ce65a8e to
1eb1b02
Compare
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@jantimon/web-performance-debugger@1.2.0
Minor Changes
#174
8a2497f-diffgains--format json|toon(and the hidden--jsonalias): the same field-by-fieldcomparison, comparability warnings, gated regressions and per-span slice deltas as the human report,
serialized as a
DiffView(aGroupDiffViewfor a run-group diff). Human output and--fail-on-regressionexit codes are unchanged. New exported types:DiffView,DiffMetricRow,GroupDiffView,DiffOutput.CLI help polish: the top-level tagline names all three targets and CPU self-time;
--helpandrecord --helpgain quick-start epilogs;query events --kindlists the missinggc;query getaccepts the shared
--jsonalias;--breakdown/--deephelp notes their mutual exclusivity andwhere to read the result.
#176
20e64af- Surface framework facts without drilling:query spansoverview rows now carry a compactaddons.react(version+build), so a bulk consumer reads framework identity off the overview instead of opening each span. The full per-span facts (commit counts, server phases) stay onquery span.meta.framework("off" | "auto"), so a deliberate--framework offrun is distinguishable from anautorun that detected no framework (both carry noSpan.addons).#177
1bb07a4- Three polish fixes: README links to non-shipped repo files (AGENTS.md, docs/, ...) are now absoluteGitHub URLs, so they resolve on the npm page and in an installed package. The blame docs now state
that a sampled
--breakdownforced-blamecountis a sampling-frequency signal, never comparable to--deep's exact flush count. The built-in--urlload flow stamps ameta.notesentry (and tags thequery spanrun line) when the boot did near-zero work, the tell of a consent/region shell measuredin place of the app; note-tier only, never a gate.
#172
dc97fda- Complete the public type surface so every type named inside an exported type is itself importable (no more hand-rolling a shape the package already describes). New root exports includeCaptureMode,TargetLane,WorkloadLane,Measured,CpuBreakdown/CpuSlice/CpuJsSlice,LayoutShift(+Source/Rect),EngineSoftNav,SoftNavRoute(+Lcp)/SoftNavVerdict/SoftNavAgreement,ThrashReport/ThrashStep/DirtiedByWrite/DirtiedByWriteRollup/FirefoxDirtiedByReport,WorkloadIdentity,SourceMapDiagnostics/SourceMapFailure,FrameFloor/WallMultipleFloor/WorkSignalFloor,SpanCountsEntry,RawProfileNode/RawCallFrame/GeckoSlice, and the driverStepOpts/Until.Narrowed the closed-union output fields from
stringto their real unions:RecordingMeta.captureandGroupSpanMember.modeto the capture-mode union, andSpansResult/SpanAnatomy/GroupSpanStitchtargetto"chrome" | "firefox" | "node". Reading these fields now yields the exact literal type instead of a bare string.#175
11173d5- Label floored trusted-click driver steps on--breakdown. A trustedpage.clickcarries ~8ms ofinput dispatch inside the step window, so a floored cheap step's wall (~41ms) lands off any exact
frame multiple and the old wall-multiple check missed it.
query span/query spansnow read astep's flooring off its reconciling bar (sub-frame real work in an idle-dominated window), so a
sub-frame interaction is no longer read as real work.
The
frameFloorJSON field carries abasisdiscriminator:{ basis: "wall-multiple", floorMs, multiple }for a bench/in-page/measure wall and INP, or{ basis: "work-signal", floorMs, workMs }for a driver step. Exported as
FrameFloor(union) withWallMultipleFloor/WorkSignalFloor.Patch Changes
#170
8ab7390- Driver reliability fixes:takeRecords()(INP, LoAF, layout-shift, LCP, soft-nav) before reading, and waits (bounded) for the Event Timing entry on a step that dispatched a trusted interaction. An entry queued-but-undispatched at the read instant was silently lost, reading INP lower and letting a real regression slip pastassert --max-inp.