Skip to content

Carry out renovate dependency updates from open PRs#167

Merged
rubensworks merged 10 commits intomasterfrom
copilot/carry-out-pr-updates
Apr 3, 2026
Merged

Carry out renovate dependency updates from open PRs#167
rubensworks merged 10 commits intomasterfrom
copilot/carry-out-pr-updates

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 2, 2026

  • Remove 18.x from the node-version matrix in .github/workflows/ci.yml
  • Remove skipLibCheck: true from tsconfig.json (no type errors in lib files)
  • Fix webpack web bundle crash on Windows: add DefinePlugin to set process.platform to 'browser', preventing supports-color from taking the Windows-specific os.release() code path that crashes with Node.js 24's undefined navigator.appVersion

Copilot AI and others added 7 commits April 2, 2026 13:35
Agent-Logs-Url: https://github.com/LinkedSoftwareDependencies/Components.js/sessions/8e0506ff-ee97-4ed4-a2ce-78b005276310

Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
tsconfig.json Outdated
"sourceMap": true,
"declaration": true,
"strict": true,
"skipLibCheck": true,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can you try avoiding skipLibCheck true, and check if there's another way of fixing things?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Removed skipLibCheck: true in 2c35bff — no type errors appear when building without it, so it wasn't needed.

…ess.platform to 'browser'

Agent-Logs-Url: https://github.com/LinkedSoftwareDependencies/Components.js/sessions/564588ce-af32-4dca-b68b-2522414fed80

Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
@rubensworks rubensworks marked this pull request as ready for review April 3, 2026 06:18
@rubensworks rubensworks merged commit ce17005 into master Apr 3, 2026
22 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