Skip to content

Commit

Permalink
Upgrade dependencies 2024 08 (#2142)
Browse files Browse the repository at this point in the history
* tests working with upgrades

* upgrade poison

* upgrade httpoison

* remove comment
  • Loading branch information
anthonyshull authored Aug 9, 2024
1 parent e5ba429 commit 07edd26
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 23 deletions.
22 changes: 9 additions & 13 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ defmodule DotCom.Mixfile do
defp deps do
[
{:absinthe_client, "0.1.1"},
# latest version 1.0.7; cannot upgrade because of server_sent_event_stage expects castore < 1
{:castore, "0.1.22"},
{:castore, "1.0.8"},
{:crc, "0.10.5"},
{:credo, "1.7.7", only: [:dev, :test]},
{:csv, "3.2.1"},
Expand All @@ -86,24 +85,22 @@ defmodule DotCom.Mixfile do
{:ex_doc, "0.34.2", only: :dev},
{:ex_machina, "2.8.0", only: [:dev, :test]},
{:ex_unit_summary, "0.1.0", only: [:dev, :test]},
# latest version 0.18.1; cannot upgrade because expects castore >= 1
{:excoveralls, "0.16.1", only: :test},
{:excoveralls, "0.18.2", only: :test},
{:faker, "0.18.0", only: [:dev, :test]},
{:floki, "0.36.2"},
{:gen_stage, "1.2.1"},
{:gettext, "0.24.0"},
{:gettext, "0.25.0"},
{:hackney, "1.20.1"},
{:hammer, "6.2.1"},
{:html_sanitize_ex, "1.4.3"},
# latest version 2.2.1; cannot upgrade because api has changed
{:httpoison, "1.8.2"},
{:httpoison, "2.2.1"},
{:inflex, "2.1.0"},
{:jason, "1.4.1", override: true},
{:jason, "1.4.4", override: true},
{:logster, "1.1.1"},
{:mail, "0.3.1"},
{:mock, "0.3.8", [only: :test]},
{:mox, "1.1.0", [only: :test]},
{:nebulex, "2.6.2"},
{:nebulex, "2.6.3"},
{:nebulex_redis_adapter, "2.4.0"},
{:open_trip_planner_client, [github: "thecristen/open_trip_planner_client", tag: "v0.9.3"]},
{:parallel_stream, "1.1.0"},
Expand All @@ -117,8 +114,7 @@ defmodule DotCom.Mixfile do
{:phoenix_pubsub, "2.1.3"},
{:plug, "1.16.1"},
{:plug_cowboy, "2.7.1"},
# latest version is 6.0.0; cannot upgrade because we use Poison.Parser.parse!
{:poison, "3.1.0"},
{:poison, "6.0.0"},
{:polyline, "1.4.0"},
{:poolboy, "1.5.2"},
# Needed for rstar; workaround for mix local.hex bug
Expand All @@ -133,11 +129,11 @@ defmodule DotCom.Mixfile do
{:recase, "0.8.1"},
{:recon, "2.5.5", [only: :prod]},
{:redix, "1.5.1"},
{:req, "0.5.4", override: true},
{:req, "0.5.6"},
{:rstar, github: "armon/erl-rstar"},
# latest version 10.1.0; cannot upgrade because setup appears to have changed
{:sentry, "7.2.5"},
{:server_sent_event_stage, "1.2.0"},
{:server_sent_event_stage, "1.2.1"},
{:sizeable, "1.0.2"},
{:sweet_xml, "0.7.4", only: [:prod, :dev]},
{:telemetry, "1.2.1", override: true},
Expand Down
Loading

0 comments on commit 07edd26

Please sign in to comment.