Skip to content

Release: merge release/solid-logic-202603192334 into main#221

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

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

Conversation

@bourgeoa
Copy link
Contributor

Automated stable release preparation.

Copilot AI review requested due to automatic review settings March 19, 2026 23:35
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 that updates dependency metadata/lockfile for the solid-logic package ahead of a stable release.

Changes:

  • Pin solid-namespace from ^0.5.4 to 0.5.4 in dependencies.
  • Bump rdflib peer dependency from ^2.3.5 to ^2.3.6.
  • Regenerate/update package-lock.json to reflect the dependency changes (including updated resolved/integrity fields and transitive updates under rdflib).

Reviewed changes

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

File Description
package.json Pins solid-namespace and bumps rdflib peer dependency version.
package-lock.json Updates lockfile entries to match dependency/peerDependency changes (including rdflib@2.3.6 and related transitive packages).

💡 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 19, 2026

Choose a reason for hiding this comment

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

solid-namespace was changed from a caret range to an exact version. For a library dependency this can prevent consumers from receiving compatible patch/minor updates (especially important for 0.x packages where fixes are frequent). If this wasn’t intentional, consider reverting to ^0.5.4; if it is intentional for the release process, it’d help to document why this one dependency is pinned while others still use ranges.

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