canonical / react-components

A set of components based on Vanilla Framework
https://canonical.github.io/react-components
82 stars 49 forks source link

chore(deps): update dependency vanilla-framework to v4.11.0 #1060

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 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: Enabled.

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 3 months ago

Demo

Jenkins

demos.haus

renovate[bot] commented 2 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.

github-actions[bot] commented 2 months ago

:tada: This PR is included in version 0.53.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: