straw-hat-labs / straw_hat_mailer

Email Management
https://hex.pm/packages/straw_hat_mailer
MIT License
10 stars 2 forks source link

Bump ecto_sql from 3.1.6 to 3.2.0 #120

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ecto_sql from 3.1.6 to 3.2.0.

Changelog *Sourced from [ecto_sql's changelog](https://github.com/elixir-ecto/ecto_sql/blob/master/CHANGELOG.md).* > ## v3.2.0 (2019-09-07) > > This new version requires Elixir v1.6+. > > ### Enhancements > > * [sql] Use `get_dynamic_repo` on SQL-specific functions > * [sql] Respect `Ecto.Type.embed_as/2` choice when loading/dumping embeds (Ecto 3.2+ compat) > * [sql] Support CTE expressions (Ecto 3.2+ compat) > > ### Bug fixes > > * [sql] Fix generated "COMMENT ON INDEX" for PostgreSQL
Commits - [`4557e19`](https://github.com/elixir-ecto/ecto_sql/commit/4557e19443187c95ba0dcb51c62292adb6ba25d4) Release v3.2.0 - [`b46fce2`](https://github.com/elixir-ecto/ecto_sql/commit/b46fce2b38e28b2ad9e9acb1219f2c53ec7b51ab) Spelling corrections in migration docs ([#137](https://github-redirect.dependabot.com/elixir-ecto/ecto_sql/issues/137)) - [`45fc30c`](https://github.com/elixir-ecto/ecto_sql/commit/45fc30c063a1a183bc0aa3e27f2723daab507306) Fix generated "COMMENT ON INDEX" SQL (PostgreSQL) ([#135](https://github-redirect.dependabot.com/elixir-ecto/ecto_sql/issues/135)) - [`d5257f2`](https://github.com/elixir-ecto/ecto_sql/commit/d5257f2b9a9054381e82e54b48c95cfd51a1e65b) Update error message in documentation ([#133](https://github-redirect.dependabot.com/elixir-ecto/ecto_sql/issues/133)) - [`f13a0e8`](https://github.com/elixir-ecto/ecto_sql/commit/f13a0e8383428154a61a7a93d43dcb4b6f6a6fad) Document show_sensitive_data_on_connection_error - [`c1cff6a`](https://github.com/elixir-ecto/ecto_sql/commit/c1cff6a2736016b855a38863911f441deb1ac985) Respect user type on datetime_add - [`93af32e`](https://github.com/elixir-ecto/ecto_sql/commit/93af32e15a0cd2d614386acca48a65cfc16854da) Fix typo ([#131](https://github-redirect.dependabot.com/elixir-ecto/ecto_sql/issues/131)) - [`5287843`](https://github.com/elixir-ecto/ecto_sql/commit/52878434d6402ed0138aa0a478356243d1628d60) Use full name and short identifier from SPDX License List ([#128](https://github-redirect.dependabot.com/elixir-ecto/ecto_sql/issues/128)) - [`ff6f280`](https://github.com/elixir-ecto/ecto_sql/commit/ff6f2800ee945d08ce0fd67a13247b14b4050d86) Update CHANGELOG - [`9017977`](https://github.com/elixir-ecto/ecto_sql/commit/9017977fe0bd7fd359bcec1cb92147e0e52c361d) Revert since xenial doesn't work either - Additional commits viewable in [compare view](https://github.com/elixir-ecto/ecto_sql/compare/v3.1.6...v3.2.0)


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.

If all status checks pass Dependabot will automatically merge this pull request.


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.
codecov[bot] commented 5 years ago

Codecov Report

Merging #120 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #120   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           9      9           
  Lines          67     67           
=====================================
  Hits           67     67

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cf28da1...7a349ed. Read the comment docs.