Skip to content

chore(deps): add dedicated lock files for older Elixir versions - #1114

Merged
solnic merged 1 commit into
masterfrom
elixir-version-lockfiles
Jul 10, 2026
Merged

chore(deps): add dedicated lock files for older Elixir versions#1114
solnic merged 1 commit into
masterfrom
elixir-version-lockfiles

Conversation

@solnic

@solnic solnic commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

This is needed after all so that we'll be able to bump various deps with no version conflicts.


#skip-changelog

@solnic
solnic marked this pull request as ready for review July 10, 2026 10:41
@solnic
solnic requested review from dingsdax and sl0thentr0py July 10, 2026 10:41

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit f10a78b. Configure here.

else
mix deps.get
fi
mix deps.get --check-locked

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Unsupported flag on Elixir 1.13

High Severity

The CI download step always runs mix deps.get --check-locked, including on the Elixir 1.13 matrix job. That flag was added in Elixir 1.14, while this project still tests 1.13 and already skips --check-locked for older versions elsewhere in mix.exs.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit f10a78b. Configure here.

Comment thread mix.exs
@solnic
solnic force-pushed the elixir-version-lockfiles branch from f10a78b to b29c7d8 Compare July 10, 2026 11:02
@solnic solnic changed the title chore(deps): add dedicated lock files for 1.13 and 1.17 chore(deps): add dedicated lock files for older Elixir versions Jul 10, 2026
@solnic
solnic merged commit 8b0b3e9 into master Jul 10, 2026
17 checks passed
@solnic
solnic deleted the elixir-version-lockfiles branch July 10, 2026 11:11
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