SylverStudios / WatchWithMe

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

Bump phoenix from 1.3.0 to 1.5.3 in /client/chrome-extension #175

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps phoenix from 1.3.0 to 1.5.3.

Changelog

Sourced from phoenix's changelog.

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
  • [Endpoint] The outdated Phoenix.Endpoint.CowboyAdapter for Cowboy 1 is deprecated. Please make sure {:plug_cowboy, "~> 2.1"} or later is listed in your mix.exs.
  • [Endpoint] Phoenix.Endpoint.instrument/4 is deprecated and has no effect. Use :telemetry instead. See Phoenix.Logger for more information.
  • [Endpoint] The :pubsub key for endpoint is deprecated. Once you start your app, you will see step-by-step instructions on how to use the new PubSub config.
  • [Layout] Use <%= @inner_content %> instead of <%= render @view_module, @view_template, assigns %> for rendering the child layout

phx.new installer

  • Built-in support for MSSQL databases via Ecto.Adapters.Tds
  • Phoenix.PubSub is now started directly in your application supervision tree
  • Phoenix.Ecto.CheckRepoStatus is now added to new applications that use Ecto
  • Automatically use System.get_env("MIX_TEST_PARTITION") in the database name in the test environment for built-in CI test partitioning
... (truncated)
Commits
  • 1f7df51 Merge branch 'v1.5' of github.com:phoenixframework/phoenix into v1.5
  • 9728d3d Release 1.5.3 to fix incompatible LiveView dep for newly generated projects
  • 099d760 Add public_key as an OTP app dep
  • de71ae1 Bump js build for 1.5.2
  • 6d6e48a Release 1.5.2
  • 29e86e3 Bump ex_doc
  • d0b7f5c Fix a typo in the docs for testing controllers (#3858)
  • 32228b8 Do not digest Brotli compressed files (#3840)
  • b80d4e1 Update conn in Cowboy2 Handler (#3853)
  • 4634fff added missing word in sentence (#3851)
  • 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 #188.