From dc9a7a500b96f158031c3566bb25bbce0996ee91 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 29 Aug 2023 18:29:36 +0000 Subject: [PATCH] chore(deps): update dependency elixir to v1.15.5 (#41) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [elixir](https://elixir-lang.org/) ([source](https://github.com/elixir-lang/elixir)) | patch | `1.15.4` -> `1.15.5` | --- ### Release Notes
elixir-lang/elixir ### [`v1.15.5`](https://github.com/elixir-lang/elixir/releases/tag/v1.15.5) [Compare Source](https://github.com/elixir-lang/elixir/compare/v1.15.4...v1.15.5) ##### 1. Enhancements ##### IEx - \[IEx.Autocomplete] Speed up loading of struct suggestions ##### 2. Bug fixes ##### Elixir - \[Code.Fragment] Fix `Code.Fragment.surround_context/2` for aliases and submodules of non-aliases - \[Kernel] Ensure stacktrace is included when necessary when rescuing multiple exceptions in the same branch - \[Kernel] Fix index in error message for unused optional arguments ##### ExUnit - \[ExUnit.Diff] Fix scenario where diff would not show up due to a timed-out loop ##### IEx - \[IEx] Force group leader to run as a binary and unicode in IEx ##### Mix - \[mix compile] Do not assume `blake` is always available - \[mix format] Load and compile plugins if specified in subdirectories
--- ### 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](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ex_trainer/pulls/41 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- .tool-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tool-versions b/.tool-versions index 44acbf0..c0e2fbe 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ erlang 26.0.2 -elixir 1.15.4 +elixir 1.15.5