Skip to content

Bump phoenix from 1.8.4 to 1.8.5#125

Merged
nelsonic merged 2 commits intomainfrom
dependabot/hex/phoenix-1.8.5
Apr 3, 2026
Merged

Bump phoenix from 1.8.4 to 1.8.5#125
nelsonic merged 2 commits intomainfrom
dependabot/hex/phoenix-1.8.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps phoenix from 1.8.4 to 1.8.5.

Changelog

Sourced from phoenix's changelog.

1.8.5 (2026-03-05)

JavaScript Client Bug Fixes

  • Fix socket connecting on visibility change when never established

Enhancements

  • Fix warnings on Elixir 1.20
Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [phoenix](https://github.com/phoenixframework/phoenix) from 1.8.4 to 1.8.5.
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix@v1.8.4...v1.8.5)

---
updated-dependencies:
- dependency-name: phoenix
  dependency-version: 1.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Apr 1, 2026
@nelsonic
Copy link
Copy Markdown
Member

nelsonic commented Apr 3, 2026

https://github.com/dwyl/auth_plug_example/actions/runs/23869239571/job/69596538789#step:6:112

==> phoenix
warning: the dependency :phoenix requires Elixir "~> 1.15" but you are running on v1.14.2
Compiling 74 files (.ex)

== Compilation error in file lib/phoenix/naming.ex ==
Error: ** (CompileError) lib/phoenix/naming.ex:46: cannot use ^prefix_size outside of match clauses
    (elixir 1.14.2) src/elixir_bitstring.erl:254: :elixir_bitstring.expand_spec_arg/4
    (elixir 1.14.2) src/elixir_bitstring.erl:190: :elixir_bitstring.expand_each_spec/6
    (elixir 1.14.2) src/elixir_bitstring.erl:160: :elixir_bitstring.expand_specs/7
    (elixir 1.14.2) src/elixir_bitstring.erl:38: :elixir_bitstring.expand/8
    (elixir 1.14.2) src/elixir_bitstring.erl:14: :elixir_bitstring.expand/5
could not compile dependency :phoenix, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile phoenix", update it with "mix deps.update phoenix" or clean it with "mix deps.clean phoenix"
Error: Process completed with exit code 1.

Copy link
Copy Markdown
Member

@nelsonic nelsonic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. ✅

@nelsonic nelsonic merged commit 562d5d8 into main Apr 3, 2026
2 checks passed
@nelsonic nelsonic deleted the dependabot/hex/phoenix-1.8.5 branch April 3, 2026 23:06
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.

1 participant