canonical / microstack.run

Code for the microstack.run website by Canonical.
https://microstack.run
4 stars 22 forks source link

chore(deps): update internal dependencies #252

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@canonical/cookie-policy 3.5.0 -> 3.6.3 age adoption passing confidence
@canonical/global-nav 3.6.2 -> 3.6.4 age adoption passing confidence
vanilla-framework (source) 4.8.0 -> 4.11.0 age adoption passing confidence

Release Notes

canonical/cookie-policy (@​canonical/cookie-policy) ### [`v3.6.3`](https://togithub.com/canonical/cookie-policy/releases/tag/v3.6.3) [Compare Source](https://togithub.com/canonical/cookie-policy/compare/v3.6.2...v3.6.3) #### What's Changed in cookie-policy v3.6.3 ##### :bug: Fixes - Release to npm when a new release is published by [@​samhotep](https://togithub.com/samhotep) in [https://github.com/canonical/cookie-policy/pull/175](https://togithub.com/canonical/cookie-policy/pull/175) **Full Changelog**: https://github.com/canonical/cookie-policy/compare/3.6.2...v3.6.3 ### [`v3.6.2`](https://togithub.com/canonical/cookie-policy/releases/tag/v3.6.2) [Compare Source](https://togithub.com/canonical/cookie-policy/compare/v3.6.1...v3.6.2) #### What's Changed in cookie-policy v3.6.2 ##### :bug: Fixes - Consent mode will now load as soon as the script is loaded by [@​samhotep](https://togithub.com/samhotep) in [https://github.com/canonical/cookie-policy/pull/174](https://togithub.com/canonical/cookie-policy/pull/174) **Full Changelog**: https://github.com/canonical/cookie-policy/compare/3.6.1...v3.6.2 ### [`v3.6.1`](https://togithub.com/canonical/cookie-policy/releases/tag/v3.6.1) [Compare Source](https://togithub.com/canonical/cookie-policy/compare/v3.6.0...v3.6.1) #### What's Changed in cookie-policy v3.6.1 ##### :bug: Fixes - Insert google consent mode scripts into active session by [@​samhotep](https://togithub.com/samhotep) in [https://github.com/canonical/cookie-policy/pull/172](https://togithub.com/canonical/cookie-policy/pull/172) **Full Changelog**: https://github.com/canonical/cookie-policy/compare/3.6.0...v3.6.1 ### [`v3.6.0`](https://togithub.com/canonical/cookie-policy/releases/tag/v3.6.0) [Compare Source](https://togithub.com/canonical/cookie-policy/compare/v3.5.0...v3.6.0) #### What's Changed in cookie-policy v3.6.0 ##### :rocket: Features - Added support for google consent mode by [@​samhotep](https://togithub.com/samhotep) in [https://github.com/canonical/cookie-policy/pull/171](https://togithub.com/canonical/cookie-policy/pull/171) #### New Contributors - [@​samhotep](https://togithub.com/samhotep) made their first contribution in [https://github.com/canonical/cookie-policy/pull/171](https://togithub.com/canonical/cookie-policy/pull/171) **Full Changelog**: https://github.com/canonical/cookie-policy/compare/3.5.0...v3.6.0
canonical-web-and-design/global-nav (@​canonical/global-nav) ### [`v3.6.4`](https://togithub.com/canonical/global-nav/releases/tag/v3.6.4) [Compare Source](https://togithub.com/canonical-web-and-design/global-nav/compare/v3.6.3...v3.6.4) #### What's Changed - Update demo to Vanilla 4.9.0 and fix inverted links theming by [@​bartaz](https://togithub.com/bartaz) in [https://github.com/canonical/global-nav/pull/282](https://togithub.com/canonical/global-nav/pull/282) - Bump word-wrap from 1.2.3 to 1.2.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/canonical/global-nav/pull/267](https://togithub.com/canonical/global-nav/pull/267) - Release 3.6.4 by [@​bartaz](https://togithub.com/bartaz) in [https://github.com/canonical/global-nav/pull/286](https://togithub.com/canonical/global-nav/pull/286) - Update all dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/canonical/global-nav/pull/279](https://togithub.com/canonical/global-nav/pull/279) - Update dependency postcss to v8.4.31 \[SECURITY] by [@​renovate](https://togithub.com/renovate) in [https://github.com/canonical/global-nav/pull/275](https://togithub.com/canonical/global-nav/pull/275) - Bump postcss from 8.4.21 to 8.4.31 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/canonical/global-nav/pull/276](https://togithub.com/canonical/global-nav/pull/276) - Bump follow-redirects from 1.14.8 to 1.15.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/canonical/global-nav/pull/283](https://togithub.com/canonical/global-nav/pull/283) - Bump es5-ext from 0.10.53 to 0.10.64 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/canonical/global-nav/pull/284](https://togithub.com/canonical/global-nav/pull/284) **Full Changelog**: https://github.com/canonical/global-nav/compare/v3.6.3...v3.6.4 ### [`v3.6.3`](https://togithub.com/canonical/global-nav/releases/tag/v3.6.3) [Compare Source](https://togithub.com/canonical-web-and-design/global-nav/compare/v3.6.2...v3.6.3) ### What's Changed - Bumped Vanilla version to V 4.9.0
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 ### [`v4.9.0`](https://togithub.com/canonical/vanilla-framework/releases/tag/v4.9.0) [Compare Source](https://togithub.com/canonical/vanilla-framework/compare/v4.8.0...v4.9.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.9.0 ##### πŸš€ Features - Add `p-media-container` class by [@​petesfrench](https://togithub.com/petesfrench) ([#​5012](https://togithub.com/canonical/vanilla-framework/issues/5012)) - Add theme support for code snippet by [@​britneywwc](https://togithub.com/britneywwc) ([#​5004](https://togithub.com/canonical/vanilla-framework/issues/5004)) - Add a fourth level of nesting to the side navigation component by [@​petesfrench](https://togithub.com/petesfrench) ([#​5010](https://togithub.com/canonical/vanilla-framework/issues/5010)) - Buttons themes by [@​bartaz](https://togithub.com/bartaz) ([#​5024](https://togithub.com/canonical/vanilla-framework/issues/5024)) ##### πŸ› Bug Fixes - Fix regression that caused wrong success icon being used in lists by [@​bartaz](https://togithub.com/bartaz) ([#​5028](https://togithub.com/canonical/vanilla-framework/issues/5028)) - Fix nested list counter by [@​codeEmpress1](https://togithub.com/codeEmpress1) ([#​5011](https://togithub.com/canonical/vanilla-framework/issues/5011)) - Fix width of bold linked heading on hover in side-navigation by [@​codeEmpress1](https://togithub.com/codeEmpress1) ([#​5009](https://togithub.com/canonical/vanilla-framework/issues/5009)) - Fix bug where u-fixed-width wasn't having its padding reset when inside the new row classes by [@​petesfrench](https://togithub.com/petesfrench) ([#​5008](https://togithub.com/canonical/vanilla-framework/issues/5008)) - Adjust columns on mobile view for step-list--detailed by [@​petesfrench](https://togithub.com/petesfrench) ([#​5007](https://togithub.com/canonical/vanilla-framework/issues/5007)) ##### πŸ“ Documentation - Theme switch in examples by [@​codeEmpress1](https://togithub.com/codeEmpress1) ([#​5022](https://togithub.com/canonical/vanilla-framework/issues/5022)) - Update link to Accessibility Alphabet by [@​bartaz](https://togithub.com/bartaz) ([#​5020](https://togithub.com/canonical/vanilla-framework/issues/5020)) - Add validation example by [@​codeEmpress1](https://togithub.com/codeEmpress1) ([#​5013](https://togithub.com/canonical/vanilla-framework/issues/5013)) ##### πŸ”¨ Maintenance - Fixed typo in GH issue template (out site -> our site) by [@​tanyabouman](https://togithub.com/tanyabouman) ([#​5018](https://togithub.com/canonical/vanilla-framework/issues/5018)) - Update dependency svgo to v3 by [@​renovate](https://togithub.com/renovate) ([#​5016](https://togithub.com/canonical/vanilla-framework/issues/5016)) - Update all non-major dependencies by [@​renovate](https://togithub.com/renovate) ([#​5015](https://togithub.com/canonical/vanilla-framework/issues/5015)) - Bump es5-ext from 0.10.53 to 0.10.63 by [@​dependabot](https://togithub.com/dependabot) ([#​5006](https://togithub.com/canonical/vanilla-framework/issues/5006)) - Remove repeated colours by [@​britneywwc](https://togithub.com/britneywwc) ([#​5003](https://togithub.com/canonical/vanilla-framework/issues/5003)) ##### New Contributors - [@​codeEmpress1](https://togithub.com/codeEmpress1) made their first contribution in [https://github.com/canonical/vanilla-framework/pull/5009](https://togithub.com/canonical/vanilla-framework/pull/5009) - [@​tanyabouman](https://togithub.com/tanyabouman) made their first contribution in [https://github.com/canonical/vanilla-framework/pull/5018](https://togithub.com/canonical/vanilla-framework/pull/5018) **Full Changelog**: https://github.com/canonical/vanilla-framework/compare/v4.8.0...v4.9.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 6 months ago

Demo starting at https://microstack-run-252.demos.haus

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 77.27%. Comparing base (0603b67) to head (cef52cf). Report is 18 commits behind head on main.

:exclamation: Current head cef52cf differs from pull request most recent head ceec30a

Please upload reports for the commit ceec30a to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #252 +/- ## ======================================= Coverage 77.27% 77.27% ======================================= Files 2 2 Lines 44 44 ======================================= Hits 34 34 Misses 10 10 ``` | [Flag](https://app.codecov.io/gh/canonical/microstack.run/pull/252/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/microstack.run/pull/252/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=canonical) | `77.27% <ΓΈ> (ΓΈ)` | | 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.