witchcrafters / type_class

(Semi-)principled type classes for Elixir
https://hex.pm/packages/type_class
MIT License
140 stars 16 forks source link

Bump ex_doc from 0.18.3 to 0.19.3 #22

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ex_doc from 0.18.3 to 0.19.3.

Changelog *Sourced from [ex_doc's changelog](https://github.com/elixir-lang/ex_doc/blob/master/CHANGELOG.md).* > ## v0.19.3 > > * Enhancements > * Include a "goto" link on mouseover for expandable menu items > > * Bug fixes > * Always expand menu items, even if has a single child > * Fix sidebar bottom margin on Firefox > * Fix anchor links sometimes not working by moving js to html head > * Unify code styling for makeup and hljs > * Do not replace the content of custom links pointing to Elixir modules > * Remove border-left on deprecated to not mistake it with a heading > > ## v0.19.2 > > * Enhancements > * Allow logo in SVG extension > * Allow functions to be grouped based on metadata > * Allow api-reference.html page to be disabled > * Allow nesting of modules by prefix > * Autolink `mix help TASK` > * Warn on undefined remote functions from project's docs > > * Bug fixes > * Sort function names alphabetically in the sidebar > * Fix search input color > * Disable earmark smartypants option > > ## v0.19.1 > > * Enhancements > * Update CSS styles > * Remove sourcemaps from package > > ## v0.19.0 > > This release requires Elixir v1.7 and later. For earlier Elixir versions, use ExDoc ~> 0.18.0. > > * Enhancements > * Do not select "iex>" when selecting code samples > * Use makeup to perform ELixir's syntax highlighting (other languages still use highlight.js) > * Use `[rel="noopener"]` on external links > * Link directly to page if sidebar item has no subitems > * Autolink Kernel and Kernel functions and special forms with shorthands (for example, only `is_atom/1` is necessary) > * Trim EEx contents to reduce HTML size > * Allow apps to be excluded from umbrella app docs > > * Bug fixes > * Exclude types with `[@​typedoc](https://github.com/typedoc) false` from the docs > * Make sure autolink considers the longest matching dependency name in case of shared prefixes > ... (truncated)
Commits - [`8280a00`](https://github.com/elixir-lang/ex_doc/commit/8280a00a971d6093d20b9646bc55aa37459c2a3d) Add extra padding - [`37e4f42`](https://github.com/elixir-lang/ex_doc/commit/37e4f4224d499870601ef3f0386d16f59b05aa45) Always show link - [`3de28d6`](https://github.com/elixir-lang/ex_doc/commit/3de28d634e52a1dcba5b1a9fd2294b716e404331) Remove broken link - [`1964aa0`](https://github.com/elixir-lang/ex_doc/commit/1964aa04303ef72e5b544145350af29660e8fc08) Release v0.19.3 - [`2da9d78`](https://github.com/elixir-lang/ex_doc/commit/2da9d783d9e6223dacd8c477c56e4b0058ff96b7) Hide formatter modules - [`dd1e4db`](https://github.com/elixir-lang/ex_doc/commit/dd1e4db1e1bef8278d827883afffb4188a7683b3) Allow direct external links on the sidebar - [`0d42f75`](https://github.com/elixir-lang/ex_doc/commit/0d42f7559bcdefefdd0ed262dfe68a6607d17f65) Fix sidebar margin on Firefox - [`18c7d5d`](https://github.com/elixir-lang/ex_doc/commit/18c7d5d30451e16f81848f21549c0c70fbb13d2c) Add goto icon - [`15c56e7`](https://github.com/elixir-lang/ex_doc/commit/15c56e7ed6544b6e56d7b489ecdfaf04a761c444) Raise error message for unknown docs chunk - [`0db47b6`](https://github.com/elixir-lang/ex_doc/commit/0db47b69862771b43b5b23be20ce3be8c39ef189) Fix anchor links sometimes not working by moving js to html head ([#962](https://github-redirect.dependabot.com/elixir-lang/ex_doc/issues/962)) - Additional commits viewable in [compare view](https://github.com/elixir-lang/ex_doc/compare/v0.18.3...v0.19.3)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 - `@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 #33.