Skip to content

Uvdsl2 - #224

Merged
bourgeoa merged 3 commits into
mainfrom
uvdsl2
Aug 20, 2026
Merged

Uvdsl2#224
bourgeoa merged 3 commits into
mainfrom
uvdsl2

Conversation

@bourgeoa

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI lite review requested due to automatic review settings August 20, 2026 22:20
@bourgeoa
bourgeoa merged commit 33e0c13 into main Aug 20, 2026
8 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR bumps the source-pane package version and updates its Solid ecosystem dependencies (notably solid-logic and solid-ui) along with related lockfile changes, and adjusts CI publishing to use a newer Node version.

Changes:

  • Bump package version from 3.1.0 to 3.2.0.
  • Update solid-logic to ^5.0.0, solid-ui to ^4.0.0, and rdflib (dev) to ^2.4.0, with corresponding package-lock.json updates.
  • Update the publish workflow Node version to 22.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

File Description
package.json Version bump and peer/dev dependency upgrades for Solid libraries.
package-lock.json Regenerated lockfile reflecting upgraded dependencies and their transitive graph.
.github/workflows/ci.yml Updates Node version used for npm publishing.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread package.json
Comment on lines 49 to +52
"peerDependencies": {
"rdflib": "^2.3.6",
"solid-logic": "^4.0.6",
"solid-ui": "^3.1.0"
"solid-logic": "^5.0.0",
"solid-ui": "^4.0.0"
Comment thread .github/workflows/ci.yml
Comment on lines 78 to 83
- uses: actions/setup-node@v6
with:
node-version: 20 # for npm@latest
node-version: 22 # for npm@latest
registry-url: 'https://registry.npmjs.org'
- name: Update npm to latest (required for OIDC)
run: npm install -g npm@latest
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.

2 participants