Skip to content

Update dependency credo to v1.7.19 - #8

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/credo-1.x-lockfile
Open

Update dependency credo to v1.7.19#8
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/credo-1.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jan 16, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
credo (source) dev patch 1.7.71.7.19

Release Notes

rrrene/credo (credo)

v1.7.19: v1.17.19

Compare Source

Check it out on Hex: https://hex.pm/packages/credo/1.7.19

  • Fix compatibility & compiler warnings with Elixir 1.20.0

v1.7.18

Compare Source

Check it out on Hex: https://hex.pm/packages/credo/1.7.18

  • Fix compatibility & compiler warnings with Elixir 1.20.0-rc.4
  • Fix problem with transitive deps in umbrella apps
  • Credo.Check.Warning.UnusedMapOperation fix false positives

v1.7.17

Compare Source

  • Credo.Check.Readability.ModuleDoc add new param :ignore_modules_using (defaults to [Credo.Check, Ecto.Schema, Phoenix.LiveView, ~r/\.Web$/])
  • Credo.Check.Warning.UnusedOperation update :modules param: instead of a list of functions to check, :all can be given to check all functions in a module
  • New Check: Credo.Check.Refactor.CondInsteadOfIfElse
  • New Check: Credo.Check.Warning.WrongTestFilename

v1.7.16

Compare Source

  • Fix compatibility & compiler warnings with Elixir 1.20.0-rc.1
  • Credo.Check.Refactor.PassAsyncInTestCases add new param :force_comment_on_explicit_false (defaults to false)
  • Credo.Check.Warning.Dbg add new param :allow_captures (defaults to false)
  • New Check: Credo.Check.Warning.UnusedMapOperation
  • New Check: Credo.Check.Warning.UnusedOperation

v1.7.15

Compare Source

  • Improve performance on large projects
  • Parse token_metadata for source files
  • Credo.Check.Warning.ExpensiveEmptyEnumCheck have better issue messages
  • Credo.Check.Refactor.MatchInCondition add new param :allow_operators
  • Credo.Check.Refactor.MatchInCondition fix false positive
  • Credo.Check.Readability.AliasOrder fix false positive
  • Credo.Check.Readability.FunctionNames fix false positive
  • Credo.Check.Readability.SinglePipe add new param :allow_blocks (defaults to true)
  • Credo.Check.Refactor.ModuleDependencies fix false positive

v1.7.14

Compare Source

  • Fix regression for DuplicatedCode
  • Expand Credo.Check.Warning.ExpensiveEmptyEnumCheck to cover less obvious cases
  • New Check: Credo.Check.Warning.StructFieldAmount

v1.7.13

Compare Source

  • Fix compatibility & compiler warnings with Elixir 1.19
  • Credo.Check.Refactor.ABCSize fixed false positive

v1.7.12

Compare Source

  • Fix compatibility & compiler warnings with Elixir 1.19 (dev)
  • Provide :column on all checks
  • Fix check docs in other project's documentation
  • Credo.Check.Refactor.DoubleBooleanNegation fixed false positive
  • Credo.Check.Readability.NestedFunctionCalls fixed false positive
  • Credo.Check.Consistency.UnusedVariableNames fixed duplicate issues

v1.7.11

Compare Source

  • Fix compatibility & compiler warnings with Elixir 1.18
  • Fix crashing for invalid strings in issue messages
  • Show required Elixir version for skipped checks
  • Add options :exit_status and :category to format_issue/2 when using Credo.Check
  • Credo.Check.Readability.ModuleDoc fixed false positive
  • Credo.Check.Warning.UnusedEnumOperation fixed false positive
  • Credo.Check.Refactor.ABCSize fixed false positive for tuples and underscored matches (_foo)

v1.7.10

Compare Source

  • Maintenance release

v1.7.9

Compare Source

  • Credo.Check.Refactor.ABCSize fixed false positive for pin operator (^)
  • Credo.Check.Readability.FunctionNames fixed false positive for pow operator (**)
  • Fixed a bug in Credo.Code.Parameters when couting parameters for functions with guards

v1.7.8

Compare Source

  • Credo.Check.Refactor.Apply fixed false positive
  • Credo.Check.Warning.IoInspect fixed false positive
  • Credo.Check.Warning.UnsafeToAtom fixed false positive
  • Credo.Check.Readability.FunctionNames fixed false positive

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.

@renovate
renovate Bot force-pushed the renovate/credo-1.x-lockfile branch from a70aff7 to 4874ab9 Compare April 19, 2025 07:35
@renovate renovate Bot changed the title Update dependency credo to v1.7.11 Update dependency credo to v1.7.12 Apr 19, 2025
@renovate
renovate Bot force-pushed the renovate/credo-1.x-lockfile branch from 4874ab9 to 949c7e0 Compare October 16, 2025 03:45
@renovate renovate Bot changed the title Update dependency credo to v1.7.12 Update dependency credo to v1.7.13 Oct 16, 2025
@renovate renovate Bot changed the title Update dependency credo to v1.7.13 Update dependency credo to v1.7.14 Dec 2, 2025
@renovate
renovate Bot force-pushed the renovate/credo-1.x-lockfile branch from 949c7e0 to a3534d1 Compare December 2, 2025 19:53
@renovate renovate Bot changed the title Update dependency credo to v1.7.14 Update dependency credo to v1.7.15 Dec 27, 2025
@renovate
renovate Bot force-pushed the renovate/credo-1.x-lockfile branch from a3534d1 to f8de972 Compare December 27, 2025 07:37
@renovate renovate Bot changed the title Update dependency credo to v1.7.15 Update dependency credo to v1.7.16 Jan 29, 2026
@renovate
renovate Bot force-pushed the renovate/credo-1.x-lockfile branch from f8de972 to 84c4bf6 Compare January 29, 2026 03:41
@renovate
renovate Bot force-pushed the renovate/credo-1.x-lockfile branch from 84c4bf6 to 30d86d7 Compare March 8, 2026 09:50
@renovate renovate Bot changed the title Update dependency credo to v1.7.16 Update dependency credo to v1.7.17 Mar 8, 2026
@renovate renovate Bot changed the title Update dependency credo to v1.7.17 Update dependency credo to v1.7.18 Apr 15, 2026
@renovate
renovate Bot force-pushed the renovate/credo-1.x-lockfile branch from 30d86d7 to 6efc309 Compare April 15, 2026 16:42
@renovate
renovate Bot force-pushed the renovate/credo-1.x-lockfile branch from 6efc309 to ef79985 Compare May 23, 2026 03:35
@renovate renovate Bot changed the title Update dependency credo to v1.7.18 Update dependency credo to v1.7.19 Jun 6, 2026
@renovate

renovate Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: install-tool elixir v1.20.4

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.

0 participants