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
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
- See full diff in [compare view](https://github.com/elixir-lang/ex_doc/compare/v0.19.0...v0.19.1)
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 will not automatically merge this PR because this dependency is pre-1.0.0.
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 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 is rebasing this PR ⚠️
This PR will be updated for you in a moment. If you make any changes yourself then they will take precedence over the rebase (which will be abandoned).
Bumps ex_doc from 0.19.0 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 packageCommits
- [`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 - See full diff in [compare view](https://github.com/elixir-lang/ex_doc/compare/v0.19.0...v0.19.1)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 will not automatically merge this PR because this dependency is pre-1.0.0.
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 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 is rebasing this PR ⚠️
This PR will be updated for you in a moment. If you make any changes yourself then they will take precedence over the rebase (which will be abandoned).