Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates dependency versions and repository metadata in the npm package manifests.
Changes:
- Update
bugs.urlandhomepageto point toSolidOS/source-pane. - Bump peer and dev dependency versions (
rdflib,solid-logic,solid-ui, and lint/test tooling). - Refresh
package-lock.jsonto reflect updated dependency tree (including@noble/*,pane-registry, nesteduuid).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates project URLs and bumps peer/dev dependency version ranges. |
| package-lock.json | Updates resolved versions and dependency metadata to match new dependency set. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
43
to
+56
| "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" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/eslint-parser": "^7.28.0", | ||
| "@babel/eslint-parser": "^7.28.6", | ||
| "@testing-library/dom": "^10.4.1", | ||
| "eslint": "^9.33.0", | ||
| "eslint": "^9.39.2", | ||
| "jest": "^30.2.0", | ||
| "jest-environment-jsdom": "^30.0.5", | ||
| "jest-environment-jsdom": "^30.2.0", | ||
| "jest-fetch-mock": "^3.0.3", | ||
| "solid-logic": "^4.0.0", | ||
| "solid-ui": "^3.0.0" | ||
| "solid-logic": "^4.0.2", | ||
| "solid-ui": "^3.0.3" |
There was a problem hiding this comment.
Updating to solid-ui@3.0.3 pulls in @noble/curves@2.x, which declares an engines constraint of Node ">= 20.19.0" (see package-lock). Consider adding an explicit "engines" field in package.json (and/or documenting the minimum Node version) so consumers and contributors don’t hit unexpected install/runtime issues on Node <20.19.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.