Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented May 4, 2024

This PR contains the following updates:

Package Type Update Change
phoenix (source) prod minor 1.6.16== 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

v1.8.1

Compare Source

Bug fixes
  • [phx.new] Fix AGENTS.md failing to include CSS and JavaScript sections

v1.8.0

Compare Source

Bug fixes
  • [phx.new] Don't include node_modules override in generated tsconfig.json
Enhancements
  • [phx.gen.live|html|json] - Make context argument optional. Defaults to the plural name.
  • [phx.new] Add mix precommit alias
  • [phx.new] Add AGENTS.md generation compatible with usage_rules
  • [phx.new] Add usage_rules folder to installer, allowing to sync generic Phoenix rules into new projects
  • [phx.new] Use LiveView 1.1 release in generated code
  • [phx.new] Ensure theme selector and flash closing works without LiveView

v1.7.21

Compare Source

v1.7.20

Compare Source

v1.7.19

Compare Source

v1.7.18

Compare Source

v1.7.17

Compare Source

v1.7.16

Compare Source

v1.7.15

Compare Source

v1.7.14

Compare Source

v1.7.13

Compare Source

v1.7.12

Compare Source

v1.7.11

Compare Source

v1.7.10

Compare Source

v1.7.9

Compare Source

v1.7.8

Compare Source

v1.7.7

Compare Source

v1.7.6

Compare Source

v1.7.5

Compare Source

v1.7.4

Compare Source

v1.7.3

Compare Source

v1.7.2

Compare Source

v1.7.1

Compare Source

v1.7.0

Compare Source


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency phoenix to == 1.7.12 chore(deps): update dependency phoenix to == 1.7.14 Jun 18, 2024
@renovate renovate bot force-pushed the renovate/phoenix-1.x branch from cb3849e to 4c115f7 Compare June 18, 2024 19:27
@renovate renovate bot force-pushed the renovate/phoenix-1.x branch from 4c115f7 to e446fd3 Compare December 2, 2024 22:50
@renovate renovate bot changed the title chore(deps): update dependency phoenix to == 1.7.14 chore(deps): update dependency phoenix to == 1.7.15 Dec 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency phoenix to == 1.7.15 chore(deps): update dependency phoenix to == 1.7.17 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/phoenix-1.x branch 2 times, most recently from 98fc103 to 8ea1553 Compare December 10, 2024 17:54
@renovate renovate bot changed the title chore(deps): update dependency phoenix to == 1.7.17 chore(deps): update dependency phoenix to == 1.7.18 Dec 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency phoenix to == 1.7.18 chore(deps): update dependency phoenix to == 1.7.19 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/phoenix-1.x branch from 8ea1553 to 94292c8 Compare January 31, 2025 17:53
@renovate renovate bot changed the title chore(deps): update dependency phoenix to == 1.7.19 chore(deps): update dependency phoenix to == 1.7.20 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/phoenix-1.x branch from 94292c8 to 23ea8ae Compare February 20, 2025 22:25
@renovate renovate bot force-pushed the renovate/phoenix-1.x branch from 23ea8ae to f87e52f Compare March 27, 2025 22:07
@renovate renovate bot changed the title chore(deps): update dependency phoenix to == 1.7.20 chore(deps): update dependency phoenix to == 1.7.21 Mar 27, 2025
@renovate renovate bot force-pushed the renovate/phoenix-1.x branch from f87e52f to a4e3a96 Compare August 5, 2025 20:41
@renovate renovate bot changed the title chore(deps): update dependency phoenix to == 1.7.21 chore(deps): update dependency phoenix to == 1.8.0 Aug 5, 2025
@renovate
Copy link
Author

renovate bot commented Aug 5, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: mix deps.update phoenix
warning: setting :preferred_cli_env in your mix.exs "def project" is deprecated, set it inside "def cli" instead:

    def cli do
      [preferred_envs: [coveralls: :test, "coveralls.html": :test]]
    end

  (mix 1.19.4) lib/mix/cli.ex:187: Mix.CLI.preferred_cli_env/3
  (mix 1.19.4) lib/mix/cli.ex:170: Mix.CLI.maybe_change_env_and_target/2
  (mix 1.19.4) lib/mix/cli.ex:59: Mix.CLI.proceed/2
  /opt/containerbase/tools/elixir/1.19.4/bin/mix:7: (file)
  (elixir 1.19.4) src/elixir_compiler.erl:81: :elixir_compiler.dispatch/4
  (elixir 1.19.4) src/elixir_compiler.erl:56: :elixir_compiler.compile/4

�[31m�[1m** (Mix) Hex dependency resolution failed�[0m

@renovate renovate bot force-pushed the renovate/phoenix-1.x branch from a4e3a96 to d3ff3e8 Compare August 31, 2025 09:03
@renovate renovate bot changed the title chore(deps): update dependency phoenix to == 1.8.0 chore(deps): update dependency phoenix to == 1.8.1 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/phoenix-1.x branch from d3ff3e8 to f7ffffc Compare November 26, 2025 22:43
@renovate renovate bot changed the title chore(deps): update dependency phoenix to == 1.8.1 chore(deps): update dependency phoenix to == 1.8.2 Nov 26, 2025
@renovate renovate bot force-pushed the renovate/phoenix-1.x branch from f7ffffc to 7f01b63 Compare December 8, 2025 20:31
@renovate renovate bot changed the title chore(deps): update dependency phoenix to == 1.8.2 chore(deps): update dependency phoenix to == 1.8.3 Dec 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant