Release: merge release/solid-logic-202603200016 into main#223
Release: merge release/solid-logic-202603200016 into main#223
Conversation
There was a problem hiding this comment.
Pull request overview
Automated release-prep PR updating npm manifest/lockfile dependency metadata for the solid-logic package.
Changes:
- Updates
rdflibpeer dependency from^2.3.5to^2.3.6. - Pins
solid-namespacefrom^0.5.4to0.5.4and regenerates associated lockfile entries (including resolved/integrity fields and transitive updates liken3viardflib).
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" |
There was a problem hiding this comment.
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).
| "solid-namespace": "0.5.4" | |
| "solid-namespace": "^0.5.4" |
Automated stable release preparation.