Skip to content

Release: merge release/solid-logic-202603200037 into main#226

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

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

Conversation

@bourgeoa
Copy link
Contributor

Automated stable release preparation.

Copilot AI review requested due to automatic review settings March 20, 2026 00:38
@bourgeoa bourgeoa enabled auto-merge March 20, 2026 00:38
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 updating dependency constraints and lockfile to align with the release branch.

Changes:

  • Pin solid-namespace to 0.5.4 (previously ^0.5.4).
  • Bump rdflib peer dependency from ^2.3.5 to ^2.3.6 and refresh package-lock.json 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 version spec for solid-namespace and bumps rdflib peer dependency range.
package-lock.json Regenerates lockfile to reflect updated dependency specs and updated transitive 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 is now pinned to an exact version ("0.5.4") while every other dependency/devDependency in this file uses a semver range (^...). If the intent isn’t to deliberately prevent patch/minor upgrades, consider reverting to ^0.5.4 to stay consistent and allow dependency updates (including security fixes) without manual intervention.

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