canonical / ubuntu-desktop-installer

Ubuntu Desktop Installer
GNU General Public License v3.0
535 stars 94 forks source link

chore(deps): update dependency yaru to v4 #2421

Open renovate[bot] opened 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
yaru dependencies major ^0.9.0 -> ^4.0.0

Release Notes

ubuntu/yaru.dart (yaru) ### [`v4.0.0`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#400-2024-03-05) ### [`v1.2.1`](https://togithub.com/ubuntu/yaru.dart/releases/tag/v1.2.1) #### 1.2.1 (2023-12-26) #### What's Changed - fix: theming background color by [@​BLKKKBVSIK](https://togithub.com/BLKKKBVSIK) in [https://github.com/ubuntu/yaru.dart/pull/405](https://togithub.com/ubuntu/yaru.dart/pull/405) #### New Contributors - [@​BLKKKBVSIK](https://togithub.com/BLKKKBVSIK) made their first contribution in [https://github.com/ubuntu/yaru.dart/pull/405](https://togithub.com/ubuntu/yaru.dart/pull/405) **Full Changelog**: https://github.com/ubuntu/yaru.dart/compare/v1.2.0...v1.2.1 ### [`v1.2.0`](https://togithub.com/ubuntu/yaru.dart/releases/tag/v1.2.0) #### 1.2.0 (2023-11-15) #### What's Changed - ci: remove CLA check by [@​jpnurmi](https://togithub.com/jpnurmi) in [https://github.com/ubuntu/yaru.dart/pull/365](https://togithub.com/ubuntu/yaru.dart/pull/365) - feat: added no splash factory by [@​TheLiux](https://togithub.com/TheLiux) in [https://github.com/ubuntu/yaru.dart/pull/395](https://togithub.com/ubuntu/yaru.dart/pull/395) - chore: fixed typos by [@​TheLiux](https://togithub.com/TheLiux) in [https://github.com/ubuntu/yaru.dart/pull/402](https://togithub.com/ubuntu/yaru.dart/pull/402) - fix: Improve android support by [@​Feichtmeier](https://togithub.com/Feichtmeier) in [https://github.com/ubuntu/yaru.dart/pull/404](https://togithub.com/ubuntu/yaru.dart/pull/404) #### New Contributors - [@​TheLiux](https://togithub.com/TheLiux) made their first contribution in [https://github.com/ubuntu/yaru.dart/pull/395](https://togithub.com/ubuntu/yaru.dart/pull/395) **Full Changelog**: https://github.com/ubuntu/yaru.dart/compare/v1.1.0...v1.2.0 ### [`v1.1.0`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#110) - [Paul Kepinski](https://togithub.com/Jupi007) - YaruExpandable: add onChange callback ([#​149](https://togithub.com/ubuntu/yaru.dart/issues/149)) - Introduce YaruDraggable widget ([#​142](https://togithub.com/ubuntu/yaru.dart/issues/142)) - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - NarrowLayout: fix item widget if selected ([#​153](https://togithub.com/ubuntu/yaru.dart/issues/153)) - YaruExpandable: increase button size ([#​151](https://togithub.com/ubuntu/yaru.dart/issues/151)) - YaruExpansionPanel: use Object.hash ([#​150](https://togithub.com/ubuntu/yaru.dart/issues/150)) - WideLayout: fallback to itemWIdget ([#​148](https://togithub.com/ubuntu/yaru.dart/issues/148)) - YaruDialogTitle: use YaruRoundIconButton ([#​147](https://togithub.com/ubuntu/yaru.dart/issues/147)) - Add YaruRoundIconButton and get rid of IconButtons ([#​146](https://togithub.com/ubuntu/yaru.dart/issues/146)) - YaruDialogTitle: fix for material3 ([#​145](https://togithub.com/ubuntu/yaru.dart/issues/145)) - YaruExpandable: add optional isExpanded parameter ([#​144](https://togithub.com/ubuntu/yaru.dart/issues/144)) - YaruCompactLayout: Allow optional Widgets as Icons ([#​143](https://togithub.com/ubuntu/yaru.dart/issues/143)) ### [`v1.0.0`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#100) - this is the initial release of yaru.dart πŸŽ‰, it adds: - YaruRow - YaruSection - YaruPageItem - YaruMasterDetailPage - YaruPage - YaruAlertDialog - YaruCheckBoxRow - YaruColorPickerButton - YaruDialogTitle - YaruExpansionPanelList - YaruExtraOptionRow - YaruImageTile - YaruLandscapeLayout - YaruLinearProgressIndicator - YaruNarrowLayout - YaruOptionButton - YaruOptionCard - YaruPortraitLayout - YaruSearchAppBar - YaruSimpleDialog - YaruSliderRow - YaruSwitchRow - YaruTabbedPage - YaruToggleButtonsRow - YaruWideLayout - Thanks to our contributors - [Shan Shaji](https://togithub.com/shan-shaji) - [mivoligo](https://togithub.com/mivoligo) - [Paul Kepinski](https://togithub.com/Jupi007) ### [`v0.10.0`](https://togithub.com/ubuntu/yaru.dart/releases/tag/v0.10.0) ##### 0.10.0 (2023-08-07) ##### What's Changed - chore: dependabot by [@​jpnurmi](https://togithub.com/jpnurmi) in [https://github.com/ubuntu/yaru.dart/pull/362](https://togithub.com/ubuntu/yaru.dart/pull/362) - ci: reuse pr title & release actions from ufc/actions by [@​jpnurmi](https://togithub.com/jpnurmi) in [https://github.com/ubuntu/yaru.dart/pull/364](https://togithub.com/ubuntu/yaru.dart/pull/364) - ci: specify FLUTTER_VERSION environment variable by [@​jpnurmi](https://togithub.com/jpnurmi) in [https://github.com/ubuntu/yaru.dart/pull/366](https://togithub.com/ubuntu/yaru.dart/pull/366) - chore(example): show all colorscheme colors by [@​Feichtmeier](https://togithub.com/Feichtmeier) in [https://github.com/ubuntu/yaru.dart/pull/368](https://togithub.com/ubuntu/yaru.dart/pull/368) - feat: make dark theme darker by [@​Feichtmeier](https://togithub.com/Feichtmeier) in [https://github.com/ubuntu/yaru.dart/pull/373](https://togithub.com/ubuntu/yaru.dart/pull/373) - fix: remove spacing for font styles by [@​Feichtmeier](https://togithub.com/Feichtmeier) in [https://github.com/ubuntu/yaru.dart/pull/372](https://togithub.com/ubuntu/yaru.dart/pull/372) - fix: update handy_window and use it correctly by [@​Feichtmeier](https://togithub.com/Feichtmeier) in [https://github.com/ubuntu/yaru.dart/pull/374](https://togithub.com/ubuntu/yaru.dart/pull/374) - fix: remove wrong flutter dir cmake manipulation by [@​Feichtmeier](https://togithub.com/Feichtmeier) in [https://github.com/ubuntu/yaru.dart/pull/375](https://togithub.com/ubuntu/yaru.dart/pull/375) **Full Changelog**: https://github.com/ubuntu/yaru.dart/compare/v0.9.0...v0.10.0

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.