chore(deps): update scoped dependencies - #1011
Merged
Merged
Conversation
…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
requested review from
arktds,
dz-furukawa,
teppei-d and
yusasa16
as code owners
August 12, 2026 06:51
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.
Summary
@d-zero/*and@nitpicker/*scoped dependencies to the npmlatestdist-tag across all packages.@burger-editor/*scoped dependencies to the npmalphadist-tag, since theirlatesttag currently lags behind the alpha versions already pinned in this repo (bumping tolatestwould have been a downgrade).kamado/@kamado-io/*at1.3.0(not upgraded to the2.0.0-alpha.xline).@d-zero/site-migrator'slistInternalResourcesfor a behavior change in@nitpicker/query@0.18.0:ResourceEntry.urlcan now benullfor resources whose identity is a largedata:URI (routed toblob_refsinstead ofurl_refs). Such rows have nothing to download, so they are now skipped instead of breaking theInternalResource.url: stringcontract..claude/worktrees/fizzy-zooming-sloth, from PR feat(site-migrator)!: extract BlockTargetAdapter to decouple BurgerEditor conversion #1007) that was causingyarn lintto scan duplicate/unrelated files.Test plan
yarn buildpassesyarn lintpasses (0 errors)yarn testpasses (357/357)