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.10 #48

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps phoenix from 1.4.8 to 1.4.10.

Changelog *Sourced from [phoenix's changelog](https://github.com/phoenixframework/phoenix/blob/v1.4.10/CHANGELOG.md).* > ## 1.4.10 (2019-09-05) > > ### Enhancements > * [Socket] support assigning multiple key/value pairs with keyword list or map with `assign/2`. > > ### Bug Fixes > * [Endpoint] Fix match error in failed websocket handshake > > > ## JavaScript client enhancements > * support `vsn` option for customizing serializer protocol version > > > ## 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 - [`9e8999b`](https://github.com/phoenixframework/phoenix/commit/9e8999b99f14b0a2954efcca6c200f8a85de5895) Release 1.4.10 - [`8e6e4fb`](https://github.com/phoenixframework/phoenix/commit/8e6e4fb7e7e5ddf720f93b6e43820caba9cdbb09) Fix trivial ui issue ([#3500](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3500)) - [`35ad3b0`](https://github.com/phoenixframework/phoenix/commit/35ad3b0733d238420cee7548f817bfa123c3cc7b) Camelize --web option to generators ([#3512](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3512)) - [`97b4970`](https://github.com/phoenixframework/phoenix/commit/97b49701c72ec054c39f1465449655713668b51e) Updated phoenixjs disconnect documentation. ([#3527](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3527)) - [`7171bdc`](https://github.com/phoenixframework/phoenix/commit/7171bdc6b413c5ab5359d02092956d3ad5accf12) Bump docs - [`6e70b83`](https://github.com/phoenixframework/phoenix/commit/6e70b83f7bf733f28000b29b6d308eb53d6e801b) be able to customise VSN number to allow for custom socket serializers ([#3533](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3533)) - [`3bc1ca4`](https://github.com/phoenixframework/phoenix/commit/3bc1ca4bcd6f406810fa953bc6c90955df54dd15) Inline assigns to map transformation in Phoenix.View ([#3538](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3538)) - [`b6092a2`](https://github.com/phoenixframework/phoenix/commit/b6092a2064790fe81bbdb4fa80cded01d412582c) Fix `build/12` [@​spec](https://github.com/spec) ([#3543](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3543)) - [`d5d7a78`](https://github.com/phoenixframework/phoenix/commit/d5d7a7860a5426d6bae6ae3d25b7710c212b9e4f) Return iodata instead binary in Socket.Serializer behaviour ([#3544](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3544)) - [`dc3fc93`](https://github.com/phoenixframework/phoenix/commit/dc3fc93e975d3f1c9f19df79a5a522dce4fdc3d6) Update adding_pages.md ([#3546](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3546)) - Additional commits viewable in [compare view](https://github.com/phoenixframework/phoenix/compare/v1.4.8...v1.4.10)


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 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) - 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 #58.