ci(release): version packages - #59
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 3, 2026 00:32
b984c56 to
2cbf8ac
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
@forkpoint/agent-lighthouse@4.1.0
Minor Changes
c1a9976: A scan now runs under a wall-clock budget.
SCAN_TIMEOUT_MSwas declared and never read; the only bound was the 10 s per request, so a slow origin that answered every request stretched a scan without end (twilio.com: 1054 s). The constant is now read, and its exported value moves from 60 000 to 180 000: 180 s clears the 95th percentile of the curated corpus with margin, where 60 s would have cut one site in five.runScanacceptstimeoutMs; the default isSCAN_TIMEOUT_MS, and0disables the budget. A negative or NaN value throws aRangeError. When the budget runs out the scan finishes with what it has: requests in flight abort, no further request is sent, and every audit not yet started, or still running, reportsnataggedskipped:scan-budgetwith an explanation that names the budget. A running audit is withheld rather than believed, because a request the budget refused reads to an audit as a broken link or a missing artifact. The caller's ownsignalstill ends the scan with a throw, including during a 429 retry wait.conditions.budgeton the report recordslimitMs,elapsedMs,exhaustedandskippedCount. If the budget's cut, together with what the evidence gate removed, leaves more than 35% of the registry's evidence mass unassessed, the scan reports no score andunscoredReasonsays why. A scan of a slow origin that used to return a score after many minutes may therefore now returnoverallScore: nullat 180 s; raise the budget to keep the old behaviour.budget.--timeout <seconds>(config file keytimeout, also onAgentLighthouseConfig) and prints one line when the budget ran out. A bare flag, a negative or non-numeric value, from the flag or the file, is refused. The HTML and Markdown reports show the budget beside the other scan conditions.Patch Changes
@forkpoint/agent-lighthouse-core@4.1.0
Minor Changes
c1a9976: A scan now runs under a wall-clock budget.
SCAN_TIMEOUT_MSwas declared and never read; the only bound was the 10 s per request, so a slow origin that answered every request stretched a scan without end (twilio.com: 1054 s). The constant is now read, and its exported value moves from 60 000 to 180 000: 180 s clears the 95th percentile of the curated corpus with margin, where 60 s would have cut one site in five.runScanacceptstimeoutMs; the default isSCAN_TIMEOUT_MS, and0disables the budget. A negative or NaN value throws aRangeError. When the budget runs out the scan finishes with what it has: requests in flight abort, no further request is sent, and every audit not yet started, or still running, reportsnataggedskipped:scan-budgetwith an explanation that names the budget. A running audit is withheld rather than believed, because a request the budget refused reads to an audit as a broken link or a missing artifact. The caller's ownsignalstill ends the scan with a throw, including during a 429 retry wait.conditions.budgeton the report recordslimitMs,elapsedMs,exhaustedandskippedCount. If the budget's cut, together with what the evidence gate removed, leaves more than 35% of the registry's evidence mass unassessed, the scan reports no score andunscoredReasonsays why. A scan of a slow origin that used to return a score after many minutes may therefore now returnoverallScore: nullat 180 s; raise the budget to keep the old behaviour.budget.--timeout <seconds>(config file keytimeout, also onAgentLighthouseConfig) and prints one line when the budget ran out. A bare flag, a negative or non-numeric value, from the flag or the file, is refused. The HTML and Markdown reports show the budget beside the other scan conditions.@forkpoint/agent-lighthouse-report@4.1.0
Minor Changes
c1a9976: A scan now runs under a wall-clock budget.
SCAN_TIMEOUT_MSwas declared and never read; the only bound was the 10 s per request, so a slow origin that answered every request stretched a scan without end (twilio.com: 1054 s). The constant is now read, and its exported value moves from 60 000 to 180 000: 180 s clears the 95th percentile of the curated corpus with margin, where 60 s would have cut one site in five.runScanacceptstimeoutMs; the default isSCAN_TIMEOUT_MS, and0disables the budget. A negative or NaN value throws aRangeError. When the budget runs out the scan finishes with what it has: requests in flight abort, no further request is sent, and every audit not yet started, or still running, reportsnataggedskipped:scan-budgetwith an explanation that names the budget. A running audit is withheld rather than believed, because a request the budget refused reads to an audit as a broken link or a missing artifact. The caller's ownsignalstill ends the scan with a throw, including during a 429 retry wait.conditions.budgeton the report recordslimitMs,elapsedMs,exhaustedandskippedCount. If the budget's cut, together with what the evidence gate removed, leaves more than 35% of the registry's evidence mass unassessed, the scan reports no score andunscoredReasonsays why. A scan of a slow origin that used to return a score after many minutes may therefore now returnoverallScore: nullat 180 s; raise the budget to keep the old behaviour.budget.--timeout <seconds>(config file keytimeout, also onAgentLighthouseConfig) and prints one line when the budget ran out. A bare flag, a negative or non-numeric value, from the flag or the file, is refused. The HTML and Markdown reports show the budget beside the other scan conditions.Patch Changes
@forkpoint/agent-lighthouse-mcp@4.1.0
Patch Changes
@forkpoint/agent-lighthouse-website@0.0.5
Patch Changes