revelrylabs / elixir-stellar-client

Elixir Client for Stellar
MIT License
20 stars 8 forks source link

Bump ex_doc from 0.18.3 to 0.19.1 #31

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.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
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.3...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.


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 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.
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 111


Totals Coverage Status
Change from base Build 105: 0.0%
Covered Lines: 96
Relevant Lines: 96

💛 - Coveralls