build(deps): bump phoenix_live_view from 1.0.2 to 1.0.3 (#406) #1413
tests.yml
on: push
tests
6m 49s
Matrix: elixir_1_14
Matrix: elixir_1_15
Matrix: elixir_1_16
Matrix: elixir_1_17
Matrix: elixir_1_18
Annotations
50 warnings
OTP 27.x / Elixir 1.17.x
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
OTP 27.x / Elixir 1.18.x
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
OTP 27.x / Elixir 1.18.x
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
OTP 27.x / Elixir 1.18.x
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
OTP 25.x / Elixir 1.15.x
ExAws.Config.new/2 is undefined (module ExAws.Config is not available or is yet to be defined)
|
OTP 25.x / Elixir 1.15.x
ExAws.Request.Url.sanitize/2 is undefined (module ExAws.Request.Url is not available or is yet to be defined)
|
OTP 25.x / Elixir 1.15.x
ExAws.S3.delete_object/2 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 25.x / Elixir 1.15.x
ExAws.S3.presigned_url/5 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 25.x / Elixir 1.15.x
ExAws.S3.put_object/4 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 25.x / Elixir 1.15.x
ExAws.S3.upload/4 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 25.x / Elixir 1.15.x
ExAws.S3.Upload.stream_file/1 is undefined (module ExAws.S3.Upload is not available or is yet to be defined)
|
OTP 26.x / Elixir 1.15.x
ExAws.Config.new/2 is undefined (module ExAws.Config is not available or is yet to be defined)
|
OTP 26.x / Elixir 1.15.x
ExAws.Request.Url.sanitize/2 is undefined (module ExAws.Request.Url is not available or is yet to be defined)
|
OTP 26.x / Elixir 1.15.x
ExAws.S3.delete_object/2 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 26.x / Elixir 1.15.x
ExAws.S3.presigned_url/5 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 26.x / Elixir 1.15.x
ExAws.S3.put_object/4 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 26.x / Elixir 1.15.x
ExAws.S3.upload/4 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 26.x / Elixir 1.15.x
ExAws.S3.Upload.stream_file/1 is undefined (module ExAws.S3.Upload is not available or is yet to be defined)
|
OTP 25.x / Elixir 1.17.x
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
OTP 24.x / Elixir 1.14.x
ExAws.Config.new/2 is undefined (module ExAws.Config is not available or is yet to be defined)
|
OTP 24.x / Elixir 1.14.x
ExAws.Request.Url.sanitize/2 is undefined (module ExAws.Request.Url is not available or is yet to be defined)
|
OTP 24.x / Elixir 1.14.x
ExAws.S3.delete_object/2 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 24.x / Elixir 1.14.x
ExAws.S3.presigned_url/5 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 24.x / Elixir 1.14.x
ExAws.S3.put_object/4 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 24.x / Elixir 1.14.x
ExAws.S3.upload/4 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 24.x / Elixir 1.14.x
ExAws.S3.Upload.stream_file/1 is undefined (module ExAws.S3.Upload is not available or is yet to be defined)
|
OTP 26.x / Elixir 1.17.x
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
OTP 25.x / Elixir 1.14.x
ExAws.Config.new/2 is undefined (module ExAws.Config is not available or is yet to be defined)
|
OTP 25.x / Elixir 1.14.x
ExAws.Request.Url.sanitize/2 is undefined (module ExAws.Request.Url is not available or is yet to be defined)
|
OTP 25.x / Elixir 1.14.x
ExAws.S3.delete_object/2 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 25.x / Elixir 1.14.x
ExAws.S3.presigned_url/5 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 25.x / Elixir 1.14.x
ExAws.S3.put_object/4 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 25.x / Elixir 1.14.x
ExAws.S3.upload/4 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 25.x / Elixir 1.14.x
ExAws.S3.Upload.stream_file/1 is undefined (module ExAws.S3.Upload is not available or is yet to be defined)
|
OTP 26.x / Elixir 1.18.x
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
OTP 26.x / Elixir 1.18.x
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
OTP 26.x / Elixir 1.18.x
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
OTP 24.x / Elixir 1.15.x
ExAws.Config.new/2 is undefined (module ExAws.Config is not available or is yet to be defined)
|
OTP 24.x / Elixir 1.15.x
ExAws.Request.Url.sanitize/2 is undefined (module ExAws.Request.Url is not available or is yet to be defined)
|
OTP 24.x / Elixir 1.15.x
ExAws.S3.delete_object/2 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 24.x / Elixir 1.15.x
ExAws.S3.presigned_url/5 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 24.x / Elixir 1.15.x
ExAws.S3.put_object/4 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 24.x / Elixir 1.15.x
ExAws.S3.upload/4 is undefined (module ExAws.S3 is not available or is yet to be defined)
|
OTP 24.x / Elixir 1.15.x
ExAws.S3.Upload.stream_file/1 is undefined (module ExAws.S3.Upload is not available or is yet to be defined)
|
OTP 25.x / Elixir 1.18.x
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
OTP 25.x / Elixir 1.18.x
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
OTP 25.x / Elixir 1.18.x
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
tests
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
tests
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
tests
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|