Skip to content

Release: merge release/solid-logic-202603200031 into main#225

Open
bourgeoa wants to merge 1 commit intomainfrom
release/solid-logic-202603200031
Open

Release: merge release/solid-logic-202603200031 into main#225
bourgeoa wants to merge 1 commit intomainfrom
release/solid-logic-202603200031

Conversation

@bourgeoa
Copy link
Contributor

Automated stable release preparation.

Copilot AI review requested due to automatic review settings March 20, 2026 00:32
@bourgeoa bourgeoa enabled auto-merge March 20, 2026 00:32
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Automated release merge updating dependency metadata to prepare a stable release of solid-logic (a library that externalizes rdflib as a peer dependency).

Changes:

  • Pin solid-namespace from ^0.5.4 to 0.5.4.
  • Bump rdflib peer dependency from ^2.3.5 to ^2.3.6.
  • Regenerate package-lock.json, updating resolved/integrity fields and transitive versions (notably rdflib’s dependency tree).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
package.json Adjusts solid-namespace version spec and bumps rdflib peer dependency range.
package-lock.json Updates lockfile entries to reflect the new dependency specs and resolved artifacts.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 78 to 80
"peerDependencies": {
"rdflib": "^2.3.5"
"rdflib": "^2.3.6"
}
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

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

rdflib is imported throughout src/ but is only declared as a peerDependency. For local development/CI portability (e.g., fresh installs without relying on peer resolution quirks), add rdflib to devDependencies as well (keeping it in peerDependencies for consumers).

Copilot uses AI. Check for mistakes.
"dependencies": {
"@inrupt/solid-client-authn-browser": "^3.1.1",
"solid-namespace": "^0.5.4"
"solid-namespace": "0.5.4"
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

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

This change pins solid-namespace to an exact version while the rest of the dependencies in this package use semver ranges (e.g. ^3.1.1). Unless there is a specific reason to lock it, consider keeping a caret range for consistency and to receive compatible patch/minor updates.

Suggested change
"solid-namespace": "0.5.4"
"solid-namespace": "^0.5.4"

Copilot uses AI. Check for mistakes.
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.

2 participants