elixir-google-api
elixir-google-api copied to clipboard
chore(deps): update dependency dialyxir to v1
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| dialyxir (source) | major | ~> 0.5 -> ~> 1.0 |
Release Notes
jeremyjh/dialyxir (dialyxir)
v1.4.5
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/