Skip to content

Release: merge release/solid-logic-202603201747 into main#228

Merged
bourgeoa merged 2 commits intomainfrom
release/solid-logic-202603201747
Mar 20, 2026
Merged

Release: merge release/solid-logic-202603201747 into main#228
bourgeoa merged 2 commits intomainfrom
release/solid-logic-202603201747

Conversation

@bourgeoa
Copy link
Contributor

Automated stable release preparation.

Copilot AI review requested due to automatic review settings March 20, 2026 17:48
@bourgeoa bourgeoa enabled auto-merge March 20, 2026 17:48
@bourgeoa bourgeoa merged commit 3d6e4a1 into main Mar 20, 2026
5 checks passed
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 stable release prep adjusting dependency constraints to align the release branch with main.

Changes:

  • Pin solid-namespace to an exact version (0.5.4) instead of a caret range.
  • Bump the rdflib peer dependency from ^2.3.5 to ^2.3.6 and refresh the lockfile accordingly.

Reviewed changes

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

File Description
package.json Updates dependency range for solid-namespace and bumps rdflib peer version.
package-lock.json Syncs lockfile with the updated dependency spec and resolved package metadata.

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

solid-namespace was changed from a semver range (^0.5.4) to an exact version (0.5.4). This is inconsistent with the rest of this package’s dependency versioning (which mostly uses ^) and will prevent consumers from receiving compatible patch/minor fixes automatically. If there isn’t a specific need to pin, consider reverting to ^0.5.4 (or documenting the reason for pinning).

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