Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump Hex Elixir version to 1.16.3 #11324

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

TylerWitt
Copy link
Contributor

@TylerWitt TylerWitt commented Jan 16, 2025

What are you trying to accomplish?

This bumps Elixir to the last version of 1.16.

A couple quirks:

  1. Mix.Dep.load_on_environment/1 is gone, but under the hood it called Mix.Dep.Converger.converge/1anyways.
  2. Charlist dependencies explicitly fail now, and I'm fairly sure they should be updated if charlists are still used.

Checklist

  • I have run the complete test suite to ensure all tests and linters pass.
  • I have thoroughly tested my code changes to ensure they work as expected, including adding additional tests for new functionality.
  • I have written clear and descriptive commit messages.
  • I have provided a detailed description of the changes in the pull request, including the problem it addresses, how it fixes the problem, and any relevant details about the implementation.
  • I have ensured that the code is well-documented and easy to understand.

This bumps Elixir to the last version of 1.16.

A couple quirks:
1. `Mix.Dep.load_on_environment/1` is gone, but under the hood it called `Mix.Dep.Converger.converge/1`anyways.
2. Charlist dependencies explicitly fail now, and I'm fairly sure they should be updated if charlists are still used.
@TylerWitt TylerWitt requested a review from a team as a code owner January 16, 2025 22:36
@github-actions github-actions bot added the L: elixir:hex Elixir packages via hex label Jan 16, 2025
@TylerWitt
Copy link
Contributor Author

Closes #8834

@thavaahariharangit thavaahariharangit self-assigned this Jan 17, 2025
@thavaahariharangit thavaahariharangit merged commit 81dc28d into dependabot:main Jan 17, 2025
37 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
L: elixir:hex Elixir packages via hex
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants