chore(deps): update dependency dialyxir to v1
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| dialyxir (source) | dev | major | ~> 0.5 -> ~> 1.0 |
Release Notes
jeremyjh/dialyxir (dialyxir)
v1.4.7
v1.4.6
Fixed
CallWithoutOpaquefunction clause error on OTP-28invalid_contractwarning showed spec twice instead of success typing
Changed
- Update
ex_docto the latest version for an improved UI
Docs
- Add a note about the
:unknownflag to the "Default Flags" section in the README - Fix dead hex doc links by including CI config docs in
mix.exs's:docs - Fix a typo in the README
CI
- Update the Ubuntu version used in CI to 24.04
v1.4.5
Fixed
- Crash when default ignore file missing and custom file specified
- Revert format option ignore_file_string to ignore_file_strict
v1.4.4
Fixed
- Invalid contract formatting failed on OTP 26 & later.
- Empty ignore files are ignored.
- Several improvements and corrections to documentation.
Changed
- Updated Erlex minimum version to 0.27, bringing in several fixes and improvements.
Added
- Multiple formatters can be used in the same invocation.
v1.4.3
Fixed
- Warnings with line & column.
- Formatting of
:record_matchwarning.
v1.4.2
Changed
- Revert minimum required Elixir version back to 1.6.
- Improved performance in calculating Umbrella dependencies.
v1.4.1
Changed
- Bump minimum required Elixir version to 1.12.
v1.4.0
Added
- --quiet-with-result flag.
Changed
- (docs) Improved caching behaviour in example templates.
Fixed
- Erroneous "DEPENDENCY MISSING" message in Elixir 1.15.
- Handle transitive optional dependencies in Elixir 1.15.
v1.3.0
Added
- Elixir 1.15 support.
- Support for warning
:callback_not_exported.
Changed
- Several improvements to documentation, particularly Github CI documentation.
Removed
- Support for
:race_conditionsflag which was removed from Erlang.
Fixed
- Crash when
mix.lockis missing.
v1.2.0
Added
- "github" formatter.
v1.1.0
Added
- Configuration option to set the project's PLT path:
:plt_local_path. - Project configuration setting to exclude files based on a regex:
:exclude_files. explaintext for:missing_rangewarning.
Fixed
- Fixes and improvements to README and documentation.
- Fixed
mix.lockhash stability. Will cause a recheck of PLTs on first usage in each project.
Changed
- Improved wording of argument mismatch warnings.
v1.0.0
Changed
- Deprecated
plt_add_depsmodes:transitive,project. Useapp_treeandapps_directinstead. - Moved Explain text to
@moduledoc.
Fixed
- Warning pretty printing and message fixes/improvements.
- Prevent crash when short_format fails.
- Ensure path to PLT target directory exists.
- Bumped required
erlexfor formatting fix.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!
-- conventional-commit-lint bot https://conventionalcommits.org/