-
Notifications
You must be signed in to change notification settings - Fork 849
π§ chore(geti-inspect): Update Geti Inspect to react 19 #2948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
π§ chore(geti-inspect): Update Geti Inspect to react 19 #2948
Conversation
There was a problem hiding this 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 PR updates the Geti Inspect application to use React 19 for consistency with other Geti applications. The changes encompass dependency upgrades, configuration adjustments, and backend improvements.
- Upgraded React and related dependencies from version 18 to 19
- Updated development tooling and added new React compiler plugins
- Corrected backend configuration and file paths
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| app/ui/package.json | Updated React dependencies to v19, added React compiler plugins, corrected package name, and refined engine requirements |
| app/ui/README.md | Added syntax highlighting to code block |
| app/backend/src/main.py | Added FastAPI configuration options and updated default port |
| app/backend/run.sh | Corrected file paths from app/ to src/ directory |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
8e2a5e4
into
open-edge-platform:feature/geti-inspect
β¦tform#2948) * Use src folder inside run.sh * Set openapi_url path * Update to react 19 * Specify bash language in readme
* Use src folder inside run.sh * Set openapi_url path * Update to react 19 * Specify bash language in readme
β¦tform#2948) * Use src folder inside run.sh * Set openapi_url path * Update to react 19 * Specify bash language in readme
* Use src folder inside run.sh * Set openapi_url path * Update to react 19 * Specify bash language in readme
π Description
β¨ Changes
Select what type of change your PR is:
β Checklist
Before you submit your pull request, please make sure you have completed the following steps:
For more information about code review checklists, see the Code Review Checklist.