chore(deps-dev): bump @biomejs/biome from 2.4.16 to 2.5.1#196
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump @biomejs/biome from 2.4.16 to 2.5.1#196dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.4.16 to 2.5.1. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/[email protected]/packages/@biomejs/biome) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
ClumsyOtter
pushed a commit
to ClumsyOtter/SmartPerfetto
that referenced
this pull request
Jun 29, 2026
Land Plan 54 (Spark Gracker#162, Gracker#179, Gracker#180, Gracker#195, Gracker#196, #203) — case library, case graph, and the public case bundle for community use. Types added to `backend/src/types/sparkContracts.ts`: - `CaseEducationalLevel` — `novice | intermediate | advanced`. Drives default filters in the case browser (Spark Gracker#162) and the walkthrough / 导览模式 sequence. - `CaseFindingSeverity` — `info | warning | critical`. Mirrors the vocabulary used across SmartPerfetto reports. - `CaseFindingLink` — one finding inside a case with optional `evidence` pointer (SparkEvidenceRef). Links the curator's claim back to the trace data backing it. - `CaseNode` — extends SparkProvenance. Carries `redactionState` separate from `status` so an in-review case can move toward redaction without flipping the curation lifecycle. `traceArtifactId` is optional and pairs with `traceUnavailableReason` for archived / consent-revoked cases that stay in the library as read-only metadata. - `CaseEdge` — directional relation between two cases. Relation values cover same_app / same_device / similar_root_cause / before_after_fix / derived_pattern / contradicts. - `CaseGraphLibraryContract` — service surface bundling cases + edges + `lastPublishedAt` (only set when a public case bundle is exported, Spark Gracker#180). Publishing gate is double-controlled: a case advances to `status='published'` only when `redactionState='redacted'` AND `curatedBy` is set. Anonymizer alone is not sufficient — see §5.2 in the design doc for the boundary distinction. Six new test cases in `__tests__/sparkContracts.test.ts` cover: - 3 educational levels enumerated - draft case with raw redactionState is acceptable - archived case carries traceUnavailableReason instead of artifactId - finding link records evidence pointer to a skill artifact - edge records directional relation with optional weight - contract tracks lastPublishedAt for public bundle export Test count: 61 (was 55). Test tier: contract / type-only. `npx tsc --noEmit` clean, sparkContracts.test.ts passes 61/61. Trace regression intentionally not run per the tiered policy in commit d8529e1. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
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 @biomejs/biome from 2.4.16 to 2.5.1.
Release notes
Sourced from @biomejs/biome's releases.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
... (truncated)
Commits
ffe7d33chore: revert564d660chore: revert0abf1a5ci: release (#10627)23814f1chore(biome_configuration): add allowTrailingCommas to json-schema to make VS...a0f197echore: dead and old links (#10668)c0b9832ci: release (#10499)995c1fffeat(lint): add useFunctionComponentDefinition rule (#10498)311c2b2fix(biome_configuration): avoid Markdown links in JSON schema descriptions (#...04c3f19fix: docs and readme (#10584)961f41crefactor(useExportType): improve docs and code (#10569)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)