patternfly / patternfly-react

A set of React components for the PatternFly project.
https://react-staging.patternfly.org/
MIT License
774 stars 352 forks source link

Fix issues stemming from publication linting #10833

Open jonkoops opened 1 month ago

jonkoops commented 1 month ago

This is a tracker issue to fix issues stemming from the publication linter introduced under #10764.

### Issues
- [ ] https://github.com/patternfly/patternfly-react/issues/10831
- [ ] https://github.com/patternfly/patternfly-react/issues/10832
- [ ] Packages do not specify a `files` field
- [ ] Packages do not have valid types
- [ ] Create a codemod to update import paths
dlabaj commented 5 days ago

Issues #10831 and #10832 relate to this issue.

jonkoops commented 5 days ago

They are linked as subtasks of this issue :)

tlabaj commented 3 days ago

After a meeting , the team decided to make changes in non breaking first.

jonkoops commented 3 days ago

Investigation is still needed to determine whether the change can be made in a non-breaking way. I would advise to test this theory against a complex dependency such as @patternfly/react-core with an existing application in order to validate this.