Skip to content

fix(deps): make igniter test only + locked dependencies cleanup - #1146

Merged
solnic merged 2 commits into
getsentry:masterfrom
lobo-tuerto:master
Aug 5, 2026
Merged

fix(deps): make igniter test only + locked dependencies cleanup#1146
solnic merged 2 commits into
getsentry:masterfrom
lobo-tuerto:master

Conversation

@lobo-tuerto

@lobo-tuerto lobo-tuerto commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Description

Moved to test-only optional dependency that was causing trouble on projects that include usage_rules (which has a hard requirement on igniter).

Also:

  • ran a preventive mix deps.clean --unlock --unused.

Issues

NOTES

Worth noting, is that I didn't install Elixir 1.15 since the issue is basically with dependency resolution on Elixir 1.20 giving back results as if I was on 1.15.

Comment thread mix.exs
Comment thread mix.exs
lobo-tuerto and others added 2 commits August 4, 2026 10:48
Keep Igniter available for installer tests without exposing its version constraint in the published Hex package.

Co-Authored-By: GPT-5.6 Sol <noreply@anthropic.com>
@lobo-tuerto lobo-tuerto changed the title fix(deps): remove igniter from optional deps + locked dependencies cleanup fix(deps): make igniter test only + locked dependencies cleanup Aug 4, 2026

@solnic solnic left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thank you so much for helping with this! ❤️

@solnic
solnic merged commit 3ceb1eb into getsentry:master Aug 5, 2026
14 checks passed
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.

Relax optional igniter dep

2 participants