chore(deps): update elixir docker tag to v1.14.4 #24

Merged
joao.dubas merged 1 commits from renovate/elixir-1.x into main 2023-04-16 22:56:12 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
elixir docker patch 1.14.3 -> 1.14.4
elixir patch 1.14.3 -> 1.14.4
elixir (source) patch 1.14.3 -> 1.14.4

Release Notes

elixir-lang/elixir

v1.14.4

Compare Source

This release adds basic support for Erlang/OTP 26. When migrating
to Erlang/OTP 26, keep it mind it changes how maps are stored
internally and they will be printed and traversed in a different
order (note maps never provided a guarantee of their order).
To aid migration, this release adds :sort_maps to inspect
custom options, in case you want to sort them before inspection:

inspect(map, custom_options: [sort_maps: true])
Enhancements
Elixir
  • [Inspect] Add :sort_maps to Inspect.Opts.custom_options
IEx
  • [IEx] Support shell history in Erlang/OTP 26+
Mix
  • [mix compile.elixir] Optimize application tracer
Bug fixes
Elixir
  • [Code] Properly handle blocks with comments in all cases in Code.quoted_to_string_with_comments/2
  • [Kernel] Fix debug_info/4 when returning core_v1
  • [Kernel] Store complete path on quote keep: true to avoid invalid stacktraces
  • [Kernel] Fix column count when tokenizing escaped interpolations
  • [Stream] Fix Stream.zip/1 hanging on empty list
Mix
  • [mix format] Don't call formatter on directories

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 these updates 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 | |---|---|---|---| | elixir | docker | patch | `1.14.3` -> `1.14.4` | | elixir | | patch | `1.14.3` -> `1.14.4` | | [elixir](https://elixir-lang.org/) ([source](https://github.com/elixir-lang/elixir)) | | patch | `1.14.3` -> `1.14.4` | --- ### Release Notes <details> <summary>elixir-lang/elixir</summary> ### [`v1.14.4`](https://github.com/elixir-lang/elixir/releases/tag/v1.14.4) [Compare Source](https://github.com/elixir-lang/elixir/compare/v1.14.3...v1.14.4) This release adds basic support for Erlang/OTP 26. When migrating to Erlang/OTP 26, keep it mind it changes how maps are stored internally and they will be printed and traversed in a different order (note maps never provided a guarantee of their order). To aid migration, this release adds `:sort_maps` to `inspect` custom options, in case you want to sort them before inspection: inspect(map, custom_options: [sort_maps: true]) ##### Enhancements ##### Elixir - \[Inspect] Add `:sort_maps` to `Inspect.Opts.custom_options` ##### IEx - \[IEx] Support shell history in Erlang/OTP 26+ ##### Mix - \[mix compile.elixir] Optimize application tracer ##### Bug fixes ##### Elixir - \[Code] Properly handle blocks with comments in all cases in `Code.quoted_to_string_with_comments/2` - \[Kernel] Fix `debug_info/4` when returning core_v1 - \[Kernel] Store complete path on `quote keep: true` to avoid invalid stacktraces - \[Kernel] Fix column count when tokenizing escaped interpolations - \[Stream] Fix `Stream.zip/1` hanging on empty list ##### Mix - \[mix format] Don't call formatter on directories </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTIuMCIsInVwZGF0ZWRJblZlciI6IjM0LjExMi4wIn0=-->
renovate-bot added 1 commit 2023-04-03 08:30:17 +00:00
renovate-bot changed title from chore(deps): update dependency elixir to v1.14.4 to chore(deps): update elixir docker tag to v1.14.4 2023-04-04 00:00:16 +00:00
renovate-bot force-pushed renovate/elixir-1.x from 37c7120ccf to 3dcb7d0832 2023-04-04 00:00:17 +00:00 Compare
joao.dubas merged commit 686b23bc8e into main 2023-04-16 22:56:12 +00:00
joao.dubas deleted branch renovate/elixir-1.x 2023-04-16 22:56:12 +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/ex_trainer#24
No description provided.