Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/rdf/package.json

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per CONTRIBUTING.md step 5, a changeset is required for "any user-visible change to a publishable package," and @dwk/rdf is publishable. n3 2.2.0 → 2.7.3 spans several feature/perf releases (N3 has/is-of/inverted-predicate parsing, bound-quad read optimizations) that are visible to consumers of @dwk/rdf's turtle.ts/store.ts wrappers, so this arguably isn't a "repo-only" change exempt from the changeset rule.

That said, this matches the precedent set by the prior n3 bump (#485, 2.1.1 → 2.2.0), which also merged without a changeset — so this looks like the established (if not strictly CONTRIBUTING.md-conformant) handling for Dependabot-authored dependency PRs in this repo rather than something new to this PR. Flagging for a maintainer call: either add a changeset here (pnpm changeset, patch bump for @dwk/rdf) or treat automated dependency-only bumps as changeset-exempt going forward and note that explicitly in CONTRIBUTING.md.


Generated by Claude Code

Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
},
"dependencies": {
"@types/n3": "1.26.1",
"n3": "2.2.0"
"n3": "2.7.3"
}
}
18 changes: 12 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.