Skip to content

Commit

Permalink
chore(ui): update dependencies to minor versions (#648)
Browse files Browse the repository at this point in the history
* chore(deps): update dependencies to latest minor versions

* chore(deps): pin dependencies to exact version

* chore(ui): fix type issue

* chore(deps): allow renovate to scan for minor versions

* chore(ui): add changeset

---------

Co-authored-by: Wowa Barsukov <[email protected]>
  • Loading branch information
taymoor89 and barsukov authored Dec 3, 2024
1 parent 512055b commit 6877281
Show file tree
Hide file tree
Showing 5 changed files with 3,074 additions and 7,737 deletions.
5 changes: 5 additions & 0 deletions .changeset/gentle-mangos-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cloudoperators/juno-ui-components": patch
---

Dependencies are upgraded to latest minor version.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"groupName": "dependencies for ui-components",
"matchDatasources": ["npm"],
"matchFileNames": ["packages/ui-components/**"],
"matchUpdateTypes": ["patch"],
"matchUpdateTypes": ["minor", "patch"],
"minimumReleaseAge": "7 days",
"schedule": "every weekend"
}
Expand Down
Loading

0 comments on commit 6877281

Please sign in to comment.