Update dependency ex_money_sql to v2#261
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~> 1.0→~> 2.0Release Notes
kipcole9/money_sql (ex_money_sql)
v2.0.0Compare Source
This is the changelog for Money_SQL v2.0.0 released on April 24th, 2026.
Breaking changes
The public API has not changed - just the dependency matrix. There should be no upgrade issues for current users beyond the changes in
ex_money6.0.Supported on Elixir 1.17 or later only.
Requires
ex_money ~> 6.0, which replaces theex_cldrfamily of dependencies with the unified localize package. As a result, the CLDR backend module (e.g.MyApp.Cldr) and the:default_cldr_backendconfiguration key are no longer used. Configure locales viaconfig :localizeinstead. See the ex_money 6.0 migration guide for details.The error message format for
Money.UnknownCurrencyErrornow follows theex_money 6.0convention (for example"The currency :AAA is not known."). Tests asserting on the previous message text will need to be updated.jasonis no longer a declared dependency. Postgrex defaults toJasonforjson/jsonbcolumns; configureconfig :postgrex, :json_library, JSON(Elixir 1.18+) and runmix deps.compile postgrex --forceonce since Postgrex captures this setting at compile time.Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.