Skip to content

Conversation

@zkochan
Copy link
Member

@zkochan zkochan commented Jan 9, 2026

davidfirst and others added 2 commits January 8, 2026 10:37
Pass the same options to _getComponentsManifests in writeDependenciesToPackageJson
as used in _installModules to ensure consistent dependency calculation for external
package manager mode.
@zkochan zkochan force-pushed the fix/deps-of-env-installed-in-root branch from ac86b38 to e388df0 Compare January 9, 2026 16:37
@zkochan zkochan marked this pull request as ready for review January 9, 2026 16:42
Copilot AI review requested due to automatic review settings January 9, 2026 16:42
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

This pull request fixes an issue where environment dependencies were incorrectly being installed as dependencies of user components. The fix adds filtering logic to ensure only actually-used peer dependencies from the environment are included in the component's dependencies.

Key Changes:

  • Introduced filtering of default peer dependencies to only include those present in the component's actual dependency list

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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