Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump uikit from 3.21.16 to 3.22.2 in /frontend #825

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2025

Bumps uikit from 3.21.16 to 3.22.2.

Release notes

Sourced from uikit's releases.

v3.22.2

Fixed

  • Fix missing list markers in Chrome in List component

v3.22.1

Changed

  • Apply accordion item hook also to the first item

v3.22.0

Added

  • Add `slidnav` option to disable slidenav to Lightbox component
  • Add `nav` option to show a vertical thumbnav or dotnav to Lightbox component
  • Add `counter` option to show counter with current item number and total number of items to Lightbox component
  • Add `video-autoplay: inline` option to autoplay video without controls and muted to Lightbox component
  • Add zoom behavior to images and inline videos if they are higher than the viewport to Lightbox component
  • Allow `template` option to reference a `template` element in the DOM for the lightbox layout in Lightbox component
  • Add hidden class to hide empty elements to Visibility component
  • Add inverse style for form rang to Form component
  • Add margin xsmall classes to Margin component
  • Add horizontal margin variable to subnav pill in Subnav component
  • Add text stroke class to Text component
  • Add close-circle and arrow-down-arrow-up icons
  • Add `reload` option to Countdown component
  • Add `offset-end` option to Sticky component

Changed

  • IMPORTANT: Remove `@lightbox-toolbar-icon-` and `@lightbox-button-`from Lightbox component
  • IMPORTANT: Rename `@lightbox-toolbar-` to `@lightbox-caption-` in Lightbox component
  • IMPORTANT: Rename `@lightbox-item-color` to `@lightbox-color` in Lightbox component
  • Set `delay-controls: 0` prevents hiding controls in Lightbox component
  • Update default lightbox template in Lightbox component
  • Change padding calculation of search box and search icon in Search component
  • Change search style medium and large to look the same as default in Search component

Fixed

  • Fix spaces in the markup affecting the horizontal divider margin in Breadcrumb component

v3.21.17

Fixed

  • Fix Navbar component not re-applying transparency after closing Drop component
Changelog

Sourced from uikit's changelog.

3.22.2 (January 16, 2025)

Fixed

  • Fix missing list markers in Chrome in List component

3.22.1 (January 16, 2025)

Changed

  • Apply accordion item hook also to the first item

3.22.0 (January 9, 2025)

Added

  • Add slidnav option to disable slidenav to Lightbox component
  • Add nav option to show a vertical thumbnav or dotnav to Lightbox component
  • Add counter option to show counter with current item number and total number of items to Lightbox component
  • Add video-autoplay: inline option to autoplay video without controls and muted to Lightbox component
  • Add zoom behavior to images and inline videos if they are higher than the viewport to Lightbox component
  • Allow template option to reference a template element in the DOM for the lightbox layout in Lightbox component
  • Add hidden class to hide empty elements to Visibility component
  • Add inverse style for form rang to Form component
  • Add margin xsmall classes to Margin component
  • Add horizontal margin variable to subnav pill in Subnav component
  • Add text stroke class to Text component
  • Add close-circle and arrow-down-arrow-up icons
  • Add reload option to Countdown component
  • Add offset-end option to Sticky component

Changed

  • IMPORTANT: Remove @lightbox-toolbar-icon-* and @lightbox-button-*from Lightbox component
  • IMPORTANT: Rename @lightbox-toolbar-* to @lightbox-caption-* in Lightbox component
  • IMPORTANT: Rename @lightbox-item-color to @lightbox-color in Lightbox component
  • Set delay-controls: 0 prevents hiding controls in Lightbox component
  • Update default lightbox template in Lightbox component
  • Change padding calculation of search box and search icon in Search component
  • Change search style medium and large to look the same as default in Search component

Fixed

  • Fix spaces in the markup affecting the horizontal divider margin in Breadcrumb component

3.21.17 (January 7, 2025)

Fixed

  • Fix Navbar component not re-applying transparency after closing Drop component
Commits
  • 42962ae Merge branch 'release/v3.22.2'
  • 69a40bc v3.22.2
  • 7d02783 fix missing list markers in Chrome in List component
  • c21ca58 Merge tag 'v3.22.1' into develop
  • 9c32741 Merge branch 'release/v3.22.1'
  • 41f7940 v3.22.1
  • 1bab9b7 apply accordion item hook also to the first item
  • 13fe9fe chore(deps): bump nanoid from 3.3.7 to 3.3.8
  • 13e24bd chore(deps-dev): bump the dev-dependencies group across 1 directory with 11 u...
  • 8ad332a Merge tag 'v3.22.0' into develop
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [uikit](https://github.com/uikit/uikit) from 3.21.16 to 3.22.2.
- [Release notes](https://github.com/uikit/uikit/releases)
- [Changelog](https://github.com/uikit/uikit/blob/develop/CHANGELOG.md)
- [Commits](uikit/uikit@v3.21.16...v3.22.2)

---
updated-dependencies:
- dependency-name: uikit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants