chore(deps): update dependency phoenix to v1.8.3 #12

Merged
Doridian merged 1 commit from renovate/phoenix-1.x-lockfile into main 2025-12-17 13:15:46 -08:00
Member

This PR contains the following updates:

Package Type Update Change
phoenix (source) prod patch 1.8.1 -> 1.8.3

Release Notes

phoenixframework/phoenix (phoenix)

v1.8.3

Compare Source

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

v1.8.2

Compare Source

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={@&#8203;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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [phoenix](https://hex.pm/packages/phoenix) ([source](https://github.com/phoenixframework/phoenix)) | prod | patch | `1.8.1` -> `1.8.3` | --- ### Release Notes <details> <summary>phoenixframework/phoenix (phoenix)</summary> ### [`v1.8.3`](https://github.com/phoenixframework/phoenix/blob/HEAD/CHANGELOG.md#183-2025-12-8) [Compare Source](https://github.com/phoenixframework/phoenix/compare/v1.8.2...v1.8.3) ##### 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. ([#&#8203;6549](https://github.com/phoenixframework/phoenix/pull/6549)) - Drop incoming channel messages with stale join refs ### [`v1.8.2`](https://github.com/phoenixframework/phoenix/blob/HEAD/CHANGELOG.md#182-2025-11-26) [Compare Source](https://github.com/phoenixframework/phoenix/compare/v1.8.1...v1.8.2) ##### Bug fixes - \[phoenix.js] fix issue where LongPoll can cause "unmatched topic" errors (observed on iOS only) ([#&#8203;6538](https://github.com/phoenixframework/phoenix/pull/6538)) - \[phx.gen.live] fix tests when schema and table names are equal ([#&#8203;6477](https://github.com/phoenixframework/phoenix/pull/6477)) - \[Verified Routes] do not add path prefixes for static routes - \[Phoenix.Endpoint] fix LongPoll being active by default since 1.8.0 ([#&#8203;6487](https://github.com/phoenixframework/phoenix/pull/6487)) ##### Enhancements - \[phoenix.js] socket now stops reconnection attempts while the page is hidden ([#&#8203;6534](https://github.com/phoenixframework/phoenix/pull/6534)) - \[phx.new] (re-)add `<.input field={@&#8203;form[:foo]} type="hidden" />` support in core components - \[phx.new] set `force_ssl` in `prod.exs` by default ([#&#8203;6435](https://github.com/phoenixframework/phoenix/pull/6435)) - \[phx.new] change `--docker` base image to debian trixie ([#&#8203;6521](https://github.com/phoenixframework/phoenix/pull/6521)) - \[Phoenix.Socket.assign/2] allow passing a function as second argument `assign(socket, fn _existing_assigns -> %{this_gets: "merged"} end)` ([#&#8203;6530](https://github.com/phoenixframework/phoenix/pull/6530)) - \[Phoenix.Controller.assign/2] allow passing a function as second argument ([#&#8203;6542](https://github.com/phoenixframework/phoenix/pull/6542)) - \[Phoenix.Controller.assign/2] support keyword lists and maps as second argument similar to LiveView ([#&#8203;6513](https://github.com/phoenixframework/phoenix/pull/6513)) - \[Presence] support custom dispatcher for `presence_diff` broadcast ([#&#8203;6500](https://github.com/phoenixframework/phoenix/pull/6500)) - \[AGENTS.md] add short test guidelines to usage rules </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4yNy4xIiwidXBkYXRlZEluVmVyIjoiNDIuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update dependency phoenix to v1.8.3
All checks were successful
Lint / Lint (pull_request) Successful in 1m44s
Nix check / check-nix (pull_request) Successful in 3m16s
0b9f1903ce
Doridian deleted branch renovate/phoenix-1.x-lockfile 2025-12-17 13:15:46 -08:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
SpaceAge/space_age_api!12
No description provided.