chore(deps-dev): bump knip from 6.14.2 to 6.17.1#182
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
lab4ogtc
pushed a commit
to lab4ogtc/SmartPerfetto
that referenced
this pull request
Jun 13, 2026
Land Plan 55 (Spark Gracker#181 / Gracker#182 / Gracker#183) — RAG over the androidperformance.com blog, AOSP source, and OEM SDK docs. Types added to `backend/src/types/sparkContracts.ts`: - `RagChunk` — one indexed knowledge chunk. License is required at ingestion when `kind` is `aosp` or `oem_sdk`; the field carries `unsupportedReason` so chunks can stay indexed for audit even after their license expires or consent is revoked. - `RagRetrievalHit` — one hit in a retrieval result. Carries an optional `unsupportedReason` so per-hit failures (chunk evicted, license blocked at retrieval time) are visible without inventing content. - `RagRetrievalResult` — output of one retrieval call. Inherits `unsupportedReason` from SparkProvenance so whole-retrieval failures (`'index empty'`, `'all sources blocked by license policy'`, `'embedding service unavailable'`) are visible to the agent. - `AndroidperformanceAospRagContract` — service surface. Tracks index population per source kind plus the most recent retrieval result for inline citation by reports. Note: `RagSourceKind` and `RagDocumentRef` already shipped in C0 (commit af6e98d) — they are reused here. Plan 44 will also import them when its scaffold lands. Six new test cases in `__tests__/sparkContracts.test.ts` cover: - minimal blog chunk without license is acceptable - AOSP chunk carries license + verifiedAt for audit - expired license stamps `unsupportedReason` rather than removing entry - retrieval hit can record `unsupportedReason` with no chunk - whole-retrieval failure rides on inherited `unsupportedReason` - contract tracks per-source counts with the new RagSourceKind enum Test count: 43 (was 37). Test tier: contract / type-only. `npx tsc --noEmit` clean, sparkContracts.test.ts passes 43/43. Trace regression intentionally not run per the tiered policy in commit d8529e1. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 6.14.2 to 6.17.1. - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/knip@6.17.1/packages/knip) --- updated-dependencies: - dependency-name: knip dependency-version: 6.16.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1a366da to
a9ddcba
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.
Bumps knip from 6.14.2 to 6.17.1.
Release notes
Sourced from knip's releases.
... (truncated)
Commits
3feb966Release knip@6.17.17b2f345Update dependenciesdd0c682Release knip@6.17.08c028e5Add tar to globally ignored binaries (resolve #1796)1c2f398Resolve module paths from selected tsconfig (resolve #1794)9bb0512Fix repeated --fix-type arg67483f0Improve mcp guidanceaeabff7Flag undeclared sibling imports in published workspaces (resolve #1792)98aa962Treat scoped and tilde SCSS imports as packages (resolve #1786)fa8eb6dAdd commitlint.config.mts (resolve #1784)