Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 3 updates#114

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/hex/production-dependencies-6500455f2c
Open

chore(deps): bump the production-dependencies group across 1 directory with 3 updates#114
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/hex/production-dependencies-6500455f2c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps the production-dependencies group with 3 updates in the / directory: lazy_html, phoenix and phoenix_live_view.

Updates lazy_html from 0.1.8 to 0.1.10

Release notes

Sourced from lazy_html's releases.

v0.1.10

Fixed

  • LazyHTML.query/2 and LazyHTML.query_by_id/2 returning duplicate nodes (#31)

v0.1.9

Added

  • LazyHTML.parent_node/1 and LazyHTML.nth_child/1 (#25)

Fixed

  • Segmentation fault when calling LazyHTML.from_tree/1 with highly nested trees (#30)
Changelog

Sourced from lazy_html's changelog.

v0.1.10 (2026-02-09)

Fixed

  • LazyHTML.query/2 and LazyHTML.query_by_id/2 returning duplicate nodes (#31)

v0.1.9 (2026-02-09)

Added

  • LazyHTML.parent_node/1 and LazyHTML.nth_child/1 (#25)

Fixed

  • Segmentation fault when calling LazyHTML.from_tree/1 with highly nested trees (#30)
Commits

Updates phoenix from 1.8.1 to 1.8.3

Changelog

Sourced from phoenix's changelog.

1.8.3 (2025-12-8)

Enhancements

  • Add top-level phoenix config: sort_verified_routes_query_params to enable sorting query params in verified routes during tests

Bug fixes

  • Fix endpoint port config in an umbrella application. (#6549)
  • Drop incoming channel messages with stale join refs

1.8.2 (2025-11-26)

Bug fixes

  • [phoenix.js] fix issue where LongPoll can cause "unmatched topic" errors (observed on iOS only) (#6538)
  • [phx.gen.live] fix tests when schema and table names are equal (#6477)
  • [Verified Routes] do not add path prefixes for static routes
  • [Phoenix.Endpoint] fix LongPoll being active by default since 1.8.0 (#6487)

Enhancements

  • [phoenix.js] socket now stops reconnection attempts while the page is hidden (#6534)
  • [phx.new] (re-)add <.input field={@form[:foo]} type="hidden" /> support in core components
  • [phx.new] set force_ssl in prod.exs by default (#6435)
  • [phx.new] change --docker base image to debian trixie (#6521)
  • [Phoenix.Socket.assign/2] allow passing a function as second argument assign(socket, fn _existing_assigns -> %{this_gets: "merged"} end) (#6530)
  • [Phoenix.Controller.assign/2] allow passing a function as second argument (#6542)
  • [Phoenix.Controller.assign/2] support keyword lists and maps as second argument similar to LiveView (#6513)
  • [Presence] support custom dispatcher for presence_diff broadcast (#6500)
  • [AGENTS.md] add short test guidelines to usage rules
Commits

Updates phoenix_live_view from 1.1.14 to 1.1.22

Changelog

Sourced from phoenix_live_view's changelog.

v1.1.22 (2026-01-28)

Bug fixes

  • Fix live component container patch throwing a JavaScript error when container is locked (#4088)

v1.1.21 (2026-01-27)

Bug fixes

  • Fix stream reset and deletes not working if stream is teleported using Phoenix.Component.portal/1 (#4121)

Enhancements

  • Mark LiveView template code as generated to prevent warnings on Elixir 1.20
  • Allow unused function warnings for function components to be emitted
  • Add Phoenix.LiveView.TagEngine.compile/2 as an official entrypoint for compiling templates in favor of relying on the EEx.Engine behaviour

v1.1.20 (2026-01-14)

Bug fixes

  • Fix redirect in handle_params for client-initiated patches causing a JS exception (#4094)
  • Fix events initiated from elements teleported outside of a LiveComponent being sent to the LiveView instead of the LiveComponent (#4101)
  • Ensure HooksOptions accepts non-default typed hooks (#4099)
  • Prevent portal content from disappearing in rare cases (#4095)
  • Fix <form> submission to a controller from inside a portal not working (#4107)
  • Prevent JS crash when debouncing inputs attached to a form with the form="..." attribute (#4102)
  • Fix UploadClient (from LiveViewTest) crashing when receiving a :socket_close message (#4079)
  • Allow live_file_input to update attributes (#4078)
  • Fix invalid HTML when setting LiveView :container option to :body (#3932)

v1.1.19 (2025-12-12)

Bug fixes

  • Ensure stale token redirect uses the correct URL (#4068)
  • Ignore events from elements that are not connected to the DOM (#4066)
  • Skip phx-click-away if clicked element is hidden (#4070)

Enhancements

  • Allow disabling symlink warning for colocated js (#4057)

v1.1.18 (2025-11-25)

Bug fixes

  • Fix boolean attributes not being properly ignored when using JS.ignore_attributes (#4049)

... (truncated)

Commits
  • 748f193 Release v1.1.22
  • dc2753a Update assets
  • 2419627 fix patching locked livecomponent container (closes #4088) (#4134)
  • d1c7f64 Release v1.1.21
  • a500550 Mark LiveView code as generated
  • 4e13579 Update docs clarify window.location timing in hook callbacks (#4120)
  • 085086f add compile function to Phoenix.LiveView.TagEngine (#4123)
  • 92c5e95 fix reset and delete for teleported streams (#4122)
  • 182b1f1 Add test for unused components
  • ad10421 Emit unused function warnings for function components
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 3 updates

Bumps the production-dependencies group with 3 updates in the / directory: [lazy_html](https://github.com/dashbitco/lazy_html), [phoenix](https://github.com/phoenixframework/phoenix) and [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view).


Updates `lazy_html` from 0.1.8 to 0.1.10
- [Release notes](https://github.com/dashbitco/lazy_html/releases)
- [Changelog](https://github.com/dashbitco/lazy_html/blob/main/CHANGELOG.md)
- [Commits](dashbitco/lazy_html@v0.1.8...v0.1.10)

Updates `phoenix` from 1.8.1 to 1.8.3
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix@v1.8.1...v1.8.3)

Updates `phoenix_live_view` from 1.1.14 to 1.1.22
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/v1.1.22/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v1.1.14...v1.1.22)

---
updated-dependencies:
- dependency-name: lazy_html
  dependency-version: 0.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix
  dependency-version: 1.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix_live_view
  dependency-version: 1.1.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Feb 10, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants