Skip to content

Update dependency elixir to v1.20.3 - #146

Merged
bbangert merged 4 commits into
mainfrom
renovate/elixir-1.x
Aug 5, 2026
Merged

Update dependency elixir to v1.20.3#146
bbangert merged 4 commits into
mainfrom
renovate/elixir-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
elixir (source) tools patch 1.20.2-otp-291.20.3

Release Notes

elixir-lang/elixir (elixir)

v1.20.3

Compare Source

v1.20.2

Compare Source

1. Enhancements
Elixir
  • [Kernel.ParallelCompiler] Include per-module type checking times when compiler profiling is enabled with profile: :time
2. Bug fixes
Elixir
  • [Kernel] Fix binary comprehensions with sizes when options such as :uniq or :into are used
  • [Kernel] Improve compiler error messages when quote with unquote is used inside a pattern or guard
  • [Kernel] Restore the compiler optimization of Kernel.put_elem/3 to emit :erlang.setelement/3
  • [Module] Fix type checking when applying an empty function type
  • [Module] Fix type checking of bitstring patterns that reuse variables
  • [Module] Fix type information for __info__(:struct) to include the :required key
  • [Module] Fix type operations on map and optional keys during difference/intersection, including open keys and empty intersections
  • [Module] Fix typing of list types involving dynamic or empty lists
  • [Module] Include bitstrings as a possible domain key in the type system
  • [Module] Preserve file metadata from each clause in type system warnings
  • [Module] Fix type warnings for protocol implementations whose protocol module defines additional callbacks
  • [Module] Raise clearer type checking errors when an expected struct is removed or redefined during compilation
Mix
  • [mix compile] Avoid unnecessary umbrella recompilation when a path dependency's manifest is newer but unchanged
  • [mix deps.compile] Recompile fetched dependencies when their compile-time environment changes

Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@bbangert
bbangert force-pushed the renovate/elixir-1.x branch from f201c6d to 62fe037 Compare August 5, 2026 18:16
@renovate

renovate Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@bbangert

bbangert commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Pushed a fix-up commit: restored the -otp-29 build suffix renovate dropped (1.20.31.20.3-otp-29, matching our pinned erlang 29.0.3) and bumped the ELIXIR_VERSION pins in ci.yml and firmware-release.yml, which renovate doesn't track. Verified locally: mise installs Elixir 1.20.3 (compiled with Erlang/OTP 29) and the full suite passes (930 tests, 0 failures).

🤖 Generated with Claude Code

@bbangert
bbangert force-pushed the renovate/elixir-1.x branch from 8157d6e to f404b77 Compare August 5, 2026 21:59
renovate Bot and others added 4 commits August 5, 2026 22:22
Renovate dropped the -otp-29 build suffix, which would install an
Elixir compiled against a different OTP than our pinned 29.0.3. Also
bump ELIXIR_VERSION in ci.yml and firmware-release.yml, which renovate
does not track.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
PR #144 bumped erlang in .mise.toml but the workflow OTP_VERSION pins
weren't tracked by renovate, so CI kept running 29.0.3.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
record/1 never returns falsy, so the record(...) && result idiom is an
always-truthy conditional under the 1.20.3 type checker, failing CI's
--warnings-as-errors. Sequence the calls in block form instead.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@bbangert
bbangert force-pushed the renovate/elixir-1.x branch from f404b77 to 8a083c9 Compare August 5, 2026 22:25
@bbangert
bbangert merged commit a595161 into main Aug 5, 2026
6 checks passed
@bbangert
bbangert deleted the renovate/elixir-1.x branch August 5, 2026 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant