params icon indicating copy to clipboard operation
params copied to clipboard

Suppress warnings in Elixir 1.17 + improvements

Open k-asm opened this issue 1 year ago • 4 comments

This PR contains below changes.

  • Fix warnings in elixir 1.17 like:
    • using map.field notation (without parentheses) to invoke function ParamsTest.StringArray.__changeset__() is deprecated, you must add parentheses instead: remote.function()
    • use Mix.Config is deprecated
  • Fix some tests failed in OTP 26+ due to map key orders.
  • Use GitHub Actions instead of Travis CI.
  • Update dependencies:
New:
  telemetry 1.2.1
Upgraded:
  decimal 1.5.0 => 2.1.1 (major)
  dialyxir 0.5.0 => 0.5.1
  earmark_parser 1.4.18 => 1.4.39
  ecto 3.0.1 => 3.11.2
  ex_doc 0.26.0 => 0.34.0 (minor)
  makeup 1.0.5 => 1.1.2
  makeup_elixir 0.15.2 => 0.16.2 (minor)
  makeup_erlang 0.1.1 => 1.0.0 (major)
  nimble_parsec 1.2.0 => 1.4.0

k-asm avatar Jun 14 '24 07:06 k-asm