Skip to content

chore(deps): update scoped dependencies - #1011

Merged
YusukeHirao merged 1 commit into
devfrom
chore/update-scoped-deps
Aug 12, 2026
Merged

chore(deps): update scoped dependencies#1011
YusukeHirao merged 1 commit into
devfrom
chore/update-scoped-deps

Conversation

@YusukeHirao

Copy link
Copy Markdown
Member

Summary

  • Bump @d-zero/* and @nitpicker/* scoped dependencies to the npm latest dist-tag across all packages.
  • Bump @burger-editor/* scoped dependencies to the npm alpha dist-tag, since their latest tag currently lags behind the alpha versions already pinned in this repo (bumping to latest would have been a downgrade).
  • Leave kamado / @kamado-io/* at 1.3.0 (not upgraded to the 2.0.0-alpha.x line).
  • Fix @d-zero/site-migrator's listInternalResources for a behavior change in @nitpicker/query@0.18.0: ResourceEntry.url can now be null for resources whose identity is a large data: URI (routed to blob_refs instead of url_refs). Such rows have nothing to download, so they are now skipped instead of breaking the InternalResource.url: string contract.
  • Removed a stale, already-merged worktree checkout (.claude/worktrees/fizzy-zooming-sloth, from PR feat(site-migrator)!: extract BlockTargetAdapter to decouple BurgerEditor conversion #1007) that was causing yarn lint to scan duplicate/unrelated files.

Test plan

  • yarn build passes
  • yarn lint passes (0 errors)
  • yarn test passes (357/357)

…coped deps

Bump @d-zero/*, @nitpicker/* to the npm `latest` dist-tag, and
@burger-editor/* to the `alpha` dist-tag (their `latest` tag lags behind
the pinned alpha versions already in use). kamado / @kamado-io/* are left
at 1.3.0 per request.

Also fix site-migrator's listInternalResources: @nitpicker/query 0.18.0
can return a null resource url for data: URI resources routed to
blob_refs, which no longer matches InternalResource.url. Skip those rows
since they have nothing to download.
@YusukeHirao
YusukeHirao merged commit e64df3f into dev Aug 12, 2026
1 check passed
@YusukeHirao
YusukeHirao deleted the chore/update-scoped-deps branch August 12, 2026 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant