Skip to content

Bump ws from 6.2.1 to 6.2.3 in /assets #339

Bump ws from 6.2.1 to 6.2.3 in /assets

Bump ws from 6.2.1 to 6.2.3 in /assets #339

Triggered via pull request June 18, 2024 10:10
Status Success
Total duration 5m 42s
Artifacts

test.yml

on: pull_request
Matrix: test
dependabot
5s
dependabot
Fit to window
Zoom out
Zoom in

Annotations

43 warnings
OTP 25.x / Elixir 1.15.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
OTP 25.x / Elixir 1.15.x
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
OTP 25.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
OTP 25.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
OTP 25.x / Elixir 1.15.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
OTP 25.x / Elixir 1.15.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
OTP 25.x / Elixir 1.15.x
invalid type annotation. The left side of :: must be a variable, got: nil | message. Note "left | right :: ann" is the same as "(left | right) :: ann". To solve this, use parentheses around the union operands: "left | (right :: ann)"
OTP 25.x / Elixir 1.15.x
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
OTP 25.x / Elixir 1.15.x
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
OTP 25.x / Elixir 1.15.x
do not use "length(errors) > 0" to check if a list is not empty since length always traverses the whole list. Prefer to pattern match on a non-empty list, such as [_ | _], or use "errors != []" as a guard
OTP 25.x / Elixir 1.15.x
module attribute @only was set but never used
OTP 25.x / Elixir 1.15.x
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
OTP 25.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
OTP 25.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
OTP 25.x / Elixir 1.15.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
OTP 25.x / Elixir 1.15.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
OTP 25.x / Elixir 1.15.x
invalid type annotation. The left side of :: must be a variable, got: nil | message. Note "left | right :: ann" is the same as "(left | right) :: ann". To solve this, use parentheses around the union operands: "left | (right :: ann)"
OTP 25.x / Elixir 1.15.x
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
OTP 25.x / Elixir 1.15.x
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
OTP 25.x / Elixir 1.15.x
do not use "length(errors) > 0" to check if a list is not empty since length always traverses the whole list. Prefer to pattern match on a non-empty list, such as [_ | _], or use "errors != []" as a guard
OTP 25.x / Elixir 1.15.x
module attribute @only was set but never used
OTP 26.x / Elixir 1.15.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
OTP 26.x / Elixir 1.15.x
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
OTP 26.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
OTP 26.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
OTP 26.x / Elixir 1.15.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
OTP 26.x / Elixir 1.15.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
OTP 26.x / Elixir 1.15.x
invalid type annotation. The left side of :: must be a variable, got: nil | message. Note "left | right :: ann" is the same as "(left | right) :: ann". To solve this, use parentheses around the union operands: "left | (right :: ann)"
OTP 26.x / Elixir 1.15.x
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
OTP 26.x / Elixir 1.15.x
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
OTP 26.x / Elixir 1.15.x
do not use "length(errors) > 0" to check if a list is not empty since length always traverses the whole list. Prefer to pattern match on a non-empty list, such as [_ | _], or use "errors != []" as a guard
OTP 26.x / Elixir 1.15.x
module attribute @only was set but never used
OTP 26.x / Elixir 1.15.x
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
OTP 26.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
OTP 26.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
OTP 26.x / Elixir 1.15.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
OTP 26.x / Elixir 1.15.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
OTP 26.x / Elixir 1.15.x
invalid type annotation. The left side of :: must be a variable, got: nil | message. Note "left | right :: ann" is the same as "(left | right) :: ann". To solve this, use parentheses around the union operands: "left | (right :: ann)"
OTP 26.x / Elixir 1.15.x
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
OTP 26.x / Elixir 1.15.x
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
OTP 26.x / Elixir 1.15.x
do not use "length(errors) > 0" to check if a list is not empty since length always traverses the whole list. Prefer to pattern match on a non-empty list, such as [_ | _], or use "errors != []" as a guard
OTP 26.x / Elixir 1.15.x
module attribute @only was set but never used
dependabot
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dependabot/fetch-metadata@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.