nicolasblanco / shopix

Shopix : an Elixir & Phoenix e-commerce platform
MIT License
196 stars 26 forks source link

Bump phoenix from 1.4.8 to 1.4.9 #40

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps phoenix from 1.4.8 to 1.4.9.

Changelog *Sourced from [phoenix's changelog](https://github.com/phoenixframework/phoenix/blob/v1.4.9/CHANGELOG.md).* > ## 1.4.9 (2019-07-03) > > ### Enhancements > * [local.phx] Use hex for fetching the latest `phx_new` package > * [phx.new] Use Ecto v3.1 and MyXQL for new apps > > ### Bug Fixes > * [Endpoint] Fix bug causing headers to be dropped for cowboy adapters on WebSocket upgrade > * [ConnTest] Fix issue causing loss of connection information when using `bypass_through`
Commits - [`900dc7f`](https://github.com/phoenixframework/phoenix/commit/900dc7f79616327a14d82c6ce7146dcae489e8a0) Release 1.4.9 - [`f07a551`](https://github.com/phoenixframework/phoenix/commit/f07a551113269d26c693a78979016e9037c9046b) Copy request headers on ws upgrade - [`5691dc5`](https://github.com/phoenixframework/phoenix/commit/5691dc54e0e1991177da09ae94191face751b6cc) Update version on local.phx note - [`1f94456`](https://github.com/phoenixframework/phoenix/commit/1f944564dad2d6ad0cff52bed9306cb6a514005a) Use hex in mix local.phx ([#3452](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3452)) - [`21959ba`](https://github.com/phoenixframework/phoenix/commit/21959ba13ba88b46e92ed9053a505b482fa7e82b) Release fixes - [`118c4bd`](https://github.com/phoenixframework/phoenix/commit/118c4bdfbd96f311da0e9ef58195bdb401414781) Add a guide on v1.9 releases - [`3da1bd4`](https://github.com/phoenixframework/phoenix/commit/3da1bd4901726761a368b831cae0661ade4933f2) Try to add more hints about when things go together - [`78a3815`](https://github.com/phoenixframework/phoenix/commit/78a38153740be6150eaaacd6b2214a6eb4bbc9dd) Return prepared connection on bypass_through, closes [#3442](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3442) - [`16d6811`](https://github.com/phoenixframework/phoenix/commit/16d6811fe32c90ce77bf7cd29f49869ba15a130b) Use String.trim instead of deprecated API, closes [#3437](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3437) - [`56ec3f9`](https://github.com/phoenixframework/phoenix/commit/56ec3f923fd2d0028ae9a9e06b266a5651204789) Use Ecto v3.1 and MyXQL for new apps - See full diff in [compare view](https://github.com/phoenixframework/phoenix/compare/v1.4.8...v1.4.9)


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 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 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). To ignore the version in this PR you can just close it - `@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) - 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 4 years ago

Superseded by #48.