distributeaid / toolbox

DistributeAid Toolbox
http://distributeaid.org
GNU Affero General Public License v3.0
3 stars 1 forks source link

Update phoenix_live_dashboard: 0.3.6 → 0.4.0 (major) #107

Closed depfu[bot] closed 3 years ago

depfu[bot] commented 3 years ago

Your trial has expired

Thanks for testing out Depfu, we hope it has been useful and saved you some time! Your free trial for private repos has now expired. We're not just going to cut you off right away, but if you want to continue using Depfu, please upgrade your account as soon as possible.

Any questions or feedback, please let us know. Thanks for using Depfu!


Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ phoenix_live_dashboard (0.3.6 → 0.4.0) · Repo · Changelog

Release Notes

0.4.0 (from changelog)

  • Require LiveView v0.15.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ cowboy_telemetry (indirect, 0.3.0 → 0.3.1) · Repo

Commits

See the full diff on Github. The new version differs by 2 commits:

↗️ ecto (indirect, 3.5.4 → 3.5.5) · Repo · Changelog

Release Notes

3.5.5 (from changelog)

Enhancements

  • [Ecto.Query] Add support for subqueries operators: all, any, and exists

Bug fixes

  • [Ecto.Changeset] Use association source on put_assoc with maps/keywords
  • [Ecto.Enum] Add cast clause for nil values on Ecto.Enum
  • [Ecto.Schema] Allow nested type :any for non-virtual fields

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 10 commits:

↗️ phoenix (indirect, 1.5.6 → 1.5.7) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 9 commits:

↗️ phoenix_live_view (indirect, 0.14.8 → 0.15.0) · Repo · Changelog

Release Notes

0.15.0 (from changelog)

Enhancements

  • Add live uploads support for file progress, interactive file selection, and direct to cloud support
  • Implement Phoenix.LiveViewTest.open_browser/2 that opens up a browser with the LiveView page

Backwards incompatible changes

  • Remove @inner_content in components and introduce render_block for rendering component @inner_block
  • Remove @live_module in socket templates in favor of @socket.view

Bug fixes

  • Make sure URLs are decoded after they are split
  • Do not recover forms without inputs
  • Fix race condition when components are removed and then immediately re-added before the client can notify their CIDs have been destroyed
  • Do not render LiveView if only events/replies have been added to the socket
  • Properly merge different components when sharing component subtrees on initial render
  • Allow variables inside do-blocks to be tainted
  • Fix push_redirect from mount hanging on the client and causing a fallback to full page reload when following a clicked live_redirect on the client

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.