chore: update dependencies and fix deprecation warnings#54
Merged
TattdCodeMonkey merged 2 commits intomasterfrom Mar 20, 2026
Merged
chore: update dependencies and fix deprecation warnings#54TattdCodeMonkey merged 2 commits intomasterfrom
TattdCodeMonkey merged 2 commits intomasterfrom
Conversation
Owner
TattdCodeMonkey
commented
Mar 20, 2026
- Update all dependencies (ex_doc 0.24→0.40, propcheck 1.0→1.5, elixir_make 0.6→0.9, proper 1.2→1.5, and supporting packages)
- Run mix format --migrate to fix bitstring specifier deprecations and modernize code style
- Tighten Elixir version requirement from ">= 1.4.2 and < 2.0.0" to "~> 1.14"
- Fix missing trailing newline in .gitignore
- Update all dependencies (ex_doc 0.24→0.40, propcheck 1.0→1.5, elixir_make 0.6→0.9, proper 1.2→1.5, and supporting packages) - Run mix format --migrate to fix bitstring specifier deprecations and modernize code style - Tighten Elixir version requirement from ">= 1.4.2 and < 2.0.0" to "~> 1.14" - Fix missing trailing newline in .gitignore Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add credo ~> 1.7 as dev/test dependency - Rename test modules to PascalCase (CRC_16_Test → CRC16Test, CRC_32_Test → CRC32Test) - Add @moduledoc false to internal/test-support modules (CRC.Model, CRC16, CRC8KOOP, ChecksumXOR) - Suppress FunctionNames check on ccitt_16_1D0F (legacy public API, renaming is breaking) - Extract normalize_bits/1 and round_to_supported_bits/1 from CRC.Model.parse/2 to reduce cyclomatic complexity - Update README copyright year Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.