Release: merge release/solid-logic-202603192334 into main#221
Release: merge release/solid-logic-202603192334 into main#221
Conversation
There was a problem hiding this comment.
Pull request overview
Automated release merge that updates dependency metadata/lockfile for the solid-logic package ahead of a stable release.
Changes:
- Pin
solid-namespacefrom^0.5.4to0.5.4independencies. - Bump
rdflibpeer dependency from^2.3.5to^2.3.6. - Regenerate/update
package-lock.jsonto reflect the dependency changes (including updated resolved/integrity fields and transitive updates underrdflib).
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" |
There was a problem hiding this comment.
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.
| "solid-namespace": "0.5.4" | |
| "solid-namespace": "^0.5.4" |
Automated stable release preparation.