Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps ex_cldr_numbers from 2.36.0 to 2.37.0.

Release notes

Sourced from ex_cldr_numbers's releases.

Cldr Numbers version 2.37.0

Enhancements

  • Adds :gender and :grammatical_case options to Cldr.Number.to_string/3. When :format is an RBNF rule name, these parameters are used to resolve a grammatical gender and grammatical case appropriate rule in the given locale, if one exists. The default falls back to gender only, then a rule without gender or grammatical case. Both options are indeed optional. Thanks to @​tanguilp for the report and motivation. Closes #61.

  • Adds Cldr.Number.Format.Options.valid_gender/0 and Cldr.Number.Format.Options.valid_grammatical_case/0 to return a list of valid values for the :gender and :grammatical_case options to Cldr.Number.to_string/3. Note that a valid :gender or :grammatical_case does not imply that the related RBNF rule exists, only that the value is valid.

Changelog

Sourced from ex_cldr_numbers's changelog.

Cldr Numbers v2.37.0

This is the changelog for Cldr v2.37.0 released on December 23rd, 2025. For older changelogs please consult the release tag on GitHub

Enhancements

  • Adds :gender and :grammatical_case options to Cldr.Number.to_string/3. When :format is an RBNF rule name, these parameters are used to resolve a grammatical gender and grammatical case appropriate rule in the given locale, if one exists. The default falls back to gender only, then a rule without gender or grammatical case. Both options are indeed optional. Thanks to @​tanguilp for the report and motivation. Closes #61.

  • Adds Cldr.Number.Format.Options.valid_gender/0 and Cldr.Number.Format.Options.valid_grammatical_case/0 to return a list of valid values for the :gender and :grammatical_case options to Cldr.Number.to_string/3. Note that a valid :gender or :grammatical_case does not imply that the related RBNF rule exists, only that the value is valid.

Commits
  • 82f6552 One more changelog clarification
  • 99e210b Improve code readability
  • ec13c7d more changelog updates
  • d951730 Update changelog
  • 4a20d6e Update documentation and tests
  • 4e5c7e8 Update changelog and version
  • 430e443 Add :gender & :grammatical_case options to Number.to_string/3
  • 1a8eed0 Update CI erlang/elixir versions
  • See full diff 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_numbers](https://github.com/elixir-cldr/cldr_numbers) from 2.36.0 to 2.37.0.
- [Release notes](https://github.com/elixir-cldr/cldr_numbers/releases)
- [Changelog](https://github.com/elixir-cldr/cldr_numbers/blob/main/CHANGELOG.md)
- [Commits](elixir-cldr/cldr_numbers@v2.36.0...v2.37.0)

---
updated-dependencies:
- dependency-name: ex_cldr_numbers
  dependency-version: 2.37.0
  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 Dec 29, 2025
@jimsynz jimsynz merged commit ae95bae into main Dec 30, 2025
14 checks passed
@dependabot dependabot bot deleted the dependabot/hex/ex_cldr_numbers-2.37.0 branch December 30, 2025 03:40
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.

2 participants