Nebo15 / sage

A dependency-free tool to run distributed transactions in Elixir, inspired by Sagas pattern.
MIT License
912 stars 40 forks source link

Bump ex_doc from 0.18.4 to 0.19.1 #38

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 6 years ago

Bumps ex_doc from 0.18.4 to 0.19.1.

Changelog *Sourced from [ex_doc's changelog](https://github.com/elixir-lang/ex_doc/blob/master/CHANGELOG.md).* > ## 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 > > ## v0.18.3 > > * Bug fix > * Fix formatting of typespecs causing errors > * Update jQuery > * Properly remove underscore from typespec links > > ## v0.18.2 > > * Enhancements > * Improve documentation pages for printing > * Autolink Kernel, Kernel.SpecialForms, and built-in types > * Annotate opaque types > * Add vertical-align:top to tables > * Allow module-function-arity references in links, for example: [some code](`MyMod.fun/2`) > * Remove underscore from view source link > * Run code formatter on typespecs (if one is available) > * Make night mode switch link more obvious > > ## v0.18.1 > > * Bug fixes > * Include missing formatter files > > ## v0.18.0 > > * Enhancements > ... (truncated)
Commits - [`d54ea33`](https://github.com/elixir-lang/ex_doc/commit/d54ea33f5ccb06b66821c4c406214c60ba6ce31b) Release v0.19.1 - [`f58869c`](https://github.com/elixir-lang/ex_doc/commit/f58869ccb872c4257548bd818920a6a41463b929) Update README.md - [`7144c62`](https://github.com/elixir-lang/ex_doc/commit/7144c6239a79c5aabde6dc122fa93fe8bcfa9823) No longer write sourcemaps since in dev we don't minify - [`f7860bc`](https://github.com/elixir-lang/ex_doc/commit/f7860bcf630eb47b3759f6fb4d9362fcc4a13f8f) Remove --debug flag - [`b9ff990`](https://github.com/elixir-lang/ex_doc/commit/b9ff990db11cc67c263cd3a64e0a99f044610238) Only include .map files in dev builds - [`ed7d7e4`](https://github.com/elixir-lang/ex_doc/commit/ed7d7e4fa31e4d66d1f7e7df174bad8693f436db) Format codebase and check formatting on CI ([#880](https://github-redirect.dependabot.com/elixir-lang/ex_doc/issues/880)) - [`df3f15f`](https://github.com/elixir-lang/ex_doc/commit/df3f15fea712600ad9736a72248c579848a36486) Update travis - [`1f8aeee`](https://github.com/elixir-lang/ex_doc/commit/1f8aeee003b28dca274df5fa51ac734a4f5f269f) Use latest .css versions - [`0f5c27a`](https://github.com/elixir-lang/ex_doc/commit/0f5c27a4bbc2067e2b15607a97283a407ff6cc27) Add mix build instead of overriding mix docs - [`299ab6a`](https://github.com/elixir-lang/ex_doc/commit/299ab6a00e7ae226ca49e53e54293664eebddeea) Release v0.19.0 - Additional commits viewable in [compare view](https://github.com/elixir-lang/ex_doc/compare/v0.18.4...v0.19.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 merge` will merge this PR after your CI passes on it - `@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 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.
coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 74d6b1e0b971874aee44df8b4474918984a341e9 on dependabot/hex/ex_doc-0.19.1 into 86a52fd7fa6f1371258dac7da1ebfcb8521fb31e on master.