Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api-server: update dependencies (#913)
* update uvicorn Signed-off-by: Teo Koon Peng <[email protected]> * fix docs url to follow new root path behavior Signed-off-by: Teo Koon Peng <[email protected]> * revert change to how we determine root path Signed-off-by: Teo Koon Peng <[email protected]> * fix Pipfile Signed-off-by: Teo Koon Peng <[email protected]> * use verbose flag in ci Signed-off-by: Teo Koon Peng <[email protected]> * again Signed-off-by: Teo Koon Peng <[email protected]> * fix test error Signed-off-by: Teo Koon Peng <[email protected]> * remove unused imports Signed-off-by: Teo Koon Peng <[email protected]> * temp disable broken test Signed-off-by: Teo Koon Peng <[email protected]> * skip another broken test Signed-off-by: Teo Koon Peng <[email protected]> * WIP updating pydantic Signed-off-by: Teo Koon Peng <[email protected]> * fix broken socketio tests Signed-off-by: Teo Koon Peng <[email protected]> * fix using old field Signed-off-by: Teo Koon Peng <[email protected]> * switch to new lifespan api Signed-off-by: Teo Koon Peng <[email protected]> * fix typings Signed-off-by: Teo Koon Peng <[email protected]> * remove use of deprecated code Signed-off-by: Teo Koon Peng <[email protected]> * update pylint Signed-off-by: Teo Koon Peng <[email protected]> * update client api Signed-off-by: Teo Koon Peng <[email protected]> * do not separate input and output schemas Signed-off-by: Teo Koon Peng <[email protected]> * revert incompatible change where all ros fields are optional Signed-off-by: Teo Koon Peng <[email protected]> * update api-client Signed-off-by: Teo Koon Peng <[email protected]> * fixes for frontend Signed-off-by: Teo Koon Peng <[email protected]> * WIP updating tests Signed-off-by: Teo Koon Peng <[email protected]> * fix tests Signed-off-by: Teo Koon Peng <[email protected]> * before eject Signed-off-by: Teo Koon Peng <[email protected]> * eject react-scripts and update dependencies, needed to fix axios Signed-off-by: Teo Koon Peng <[email protected]> * update node Signed-off-by: Teo Koon Peng <[email protected]> * update eslint Signed-off-by: Teo Koon Peng <[email protected]> * move to jest, fix broken tests, remove svg and canvas tests Signed-off-by: Teo Koon Peng <[email protected]> * migrating storybook Signed-off-by: Teo Koon Peng <[email protected]> * finish migrating storybook Signed-off-by: Teo Koon Peng <[email protected]> * migrate storybook on rmf-auth Signed-off-by: Teo Koon Peng <[email protected]> * cleanup Signed-off-by: Teo Koon Peng <[email protected]> * remove unused imports Signed-off-by: Teo Koon Peng <[email protected]> * update lint command Signed-off-by: Teo Koon Peng <[email protected]> * fix imports Signed-off-by: Teo Koon Peng <[email protected]> * fix cjs not being processed Signed-off-by: Teo Koon Peng <[email protected]> * disable treating warnings as errors Signed-off-by: Teo Koon Peng <[email protected]> * update readme to use pnpm and node20 Signed-off-by: Teo Koon Peng <[email protected]> * workaround pydantic serialization problem Signed-off-by: Teo Koon Peng <[email protected]> * fix conversion in tests Signed-off-by: Teo Koon Peng <[email protected]> --------- Signed-off-by: Teo Koon Peng <[email protected]>
- Loading branch information