Skip to content

chore: upgrade cowboy 2.15.0 and refresh deps#384

Merged
burbas merged 3 commits into
masterfrom
chore/upgrade-deps
May 16, 2026
Merged

chore: upgrade cowboy 2.15.0 and refresh deps#384
burbas merged 3 commits into
masterfrom
chore/upgrade-deps

Conversation

@Taure
Copy link
Copy Markdown
Collaborator

@Taure Taure commented May 14, 2026

Summary

  • cowboy 2.13.0 -> 2.15.0
  • jhn_stdlib 5.4.0 -> 5.11.2
  • cowlib 2.13.0 -> 2.16.1 (transitive)
  • ranch 2.1.0 -> 2.2.0 (transitive)

erlydtl, routing_tree, and thoas were already on their latest versions.

The cowboy hex package declares its deps with >= X and < Y syntax that rebar3 can't parse, so the override now pins exact transitive versions instead of just the upper bound.

Test plan

  • rebar3 compile clean
  • rebar3 xref clean
  • rebar3 eunit 382/382 passing
  • rebar3 dialyzer clean
  • ~/bin/elp eqwalize-all 171 errors (baseline 172 on master, no regression)

Taure added 3 commits May 14, 2026 16:54
- cowboy 2.13.0 -> 2.15.0
- jhn_stdlib 5.4.0 -> 5.11.2
- cowlib 2.13.0 -> 2.16.1 (transitive)
- ranch 2.1.0 -> 2.2.0 (transitive)

cowboy hex packages declare deps with "and" syntax that rebar3 can't
parse, so the override now pins exact transitive versions.
OTP 26 dropped because jhn_stdlib 5.11.2 uses sigil string syntax
(`~""`) which the OTP 26 parser does not support.
meck 0.9.2 uses 'catch ...' expression which OTP 29 has promoted from
warning to error. 1.1.1 replaces it with try/catch.
@burbas burbas merged commit a79f129 into master May 16, 2026
14 checks passed
@burbas burbas deleted the chore/upgrade-deps branch May 16, 2026 15:44
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.

2 participants