mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): Bump ex_cldr_dates_times from 2.16.0 to 2.17.1 in /elixir (#4948)
Bumps [ex_cldr_dates_times](https://github.com/elixir-cldr/cldr_dates_times) from 2.16.0 to 2.17.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/elixir-cldr/cldr_dates_times/releases">ex_cldr_dates_times's releases</a>.</em></p> <blockquote> <h2>v2.17.1</h2> <h3>Bug Fixes</h3> <ul> <li>Add <code>config/prod.exs</code> so that the library can be compiled with <code>MIX_ENV=prod</code>. Thanks to <a href="https://github.com/camelpunch"><code>@camelpunch</code></a> for the PR. Closes <a href="https://redirect.github.com/elixir-cldr/cldr_dates_times/issues/45">#45</a>.</li> </ul> <h2>Cldr Dates Times version 2.17.0</h2> <h3>Bug Fixes</h3> <ul> <li> <p>Fix formatting with formats that have may have pluralization like the <code>:MMMMW</code> and <code>:yw</code> formats.</p> </li> <li> <p>Fix <code>:underspecs</code> for dialyzer.</p> </li> </ul> <h3>Enhancements</h3> <ul> <li> <p>Update to <a href="https://cldr.unicode.org/index/downloads/cldr-45">CLDR 45.0</a> data.</p> </li> <li> <p>Adds support for formats that have both unicode whitespace and ascii whitespace versions. The option <code>:prefer</code> is added to <code>Cldr.DateTime.to_string/3</code>. The default is <code>prefer: :unicode</code>. The option <code>prefer: :ascii</code> is included for backwards compatibility of older applications. The formats that provide both <code>:unicode</code> and <code>:ascii</code> versions can be seen from the results of <code>Cldr.DateTime.Format.date_time_available_formats/2</code>.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/elixir-cldr/cldr_dates_times/blob/main/CHANGELOG.md">ex_cldr_dates_times's changelog</a>.</em></p> <blockquote> <h2>Cldr_Dates_Times v2.17.1</h2> <p>This is the changelog for Cldr_Dates_Times v2.17.1 released on May 2nd, 2024. For older changelogs please consult the release tag on <a href="https://github.com/elixir-cldr/cldr_cldr_dates_times/tags">GitHub</a></p> <h3>Bug Fixes</h3> <ul> <li>Add <code>config/prod.exs</code> so that the library can be compiled with <code>MIX_ENV=prod</code>. Thanks to <a href="https://github.com/camelpunch"><code>@camelpunch</code></a> for the PR. Closes <a href="https://redirect.github.com/elixir-cldr/cldr_dates_times/issues/45">#45</a>.</li> </ul> <h2>Cldr_Dates_Times v2.17.0</h2> <p>This is the changelog for Cldr_Dates_Times v2.17.0 released on April 21st, 2024. For older changelogs please consult the release tag on <a href="https://github.com/elixir-cldr/cldr_cldr_dates_times/tags">GitHub</a></p> <h3>Bug Fixes</h3> <ul> <li> <p>Fix formatting with formats that have may have pluralization like the <code>:MMMMW</code> and <code>:yw</code> formats.</p> </li> <li> <p>Fix <code>:underspecs</code> for dialyzer.</p> </li> </ul> <h3>Enhancements</h3> <ul> <li> <p>Update to <a href="https://cldr.unicode.org/index/downloads/cldr-45">CLDR 45.0</a> data.</p> </li> <li> <p>Adds support for formats that have both unicode whitespace and ascii whitespace versions. The option <code>:prefer</code> is added to <code>Cldr.DateTime.to_string/3</code>. The default is <code>prefer: :unicode</code>. The option <code>prefer: :ascii</code> is included for backwards compatibility of older applications. The formats that provide both <code>:unicode</code> and <code>:ascii</code> versions can be seen from the results of <code>Cldr.DateTime.Format.date_time_available_formats/2</code>.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="3014439223"><code>3014439</code></a> Bump version and changelog</li> <li><a href="d98295dc9e"><code>d98295d</code></a> Merge pull request <a href="https://redirect.github.com/elixir-cldr/cldr_dates_times/issues/45">#45</a> from code-supply/prod-exs</li> <li><a href="c7406f1568"><code>c7406f1</code></a> Empty prod.exs</li> <li><a href="2d271a3979"><code>2d271a3</code></a> Update CI matrix</li> <li><a href="c8be91bf90"><code>c8be91b</code></a> Reorder changelog entry</li> <li><a href="916f591824"><code>916f591</code></a> Fix doc spelling errors</li> <li><a href="19c2dd5b87"><code>19c2dd5</code></a> Fix lexer file name</li> <li><a href="bfc324a7f0"><code>bfc324a</code></a> Ready for CLDR 45</li> <li><a href="cf3c02cb49"><code>cf3c02c</code></a> Support unicode/ascii and pluralized formats</li> <li><a href="ae29d5e891"><code>ae29d5e</code></a> Transform data to include pluralization field where required</li> <li>Additional commits viewable in <a href="https://github.com/elixir-cldr/cldr_dates_times/compare/v2.16.0...v2.17.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"ex_cldr": {:hex, :ex_cldr, "2.38.1", "6dc11c1571522561fce03db680502dca2278cc20386b122ef7781b488e56dc0f", [:mix], [{:cldr_utils, "~> 2.25", [hex: :cldr_utils, repo: "hexpm", optional: false]}, {:decimal, "~> 1.6 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:gettext, "~> 0.19", [hex: :gettext, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:nimble_parsec, "~> 0.5 or ~> 1.0", [hex: :nimble_parsec, repo: "hexpm", optional: true]}], "hexpm", "1e083be8d5f7e5d2cc993967c5d99864bacd3456b5f74d4a50985e102ad9c449"},
|
||||
"ex_cldr_calendars": {:hex, :ex_cldr_calendars, "1.23.1", "822739e588ab2fe64de37f40bbda4f05e45a3d3d444373a56d5376dcc4e2e454", [:mix], [{:calendar_interval, "~> 0.2", [hex: :calendar_interval, repo: "hexpm", optional: true]}, {:ex_cldr_lists, "~> 2.10", [hex: :ex_cldr_lists, repo: "hexpm", optional: true]}, {:ex_cldr_numbers, "~> 2.31", [hex: :ex_cldr_numbers, repo: "hexpm", optional: false]}, {:ex_cldr_units, "~> 3.16", [hex: :ex_cldr_units, repo: "hexpm", optional: true]}, {:ex_doc, "~> 0.21", [hex: :ex_doc, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "2983f002016c283d14ee838d1950d2f9a1e58e8b19a2145d95079874fe6de10d"},
|
||||
"ex_cldr_currencies": {:hex, :ex_cldr_currencies, "2.16.1", "29317f533cb5ec046d04523256cca4090291e9157028f28731395149b06ff8b2", [:mix], [{:ex_cldr, "~> 2.38", [hex: :ex_cldr, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm", "095d5e973bf0ee066dd1153990d10cb6fa6d8ff0e028295bdce7a7821c70a0e4"},
|
||||
"ex_cldr_dates_times": {:hex, :ex_cldr_dates_times, "2.16.0", "d9848a5de83b6f1bcba151cc43d63b5c6311813cd605b1df1afd896dfdd21001", [:mix], [{:calendar_interval, "~> 0.2", [hex: :calendar_interval, repo: "hexpm", optional: true]}, {:ex_cldr_calendars, "~> 1.22", [hex: :ex_cldr_calendars, repo: "hexpm", optional: false]}, {:ex_cldr_numbers, "~> 2.31", [hex: :ex_cldr_numbers, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:tz, "~> 0.26", [hex: :tz, repo: "hexpm", optional: true]}], "hexpm", "0f2f250d479cadda4e0ef3a5e3d936ae7ba1a3f1199db6791e284e86203495b1"},
|
||||
"ex_cldr_dates_times": {:hex, :ex_cldr_dates_times, "2.17.1", "c99ce01d3b2699c8266e75309bef00fbfbce587158bec94db34f5ee7f918a658", [:mix], [{:calendar_interval, "~> 0.2", [hex: :calendar_interval, repo: "hexpm", optional: true]}, {:ex_cldr_calendars, "~> 1.23", [hex: :ex_cldr_calendars, repo: "hexpm", optional: false]}, {:ex_cldr_numbers, "~> 2.33", [hex: :ex_cldr_numbers, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:tz, "~> 0.26", [hex: :tz, repo: "hexpm", optional: true]}], "hexpm", "6819cd84aaa0a2142ee660cbfb8aae2af95b8acb30492b0607ad723904b07e1e"},
|
||||
"ex_cldr_numbers": {:hex, :ex_cldr_numbers, "2.33.1", "49dc6e77e6d9ad22660aaa2480a7408ad3aedfbe517e4e83e5fe3a7bf5345770", [:mix], [{:decimal, "~> 1.6 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:digital_token, "~> 0.3 or ~> 1.0", [hex: :digital_token, repo: "hexpm", optional: false]}, {:ex_cldr, "~> 2.38", [hex: :ex_cldr, repo: "hexpm", optional: false]}, {:ex_cldr_currencies, "~> 2.16", [hex: :ex_cldr_currencies, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm", "c003bfaa3fdee6bab5195f128b94038c2ce1cf4879a759eef431dd075d9a5dac"},
|
||||
"expo": {:hex, :expo, "0.5.2", "beba786aab8e3c5431813d7a44b828e7b922bfa431d6bfbada0904535342efe2", [:mix], [], "hexpm", "8c9bfa06ca017c9cb4020fabe980bc7fdb1aaec059fd004c2ab3bff03b1c599c"},
|
||||
"file_size": {:hex, :file_size, "3.0.1", "ad447a69442a82fc701765a73992d7b1110136fa0d4a9d3190ea685d60034dcd", [:mix], [{:decimal, ">= 1.0.0 and < 3.0.0", [hex: :decimal, repo: "hexpm", optional: true]}, {:number, "~> 1.0", [hex: :number, repo: "hexpm", optional: false]}], "hexpm", "64dd665bc37920480c249785788265f5d42e98830d757c6a477b3246703b8e20"},
|
||||
|
||||
Reference in New Issue
Block a user