chore(deps): adopt @query-doctor/core ^0.21.0 - #223
Merged
Conversation
The analyzer resolves core from npm, which served 0.20.0 while seven commits sat unpublished on Site's staging. Three of them change work the analyzer does: the workflow setup_ci emits, the echoed-argument detection, and where LIMIT_WITHOUT_ORDER_BY is reported. Site#3877 published 0.21.0. It is a minor because two modules became exports, so ^0.20.0 could not reach it. Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.

Query Doctor — 6 successful checks
More details via MCP → get_ci_run({ runId: "019fd30c-1eeb-73b7-9400-735c5fd35a0f" }) · view run · docs
3 queries read against main on assumed statistics of 10,000,000 rows per table. Sync production stats for costs measured against your real data.
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.
Goal
The analyzer resolves
@query-doctor/corefrom npm, which served 0.20.0 while seven commits sat unpublished on Site's staging. Query-Doctor/Site#3877 published 0.21.0. This adopts it.What
Three of the seven commits change work the analyzer does: the workflow
setup_ciemits, the echoed-argument detection, and whereLIMIT_WITHOUT_ORDER_BYis reported. Until this lands, the analyzer runs without them.How
package.jsonmoves from^0.20.0to^0.21.0, andpackage-lock.jsonresolves to0.21.0. Nothing else changes.0.21.0 is a minor rather than a patch because
packages/core/src/index.tsgained two export lines since 0.20.0,./sql/pg-stat-statements.jsand./ci/workflow-template.js. A caret on0.20.0stops below0.21.0, so the range had to move.Tests
npm run typecheckclean. Full suite 436 passed across 43 files, against the published 0.21.0 rather than a workspace copy.