canonical / canonical.com

Repository for the new version of canonical.com
Other
34 stars 71 forks source link

Update dependency vanilla-framework to v4.11.0 #1216

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vanilla-framework (source) 4.9.0 -> 4.11.0 age adoption passing confidence

Release Notes

canonical/vanilla-framework (vanilla-framework) ### [`v4.11.0`](https://togithub.com/canonical/vanilla-framework/releases/tag/v4.11.0) [Compare Source](https://togithub.com/canonical/vanilla-framework/compare/v4.10.0...v4.11.0) #### Getting Vanilla Framework Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs #### New in Vanilla v4.11.0 #### πŸ’£ Potentially breaking change In [#​5081](https://togithub.com/canonical/vanilla-framework/issues/5081) we renamed the class names that add dividers to equal heights row component. If you've been using those already, rename them accordingly: `has-1st-divider` to `has-divider-1`, etc… #### πŸš€ Features - Add divider Suru variant by [@​bartaz](https://togithub.com/bartaz) ([#​5053](https://togithub.com/canonical/vanilla-framework/issues/5053)) #### πŸ› Bug Fixes - Label line-height on large breakpoint fix by [@​dgtlntv](https://togithub.com/dgtlntv) ([#​5075](https://togithub.com/canonical/vanilla-framework/issues/5075)) - Navigation "back" button chevron points left instead of right by [@​jmuzina](https://togithub.com/jmuzina) ([#​5077](https://togithub.com/canonical/vanilla-framework/issues/5077)) - fix border color discrepancy between themes by [@​lyubomir-popov](https://togithub.com/lyubomir-popov) ([#​5056](https://togithub.com/canonical/vanilla-framework/issues/5056)) #### πŸ“ Documentation - Update empty state 404 documentation example to match new branding by [@​jmuzina](https://togithub.com/jmuzina) ([#​5079](https://togithub.com/canonical/vanilla-framework/issues/5079)) - Update accordion accessibility documentation by [@​jmuzina](https://togithub.com/jmuzina) ([#​5083](https://togithub.com/canonical/vanilla-framework/issues/5083)) - Table layout utilities classes also apply to descendant elements; add table layout example docs by [@​jmuzina](https://togithub.com/jmuzina) ([#​5070](https://togithub.com/canonical/vanilla-framework/issues/5070)) - Alphabetize documentation sidenav elements by [@​jmuzina](https://togithub.com/jmuzina) ([#​5080](https://togithub.com/canonical/vanilla-framework/issues/5080)) - Don't name hero a pattern by [@​bartaz](https://togithub.com/bartaz) ([#​5082](https://togithub.com/canonical/vanilla-framework/issues/5082)) - Hero pattern docs by [@​bartaz](https://togithub.com/bartaz) ([#​5063](https://togithub.com/canonical/vanilla-framework/issues/5063)) - Add space to grid docs by [@​britneywwc](https://togithub.com/britneywwc) ([#​5061](https://togithub.com/canonical/vanilla-framework/issues/5061)) - Fix typography docs by [@​dgtlntv](https://togithub.com/dgtlntv) ([#​5055](https://togithub.com/canonical/vanilla-framework/issues/5055)) #### πŸ”¨ Maintenance - Update all non-major dependencies by [@​renovate](https://togithub.com/renovate) ([#​5071](https://togithub.com/canonical/vanilla-framework/issues/5071)) - Table layout utilities classes also apply to descendant elements; add table layout example docs by [@​jmuzina](https://togithub.com/jmuzina) ([#​5070](https://togithub.com/canonical/vanilla-framework/issues/5070)) - Equal heights updates by [@​bartaz](https://togithub.com/bartaz) ([#​5081](https://togithub.com/canonical/vanilla-framework/issues/5081)) - Update team members by [@​jmuzina](https://togithub.com/jmuzina) ([#​5073](https://togithub.com/canonical/vanilla-framework/issues/5073)) - Adjust p-nudge to better align text to the baseline grid by [@​dgtlntv](https://togithub.com/dgtlntv) ([#​4957](https://togithub.com/canonical/vanilla-framework/issues/4957)) - chore(deps): update dependency [@​canonical/cookie-policy](https://togithub.com/canonical/cookie-policy) to v3.6.3 by [@​renovate](https://togithub.com/renovate) ([#​5051](https://togithub.com/canonical/vanilla-framework/issues/5051)) - Update rule component to use new theme variables by [@​bartaz](https://togithub.com/bartaz) ([#​5064](https://togithub.com/canonical/vanilla-framework/issues/5064)) - Add theme support for active pagination button by [@​britneywwc](https://togithub.com/britneywwc) ([#​5058](https://togithub.com/canonical/vanilla-framework/issues/5058)) - Update divided list to use new theme colours by [@​lyubomir-popov](https://togithub.com/lyubomir-popov) ([#​5057](https://togithub.com/canonical/vanilla-framework/issues/5057)) #### New Contributors - [@​dgtlntv](https://togithub.com/dgtlntv) made their first contribution in [https://github.com/canonical/vanilla-framework/pull/5055](https://togithub.com/canonical/vanilla-framework/pull/5055) - [@​jmuzina](https://togithub.com/jmuzina) made their first contribution in [https://github.com/canonical/vanilla-framework/pull/5073](https://togithub.com/canonical/vanilla-framework/pull/5073) **Full Changelog**: https://github.com/canonical/vanilla-framework/compare/v4.10.0...v4.11.0 ### [`v4.10.0`](https://togithub.com/canonical/vanilla-framework/releases/tag/v4.10.0) [Compare Source](https://togithub.com/canonical/vanilla-framework/compare/v4.9.1...v4.10.0) #### Getting Vanilla Framework Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs #### New in Vanilla v4.10.0 #### πŸ’£ Breaking changes Setting default theme via SCSS variables is now deprecated. For example, using `$theme-default-nav` with value `dark` will not work anymore. Use `is-dark` or `is-light` class names in HTML instead. #### πŸš€ Features - Add equal height row component by [@​mas-who](https://togithub.com/mas-who) ([#​5039](https://togithub.com/canonical/vanilla-framework/issues/5039)) - Add design guidelines from discourse to Vanilla docs markdown by [@​aaryanporwal](https://togithub.com/aaryanporwal) ([#​4927](https://togithub.com/canonical/vanilla-framework/issues/4927)) - Update navigation component to new theming by [@​bartaz](https://togithub.com/bartaz) ([#​5043](https://togithub.com/canonical/vanilla-framework/issues/5043)) #### πŸ› Bug Fixes - Fix link icon by [@​bartaz](https://togithub.com/bartaz) ([#​5046](https://togithub.com/canonical/vanilla-framework/issues/5046)) #### πŸ“ Documentation - Fix typo in release notes by [@​bartaz](https://togithub.com/bartaz) ([#​5050](https://togithub.com/canonical/vanilla-framework/issues/5050)) - Add design guidelines from discourse to Vanilla docs markdown by [@​aaryanporwal](https://togithub.com/aaryanporwal) ([#​4927](https://togithub.com/canonical/vanilla-framework/issues/4927)) #### πŸ”¨ Maintenance - Use new theme colours in base styles by [@​bartaz](https://togithub.com/bartaz) ([#​5054](https://togithub.com/canonical/vanilla-framework/issues/5054)) - Deprecate old theme variables and remove them from code and docs by [@​bartaz](https://togithub.com/bartaz) ([#​5052](https://togithub.com/canonical/vanilla-framework/issues/5052)) - Remove get-site-urls dependency by [@​bartaz](https://togithub.com/bartaz) ([#​5049](https://togithub.com/canonical/vanilla-framework/issues/5049)) - Fix Percy on CircleCI performance issues by [@​bartaz](https://togithub.com/bartaz) ([#​5048](https://togithub.com/canonical/vanilla-framework/issues/5048)) - Fix access to localhost server on CircleCI by [@​bartaz](https://togithub.com/bartaz) ([#​5045](https://togithub.com/canonical/vanilla-framework/issues/5045)) - Update dependency [@​canonical/cookie-policy](https://togithub.com/canonical/cookie-policy) to v3.6.0 by [@​renovate](https://togithub.com/renovate) ([#​5038](https://togithub.com/canonical/vanilla-framework/issues/5038)) - Update release-drafter/release-drafter action to v6 by [@​renovate](https://togithub.com/renovate) ([#​5041](https://togithub.com/canonical/vanilla-framework/issues/5041)) - Update all non-major dependencies by [@​renovate](https://togithub.com/renovate) ([#​5040](https://togithub.com/canonical/vanilla-framework/issues/5040)) #### New Contributors - [@​mas-who](https://togithub.com/mas-who) made their first contribution in [https://github.com/canonical/vanilla-framework/pull/5039](https://togithub.com/canonical/vanilla-framework/pull/5039) **Full Changelog**: https://github.com/canonical/vanilla-framework/compare/v4.9.1...v4.10.0 ### [`v4.9.1`](https://togithub.com/canonical/vanilla-framework/releases/tag/v4.9.1) [Compare Source](https://togithub.com/canonical/vanilla-framework/compare/v4.9.0...v4.9.1) #### Getting Vanilla Framework Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs #### New in Vanilla v4.9.1 #### πŸ› Bug Fixes - Fix table mobile card top border by [@​britneywwc](https://togithub.com/britneywwc) ([#​5005](https://togithub.com/canonical/vanilla-framework/issues/5005)) - Revert default info icon to standard colour by [@​bartaz](https://togithub.com/bartaz) ([#​5027](https://togithub.com/canonical/vanilla-framework/issues/5027)) #### πŸ”¨ Maintenance - Move active/hover button opacity variables to settings by [@​bartaz](https://togithub.com/bartaz) ([#​5029](https://togithub.com/canonical/vanilla-framework/issues/5029)) **Full Changelog**: https://github.com/canonical/vanilla-framework/compare/v4.9.0...v4.9.1

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.

webteam-app commented 8 months ago

Demo starting at https://canonical-com-1216.demos.haus

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 66.14%. Comparing base (376c630) to head (86f0cb1). Report is 30 commits behind head on main.

:exclamation: Current head 86f0cb1 differs from pull request most recent head 70412fb. Consider uploading reports for the commit 70412fb to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1216 +/- ## ======================================= Coverage 66.14% 66.14% ======================================= Files 10 10 Lines 898 898 ======================================= Hits 594 594 Misses 304 304 ``` | [Flag](https://app.codecov.io/gh/canonical/canonical.com/pull/1216/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=canonical) | Coverage Ξ” | | |---|---|---| | [python](https://app.codecov.io/gh/canonical/canonical.com/pull/1216/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=canonical) | `66.14% <ΓΈ> (ΓΈ)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=canonical#carryforward-flags-in-the-pull-request-comment) to find out more.

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

renovate[bot] commented 6 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.