Skip to content

Commit ba3eb4c

Browse files
authored
Mises à jour de toutes les librairies (Elixir) possibles (#3814)
* Bump up ymlr & open_api_spex * Bump up most libs * Fix unvoluntary update I introduced in #3813 Hat-tip to @AntoineAugusti (#3813 (comment)) * Bump appsignal * Bump ex_aws * Bump floki * Bump image * Bump swoosh * Bump sentry * Bump telemetry_metrics (no changes) * Bump telemetry_metrics (no changes) * Update yarn.lock * Add note * Force deploy
1 parent 32fcdd4 commit ba3eb4c

File tree

4 files changed

+37
-36
lines changed

4 files changed

+37
-36
lines changed

apps/transport/client/yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4041,7 +4041,7 @@ path-type@^4.0.0:
40414041
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
40424042

40434043
"phoenix@file:../../../deps/phoenix":
4044-
version "1.7.10"
4044+
version "1.7.11"
40454045

40464046
"phoenix_html@file:../../../deps/phoenix_html":
40474047
version "3.3.3"

apps/transport/mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ defmodule Transport.Mixfile do
129129
{:phoenix_live_dashboard, "~> 0.8"},
130130
{:ecto_psql_extras, "~> 0.6"},
131131
{:telemetry_poller, "~> 1.0"},
132-
{:telemetry_metrics, "~> 0.4"},
132+
{:telemetry_metrics, "~> 1.0"},
133133
{:luhn, "~> 0.3.0"},
134134
{:ex_phone_number, "~> 0.3"},
135135
{:appsignal, "~> 2.0"},
@@ -144,7 +144,7 @@ defmodule Transport.Mixfile do
144144
{:phoenix_ddos, "~> 1.1"},
145145
# Highly recommended, this will makes sure we get the correct remote_ip
146146
{:remote_ip, "~> 1.1"},
147-
{:image, "~> 0.42.0"}
147+
{:image, "~> 0.42"}
148148
]
149149
end
150150
end

generate_deps_changelogs.exs

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ master = Scanner.scan(master_mix_lock)
3333
current = Scanner.scan(File.read!("./mix.lock"))
3434

3535
IO.puts "### Changelogs\n"
36+
IO.puts "(initially generated with `elixir generate_deps_changelogs.exs`)\n"
3637

3738
master
3839
|> Enum.each(fn {dep, old} ->

0 commit comments

Comments
 (0)