thoughtbot / constable

Better company announcements
https://constable.io
GNU Affero General Public License v3.0
513 stars 57 forks source link

Bump phoenix_live_view from 0.14.8 to 0.15.7 #998

Closed dependabot-preview[bot] closed 2 years ago

dependabot-preview[bot] commented 3 years ago

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps phoenix_live_view from 0.14.8 to 0.15.7.

Changelog

Sourced from phoenix_live_view's changelog.

0.15.7 (2021-05-24)

Bug fixes

  • Fix broken webpack build throwing missing morphdom dependency

0.15.6 (2021-05-24)

Bug fixes

  • Fix live patch failing to update URL when live patch link is patched again from handle_params
  • Fix regression in LiveViewTest.render_upload/3 when using channel uploads and progress callback
  • Fix component uploads not being cleaned up on remove
  • Fix KeyError on LiveView reconnect when an active upload was previously in progress

Enhancements

  • Optimize progress events to send less messages for larger file sizes
  • Allow session and local storage client overrides

0.15.5 (2021-04-20)

Enhancements

  • Add upload_errors/1 for returning top-level upload errors

Bug fixes

  • Fix consume_uploaded_entry/3 with external uploads causing inconsistent entries state
  • Fix push_event losing events when a single diff produces multiple events from different components
  • Fix deep merging of component tree sharing

0.15.4 (2021-01-26)

Bug fixes

  • Fix nested live_render's causing remound of child LiveView even when ID does not change
  • Do not attempt push hook events unless connected
  • Fix preflighted refs causing auto_upload: true to fail to submit form
  • Replace single upload entry when max_entires is 1 instead of accumulating multiple file selections
  • Fix static_path in open_browser failing to load stylesheets

0.15.3 (2021-01-02)

Bug fixes

  • Fix push_redirect back causing timeout on the client

0.15.2 (2021-01-01)

Backwards incompatible changes

  • Remove beforeDestroy from phx-hook callbacks

Bug fixes

  • Fix form recovery failing to send input on first connection failure
  • Fix hooks not getting remounted after liveview reconnect
  • Fix hooks reconnected callback being fired with no prior disconnect

... (truncated)

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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.