chore(deps): update dependency @nitpicker/query to v0.14.0 - #966
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @nitpicker/query to v0.14.0#966renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
requested review from
YusukeHirao,
arktds,
dz-furukawa,
teppei-d and
yusasa16
as code owners
July 28, 2026 22:08
renovate
Bot
force-pushed
the
renovate/nitpicker-query-0.x
branch
4 times, most recently
from
July 31, 2026 08:57
ddbd6ec to
705b0d9
Compare
renovate
Bot
force-pushed
the
renovate/nitpicker-query-0.x
branch
from
July 31, 2026 19:16
705b0d9 to
dc221ba
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 contains the following updates:
0.11.0→0.14.0Release Notes
d-zero-dev/nitpicker (@nitpicker/query)
v0.14.0Compare Source
Features
v0.13.0Compare Source
Bug Fixes
chain populate-migration into crawler write path and reader spec ordering (e9cc84e), closes #196
query,viewer: restore header-presence data on the viewer_pages fast path (e6b2617)
query: accept line/col in the legacy violations backfill payload (d4bb047), closes #225
query: address phase 6-f code-review findings (b888c05)
query: avoid conflicting eslint/prettier hex-literal casing in a test (9e06940)
query: bound memory and defer indexes in viewer read-model build (37ddad5)
query: clamp violation pagination inputs (bf965c6)
query: consolidate error-kinds sortBy validation and tie-break (acf5532)
query: propagate source column through viewer_graph_nodes fast path (8def955)
query: remove on-open opportunistic viewer read model build (61cca63), closes #112
query: reshape viewererror_kind* read model to host×kind entries (9c78662), closes #106
query: resolve unreachable JSDoc {@link} references (3ad6718)
query: restore \x1F URL_DELIMITER in find-duplicates and align reader specs with 0.13 API changes (0108ef2)
query: surface blob-routed resources instead of dropping them (2e00331)
feat(query)!: normalize error-kinds aggregation to host×kind rows (f9bd2c6)
feat(query)!: narrow broken links to 404, merge header checks into page lists (bce3379)
Features
Performance Improvements
BREAKING CHANGES
instead of { total, channelSource, groups }. ErrorKindGroup and
ErrorKindHost are removed in favor of ErrorKindEntry and
ErrorKindFacets. Sample URLs are capped per host×kind pair (not per
kind) with an overflowedCount for anything beyond the cap. Adds
host/kind/sortBy/sortOrder/limit/offset filtering, validating sortBy
against a fixed set of fields so an out-of-range value falls back to
count-desc instead of crashing.
status = 404 (previously >= 400 or no status), so 403/5xx/excluded
destinations no longer count as broken. listPageLinks and its
PageLinkEntry/ListPageLinksOptions/PaginatedPageLinkList types are removed
(no remaining consumer). listPages/listPagesByTag/listPagesByJsonLdType now
compute hasCSP/hasXFrameOptions/hasXContentTypeOptions/hasHSTS via SQL
instead of transferring the raw responseHeaders blob to JS. getPageDetail
gains isSkipped/skipReason so a URL's exclusion reason is still
discoverable now that listPageLinks is gone.
New @nitpicker/query/header-presence subpath exports HEADER_PRESENCE_KEYS
as the single source of truth for the tracked header set.
v0.12.0Compare Source
Bug Fixes
Features
Performance Improvements
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.