Skip to content

dependencies#114

Merged
bourgeoa merged 2 commits intomainfrom
3.0.0-updates
Jan 25, 2026
Merged

dependencies#114
bourgeoa merged 2 commits intomainfrom
3.0.0-updates

Conversation

@bourgeoa
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings January 25, 2026 11:51
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

Updates dependency versions and repository metadata in the npm package manifests.

Changes:

  • Update bugs.url and homepage to point to SolidOS/source-pane.
  • Bump peer and dev dependency versions (rdflib, solid-logic, solid-ui, and lint/test tooling).
  • Refresh package-lock.json to reflect updated dependency tree (including @noble/*, pane-registry, nested uuid).

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"
Copy link

Copilot AI Jan 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
@bourgeoa bourgeoa merged commit c6ece61 into main Jan 25, 2026
5 checks passed
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.

1 participant