Skip to content

chore(deps-dev): bump mix_test_watch from 1.1.1 to 1.2.0 #665

chore(deps-dev): bump mix_test_watch from 1.1.1 to 1.2.0

chore(deps-dev): bump mix_test_watch from 1.1.1 to 1.2.0 #665

Triggered via push June 26, 2024 05:19
Status Success
Total duration 3m 7s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
:simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
test
Faker.Name.first_name/0 is deprecated. Use Faker.Person.first_name/0 instead.
test
Faker.Name.last_name/0 is deprecated. Use Faker.Person.last_name/0 instead.
test
variable "speaker1_statements" is unused (if the variable is not meant to be used, prefix it with an underscore)
test
variable "speaker1_users" is unused (if the variable is not meant to be used, prefix it with an underscore)
test
variable "speaker1_videos" is unused (if the variable is not meant to be used, prefix it with an underscore)
test
variable "speaker2_statements" is unused (if the variable is not meant to be used, prefix it with an underscore)
test
variable "speaker2_users" is unused (if the variable is not meant to be used, prefix it with an underscore)
test
variable "speaker2_videos" is unused (if the variable is not meant to be used, prefix it with an underscore)
test
doc/1 is deprecated. Use document/1 with generate/1 instead.
test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
test
:ssl.cipher_suites/0 is deprecated. It will be removed in OTP 24. Use cipher_suites/2,3 instead
test
:ssl.ssl_accept/2 is deprecated. It will be removed in OTP 24. Use ssl_handshake/1,2,3 instead
test
:ssl.ssl_accept/3 is deprecated. It will be removed in OTP 24. Use ssl_handshake/1,2,3 instead
test
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
test
Enum.partition/2 is deprecated. Use Enum.split_with/2 instead
test
String.to_char_list/1 is deprecated. Use String.to_charlist/1 instead