generated from cloudoperators/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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(ui): update dependencies to minor versions #648
Merged
Merged
+3,074
−7,737
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🦋 Changeset detectedLatest commit: 95916c1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
taymoor89
added
ui-components
All tasks related to juno-ui-components library
dependencies
labels
Nov 29, 2024
1 task
|
taymoor89
force-pushed
the
taimoor-use-exact-version
branch
2 times, most recently
from
December 2, 2024 15:24
18cd98d
to
8352639
Compare
taymoor89
force-pushed
the
taimoor-use-exact-version
branch
from
December 3, 2024 10:26
8352639
to
251a5e1
Compare
taymoor89
force-pushed
the
taimoor-use-exact-version
branch
from
December 3, 2024 10:45
251a5e1
to
ed3d261
Compare
barsukov
approved these changes
Dec 3, 2024
andypf
approved these changes
Dec 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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