Skip to content

Bump webpack from 5.72.0 to 5.97.1 in /apps/andi/assets #2644

Bump webpack from 5.72.0 to 5.97.1 in /apps/andi/assets

Bump webpack from 5.72.0 to 5.97.1 in /apps/andi/assets #2644

Triggered via pull request January 31, 2025 21:38
Status Success
Total duration 7m 52s
Artifacts

e2e.yml

on: pull_request
Verify Application
7m 21s
Verify Application
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Verify Application: deps/natural_sort/mix.exs#L10
variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name
Verify Application: deps/natural_sort/mix.exs#L11
variable "description" does not exist and is being expanded to "description()", please use parentheses to remove the ambiguity or change the variable name
Verify Application: deps/natural_sort/mix.exs#L12
variable "package" does not exist and is being expanded to "package()", please use parentheses to remove the ambiguity or change the variable name
Verify Application
variable "case_sensitive?" is unused (if the variable is not meant to be used, prefix it with an underscore)
Verify Application: deps/parallel_stream/mix.exs#L17
found quoted keyword "coveralls" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of Unicode letters, numbers, underscore, and @ do not require quotes
Verify Application
Stream.chunk/4 is deprecated. Use Stream.chunk_every/4 instead
Verify Application: deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
Verify Application
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
Verify Application
calling super for GenServer callback child_spec/1 is deprecated
Verify Application
Decimal.compare/2 is deprecated. Use Decimal.cmp/2 instead. This function will be re-introduced in Decimal v2.0 with new return value