build: remove repository fields from package manifests and exclude packageManager from release filters#33165
Conversation
…ckageManager from release filters Several changes to align package.json files.
There was a problem hiding this comment.
Code Review
This pull request removes redundant metadata such as license, author, and repository information from several package.json files and updates the release filter to exclude the packageManager field from root overrides. Feedback suggests that narrowing the deprecation version range for Webpack support to >=22.0.0-rc.0 might cause early adopters on next releases to miss important warnings. Additionally, it is recommended to expand the release filter's exclusion list to include other package-specific fields like files, sideEffects, and exports to prevent accidental overwriting from the root configuration.
|
This pull request has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Several changes to align package.json files.