elixir-google-api icon indicating copy to clipboard operation
elixir-google-api copied to clipboard

chore(deps): update dependency dialyxir to v1

Open renovate-bot opened this issue 4 years ago • 1 comments

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

Compare Source

v1.4.6

Compare Source

Fixed
  • CallWithoutOpaque function clause error on OTP-28
  • invalid_contract warning showed spec twice instead of success typing
Changed
  • Update ex_doc to the latest version for an improved UI
Docs
  • Add a note about the :unknown flag 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

Compare Source

Fixed
  • Crash when default ignore file missing and custom file specified
  • Revert format option ignore_file_string to ignore_file_strict

v1.4.4

Compare Source

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

Compare Source

Fixed
  • Warnings with line & column.
  • Formatting of :record_match warning.

v1.4.2

Compare Source

Changed
  • Revert minimum required Elixir version back to 1.6.
  • Improved performance in calculating Umbrella dependencies.

v1.4.1

Compare Source

Changed
  • Bump minimum required Elixir version to 1.12.

v1.4.0

Compare Source

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

Compare Source

Added
  • Elixir 1.15 support.
  • Support for warning :callback_not_exported.
Changed
  • Several improvements to documentation, particularly Github CI documentation.
Removed
Fixed
  • Crash when mix.lock is missing.

v1.2.0

Compare Source

Added
  • "github" formatter.

v1.1.0

Compare Source

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.
  • explain text for :missing_range warning.
Fixed
  • Fixes and improvements to README and documentation.
  • Fixed mix.lock hash stability. Will cause a recheck of PLTs on first usage in each project.
Changed
  • Improved wording of argument mismatch warnings.

v1.0.0

Compare Source

Changed
  • Deprecated plt_add_deps modes: transitive, project. Use app_tree and apps_direct instead.
  • 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 erlex for 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.

renovate-bot avatar Jul 12 '21 19:07 renovate-bot

🤖 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/