runem / web-component-analyzer

CLI that analyzes web components and emits documentation
https://runem.github.io/web-component-analyzer
MIT License
504 stars 64 forks source link

Bump elix from 6.0.4 to 6.0.5 in /dev #96

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps elix from 6.0.4 to 6.0.5.

Release notes *Sourced from [elix's releases](https://github.com/elix/elix/releases).* > ## v6.0.5 > This release focuses on improving support for vertically-oriented carousels and drawers: > > * Added vertical support to TrackpadSwipeMixin. A component can set its `orientation` state to “vertical” to tell both TouchSwipeMixin and TrackpadSwipeMixin that it wants to support vertical swipes. > * Added vertical support to SlidingStage, SlidingPages, Explorer, Carousel, and carousel variations. See the vertical Carousel demo on the [Carousel](https://component.kitchen/elix/Carousel) page. > * Introduce [DrawerWithGrip](https://component.kitchen/elix/DrawerWithGrip) component for drawers that want to leave a little grip visible at all times. This lets the user know the drawer is there, and give them something to click or swipe out to open the drawer. > * Added a demonstration of a highly-stylized custom drawer; see the above DrawerWithGrip page; > > Bug fixes: > * ListComboBox now [correctly raises the selected-index-changed event](https://github-redirect.dependabot.com/elix/elix/issues/101). Thanks to [@​catwell](https://github.com/catwell) for the fix!
Commits - [`43f3f73`](https://github.com/elix/elix/commit/43f3f7300c506b96c6e00a0ae3890e6c925f8790) Bump version number. - [`d884d17`](https://github.com/elix/elix/commit/d884d1796664fb9336c538250a0712ae87d55f2b) Fold idGeneration function into utilities. - [`6fc039a`](https://github.com/elix/elix/commit/6fc039ae4cc794ab4e39f2ccaca21f4ac07b503e) ComboBox takes advantage of new Hidden component to avoid displaying a backdrop. - [`5ad8674`](https://github.com/elix/elix/commit/5ad86744f374e896b4107467b88e12b69961a74e) Overlay frame content sizes to its parent, doesn't provide overflow by default. - [`f047b40`](https://github.com/elix/elix/commit/f047b401ad84f7f80d71caf179d5c493f8a4ae75) Styling whack-a-mole trying to define base Overlay styling that works for all... - [`665d07c`](https://github.com/elix/elix/commit/665d07c81951992e4ddd53ca077f23a9fc9cf2dc) Merge commit '8a51d572f4973761641f679b4b0386fa49572960' - [`9a29131`](https://github.com/elix/elix/commit/9a29131009a5c8fb22410aa632b29af6642c2803) Update [@​inherits](https://github.com/inherits) declaration to reflect base class. - [`d2a9df6`](https://github.com/elix/elix/commit/d2a9df67098e5999094dfd0780dfae5c52a5cbd0) Fix combo box styling so popup is visible again. - [`8a51d57`](https://github.com/elix/elix/commit/8a51d572f4973761641f679b4b0386fa49572960) Fix dispatch of selected-index-changed by ListComboBox - [`9ddc001`](https://github.com/elix/elix/commit/9ddc001cffdd4e40fda1e2f6e674eb2532a43f3c) Ensure grip for bottom-docked drawer doesn't end up underneath the address ba... - Additional commits viewable in [compare view](https://github.com/elix/elix/compare/6.0.4...6.0.5)


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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.