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

chore(deps): bump ex_cldr_units from 3.17.2 to 3.19.0 #26

Open
wants to merge 1 commit into
base: blockscout/v7.0.2
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps ex_cldr_units from 3.17.2 to 3.19.0.

Release notes

Sourced from ex_cldr_units's releases.

Cldr Units version 3.19.0

Bug Fixes

  • Support Elixir 1.19 and OTP 28 without errors or warnings. Primarily this relates to changes to OTP's new :re module and Elixir's evolving type system.

Cldr Units version 3.18.1

Bug Fixes

  • Fix compilation failures related to compile-time nested alias issues. Thanks to @​TimisRobert for the issues. Closes [ex_cldr #256](elixir-cldr/cldr#256).

  • Fix Cldr.Unit.to_string/2 output for additional SI-prefixed units that have atomic translations. Relates to #48. The additions are:

:megabit,
:megabyte,
:megapixel,
:megawatt,
:megapascal,
:megaliter,
:megahertz,
:megabit,
:gigahertz,
:gigabit,
:gigabyte,
:gigawatt,
:terabit,
:terabyte,
:petabyte

Cldr Units version 3.18.0

Bug Fixes

  • Fix Cldr.Unit.to_string/2 for units that have an SI prefix but have translations for the full unit, like "kilojoule". Thanks for the issue (and considerable patience) to @​fekle. Closes #48.

  • Fix Cldr.Unit.to_string/2 for additional units such as milligram_ofglucose_per_deciliter, millimole_per_liter, nanometer and nanosecond. Thanks to @​Awlexus for the report and considerable patience. Closes #45.

  • Fix Cldr.Unit.display_name/2 for units that have an SI prefix but have translations for the full unit, like "millimeter". Thanks for the issue (and considerable patience) to @​fekle. Closes #44.

  • Fix math operations to return a Decimal type if either of the operations have a Decimal value. Thanks to @​gf3 for the most patience. Closes #44.

Enhancements / Changes

  • The module Cldr.Unit.Math is now marked @moduledoc false. The implementation of basic math is incorrect in many cases and misleading in others. The entire math of units will be rewritten during 2025.
Changelog

Sourced from ex_cldr_units's changelog.

Cldr_Units v3.19.0

This is the changelog for Cldr_units v3.19.0 released on March 26th, 2025. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Support Elixir 1.19 and OTP 28 without errors or warnings. Primarily this relates to changes to OTP's new :re module and Elixir's evolving type system.

Cldr_Units v3.18.1

This is the changelog for Cldr_units v3.18.1 released on March 22nd, 2025. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fix compilation failures related to compile-time nested alias issues. Thanks to @​TimisRobert for the issues. Closes [ex_cldr #256](elixir-cldr/cldr#256).

  • Fix Cldr.Unit.to_string/2 output for additional SI-prefixed units that have atomic translations. Relates to #48. The additions are:

:megabit,
:megabyte,
:megapixel,
:megawatt,
:megapascal,
:megaliter,
:megahertz,
:megabit,
:gigahertz,
:gigabit,
:gigabyte,
:gigawatt,
:terabit,
:terabyte,
:petabyte

Cldr_Units v3.18.0

This is the changelog for Cldr_units v3.18.0 released on March 18th, 2025. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fix Cldr.Unit.to_string/2 for units that have an SI prefix but have translations for the full unit, like "kilojoule". Thanks for the issue (and considerable patience) to @​fekle. Closes #48.

  • Fix Cldr.Unit.to_string/2 for additional units such as milligram_ofglucose_per_deciliter, millimole_per_liter, nanometer and nanosecond. Thanks to @​Awlexus for the report and considerable patience. Closes #45.

  • Fix Cldr.Unit.display_name/2 for units that have an SI prefix but have translations for the full unit, like "millimeter". Thanks for the issue (and considerable patience) to @​fekle. Closes #44.

  • Fix math operations to return a Decimal type if either of the operations have a Decimal value. Thanks to @​gf3 for the most patience. Closes #44.

Enhancements / Changes

... (truncated)

Commits
  • da33f73 Don't store mise.toml
  • fbaa642 Use sigil_r and no module attributes for regex
  • b08ac85 Update changelog and release
  • 8fd7efd Merge branch 'list_flatten'
  • e4fc35d Fix additional prefixed units with atomic translations
  • 019b8bc Move compile time List.flatten to be Elixir.List.flatten
  • ff45f50 Fix dialyzer warnings
  • dc4d5b0 Fix display_name/2 when a unit has an SI prefix but an atomic translation. Cl...
  • 40008f5 Fix formatting for milligram_ofglucose_per_deciliter. Closes #45
  • d73d542 Fix return type of math operations to have a Decimal value if either operand ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ex_cldr_units](https://github.com/elixir-cldr/cldr_units) from 3.17.2 to 3.19.0.
- [Release notes](https://github.com/elixir-cldr/cldr_units/releases)
- [Changelog](https://github.com/elixir-cldr/cldr_units/blob/main/CHANGELOG.md)
- [Commits](elixir-cldr/cldr_units@v3.17.2...v3.19.0)

---
updated-dependencies:
- dependency-name: ex_cldr_units
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants