Skip to content

chore(deps): update dependency @nitpicker/query to v0.14.0 - #966

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/nitpicker-query-0.x
Open

chore(deps): update dependency @nitpicker/query to v0.14.0#966
renovate[bot] wants to merge 1 commit into
devfrom
renovate/nitpicker-query-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@nitpicker/query (source) 0.11.00.14.0 age confidence

Release Notes

d-zero-dev/nitpicker (@​nitpicker/query)

v0.14.0

Compare Source

Features
  • query: expose main-content data through getPageMainContents and list views (f0e3f67)
  • query: expose templateKey on page-list/detail reads and support filtering (e631305)
  • query: let the viewer_pages fast path resolve a directory filter (0f3b9bd)
  • query: track html-only page counts in the directory-tree read model (5ba6d62)

v0.13.0

Compare 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
  • query: add directory tree read model and query functions (ee0a385), closes #​107
  • query: add listExternalLinks with destination dedup and referrer counts (cf559a5)
  • query: add status filters to list queries (1c0d038)
  • query: add viewer read model cache infrastructure (a9cfd0d), closes #​112 #​105 #​108
  • query: add viewer_anchor_facts edge read model for broken links (#​114) (e53175c)
  • query: add viewer_duplicate_groups/mismatches read models (issue #​115) (1866e03), closes #​119
  • query: add viewererror_kind* read model for /api/error-kinds (issue #​118) (9fd24d7), closes #​139
  • query: add viewer_external_links read model for fast external-link listing (4dc5a4e)
  • query: add viewer_header_checks read model for /api/headers fast path (9582754), closes #​119
  • query: add viewer_images read model for /api/images fast path (046a016), closes epic-#​103 #​113
  • query: add viewer_pages cursor pagination read path (d297ef5)
  • query: add viewer_summary read model for /api/summary (issue #​104) (1ac6e22)
  • query: build viewer read model on crawl-completion hook and on-open (66bad5a), closes #​112
  • query: expose page source in link graph nodes (aeeb90a)
  • query: persist natural URL sort rank in the viewer read model (dd1f343)
  • query: precompute /api/pages facets and benchmark viewer_pages fast path (a9c795c), closes #​148 #​106
  • query: precompute /api/resources and /api/unused-resources via a viewer_resources read model (b6b6662)
  • query: share viewer link urls through refs (ff5abf5)
  • query: sort viewer URL ranks with an external merge sort (703f250)
  • query: switch phase 6-f readers to new entity tables (e5ff302)
  • repo: move analysis violations to sql (3cec379)
  • repo: precompute isolated and graph viewer reads (577cce6)
  • viewer: add spreadsheet table controls (ba2ca5d)
Performance Improvements
  • query: remove duplicate sortUrl call in buildUrlRanks (a1a06b3)
BREAKING CHANGES
  • ErrorKindsResult is now { items, total, facets }
    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.
  • listLinks' broken judgment is now strictly canonical
    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.0

Compare Source

Bug Fixes
  • crawler,query,cli: drop inventory_runs.source_file_path column (5514e59)
  • query: exclude excludes-pattern pages from summary distributions (0284b5e)
Features
  • crawler,query,cli: inventory_runs audit log (Phase 1) (4fccf41)
  • query,viewer: subdivide status=-1 by errorKind in Summary (cd9a85b)
  • query: accept precomputed components / referrer-count map on isolated-* and page-links (bf610fd)
  • query: isolated-clusters + source-based isolated-pages + redirect-resolved listLinks (48d3e77)
  • query: route ArchiveManager open through Archive.openCached (f607cfd)
Performance Improvements
  • query: SQL-first sweep — N+1 → GROUP_CONCAT, parallelise graph fetch, document accepted costs (508f4b8)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/nitpicker-query-0.x branch 4 times, most recently from ddbd6ec to 705b0d9 Compare July 31, 2026 08:57
@renovate renovate Bot changed the title chore(deps): update dependency @nitpicker/query to v0.13.0 chore(deps): update dependency @nitpicker/query to v0.14.0 Jul 31, 2026
@renovate
renovate Bot force-pushed the renovate/nitpicker-query-0.x branch from 705b0d9 to dc221ba Compare July 31, 2026 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants