Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps credo from 1.7.8 to 1.7.11.

Release notes

Sourced from credo's releases.

v1.7.11

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

  • 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

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

  • Maintenance release

v1.7.9

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

  • 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
Changelog

Sourced from credo's changelog.

1.7.11

  • 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)

1.7.10

  • Maintenance release

1.7.9

  • 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
Commits
  • 965a59c Bump version to 1.7.11
  • 92a6814 Update CHANGELOG
  • 7482d13 Update GitHub actions
  • b02c292 Update to Elixir 1.18.1
  • e69dc29 Merge pull request #1166 from Wigny/wigny/add-unusedvariablenames-checks
  • dd666fa Update GitHub actions
  • b8cdedc Upgrade Elixir to 1.18 on CI etc.
  • 1f5ae9e Merge pull request #1165 from rNoz/rnoz/check-format-issue-category
  • 91350ad Update deps for Elixir 1.18
  • 3274132 Check for invalid bytes in issue message
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2024
@takasehideki takasehideki merged commit d6abfaa into main Feb 25, 2025
8 checks passed
@takasehideki takasehideki deleted the dependabot/hex/credo-1.7.11 branch February 25, 2025 10:22
takasehideki added a commit that referenced this pull request Feb 25, 2025
**Full Changelog**: v0.11.2...v0.11.3

* New features: none
* Code Improvements/Fixes: none
* Bumps:
  * Bump nimble_parsec from 1.4.0 to 1.4.2 by @dependabot in #360
  * Bump credo from 1.7.8 to 1.7.11 by @dependabot in #358
  * Bump ex_doc from 0.34.2 to 0.36.1 by @dependabot in #357
  * Bump elixir_make from 0.8.4 to 0.9.0 by @dependabot in #353
  * Bump dialyxir from 1.4.4 to 1.4.5 by @dependabot in #354
  * Manually update of deps by `mix deps.update --all` by @takasehideki in #362
* Note in this release:
  * This may be the final release to support old ROS distribution, e.g., Foxy, Galactic and Iron.
  * Support for Jazzy is available in `main` branch. We'd like to release this ASAP (ref: #361)
@takasehideki takasehideki mentioned this pull request Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants