OvermindDL1 / protocol_ex

Elixir Extended Protocol
https://hex.pm/packages/protocol_ex
48 stars 5 forks source link

Bump ex_doc from 0.19.3 to 0.20.1 #34

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ex_doc from 0.19.3 to 0.20.1.

Changelog *Sourced from [ex_doc's changelog](https://github.com/elixir-lang/ex_doc/blob/master/CHANGELOG.md).* > ## v0.20.1 > > * Bug fixes > * Hide the spinner when no term is searched > * Use `?` for the shortcut hint text > * Improve style of the version dropdown > > ## v0.20.0 > > * Enhancements > * Rework the search bar to provide autocompletion > * Provide full-text search > * Automatically generate documentation for `defdelegate` definitions (requires Elixir v1.8+) > * Provide keyboard shortcuts (press `?` to see all available outputs) or click the link at the bottom of the page > * Add support for versions dropdown to the HTML sidebar. This requires adding a `docs_config.js` (also configurable) that sets a `versionNodes` JavaScript variable. > * Improve mouseover titles on sidebar navigation > > * Bug fixes > * Do not hide structs in type/callback summary signatures > * No longer require double click to open up a sidebar on Mobile Safari > * Keep trailing periods in summaries > * Fix typespec `arg` number to start from 1 instead of 0
Commits - [`654a0c6`](https://github.com/elixir-lang/ex_doc/commit/654a0c694e0a2b22873351518e5bf55ba5cad709) Release v0.20.1 - [`027300d`](https://github.com/elixir-lang/ex_doc/commit/027300d85048836c8d783608d7d4e8ba3d616b80) Style fixes to version dropdown - [`27ad5b6`](https://github.com/elixir-lang/ex_doc/commit/27ad5b60fc127d77eb6152a895236d8c89cae441) Use ? for keyboard shortcut hint - [`8bddac1`](https://github.com/elixir-lang/ex_doc/commit/8bddac1bc284868cbd01ba3caa6603e19d2c4929) Do not show spinner on empty search, closes [#990](https://github-redirect.dependabot.com/elixir-lang/ex_doc/issues/990) - [`54ba6c8`](https://github.com/elixir-lang/ex_doc/commit/54ba6c8dda6f982befeba15b5729c9cb3f14cce1) Update earmark dependency - [`f2c0b07`](https://github.com/elixir-lang/ex_doc/commit/f2c0b07030ac732cf2a577c5fd910df2bdf822ab) Release v0.20.0 - [`a4e60db`](https://github.com/elixir-lang/ex_doc/commit/a4e60db597db72caa4684e515cb6c644940157f6) Use docs_config.js instead - [`743b97b`](https://github.com/elixir-lang/ex_doc/commit/743b97bde2fdca8939843f58c582b2cb457893bb) Push Earmark to v1.3 ([#988](https://github-redirect.dependabot.com/elixir-lang/ex_doc/issues/988)) - [`432308f`](https://github.com/elixir-lang/ex_doc/commit/432308ffe9581dc540aa5118aaeacf811c7f141f) Rename config.js to ex_doc_config.js - [`13712e3`](https://github.com/elixir-lang/ex_doc/commit/13712e3629c82a3e6e02d0cfbe57bb8a84a6d0b4) Search autocomplete ([#985](https://github-redirect.dependabot.com/elixir-lang/ex_doc/issues/985)) - Additional commits viewable in [compare view](https://github.com/elixir-lang/ex_doc/compare/v0.19.3...v0.20.1)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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

Superseded by #36.