Skip to content

Release: merge release/solid-logic-202603200016 into main#223

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

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

Conversation

@bourgeoa
Copy link
Contributor

Automated stable release preparation.

Copilot AI review requested due to automatic review settings March 20, 2026 00:17
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-prep PR updating npm manifest/lockfile dependency metadata for the solid-logic package.

Changes:

  • Updates rdflib peer dependency from ^2.3.5 to ^2.3.6.
  • Pins solid-namespace from ^0.5.4 to 0.5.4 and regenerates associated lockfile entries (including resolved/integrity fields and transitive updates like n3 via rdflib).

Reviewed changes

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

File Description
package.json Adjusts dependency/peerDependency version specifiers (notably pins solid-namespace, bumps rdflib).
package-lock.json Aligns lockfile with manifest changes and updates resolved/integrity + transitive dependency versions.

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

"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.

The dependency version for solid-namespace was changed from a caret range to an exact pin ("0.5.4"). This is inconsistent with the rest of this package.json (all other deps use semver ranges) and will prevent consumers/installations from automatically receiving compatible patch/minor updates. If the pin isn’t intentional, switch back to a ^0.5.4 range; if it is intentional, consider documenting the reason (e.g., a known breaking change in 0.5.x).

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