Skip to content

Update dependency rebar to v3.27.0#11

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rebar-3.x
Open

Update dependency rebar to v3.27.0#11
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rebar-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2025

This PR contains the following updates:

Package Update Change
rebar minor 3.22.13.27.0

Release Notes

erlang/rebar3 (rebar)

v3.27.0

Compare Source

v3.26.0

Compare Source

v3.25.1

Compare Source

Two fixes for Windows:

There are also a couple of minor improvements:

v3.25.0

Compare Source

OTP-28 compatibility release, deprecates OTP-25.

v3.24.0

Compare Source

New features:

Bug fixes:

Internal maintenance:

Regarding rich compiler errors, the change is optional.

Given the module:

-module(fake_mod).

-export([diagnostic/1]).

diagnostic(A) ->
    X = add(5 / 0),
    {X,X}.

add(X) -> X.

add(X, Y) -> X + Y.

Calling rebar3 compile can now yield:

...
===> Compiling apps/rebar/src/fake_mod.erl failed
   ┌─ apps/rebar/src/fake_mod.erl:
   │
 5 │  diagnostic(A) ->
   │             ╰── variable 'A' is unused

   ┌─ apps/rebar/src/fake_mod.erl:
   │
 6 │      X = add(5 / 0),
   │                ╰── evaluation of operator '/'/2 will fail with a 'badarith' exception

    ┌─ apps/rebar/src/fake_mod.erl:
    │
 11 │  add(X, Y) -> X + Y.
    │  ╰── function add/2 is unused

and in a terminal supporting color output:

By default, this format is turned on, but can be turned off optionally by configuring values with

{compiler_error_format, minimal}.

If this breaks your tooling, you may want to put it in your global rebar3 config file.

v3.23.0

Compare Source

New Features:

Bug fixes:


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

@renovate renovate bot added the dependencies Updates to dependencies label Sep 5, 2025
@renovate renovate bot force-pushed the renovate/rebar-3.x branch 3 times, most recently from 9e6e661 to 7f7dd86 Compare September 5, 2025 12:54
@renovate renovate bot changed the title Update dependency rebar to v3.25.1 Update dependency rebar to v3.26.0 Jan 8, 2026
@renovate renovate bot force-pushed the renovate/rebar-3.x branch from 7f7dd86 to 9090e95 Compare January 8, 2026 02:41
| datasource  | package       | from   | to     |
| ----------- | ------------- | ------ | ------ |
| github-tags | erlang/rebar3 | 3.22.1 | 3.27.0 |
@renovate renovate bot force-pushed the renovate/rebar-3.x branch from 9090e95 to bf558ee Compare February 27, 2026 18:40
@renovate renovate bot changed the title Update dependency rebar to v3.26.0 Update dependency rebar to v3.27.0 Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Updates to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants