Conversation
There was a problem hiding this comment.
Pull request overview
Updates npm metadata and refreshes dependency versions to newer releases.
Changes:
- Update
bugs.urlandhomepagelinks to theSolidOS/issue-paneGitHub org/repo. - Bump runtime, peer, and dev dependency version ranges (Babel, ESLint, rdflib/solid-* packages, webpack-dev-server).
- Regenerate
package-lock.jsonto reflect updated transitive dependencies (including@noble/*,uuid, etc.).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates repository metadata URLs and bumps direct/peer/dev dependency ranges. |
| package-lock.json | Updates the resolved dependency tree and versions to match the new ranges. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "peerDependencies": { | ||
| "rdflib": "^2.3.0", | ||
| "solid-logic": "^4.0.0", | ||
| "solid-ui": "^3.0.0" | ||
| "rdflib": "^2.3.5", | ||
| "solid-logic": "^4.0.2", | ||
| "solid-ui": "^3.0.3" |
There was a problem hiding this comment.
Updating solid-ui/solid-logic peer versions appears to pull in @noble/* v2 (via solid-ui 3.0.3), which in package-lock now declares an engines requirement of Node ">= 20.19.0". This conflicts with the repo’s .nvmrc (v18.19.0) and may break local installs/builds for contributors on Node 18. Consider either (a) bumping the project’s documented/declared Node version (e.g., add package.json engines + update .nvmrc) or (b) pinning solid-ui (or overriding @noble/* back to v1.x) to keep Node 18 compatibility.
No description provided.