chore(deps): update dependency elixir to v1.18.1 #142

Merged
joao.dubas merged 1 commits from renovate/elixir-1.x into main 2025-01-08 12:58:51 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
elixir (source) patch 1.18.0 -> 1.18.1

Release Notes

elixir-lang/elixir (elixir)

v1.18.1

Compare Source

1. Enhancements
  • [Kernel] Do not emit type violation warnings when comparing or matching against literals
  • [Kernel] Do not validate clauses of private overridable functions
2. Bug fixes
Elixir
  • [Code.Fragment] Ensure Code.Fragment.container_cursor_to_quoted/2 with :trailing_fragment parses expressions that were supported in previous versions
  • [Kernel] Do not crash when typing violation is detected on dynamic dispatch
  • [Kernel] Properly annotate the source for warnings emitted by the compiler with the @file annotation
  • [Kernel] Properly annotate the source for warnings emitted by the type system with the @file annotation
  • [Kernel] Remove :no_parens metadata when using capture with arity on all cases
  • [Kernel] Ensure diagnostic traces are kept backwards compatible
ExUnit
  • [ExUnit.Case] Ensure async groups do not run concurrenly while the test suite is still loading
  • [ExUnit.Case] Ensure --repeat-until-failure can be combined with groups
Mix
  • [mix compile.elixir] Store compilation results if compilation fails due to --warnings-as-errors
  • [mix deps.loadpaths] Add build lock
  • [mix escript.build] Ensure build succeeds when protocol consolidation is disabled
  • [Mix.Shell] Ensure encoding is properly respected on Windows and Unix systems

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.0` -> `1.18.1` | --- ### Release Notes <details> <summary>elixir-lang/elixir (elixir)</summary> ### [`v1.18.1`](https://github.com/elixir-lang/elixir/releases/tag/v1.18.1) [Compare Source](https://github.com/elixir-lang/elixir/compare/v1.18.0...v1.18.1) ##### 1. Enhancements - \[Kernel] Do not emit type violation warnings when comparing or matching against literals - \[Kernel] Do not validate clauses of private overridable functions ##### 2. Bug fixes ##### Elixir - \[Code.Fragment] Ensure `Code.Fragment.container_cursor_to_quoted/2` with `:trailing_fragment` parses expressions that were supported in previous versions - \[Kernel] Do not crash when typing violation is detected on dynamic dispatch - \[Kernel] Properly annotate the source for warnings emitted by the compiler with the `@file` annotation - \[Kernel] Properly annotate the source for warnings emitted by the type system with the `@file` annotation - \[Kernel] Remove `:no_parens` metadata when using capture with arity on all cases - \[Kernel] Ensure diagnostic traces are kept backwards compatible ##### ExUnit - \[ExUnit.Case] Ensure async groups do not run concurrenly while the test suite is still loading - \[ExUnit.Case] Ensure `--repeat-until-failure` can be combined with groups ##### Mix - \[mix compile.elixir] Store compilation results if compilation fails due to `--warnings-as-errors` - \[mix deps.loadpaths] Add build lock - \[mix escript.build] Ensure build succeeds when protocol consolidation is disabled - \[Mix.Shell] Ensure encoding is properly respected on Windows and Unix systems </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:eyJjcmVhdGVkSW5WZXIiOiIzOS43NC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2024-12-27 21:34:20 +00:00
joao.dubas force-pushed renovate/elixir-1.x from 9a4e454d4d to 709696a7a8 2025-01-08 12:56:05 +00:00 Compare
joao.dubas merged commit 2e4bb33f1f into main 2025-01-08 12:58:51 +00:00
joao.dubas deleted branch renovate/elixir-1.x 2025-01-08 12:58:51 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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