Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(mix): March 2025 dependency upgrades #2416

Merged
merged 2 commits into from
Mar 6, 2025
Merged

deps(mix): March 2025 dependency upgrades #2416

merged 2 commits into from
Mar 6, 2025

Conversation

thecristen
Copy link
Collaborator

Summary of changes

Asana Ticket: [Monthly] Upgrade Erlang, Elixir & dependencies

The second commit's a bit more involved, as it involves a major upgrade. The unit tests still pass, but I want to put it on dev-blue and test submitting the customer support form, and verify we get no surprises there.

@thecristen thecristen requested a review from a team as a code owner March 5, 2025 17:05
@thecristen thecristen added the dev-blue Deploy to dev-blue label Mar 5, 2025
{:inflex, "2.1.0"},
{:jason, "1.4.4", override: true},
{:kino_live_component, "0.0.5"},
{:logster, "1.1.1"},
# reverted from 0.4
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd add a comment as to why but I don't remember and I don't want to revisit the trouble I had with that upgrade when I tried it a number of months ago (and forgot to document it then)

{:phoenix_pubsub, "2.1.3"},
{:phoenix_view, "~> 2.0"},
{:phoenix_view, "2.0.4"},
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

technically same as before, just with the version pinned this time

@@ -73,7 +73,8 @@ defmodule DotCom.Mixfile do
{:address_us, "0.4.3"},
{:aws, "1.0.4"},
{:aws_credentials, "0.3.2", optional: true},
{:castore, "1.0.11"},
{:castore, "1.0.12"},
{:cowlib, "2.14.0", override: true},
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

technically not sure this override is essential, but I had a heck of a time trying to get mix to obey me with reconciling the cowboy/cowlib requirements.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's usually because some other dependency depends on this one at a different version number.

@thecristen
Copy link
Collaborator Author

thecristen commented Mar 5, 2025

I submitted a customer support ticket in dev-blue and saw a confirmation of success logged in Splunk. And I confirmed it made it to the IRIS/HEAT dev system!

@thecristen thecristen removed the dev-blue Deploy to dev-blue label Mar 5, 2025
@thecristen thecristen merged commit 41f7b0b into main Mar 6, 2025
27 checks passed
@thecristen thecristen deleted the cbj/dep-upgrade branch March 6, 2025 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants