SylverStudios / WatchWithMe

abandon hope all ye who enter here
1 stars 0 forks source link

Bump phoenix from 1.3.0 to 1.5.4 in /client/chrome-extension #188

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps phoenix from 1.3.0 to 1.5.4.

Changelog

Sourced from phoenix's changelog.

1.5.4 (2020-07-21)

Enhancements

  • [Phoenix.Endpoint] Include :conn in [:phoenix, :error_rendered] event
  • [Phoenix.Endpoint] Warn if the url.host provided for the endpoint is invalid
  • [Phoenix.Router] Log when router plugs halt
  • Fix warnings on Elixir v1.11

Bug fixes

  • [Phoenix.Router] Rename the [:phoenix, :router_dispatch, :exception] metadata from :error to :reason to match the documentation and the telemetry specification (:error is still emitted for compatibility but it will be fully removed on v1.6)

1.5.3 (2020-05-21)

Bug fixes

  • [phx.new] - Fix incompatible LiveView version for newly generated projects

1.5.2 (2020-05-21)

Enhancements

  • [Channel] Import assigns: 2 on channels
  • [Endpoint] Track latest static in config(:cache_static_manifest_latest)
  • [Endpoint] Allow :user_agent on connect_info

Bug fixes

  • [Endpoint] Undeprecate subscribe and unsubscribe in the endpoint

1.5.1 (2020-04-23)

Bug Fixes

  • [Endpoint] Ignore the root layout on error pages unless explicitly set

1.5.0 (2020-04-22)

Enhancements

  • [Channel] Do not block the channel supervisor on join
  • [ConnTest] Add init_test_session to Phoenix.ConnTest
  • [Controller] Support :disposition option in send_download/3
  • [Endpoint] Automatically perform connection draining when shutting down the VM
  • [Endpoint] Allow named params to be used when defining socket paths
  • [Endpoint] Raise if force_ssl has changed from compile time to runtime
  • [Generator] Add mix phx.gen.live for LiveView CRUD generation
  • [PubSub] Migrate to PubSub 2.0 with a more flexible fastlaning mechanism
  • [View] Add render_layout which makes it easy to work with nested layouts
  • [Transport] Transports can now optionally implement handle_control/2 for handling control frames such as :ping and :pong

Deprecations

  • [ChannelTest] use Phoenix.ChannelTest is deprecated in favor of import Phoenix.ChannelTest
  • [ConnTest] use Phoenix.ConnTest is deprecated in favor of import Plug.Conn; import Phoenix.ConnTest
Commits
  • 7c158a2 Release v1.5.4
  • 24de756 Example uses render_to_string not render_to_iodata (#3921)
  • 02c3778 contexts.md: Update migration example output (#3919)
  • 4003644 Remove broken link on community page (#3915)
  • f6170eb Fix bug in presence documentation example (#3913)
  • 8ddc18a Fix migrate task description (#3911)
  • 464192b Fix some missed pipeline usage in admin scope cases (#3909)
  • 19e3e5a Fix plugs as composition example (#3908)
  • 2d38dd6 bug fix: mix phx.gen.json --web namespace should include alias in the suggest...
  • 33d9f39 Correct typespecs for delegated get_flash/{1,2} (#3926)
  • Additional commits viewable in compare view


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 #201.