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.21.1 #39

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ex_doc from 0.19.3 to 0.21.1.

Changelog *Sourced from [ex_doc's changelog](https://github.com/elixir-lang/ex_doc/blob/master/CHANGELOG.md).* > ## v0.21.1 > > * Bug fixes > * [HTML] Make sure package selector can be reopened after closed with `ESC` > * [HTML] Ensure tooltip pages can be cached > * [HTML] Support large version numbers on the version dropdown > * [mix docs] Raise nice exception for missing ExDoc.Config > > ## v0.21.0 > > * Enhancements > * [HTML] Add support for reference popovers > * [HTML] Provide a "g" shortcut to Go To a Hexdocs package (with autocomplete) > * [HTML] Detect if browser prefers night mode > * [EPUB] Add support for covers and the authors field > > * Bug fixes > * [HTML+EPUB] Ensure that link headers generate unique IDs > * [HTML+EPUB] Sort structs fields so field names are always ordered > * [HTML+EPUB] Do not strip "Elixir." prefix from module names > * [HTML] Support URLs with non-HTML safe characters > * [EPUB] Fix table of contents without groups > > ## v0.20.2 > > * Enhancements > * Add "mix " prefix to Mix tasks > > * Bug fixes > * Improve scrolling on Safari > * Prevent text casing of codes > * Do not remove stop words from search and make sure function names are searchable in isolation > * Reduce the size of the search metadata > * Remove outline on focus and keep width in version dropdown > * Do not fail if we can't persist index > > ## 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 > ... (truncated)
Commits - [`e91ceb6`](https://github.com/elixir-lang/ex_doc/commit/e91ceb66d92402fa144be2b94616e763d43259d0) Release v0.21.1 - [`14ae130`](https://github.com/elixir-lang/ex_doc/commit/14ae130939f247590fbb8b4a9441a31c7f1bd73b) Use samp tags only on EPUB, closes [#1062](https://github-redirect.dependabot.com/elixir-lang/ex_doc/issues/1062) - [`6b39170`](https://github.com/elixir-lang/ex_doc/commit/6b39170c0437a6fc288e0e6aa6b0203874c3d363) Defocus input on switch close ([#1060](https://github-redirect.dependabot.com/elixir-lang/ex_doc/issues/1060)) - [`e694077`](https://github.com/elixir-lang/ex_doc/commit/e694077624eb3ad27492d9a91a7dffa29cc72177) Tooltips - Don't use dynamic requestId to avoid re-fetching the page ([#1054](https://github-redirect.dependabot.com/elixir-lang/ex_doc/issues/1054)) - [`fbe7d54`](https://github.com/elixir-lang/ex_doc/commit/fbe7d54a2c72d85e9e63580a6aed986fb866c10c) Update tooltips.js ([#1052](https://github-redirect.dependabot.com/elixir-lang/ex_doc/issues/1052)) - [`207e003`](https://github.com/elixir-lang/ex_doc/commit/207e00340f2f458eeb68fce63edd531249cc5350) Raise nice exception for missing ExDoc.Config - [`37f5fb8`](https://github.com/elixir-lang/ex_doc/commit/37f5fb884bde6e690ef5c70ccf4b45588f706ba9) make use of the makeup lexer registry - [`4411eea`](https://github.com/elixir-lang/ex_doc/commit/4411eeaadfd7aad6e280d8d89f57e9deab866e7c) Ensure ExDoc app is started before use by front-ends - [`9812efb`](https://github.com/elixir-lang/ex_doc/commit/9812efbb24564ffcc6c4704090e033ffabf18c68) Fixes - [`060ef25`](https://github.com/elixir-lang/ex_doc/commit/060ef259e96bfc0e158c7d5e5d3a59b208c37e2b) Tidy up and list all features in the README - Additional commits viewable in [compare view](https://github.com/elixir-lang/ex_doc/compare/v0.19.3...v0.21.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). To ignore the version in this PR you can just close it - `@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 #41.