chore(deps): update dependency elixir to v1.18.4 #234

Merged
joao.dubas merged 1 commits from renovate/elixir-1.x into main 2025-05-22 01:24:47 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
elixir (source) patch 1.18.3 -> 1.18.4

Release Notes

elixir-lang/elixir (elixir)

v1.18.4

Compare Source

This release includes initial support for Erlang/OTP 28, for those who want to try it out. In such cases, you may use Elixir v1.18.4 precompiled for Erlang/OTP 27, as it is binary compatible with Erlang/OTP 28. Note, however, that Erlang/OTP 28 no longer allows regexes to be defined in the module body and interpolated into an attribute. If you do this:

@​some_attribute ~r/foo/
def some_fun, do: @​some_attribute

You must rewrite it to:

def some_fun, do: ~r/foo/
1. Enhancements
IEx
  • [IEx.Helpers] Add IEx.Helpers.process_info/1 which prints process information
Mix
  • [mix compile] Support the --no-listeners option
  • [mix local] Retry HTTP requests with disabled middlebox comp mode depending on the failure reason
  • [mix local.hex] Install Hex per OTP release
  • [mix local.rebar] Install Hex per OTP release
  • [mix run] Support the --no-listeners option
2. Bug fixes
Elixir
  • [Kernel] Emit trace events for @on_definition callbacks
  • [Kernel] Emit trace events for @on_load callbacks
  • [Kernel] Emit trace events for super calls
  • [Kernel] Emit trace events for imported function calls
  • [Kernel] Optimize map unions to avoid building long lists
  • [Kernel] Do not crash when type checking nested bitstrings in patterns
  • [Kernel] Do not crash when non-binary bitstring is given as struct default value
  • [Kernel] Recompile regexes when escaped from module attributes for Erlang/OTP 28 compatibility
  • [Kernel] Preserve backwards compatibility in elixir_erl
Mix
  • [mix deps.get] Ensure git checkout works when there are untracked files in the dependency
  • [mix loadpaths] Do not run listeners when not checking the deps

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 | Update | Change | |---|---|---| | [elixir](https://elixir-lang.org/) ([source](https://github.com/elixir-lang/elixir)) | patch | `1.18.3` -> `1.18.4` | --- ### Release Notes <details> <summary>elixir-lang/elixir (elixir)</summary> ### [`v1.18.4`](https://github.com/elixir-lang/elixir/releases/tag/v1.18.4) [Compare Source](https://github.com/elixir-lang/elixir/compare/v1.18.3...v1.18.4) This release includes initial support for Erlang/OTP 28, for those who want to try it out. In such cases, you may use Elixir v1.18.4 precompiled for Erlang/OTP 27, as it is binary compatible with Erlang/OTP 28. Note, however, that Erlang/OTP 28 no longer allows regexes to be defined in the module body and interpolated into an attribute. If you do this: ```elixir @&#8203;some_attribute ~r/foo/ def some_fun, do: @&#8203;some_attribute ``` You must rewrite it to: ```elixir def some_fun, do: ~r/foo/ ``` ##### 1. Enhancements ##### IEx - \[IEx.Helpers] Add `IEx.Helpers.process_info/1` which prints process information ##### Mix - \[mix compile] Support the `--no-listeners` option - \[mix local] Retry HTTP requests with disabled middlebox comp mode depending on the failure reason - \[mix local.hex] Install Hex per OTP release - \[mix local.rebar] Install Hex per OTP release - \[mix run] Support the `--no-listeners` option ##### 2. Bug fixes ##### Elixir - \[Kernel] Emit trace events for `@on_definition` callbacks - \[Kernel] Emit trace events for `@on_load` callbacks - \[Kernel] Emit trace events for `super` calls - \[Kernel] Emit trace events for imported function calls - \[Kernel] Optimize map unions to avoid building long lists - \[Kernel] Do not crash when type checking nested bitstrings in patterns - \[Kernel] Do not crash when non-binary bitstring is given as struct default value - \[Kernel] Recompile regexes when escaped from module attributes for Erlang/OTP 28 compatibility - \[Kernel] Preserve backwards compatibility in `elixir_erl` ##### Mix - \[mix deps.get] Ensure git checkout works when there are untracked files in the dependency - \[mix loadpaths] Do not run listeners when not checking the deps </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-05-21 14:15:56 +00:00
renovate-bot force-pushed renovate/elixir-1.x from 4a69b18b6b to efe8cc80de 2025-05-22 00:45:25 +00:00 Compare
joao.dubas merged commit 78ff6a49d1 into main 2025-05-22 01:24:47 +00:00
joao.dubas deleted branch renovate/elixir-1.x 2025-05-22 01:24:47 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: joao.dubas/ide#234
No description provided.