SylverStudios / WatchWithMe

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

Bump phoenix from 1.3.0 to 1.5.5 in /client/chrome-extension #201

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps phoenix from 1.3.0 to 1.5.5.

Changelog

Sourced from phoenix's changelog.

1.5.5 (2020-09-21)

Enhancements

  • [Phoenix.Logger] Add :conn to [:phoenix, :router_dispatch, :exception] events
  • [Phoenix.Endpoint] Use regex to detect invalid hosts for IPv6 configurations
  • [Phoenix.Controller] Don't create compile-time references when using action_fallback to speed up compilation
  • [Phoenix.Endpoint] Expose :connect_info :trace_context_headers in websockets and long polling

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
Commits


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