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

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps phoenix from 1.4.8 to 1.4.11.

Changelog *Sourced from [phoenix's changelog](https://github.com/phoenixframework/phoenix/blob/v1.4.11/CHANGELOG.md).* > ## 1.4.11 (2019-11-09) > > ### Enhancements > * [Token] - Add `encrypt` and `decrypt` > > ## JavaScript client enhancements > * Add `socket.off` for removing `onOpen`, `onError`, `onClose`, and `onMessage` registrations > > ## JavaScript client bug fixes > * Fix channel memory leaks caused by state remaining in socket `onError`, and `onOpen` registrations > > ## 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 - [`f7134f1`](https://github.com/phoenixframework/phoenix/commit/f7134f182ceb45db05fac1f14543a08b8b9838f1) Release 1.4.11 - [`45b5620`](https://github.com/phoenixframework/phoenix/commit/45b56205a42edbfefd04de93410fd89343413bae) Add empty actions for ActionClauseError - [`d2fcd84`](https://github.com/phoenixframework/phoenix/commit/d2fcd84cb25caca20ed74f5b2de7f977fc46230d) Add parens to static remote nullary calls - [`ebadf26`](https://github.com/phoenixframework/phoenix/commit/ebadf26e3dccd440be26e4217d36db3d4cc24777) Add parens to static remote nullary calls - [`e16b9a8`](https://github.com/phoenixframework/phoenix/commit/e16b9a8b0b47bc8cf4fb1ea759b688f790dddafb) Delete struct duplicate field 'route' ([#3593](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3593)) - [`08a6360`](https://github.com/phoenixframework/phoenix/commit/08a63602b3c6d15bcd1f5364a5cfee39012aa790) Fix typo, should be handle_in/3 ([#3471](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3471)) - [`5d132fd`](https://github.com/phoenixframework/phoenix/commit/5d132fdb587634ec2322586785b1408886481beb) Update the documentation for 1.4.1 ([#3279](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3279)) - [`be17508`](https://github.com/phoenixframework/phoenix/commit/be17508cd999283e11b1864f7240c86b3d971c90) Fix typo - [`c36795b`](https://github.com/phoenixframework/phoenix/commit/c36795b0e327d73b1416d520a9940334864cc6b0) Update sandbox docs, closes [#3577](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3577) - [`1d58c21`](https://github.com/phoenixframework/phoenix/commit/1d58c21e80e9a6a03577647e59396b8bfa1dd891) Add Token.encrypt/decrypt - Additional commits viewable in [compare view](https://github.com/phoenixframework/phoenix/compare/v1.4.8...v1.4.11)


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)
dependabot-preview[bot] commented 4 years ago

Superseded by #66.