chore: version packages - #249
Merged
Merged
Conversation
AKogut
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
August 5, 2026 16:30
b7deb68 to
ead22c2
Compare
AKogut
force-pushed
the
changeset-release/main
branch
from
August 18, 2026 08:06
ead22c2 to
79e824a
Compare
AKogut
force-pushed
the
changeset-release/main
branch
from
August 18, 2026 08:13
79e824a to
1b3fbb7
Compare
AKogut
added a commit
that referenced
this pull request
Aug 18, 2026
Found while working out whether the release PR (#249) was safe to merge. It is not, yet. #254 changed two **published** packages and shipped no changeset: ``` packages/contracts/src/common.ts TOKEN_SCOPES gains `quarantine` packages/contracts/src/{ingestion,query,rest}.ts packages/cli/src/commands/quarantine.ts ``` #249 was cut before that landed, so merging it as-is publishes `@flakemetry/cli@0.2.0` with a changelog describing only `run`/`flaky`/`doctor`, and publishes **nothing** for contracts. The second half is the part that matters. `@flakemetry/contracts` on npm would keep a `TokenScope` union of `'ingest' | 'read'` while the API happily accepts `quarantine` — so anyone typing against the published package gets a compile error for a scope the server supports, and nothing anywhere would explain why. This adds the changeset. The release bot will fold it into #249, which can then publish both packages together and describe what actually changed.
AKogut
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
August 18, 2026 08:18
7641ca6 to
2ed1bdc
Compare
AKogut
force-pushed
the
changeset-release/main
branch
from
August 18, 2026 08:21
2ed1bdc to
c16bf57
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
@flakemetry/cli@0.2.0
Minor Changes
fc7f57f: Add
run,flakyanddoctor.flakemetry run -- pnpm testwraps a test command, uploads the results afterwards and exits with the command's own code — an upload problem warns but never turns a green build red.flakemetry flakylists the flaky board from the terminal (--jsonfor scripting,--quarantinedto filter), andflakemetry doctorreports the configuration, connectivity and what the token is allowed to do, with the token redacted. Both query commands need a token with thereadscope.6c2680d: Add the
quarantinetoken scope andflakemetry quarantine.TOKEN_SCOPESgains a third entry alongsideingestandread. It is separate because it is the one call that can stop a failing test from blocking a build, and that should be granted deliberately rather than arriving with the ability to read. Anything narrowing aTokenScopeunion will see the new member.flakemetry quarantine <testId>holds a test in or out of quarantine by hand, and--autohands it back to the scorer. A decision made this way is not overwritten on the next run.Patch Changes
@flakemetry/contracts@0.2.0
Minor Changes
6c2680d: Add the
quarantinetoken scope andflakemetry quarantine.TOKEN_SCOPESgains a third entry alongsideingestandread. It is separate because it is the one call that can stop a failing test from blocking a build, and that should be granted deliberately rather than arriving with the ability to read. Anything narrowing aTokenScopeunion will see the new member.flakemetry quarantine <testId>holds a test in or out of quarantine by hand, and--autohands it back to the scorer. A decision made this way is not overwritten on the next run.@flakemetry/core@0.1.1
Patch Changes
@flakemetry/jest-reporter@0.1.3
Patch Changes
@flakemetry/playwright-reporter@0.1.2
Patch Changes
@flakemetry/sdk@0.2.1
Patch Changes
@flakemetry/vitest-reporter@0.1.2
Patch Changes
@flakemetry/api@0.0.2
Patch Changes
@flakemetry/web@0.0.2
Patch Changes
@flakemetry/worker@0.0.2
Patch Changes
@flakemetry/ai@0.0.2
Patch Changes
@flakemetry/queries@0.0.2
Patch Changes
@flakemetry/storage@0.0.2
Patch Changes