canonical / juju-dashboard

View the real-time status of your Juju or JAAS environment.
https://juju.is
GNU Lesser General Public License v3.0
23 stars 23 forks source link

Update internal dependencies #1705

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@canonical/react-components (source) 0.50.0 -> 0.50.5 age adoption passing confidence
vanilla-framework (source) 4.7.0 -> 4.8.0 age adoption passing confidence

Release Notes

canonical/react-components (@​canonical/react-components) ### [`v0.50.5`](https://togithub.com/canonical/react-components/releases/tag/v0.50.5) [Compare Source](https://togithub.com/canonical/react-components/compare/v0.50.4...v0.50.5) ##### Bug Fixes - **notif-provider:** make success notification title customisable ([708f189](https://togithub.com/canonical/react-components/commit/708f18999f1a0b8bb52e6e55b58e9b00d27ca759)) ### [`v0.50.4`](https://togithub.com/canonical/react-components/releases/tag/v0.50.4) [Compare Source](https://togithub.com/canonical/react-components/compare/v0.50.3...v0.50.4) ##### Bug Fixes - **deps:** Added missing lodash/isequal dep. ([1c5ce39](https://togithub.com/canonical/react-components/commit/1c5ce398eb8345bb58f1e834f03784e973347c75)) ### [`v0.50.3`](https://togithub.com/canonical/react-components/releases/tag/v0.50.3) [Compare Source](https://togithub.com/canonical/react-components/compare/v0.50.2...v0.50.3) ##### Bug Fixes - address a11y issues in input related components ([6e79c95](https://togithub.com/canonical/react-components/commit/6e79c9546799d5e29f97a20149014b25ea6e4caf)) ### [`v0.50.2`](https://togithub.com/canonical/react-components/releases/tag/v0.50.2) [Compare Source](https://togithub.com/canonical/react-components/compare/v0.50.1...v0.50.2) ##### Bug Fixes - revert change for table pagination text adjustment on small screen ([432966b](https://togithub.com/canonical/react-components/commit/432966be65055a730fd6e91f4cb9bd1e81c951e4)) ### [`v0.50.1`](https://togithub.com/canonical/react-components/releases/tag/v0.50.1) [Compare Source](https://togithub.com/canonical/react-components/compare/v0.50.0...v0.50.1) ##### Bug Fixes - table pagination description adjustments for all screen sizes \[WD-8561] ([f2f84f8](https://togithub.com/canonical/react-components/commit/f2f84f83f9ca61fc11f607f8d7a64180e698eef4))
canonical/vanilla-framework (vanilla-framework) ### [`v4.8.0`](https://togithub.com/canonical/vanilla-framework/releases/tag/v4.8.0) [Compare Source](https://togithub.com/canonical/vanilla-framework/compare/v4.7.0...v4.8.0) #### New in Vanilla v4.8.0 ##### 💅 New theming This version introduces new theming system to Vanilla. Previous system was based on theme styling being applied on SCSS level on per-component basis. Newly introduced system utilises CSS custom properties to provide colour variables that are inherited through the whole document. We currently support a light theme (default or via `is-light` class name) that features white background, paper theme (via `is-paper` class) that uses new "paper" grey background that is used on most of our new designs, and dark theme (via `is-dark` class) that is being used more often in recent designs to highlight some significant pages. ##### 🚧 Work in progress Current release of Vanilla 4.8.0 contains the foundation work of this new theming and includes migration of most commonly used themed components. The work is not complete yet, there are still components that use the old theming system and many components not themed at all. We will continue to migrate remaining parts in upcoming versions. We tried to make sure to keep this change backwards compatible, so hopefully it should not affect styling of existing components in any significant and unexpected way. ##### 🎨 Default icon colour As part of the theming we improved consistency of colours we use across themes. As a result of that the default colour of most of Vanilla icons (in default light theme) was changed to be the same as text colour (black `#000`) instead of previous value of `$color-mid-dark` (`#666`). If you are using any custom icons this may cause inconsistencies. For consistency with Vanilla use built-in icons, or update your icons to use `$colors--light-theme--icon` (or `$colors--dark-theme--icon`), depending on the theme. ##### 🏗️ New and deprecated components Alongside the theming work, we are also providing components to help build page sections in the new branding style, and deprecating some old components to avoid confusion. New components include the [hero section](https://vanillaframework.io/docs/patterns/section#hero-sections) and [new Suru sections](https://staging.vanillaframework.io/docs/patterns/suru), that should simplify building of the hero sections on the pages. We also deprecated a variety of legacy strip variants, reducing the options and updating [the strip component](https://staging.vanillaframework.io/docs/patterns/strip) to utilise new theming. For more details check the [changelog in our documentation](https://vanillaframework.io/docs/whats-new). ##### 🙋 Guest devs Vanilla team was joined for a Pulse by wonderful guest developers: [@​britneywwc](https://togithub.com/britneywwc) [@​chillkang](https://togithub.com/chillkang). This release would not be possible without their contributions. Thanks! ##### 📋 Changelog ##### 🚀 Features - Update strip component to new theming system by [@​bartaz](https://togithub.com/bartaz) ([#​4996](https://togithub.com/canonical/vanilla-framework/issues/4996)) - Add theme support for table component by [@​britneywwc](https://togithub.com/britneywwc) ([#​5000](https://togithub.com/canonical/vanilla-framework/issues/5000)) - Update links to use new theming by [@​bartaz](https://togithub.com/bartaz) ([#​4997](https://togithub.com/canonical/vanilla-framework/issues/4997)) - Add theme support for muted text by [@​britneywwc](https://togithub.com/britneywwc) ([#​4994](https://togithub.com/canonical/vanilla-framework/issues/4994)) - Update core icons to support new theming system by [@​bartaz](https://togithub.com/bartaz) ([#​4993](https://togithub.com/canonical/vanilla-framework/issues/4993)) - Add more hero suru variants by [@​bartaz](https://togithub.com/bartaz) ([#​4989](https://togithub.com/canonical/vanilla-framework/issues/4989)) - Add dark theme support to notifications by [@​chillkang](https://togithub.com/chillkang) ([#​4971](https://togithub.com/canonical/vanilla-framework/issues/4971)) - Update chips with new theming support by [@​chillkang](https://togithub.com/chillkang) ([#​4986](https://togithub.com/canonical/vanilla-framework/issues/4986)) - Update Suru to support hero sections with 25/75 and 50/50 main suru backgrounds by [@​bartaz](https://togithub.com/bartaz) ([#​4985](https://togithub.com/canonical/vanilla-framework/issues/4985)) - Add theme support for form validation by [@​britneywwc](https://togithub.com/britneywwc) ([#​4981](https://togithub.com/canonical/vanilla-framework/issues/4981)) - Add theme support for search box by [@​britneywwc](https://togithub.com/britneywwc) ([#​4987](https://togithub.com/canonical/vanilla-framework/issues/4987)) - Add theme support for forms tick elements by [@​britneywwc](https://togithub.com/britneywwc) ([#​4977](https://togithub.com/canonical/vanilla-framework/issues/4977)) - Add theme support for forms password toggle by [@​britneywwc](https://togithub.com/britneywwc) ([#​4976](https://togithub.com/canonical/vanilla-framework/issues/4976)) - Add theme support for forms help text by [@​britneywwc](https://togithub.com/britneywwc) ([#​4975](https://togithub.com/canonical/vanilla-framework/issues/4975)) - Add new theme support for base forms by [@​britneywwc](https://togithub.com/britneywwc) ([#​4974](https://togithub.com/canonical/vanilla-framework/issues/4974)) - Hero section by [@​bartaz](https://togithub.com/bartaz) ([#​4973](https://togithub.com/canonical/vanilla-framework/issues/4973)) - \[Feature branch] Dark theme implemented as CSS variables by [@​bartaz](https://togithub.com/bartaz) ([#​4969](https://togithub.com/canonical/vanilla-framework/issues/4969)) ##### 🐛 Bug Fixes - Fix overlap issues with sticky app layout panel headers by [@​bartaz](https://togithub.com/bartaz) ([#​4991](https://togithub.com/canonical/vanilla-framework/issues/4991)) - Update Twitter/X icon and add support for dark theme to GitHub icon by [@​bartaz](https://togithub.com/bartaz) ([#​4978](https://togithub.com/canonical/vanilla-framework/issues/4978)) ##### 🔨 Maintenance - Fix typo by [@​britneywwc](https://togithub.com/britneywwc) ([#​4999](https://togithub.com/canonical/vanilla-framework/issues/4999)) - Rename color variables for consistency by [@​chillkang](https://togithub.com/chillkang) ([#​4982](https://togithub.com/canonical/vanilla-framework/issues/4982)) - Export status color variables as CSS custom properties by [@​chillkang](https://togithub.com/chillkang) ([#​4979](https://togithub.com/canonical/vanilla-framework/issues/4979)) - Fix typo in release file by [@​britneywwc](https://togithub.com/britneywwc) ([#​4980](https://togithub.com/canonical/vanilla-framework/issues/4980)) #### Getting Vanilla Framework Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs #### New Contributors - [@​chillkang](https://togithub.com/chillkang) made their first contribution in [https://github.com/canonical/vanilla-framework/pull/4979](https://togithub.com/canonical/vanilla-framework/pull/4979) **Full Changelog**: https://github.com/canonical/vanilla-framework/compare/v4.7.0...v4.8.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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

webteam-app commented 7 months ago

Demo starting at https://juju-dashboard-1705.demos.haus

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.92%. Comparing base (8328874) to head (6e6c5de).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1705 +/- ## ======================================= Coverage 95.92% 95.92% ======================================= Files 201 201 Lines 6091 6091 Branches 1777 1777 ======================================= Hits 5843 5843 Misses 228 228 Partials 20 20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.