-
Notifications
You must be signed in to change notification settings - Fork 53
Bump multiple dependencies to latest versions #3410
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
Conversation
- bcrypt_elixir: 3.2.1 → 3.3.2 - sobelow: 0.13.0 → 0.14.0 - jsonpatch: 1.0.2 → 2.2.2 - oban: 2.18.3 → 2.19.4 - eqrcode: 0.1.10 → 0.2.1 Updated API calls for jsonpatch v2.x compatibility: - Removed Jsonpatch.Mapper.from_map/1 and to_map/1 calls - Updated workflow_params.ex and workflow_live_helpers.ex Removed custom transact/2 function from Lightning.Repo: - Ecto 3.13.2 now provides built-in transact functionality - Eliminated function conflicts and duplication Closes #3264 Closes #3263 Closes #3262 Closes #3159 Closes #3116
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3410 +/- ##
==========================================
+ Coverage 89.98% 89.99% +0.01%
==========================================
Files 369 368 -1
Lines 14414 14408 -6
==========================================
- Hits 12970 12967 -3
+ Misses 1444 1441 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Niice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 ✨
@@ -44,7 +44,7 @@ defmodule LightningWeb.WorkflowNewLive.WorkflowParams do | |||
""" | |||
def apply_patches(current_params, patches) do | |||
Jsonpatch.apply_patch( | |||
patches |> Enum.map(&Jsonpatch.Mapper.from_map/1), | |||
patches, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lovely
Description
Updated API calls for jsonpatch v2.x compatibility:
Removed custom transact/2 function from Lightning.Repo:
Closes #3264
Closes #3263
Closes #3262
Closes #3159
Closes #3116
AI Usage
Please disclose how you've used AI in this work (it's cool, we just want to know!):
You can read more details in our Responsible AI Policy
Pre-submission checklist
:owner
,:admin
,:editor
,:viewer
)