fix: update additional input list from uicore, update uicore version,…#863
fix: update additional input list from uicore, update uicore version,…#863
Conversation
… clean unused components Signed-off-by: Tomás Castillo <tcastilloboireau@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThis PR upgrades Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@package.json`:
- Line 93: Your bump of the dependency openstack-uicore-foundation to 5.0.1
introduces a React peerDependency mismatch because this repository's react and
react-dom are pinned to 16.13.1; either revert openstack-uicore-foundation back
to a 4.2.x release or upgrade react and react-dom to a 17.x release to satisfy
^17.0.0. Locate the package.json entry for "openstack-uicore-foundation" and
either change its version back to a 4.2.x tag or change the "react" and
"react-dom" entries from 16.13.1 to a compatible 17.x version, then regenerate
your lockfile (npm/yarn/pnpm) and run the test/build suite to validate the
change. Ensure the chosen approach is reflected in any CI config and document
the decision in the PR description.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: b29ad360-ca26-4d73-8106-02ece7eaf161
⛔ Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
📒 Files selected for processing (15)
package.jsonsrc/components/forms/form-template-meta-field-form.jssrc/components/forms/inventory-item-meta-field-form.jssrc/components/mui/__tests__/additional-input-list.test.jssrc/components/mui/__tests__/additional-input.test.jssrc/components/mui/__tests__/meta-field-values.test.jssrc/components/mui/formik-inputs/additional-input/additional-input-list.jssrc/components/mui/formik-inputs/additional-input/additional-input.jssrc/components/mui/formik-inputs/additional-input/meta-field-values.jssrc/i18n/en.jsonsrc/pages/sponsors-global/form-templates/form-template-popup.jssrc/pages/sponsors-global/form-templates/sponsor-inventory-popup.jssrc/pages/sponsors/sponsor-form-item-list-page/components/sponsor-form-item-form.jssrc/pages/sponsors/sponsor-forms-list-page/components/form-template/form-template-form.jssrc/pages/sponsors/sponsor-page/tabs/sponsor-forms-tab/components/customized-form/customized-form.js
💤 Files with no reviewable changes (8)
- src/components/mui/tests/additional-input.test.js
- src/components/forms/form-template-meta-field-form.js
- src/components/mui/tests/additional-input-list.test.js
- src/components/mui/tests/meta-field-values.test.js
- src/components/mui/formik-inputs/additional-input/additional-input.js
- src/components/forms/inventory-item-meta-field-form.js
- src/components/mui/formik-inputs/additional-input/meta-field-values.js
- src/components/mui/formik-inputs/additional-input/additional-input-list.js
Signed-off-by: Tomás Castillo <tcastilloboireau@gmail.com>
… clean unused components
ref: https://app.clickup.com/t/86b8t9k79
Signed-off-by: Tomás Castillo tcastilloboireau@gmail.com
Summary by CodeRabbit