migtools / mig-ui

Openshift Migration UI
Apache License 2.0
10 stars 31 forks source link

Replace `@konveyor/lib-ui` with `@migtools/lib-ui` #1471

Open mturley opened 2 years ago

mturley commented 2 years ago

The @konveyor/lib-ui package has been migrated from the konveyor org to the migtools org as part of Konveyor being donated to the CNCF Sandbox. The npm package has been renamed to @migtools/lib-ui starting with the 8.4.1 release (see https://github.com/migtools/lib-ui/pull/111).

Upgrading lib-ui from 5.1.2 -> 8.4.1 involves the following breaking changes:

None of these changes affect this repo because it is not using useFormState or ValidatedTextInput, so renaming imports is the only source change necessary here.

See also:

openshift-ci[bot] commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mturley

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/konveyor/mig-ui/blob/master/OWNERS)~~ [mturley] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
mturley commented 2 years ago

Edit: actually, realizing the other change in this upgrade was a bump in the PatternFly versions used as peer dependencies in lib-ui. Marking this as a draft, may not return to it considering the status of mig-ui.