chore(portal): bump phoenix to 1.8 (#10510)

Bumps Phoenix to 1.8 and Phoenix LiveView to 1.1. As part of the bump a
number of issues had to be addressed. Comments inline provide more
context.

Supersedes #10475 
Supersedes #10448
This commit is contained in:
Jamil
2025-10-10 11:08:50 -04:00
committed by GitHub
parent 5b60d9d64d
commit bb089846d7
15 changed files with 49 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
defmodule API.FallbackController do
use Phoenix.Controller
use API, :controller
def call(conn, {:error, :not_found}) do
conn

View File

@@ -43,7 +43,7 @@ defmodule API.MixProject do
{:domain, in_umbrella: true},
# Phoenix deps
{:phoenix, "~> 1.7.0"},
{:phoenix, "~> 1.8"},
{:phoenix_ecto, "~> 4.4"},
{:plug_cowboy, "~> 2.7"},