Skip to content

Uvdsl2 - #459

Merged
bourgeoa merged 4 commits into
mainfrom
uvdsl2
Aug 19, 2026
Merged

Uvdsl2#459
bourgeoa merged 4 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 19, 2026 15:07

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 updates mashlib’s Solid ecosystem dependencies to newer major/minor versions and adjusts the webpack dev configuration to support producing both mashlib.js and mashlib.min.js during development/watch runs.

Changes:

  • Bump mashlib version to 2.3.0 and upgrade key runtime dependencies (solid-ui, solid-logic, solid-panes, pane-registry, rdflib).
  • Update webpack dev multi-config behavior by setting a distinct devServer.port for the secondary compiler config.
  • Refresh package-lock.json to reflect the upgraded dependency graph (including new transitive packages).

Reviewed changes

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

File Description
webpack.config.mjs Adds an explicit devServer.port override on the secondary dev config to satisfy webpack-cli’s unique-port requirement.
package.json Bumps package version and upgrades core Solid-related dependencies.
package-lock.json Updates the resolved dependency tree for the new dependency versions (notably including npm as a transitive dependency via solid-ui@4).

💡 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 +59 to +61
"solid-logic": "^5.0.0",
"solid-panes": "^4.5.0",
"solid-ui": "^4.0.0"
Comment thread webpack.config.mjs
Comment on lines +205 to +213
// webpack-cli requires a unique port per devServer config.
return [
developmentBundle,
{
...developmentBundle,
devServer: {
...developmentBundle.devServer,
port: 8081
},
@bourgeoa
bourgeoa merged commit b75b101 into main Aug 19, 2026
8 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.

2 participants