sapcc / elektra

An opinionated openstack Web UI for consumer self service and operations.
Apache License 2.0
72 stars 29 forks source link

fix(deps): update dependency bootstrap-select to v1.13.18 #1379

Open renovate[bot] opened 2 weeks ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bootstrap-select (source) 1.13.6 -> 1.13.18 age adoption passing confidence

Release Notes

snapappointments/bootstrap-select (bootstrap-select) ### [`v1.13.18`](https://togithub.com/snapappointments/bootstrap-select/blob/HEAD/CHANGELOG.md#v11318-2020-06-26) [Compare Source](https://togithub.com/snapappointments/bootstrap-select/compare/v1.13.17...v1.13.18) ##### Bug Fixes - [#​1342]: Bootstrap select doesn't send field data on form submit (set form attribute on select element to fix) - [#​2402]: In Internet Explorer, with liveSearchPlaceholder enabled, can't select option while searchBox is focused. Also, selected option doesn't get scrolled to when opening menu - [#​2464]: title attribute does not work in 1.13.17 (Safari) - [#​2469]: Shift-Tab key not working in 1.13.17 - [#​2474]: With multiple selects, cannot select options with keyboard after using mouse to select options - [#​2483]: Dropdown with unselectable index 0 will not scroll to top on arrow_down with last index selected - [#​2491]: remove placeholder/title option when destroying selectpicker [#​1342]: https://togithub.com/snapappointments/bootstrap-select/issues/1342 [#​2402]: https://togithub.com/snapappointments/bootstrap-select/issues/2402 [#​2464]: https://togithub.com/snapappointments/bootstrap-select/issues/2464 [#​2469]: https://togithub.com/snapappointments/bootstrap-select/issues/2469 [#​2474]: https://togithub.com/snapappointments/bootstrap-select/issues/2474 [#​2483]: https://togithub.com/snapappointments/bootstrap-select/issues/2483 [#​2491]: https://togithub.com/snapappointments/bootstrap-select/issues/2491 *** ### [`v1.13.17`](https://togithub.com/snapappointments/bootstrap-select/blob/HEAD/CHANGELOG.md#v11317-2020-05-07) [Compare Source](https://togithub.com/snapappointments/bootstrap-select/compare/v1.13.16...v1.13.17) ##### Bug Fixes - [#​478]: tab key skips selectpicker inputs on Mac (Safari) - [#​1023]: if title/placeholder enabled, select value changes when pressing back in browser - [#​1828]: selectpicker('mobile') not working on iOS - [#​2448]: Incorrect dropdown style when Bootstrap 4 version is not auto detected since 1.13.13 [#​478]: https://togithub.com/snapappointments/bootstrap-select/issues/478 [#​1023]: https://togithub.com/snapappointments/bootstrap-select/issues/1023 [#​1828]: https://togithub.com/snapappointments/bootstrap-select/issues/1828 [#​2448]: https://togithub.com/snapappointments/bootstrap-select/issues/2448 *** ### [`v1.13.16`](https://togithub.com/snapappointments/bootstrap-select/blob/HEAD/CHANGELOG.md#v11316-2020-04-24) [Compare Source](https://togithub.com/snapappointments/bootstrap-select/compare/v1.13.15...v1.13.16) ##### Bug Fixes - [#​2380]: Specifying a Title and OptGroups creates a redundant divider - [#​2381]: Tick/check mark rendering in Firefox - [#​2391]: setStyle fails if newElement.parentNode is a document fragment - [#​2393]: liHeight does not consider custom option content when computing li height - [#​2442]: Using a class in optgroup results in an error on refresh in chrome - [#​2445]: Problem with refresh and selected item - [#​2446]: Bootstrap select property dataApiKeydownHandler error [#​2380]: https://togithub.com/snapappointments/bootstrap-select/issues/2380 [#​2381]: https://togithub.com/snapappointments/bootstrap-select/issues/2381 [#​2391]: https://togithub.com/snapappointments/bootstrap-select/issues/2391 [#​2393]: https://togithub.com/snapappointments/bootstrap-select/issues/2393 [#​2442]: https://togithub.com/snapappointments/bootstrap-select/issues/2442 [#​2445]: https://togithub.com/snapappointments/bootstrap-select/issues/2445 [#​2446]: https://togithub.com/snapappointments/bootstrap-select/issues/2446 *** ### [`v1.13.15`](https://togithub.com/snapappointments/bootstrap-select/blob/HEAD/CHANGELOG.md#v11315-2020-04-20) [Compare Source](https://togithub.com/snapappointments/bootstrap-select/compare/v1.13.14...v1.13.15) ##### Bug Fixes - [#​2430]: hasOwnProperty error with jQuery 3.5.0 - [#​2439]: error setting bootstrapKeydown if Bootstrap not yet loaded [#​2430]: https://togithub.com/snapappointments/bootstrap-select/issues/2430 [#​2439]: https://togithub.com/snapappointments/bootstrap-select/issues/2439 *** ### [`v1.13.14`](https://togithub.com/snapappointments/bootstrap-select/blob/HEAD/CHANGELOG.md#v11314-2020-04-17) [Compare Source](https://togithub.com/snapappointments/bootstrap-select/compare/v1.13.13...v1.13.14) ##### Bug Fixes - [#​2436]: TypeError: Cannot read property 'content' of undefined - [#​2437]: If a select has the title attribute set (and is not a multiple select), selecting an option doesn't update the value in the button ##### Translations - [#​2195]: Improve CZ translations - [#​2274]: Improve JP translations - [#​2196]: Add Serbian translations - [#​2340]: Add Thai translations [#​2436]: https://togithub.com/snapappointments/bootstrap-select/issues/2436 [#​2437]: https://togithub.com/snapappointments/bootstrap-select/issues/2437 [#​2195]: https://togithub.com/snapappointments/bootstrap-select/pull/2195 [#​2274]: https://togithub.com/snapappointments/bootstrap-select/pull/2274 [#​2196]: https://togithub.com/snapappointments/bootstrap-select/pull/2196 [#​2340]: https://togithub.com/snapappointments/bootstrap-select/pull/2340 *** ### [`v1.13.13`](https://togithub.com/snapappointments/bootstrap-select/blob/HEAD/CHANGELOG.md#v11313-2020-04-16) [Compare Source](https://togithub.com/snapappointments/bootstrap-select/compare/v1.13.12...v1.13.13) ##### Bug Fixes - [#​2339]: data-size="false" not working - [#​2337]: calling deselectAll/selectAll immediately after page load throws error - [#​2320]: Dropup becomes a dropdown upon search - [#​2308]: Keyboard control over Bootstrap Dropdown components stops working - [#​2272]: Class bs-placeholder is no longer set on "default" values in 1.13.10 - [#​2352]: "Deselect All" doesn't consistently work with virtual scroll [#​2339]: https://togithub.com/snapappointments/bootstrap-select/issues/2339 [#​2337]: https://togithub.com/snapappointments/bootstrap-select/issues/2337 [#​2320]: https://togithub.com/snapappointments/bootstrap-select/issues/2320 [#​2308]: https://togithub.com/snapappointments/bootstrap-select/issues/2308 [#​2272]: https://togithub.com/snapappointments/bootstrap-select/issues/2272 [#​2352]: https://togithub.com/snapappointments/bootstrap-select/issues/2352 *** ### [`v1.13.12`](https://togithub.com/snapappointments/bootstrap-select/blob/HEAD/CHANGELOG.md#v11312-2019-10-10) [Compare Source](https://togithub.com/snapappointments/bootstrap-select/compare/v1.13.11...v1.13.12) ##### Bug Fixes - [#​2176]: allow was-validated class to work on select elements without selectpicker class - [#​2321]: CTRL + F5 not working while dropdown is open - [#​2308]: Keyboard control over Bootstrap Dropdown components stops working - [#​2275]: Bug: Event duplication on refresh - [#​2273]: "precompiled bootstrap" link is broken in README ##### Improvements - [#​2243]: change liveSearch input type from "text" to "search" [#​2176]: https://togithub.com/snapappointments/bootstrap-select/pull/2176 [#​2243]: https://togithub.com/snapappointments/bootstrap-select/pull/2243 [#​2321]: https://togithub.com/snapappointments/bootstrap-select/issues/2321 [#​2308]: https://togithub.com/snapappointments/bootstrap-select/issues/2308 [#​2275]: https://togithub.com/snapappointments/bootstrap-select/issues/2275 [#​2273]: https://togithub.com/snapappointments/bootstrap-select/issues/2273 *** ### [`v1.13.11`](https://togithub.com/snapappointments/bootstrap-select/blob/HEAD/CHANGELOG.md#v11311-2019-09-19) [Compare Source](https://togithub.com/snapappointments/bootstrap-select/compare/v1.13.10...v1.13.11) ##### Bug Fixes - [#​2263]: Selecting non-existent option throws error in v1.13.10 - [#​2266]: Desired width of dropdown menu breaks after resizing window - [#​2285]: bootstrap-select throws javascript error with jquery slim - [#​2289]: Multiple ticks in optgroup with data-max-options defined as "1" - [#​2326]: In IE11, options aren't visible when moving to bottom via "up" arrow key if select has an optgroup [#​2263]: https://togithub.com/snapappointments/bootstrap-select/issues/2263 [#​2266]: https://togithub.com/snapappointments/bootstrap-select/issues/2266 [#​2285]: https://togithub.com/snapappointments/bootstrap-select/issues/2285 [#​2289]: https://togithub.com/snapappointments/bootstrap-select/issues/2289 [#​2326]: https://togithub.com/snapappointments/bootstrap-select/issues/2326 *** ### [`v1.13.10`](https://togithub.com/snapappointments/bootstrap-select/blob/HEAD/CHANGELOG.md#v11310-2019-04-19) [Compare Source](https://togithub.com/snapappointments/bootstrap-select/compare/v1.13.9...v1.13.10) ##### Bug Fixes - [#​1219]: Keyboard navigation not working when searching and virtualScroll is false - [#​2109]: elements with .form-control class don't adjust height properly since Bootstrap 4.1.3 - [#​2126]: showTick option not working as expected - [#​2153]: Screen reader doesn't read elements in expanded list (NVDA and JAWS) - [#​2251]: A standard select with a selected option doesn't scroll to the selected option if inside an optgroup - [#​2253]: hideDisabled and selectedTextFormat: count not working correctly if disabled options are selected - [#​2256]: selected option styling is not updated if .selectpicker('val', x) is called while dropdown menu is open - [#​2258]: menu size doesn't update when virtualScroll is disabled while the menu is open [#​1219]: https://togithub.com/snapappointments/bootstrap-select/issues/1219 [#​2109]: https://togithub.com/snapappointments/bootstrap-select/issues/2109 [#​2126]: https://togithub.com/snapappointments/bootstrap-select/issues/2126 [#​2153]: https://togithub.com/snapappointments/bootstrap-select/issues/2153 [#​2251]: https://togithub.com/snapappointments/bootstrap-select/issues/2251 [#​2253]: https://togithub.com/snapappointments/bootstrap-select/issues/2253 [#​2256]: https://togithub.com/snapappointments/bootstrap-select/issues/2256 [#​2258]: https://togithub.com/snapappointments/bootstrap-select/issues/2258 *** ### [`v1.13.9`](https://togithub.com/snapappointments/bootstrap-select/blob/HEAD/CHANGELOG.md#v1139-2019-03-29) [Compare Source](https://togithub.com/snapappointments/bootstrap-select/compare/v1.13.8...v1.13.9) ##### Bug Fixes - [#​2022]: selected class is not removed properly when virtualScroll is disabled and choosing options at the bottom of the select - [#​2106]: setting BootstrapVersion option still shows console warning - [#​2126]: setting show-tick class doesn't work - [#​2232]: Every 'refresh' appends a new span.check-mark - [#​2233]: server-side error: HTMLSelectElement is not defined - [#​2234]: position bootstrap-select behind input field - [#​2235]: Mobile native menu not accessible - [#​2236]: JS errors are thrown when using bootstrap select on js-generated select (after calling destroy()) - [#​2239]: Setting styleBase and empty style result in exception - [#​2244]: val() method fires changed.bs.select, but the select's previousValue is not passed through - [#​2245]: some default Bootstrap 4 styles are not being set when using BootstrapVersion - [#​2248]: width: fit in IE collapses button with text overflowing [#​2022]: https://togithub.com/snapappointments/bootstrap-select/issues/2022 [#​2106]: https://togithub.com/snapappointments/bootstrap-select/issues/2106 [#​2126]: https://togithub.com/snapappointments/bootstrap-select/issues/2126 [#​2232]: https://togithub.com/snapappointments/bootstrap-select/issues/2232 [#​2233]: https://togithub.com/snapappointments/bootstrap-select/issues/2233 [#​2234]: https://togithub.com/snapappointments/bootstrap-select/issues/2234 [#​2235]: https://togithub.com/snapappointments/bootstrap-select/issues/2235 [#​2236]: https://togithub.com/snapappointments/bootstrap-select/issues/2236 [#​2239]: https://togithub.com/snapappointments/bootstrap-select/issues/2239 [#​2244]: https://togithub.com/snapappointments/bootstrap-select/issues/2244 [#​2245]: https://togithub.com/snapappointments/bootstrap-select/issues/2245 [#​2248]: https://togithub.com/snapappointments/bootstrap-select/issues/2248 *** ### [`v1.13.8`](https://togithub.com/snapappointments/bootstrap-select/blob/HEAD/CHANGELOG.md#v1138-2019-03-15) [Compare Source](https://togithub.com/snapappointments/bootstrap-select/compare/v1.13.7...v1.13.8) ##### Bug Fixes - [#​1969]: Does not work with form-inline from bootstrap - [#​2229]: The height of menu is calculated incorrectly with extra css - [#​2231]: Sanitizer error on large single selects without virtualScroll and one option selected [#​1969]: https://togithub.com/snapappointments/bootstrap-select/issues/1969 [#​2229]: https://togithub.com/snapappointments/bootstrap-select/issues/2229 [#​2231]: https://togithub.com/snapappointments/bootstrap-select/issues/2231 *** ### [`v1.13.7`](https://togithub.com/snapappointments/bootstrap-select/blob/HEAD/CHANGELOG.md#v1137-2019-03-12) [Compare Source](https://togithub.com/snapappointments/bootstrap-select/compare/v1.13.6...v1.13.7) ##### Bug Fixes - [#​2046]: val() method incorrectly fires a native change event - [#​2109]: The height of the select doesn't auto-size with multi-line options - [#​2213]: button height wrong if using an older doctype - [#​2220]: js folder missing in bower_components/bootstrap-select/dist - [#​2221]: style option can no longer include multiple styles - [#​2224]: auto width (data-width="auto") not working - [#​2226]: Selecting option by typing is not working correctly [#​2046]: https://togithub.com/snapappointments/bootstrap-select/issues/2046 [#​2109]: https://togithub.com/snapappointments/bootstrap-select/issues/2109 [#​2213]: https://togithub.com/snapappointments/bootstrap-select/issues/2213 [#​2220]: https://togithub.com/snapappointments/bootstrap-select/issues/2220 [#​2221]: https://togithub.com/snapappointments/bootstrap-select/issues/2221 [#​2224]: https://togithub.com/snapappointments/bootstrap-select/issues/2224 [#​2226]: https://togithub.com/snapappointments/bootstrap-select/issues/2226 ***

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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.