Skip to content

build(deps): bump phoenix_live_view from 0.20.17 to 1.2.3#4668

Draft
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/hex/phoenix_live_view-1.0.10
Draft

build(deps): bump phoenix_live_view from 0.20.17 to 1.2.3#4668
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/hex/phoenix_live_view-1.0.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 18, 2025

Copy link
Copy Markdown
Contributor

Bumps phoenix_live_view from 0.20.17 to 1.2.3.

Release notes

Sourced from phoenix_live_view's releases.

v1.2.3

This is a followup release to v1.2.2 that fixes the TypeScript declaration files being in the wrong subfolder. Again, it does not contain any changes to the Elixir or JavaScript code itself.

v1.2.2

This release fixes the npm package missing the TypeScript declaration files. It does not contain any changes to the Elixir or JavaScript code itself, except small documentation improvements.

v1.2.1

Bug fixes

  • Fix stale events from the previous LiveView being sent to the new LiveView after a live redirect (#4291)

v1.2.0

Enhancements

  • Support events pushed when connected mount redirects (#4269)

Bug fixes

  • Ensure for comprehensions in HEEx use deterministic variables
  • Ensure connect_params are kept when following redirects in LiveViewTest (#4005)
  • Ensure exceptions during LiveComponent renders are emitted as :telemetry event (#4258)
  • Fix whitespace handling of EEx nodes in HEEx compiler (#4277)

v1.2.0-rc.3

Enhancements

Bug fixes

  • Fix nested assign change tracking (#4225)
  • Ensure Phoenix.LiveViewTest.live_redirect/2 properly passes the URI as a string in handle_params (#4247)

v1.2.0-rc.2

Bug fixes

  • Ensure internal phx-viewport hook does not crash on update if no scroll container is used (#4214)

v1.2.0-rc.1

Enhancements

... (truncated)

Changelog

Sourced from phoenix_live_view's changelog.

v1.2.3 (2026-06-12)

This is a followup release to v1.2.2 that fixes the TypeScript declaration files being in the wrong subfolder. Again, it does not contain any changes to the Elixir or JavaScript code itself.

v1.2.2 (2026-06-12)

This release fixes the npm package missing the TypeScript declaration files. It does not contain any changes to the Elixir or JavaScript code itself, except small documentation improvements.

v1.2.1 (2026-06-11)

Bug fixes

  • Fix stale events from the previous LiveView being sent to the new LiveView after a live redirect (#4291)

v1.2.0 (2026-06-10) 🚀

Enhancements

  • Support events pushed when connected mount redirects (#4269)

Bug fixes

  • Ensure for comprehensions in HEEx use deterministic variables
  • Ensure connect_params are kept when following redirects in LiveViewTest (#4005)
  • Ensure exceptions during LiveComponent renders are emitted as :telemetry event (#4258)
  • Fix whitespace handling of EEx nodes in HEEx compiler (#4277)

v1.2.0-rc.3 (2026-05-29)

Enhancements

Bug fixes

  • Fix nested assign change tracking (#4225)
  • Ensure Phoenix.LiveViewTest.live_redirect/2 properly passes the URI as a string in handle_params (#4247)

v1.2.0-rc.2 (2026-05-05)

Bug fixes

  • Ensure internal phx-viewport hook does not crash on update if no scroll container is used (#4214)

v1.2.0-rc.1 (2026-05-04)

Enhancements

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Apr 18, 2025
@netlify

netlify Bot commented Apr 18, 2025

Copy link
Copy Markdown

Deploy Preview for teslamate ready!

Name Link
🔨 Latest commit b635e01
🔍 Latest deploy log https://app.netlify.com/projects/teslamate/deploys/6877565d6deca10007940649
😎 Deploy Preview https://deploy-preview-4668--teslamate.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@JakobLichterfeld

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/hex/phoenix_live_view-1.0.10 branch from 31bd748 to 4925130 Compare April 18, 2025 08:56
@JakobLichterfeld
JakobLichterfeld marked this pull request as draft April 18, 2025 09:03
@dependabot
dependabot Bot force-pushed the dependabot/hex/phoenix_live_view-1.0.10 branch 2 times, most recently from ce005c7 to 76d9871 Compare April 18, 2025 09:17
@JakobLichterfeld

JakobLichterfeld commented Apr 19, 2025

Copy link
Copy Markdown
Member

Backwards incompatible changes for 1.0

LiveView 1.0 removes the client-based phx-feedback-for annotation for showing and hiding input feedback, such as validation errors. This has been replaced by Phoenix.Component.used_input?/2, which handles showing and hiding feedback using standard server rendering.

Which we use:

"<span class=\"help is-danger pl-15\" phx-feedback-for=\"geo_fence[#{kind}]\">can't be blank</span>"

@JakobLichterfeld

Copy link
Copy Markdown
Member

Personally, I'm not a fan of "A backwards-compatible shim can be used to maintain phx-feedback-for in your existing applications:"

@JakobLichterfeld JakobLichterfeld added the note:needs investigation The issue must be investigated first label Apr 22, 2025
@dependabot @github

dependabot Bot commented on behalf of github Jun 1, 2025

Copy link
Copy Markdown
Contributor Author

A newer version of phoenix_live_view exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@JakobLichterfeld

Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) from 0.20.17 to 1.2.3.
- [Release notes](https://github.com/phoenixframework/phoenix_live_view/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v0.20.17...v1.2.3)

---
updated-dependencies:
- dependency-name: phoenix_live_view
  dependency-version: 1.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump phoenix_live_view from 0.20.17 to 1.0.10 build(deps): bump phoenix_live_view from 0.20.17 to 1.2.3 Jun 26, 2026
@dependabot
dependabot Bot force-pushed the dependabot/hex/phoenix_live_view-1.0.10 branch from b635e01 to 478323c Compare June 26, 2026 11:27
@netlify

netlify Bot commented Jun 26, 2026

Copy link
Copy Markdown

Deploy Preview for teslamate ready!

Name Link
🔨 Latest commit 71599e0
🔍 Latest deploy log https://app.netlify.com/projects/teslamate/deploys/6a3e63587fba6c00083b6d91
😎 Deploy Preview https://deploy-preview-4668--teslamate.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code note:needs investigation The issue must be investigated first

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant