chore: upgrade cowboy 2.15.0 and refresh deps#384
Merged
Conversation
- 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
approved these changes
May 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
erlydtl, routing_tree, and thoas were already on their latest versions.
The cowboy hex package declares its deps with
>= X and < Ysyntax that rebar3 can't parse, so the override now pins exact transitive versions instead of just the upper bound.Test plan
rebar3 compilecleanrebar3 xrefcleanrebar3 eunit382/382 passingrebar3 dialyzerclean~/bin/elp eqwalize-all171 errors (baseline 172 on master, no regression)