Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

chore: Bump ex_cldr from 2.37.5 to 2.38.1 - #42

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/hex/ex_cldr-2.38.1
Closed

chore: Bump ex_cldr from 2.37.5 to 2.38.1#42
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/hex/ex_cldr-2.38.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 6, 2024

Copy link
Copy Markdown
Contributor

Bumps ex_cldr from 2.37.5 to 2.38.1.

Release notes

Sourced from ex_cldr's releases.

Cldr version 2.38.1

Bug Fixes

  • Fix warnings on Elixir 1.17. This primarily relates to charlists constants now required to use sigil_c to avoid warnings. As a result, tests will only work on Elixir 1.16 and later even though support for the library is for Elixir 1.11 and later.

  • Make Cldr.Config.cldr_data_dir/0 a runtime result, not a compile time result.

  • Sort currency data in Cldr.Config.territories/0 so ensure deterministic order. Closes #227.

Cldr version 2.38.0

Cldr v2.38.0

This is the changelog for Cldr v2.38.0 released on April 21st, 2024. For older changelogs please consult the release tag on GitHub

Enhancements

iex> MyApp.Cldr.Locale.new!("en-US")
MyApp.Cldr.Locale.new!("en-US")
  • Fix dialyzer warnings. Thanks to @​Munksgaard for the PR. Closes #220. Also fixes :underspecs warning and the :underspecs dialyzer flag is now configured.

  • Add configuration for the new ex_cldr_person_names backend module generator.

Changelog

Sourced from ex_cldr's changelog.

Cldr v2.38.1

This is the changelog for Cldr v2.38.1 released on April 21st, 2024. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Sort currency data in Cldr.Config.territories/0 so ensure deterministic order. Closes #227.

Cldr v2.38.0

This is the changelog for Cldr v2.38.0 released on April 21st, 2024. For older changelogs please consult the release tag on GitHub

Enhancements

  • Update to CLDR 45.0 data.

  • Adds Cldr.validate_locale!/2. Thanks to @​jarrodmoldrich for the suggestion.

  • Add decimal separator and grouping separator to the currency data for each locale. In some rare cases, like the currency CVE in the locale pt-CV the currency symbol is placed where decimal separator is normally placed. The same can apply for the grouping separator although it appears no locale uses this field.

  • Adjust the Inspect protocol implementation for t:Cldr.LanguageTag.t/0 types. When the language tag is resolved to a CLDR locale then the output is executable code. For example:

iex> MyApp.Cldr.Locale.new!("en-US")
MyApp.Cldr.Locale.new!("en-US")
  • Fix dialyzer warnings. Thanks to @​Munksgaard for the PR. Closes #220. Also fixes :underspecs warning and the :underspecs dialyzer flag is now configured.

  • Add configuration for the new ex_cldr_person_names backend module generator.

Commits
  • 00d4559 Make Config.cldr_data_dir/0 a runtime result, not compile time
  • 1301429 Require Elixir 1.12 or later
  • ca450f1 Fix warnings for Elixir 1.17
  • ea9096e Merge upstream
  • 8b5be98 Use ~c for charlists for Elixir 1.17
  • ccb1a6e Fix changelog typos
  • 5c7bafa Merge pull request #222 from plastic-forks/zd/improve-doc
  • 801293c Update changelog
  • 1a40cec Sort currency data in Config.territories/0. Closes #227
  • 58bd7c9 FIx changelog code fence
  • 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](https://github.com/elixir-cldr/cldr) from 2.37.5 to 2.38.1.
- [Release notes](https://github.com/elixir-cldr/cldr/releases)
- [Changelog](https://github.com/elixir-cldr/cldr/blob/main/CHANGELOG.md)
- [Commits](elixir-cldr/cldr@v2.37.5...v2.38.1)

---
updated-dependencies:
- dependency-name: ex_cldr
  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 May 6, 2024
@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #55.

@dependabot dependabot Bot closed this Jun 17, 2024
@dependabot
dependabot Bot deleted the dependabot/hex/ex_cldr-2.38.1 branch June 17, 2024 22:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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