Skip to content

chore(deps): bump n3 from 2.1.1 to 2.2.0 - #485

Merged
davidwkeith merged 1 commit into
mainfrom
dependabot/npm_and_yarn/n3-2.2.0
Aug 10, 2026
Merged

chore(deps): bump n3 from 2.1.1 to 2.2.0#485
davidwkeith merged 1 commit into
mainfrom
dependabot/npm_and_yarn/n3-2.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor

Bumps n3 from 2.1.1 to 2.2.0.

Release notes

Sourced from n3's releases.

v2.2.0

2.2.0 (2026-08-05)

Bug Fixes

  • lexer: reject \U escapes beyond U+10FFFF (#658) (14aadb4)
  • parse literal subjects and predicates in N3 mode (#613) (5875575)
  • use prefixes for local names with interior dots (#614) (b6202d1), closes #372
  • writer: represent variables through their term type (#667) (98a10db)

Features

  • reasoner: opt-in maxDerivations and maxPremiseDepth budgets (#657) (4a6bb9d)

Performance Improvements

  • descend the SPO index in getObjects instead of scanning all objects (#649) (eb4cb39)
  • skip prefix matching when no prefixes are registered (#644) (ba92e4b)

v2.1.2

2.1.2 (2026-08-02)

Bug Fixes

  • return a null-prototype map from extractLists (#668) (5057f9f)
  • StreamParser failure on language tags split across chunks (#602) (c187d02)
Commits
  • 5875575 fix: parse literal subjects and predicates in N3 mode (#613)
  • b6202d1 fix: use prefixes for local names with interior dots (#614)
  • ba92e4b perf: skip prefix matching when no prefixes are registered (#644)
  • eb4cb39 perf: descend the SPO index in getObjects instead of scanning all objects (#649)
  • a08cd98 docs: add SECURITY.md (#650)
  • 4a6bb9d feat(reasoner): opt-in maxDerivations and maxPremiseDepth budgets (#657)
  • 14aadb4 fix(lexer): reject \U escapes beyond U+10FFFF (#658)
  • 657c567 docs: deprecate direct term construction in favor of the data factory (#663)
  • 98a10db fix(writer): represent variables through their term type (#667)
  • 3ea651b chore(deps-dev): Bump the minor group across 1 directory with 3 updates (#671)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [n3](https://github.com/rdfjs/N3.js) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/rdfjs/N3.js/releases)
- [Commits](rdfjs/N3.js@v2.1.1...v2.2.0)

---
updated-dependencies:
- dependency-name: n3
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 8, 2026
@dependabot
dependabot Bot requested a review from davidwkeith as a code owner August 8, 2026 23:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 8, 2026

Copy link
Copy Markdown
Owner

Automated review

n3 is a direct runtime dependencies entry of @dwk/rdf (not a devDependency), and @dwk/rdf is a publishable package. Per CONTRIBUTING.md's changeset rule ("Record a changeset for any user-visible change to a publishable package"), this bump should carry a .changeset/*.md entry so it shows up in @dwk/rdf's release notes — none is included here. Worth adding one (e.g. patch) before merging.

Otherwise this is clean: single dependency + lockfile bump, PR title follows Conventional Commits (chore(deps): bump n3 from 2.1.1 to 2.2.0).


Generated by Claude Code

@davidwkeith
davidwkeith merged commit 7f6e279 into main Aug 10, 2026
7 checks passed
@davidwkeith
davidwkeith deleted the dependabot/npm_and_yarn/n3-2.2.0 branch August 10, 2026 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant