chore(deps): update dependency gettext to v1 #185

Merged
moritz merged 1 commit from renovate/major-mix-dependencies into main 2025-12-11 15:28:46 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
gettext (source) prod major ~> 0.26 -> ~> 1.0

Release Notes

elixir-gettext/gettext (gettext)

v1.0.2

Compare Source

  • Only skip manifest removal on Elixir v1.19.3+

v1.0.1

Compare Source

  • Remove unnecessary cleaning of Elixir manifests

v1.0.0

Compare Source

This is the first 1.0 release of Gettext, a silly 10 years (and 6 months) after we started working on it. There are very few changes from the latest 0.26 release, and none of them are breaking.

Here are the new goodies:

  • Add support for concatenating sigils if all parts are known at compile time (such as "Hello " <> ~s(world)).
  • Significantly increase the timeout for mix gettext.extract to two minutes.
  • Add Gettext.put_locale!/2.

Happy 10+ years of Elixir translations everyone! 🎉


Configuration

📅 Schedule: Branch creation - Between day 1 and 7 of the month ( * * 1-7 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gettext](https://hex.pm/packages/gettext) ([source](https://github.com/elixir-gettext/gettext)) | prod | major | `~> 0.26` -> `~> 1.0` | --- ### Release Notes <details> <summary>elixir-gettext/gettext (gettext)</summary> ### [`v1.0.2`](https://github.com/elixir-gettext/gettext/blob/HEAD/CHANGELOG.md#v102) [Compare Source](https://github.com/elixir-gettext/gettext/compare/v1.0.1...v1.0.2) - Only skip manifest removal on Elixir v1.19.3+ ### [`v1.0.1`](https://github.com/elixir-gettext/gettext/blob/HEAD/CHANGELOG.md#v101-retired) [Compare Source](https://github.com/elixir-gettext/gettext/compare/v1.0.0...v1.0.1) - Remove unnecessary cleaning of Elixir manifests ### [`v1.0.0`](https://github.com/elixir-gettext/gettext/blob/HEAD/CHANGELOG.md#v100) [Compare Source](https://github.com/elixir-gettext/gettext/compare/v0.26.2...v1.0.0) This is the first 1.0 release of Gettext, a silly 10 years (and 6 months) after we started working on it. There are *very few changes* from the latest 0.26 release, and none of them are breaking. Here are the new goodies: - Add support for concatenating sigils if all parts are known at compile time (such as `"Hello " <> ~s(world)`). - Significantly increase the timeout for `mix gettext.extract` to two minutes. - Add `Gettext.put_locale!/2`. Happy 10+ years of Elixir translations everyone! 🎉 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between day 1 and 7 of the month ( * * 1-7 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTEuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==-->
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: mix deps.update gettext
** (Mix) Hex dependency resolution failed

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: mix.lock ``` Command failed: mix deps.update gettext ** (Mix) Hex dependency resolution failed ```
renovate force-pushed renovate/major-mix-dependencies from eb2949a04d to 02e5ce4376 2025-10-18 02:15:22 +02:00 Compare
Owner
Because "your app" depends on "ash_admin ~> 0.13" which depends on "gettext ~> 0.26", "gettext ~> 0.26" is required.
So, because "your app" depends on "gettext ~> 1.0", version solving failed.

Do we really need ash_admin for developing? Or should we just purge it?

``` Because "your app" depends on "ash_admin ~> 0.13" which depends on "gettext ~> 0.26", "gettext ~> 0.26" is required. So, because "your app" depends on "gettext ~> 1.0", version solving failed. ``` Do we really need `ash_admin` for developing? Or should we just purge it?
renovate force-pushed renovate/major-mix-dependencies from 02e5ce4376 to 078b64a6b0 2025-12-03 14:17:35 +01:00 Compare
Owner

Maybe we just remove ash_admin as we don't need it anyway?

Maybe we just remove `ash_admin` as we don't need it anyway?
moritz force-pushed renovate/major-mix-dependencies from 078b64a6b0 to dbcfe6a29f 2025-12-11 14:56:24 +01:00 Compare
moritz merged commit 85a66f800e into main 2025-12-11 15:28:46 +01:00
moritz deleted branch renovate/major-mix-dependencies 2025-12-11 15:28:47 +01:00
Sign in to join this conversation.
No description provided.