chore(ui): update dependencies to minor versions #648
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates dependencies to latest available
minor
versions. The only dependency that could not be upgraded to minor version is@floating-ui/react
and will require a separate ticket.Changes Made
Updated all dependencies to latest
minor
version except@floating-ui/react
dependency.Pinned all dependencies to the exact version by remove the caret
^
Using
^
means allowing packages to be upgraded automatically up until the latestminor
version but because of the nature of the open source packages it is not always guaranteed that, even, a patch update is non-breaking so the safest approach is to always use the exact version and have more confidence. Moreover, as from now on renovate will automatically open PRs for each new update so we'll be sure that each and every update to the dependencies is safe.Due to these updates type checker is more strict now and there is one commit to fix a type issue.
Allowed
renovate
to start scanning forminor
versions.Screenshots (if applicable)
Testing Instructions
Manually test UI Components and make sure nothing is broken.
Checklist