Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency elixir to v1.14.4 #20

Merged
merged 1 commit into from
Apr 6, 2023
Merged

Update dependency elixir to v1.14.4 #20

merged 1 commit into from
Apr 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
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 is behind base branch, 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 Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate-update PRs created by the renovate bot label Apr 3, 2023
@coveralls
Copy link

coveralls commented Apr 3, 2023

Pull Request Test Coverage Report for Build 206b9aaafcbec413d9604593a963d45f24b86b4b-PR-20

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 8c0359ade85d6c0b21f6c3810124ebeff0289322: 0.0%
Covered Lines: 73
Relevant Lines: 73

πŸ’› - Coveralls

@renovate renovate bot changed the title Update dependency elixir to v1.14.4 Update dependency elixir to v1.14.4 - autoclosed Apr 6, 2023
@renovate renovate bot closed this Apr 6, 2023
@renovate renovate bot deleted the renovate/elixir-1.x branch April 6, 2023 11:33
@renovate renovate bot changed the title Update dependency elixir to v1.14.4 - autoclosed Update dependency elixir to v1.14.4 Apr 6, 2023
@renovate renovate bot reopened this Apr 6, 2023
@renovate renovate bot restored the renovate/elixir-1.x branch April 6, 2023 15:17
@mruoss mruoss merged commit b59f45f into main Apr 6, 2023
@renovate renovate bot deleted the renovate/elixir-1.x branch April 6, 2023 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate-update PRs created by the renovate bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants