Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Bump the development-dependencies group across 1 directory with 4 updates #206

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the development-dependencies group with 4 updates in the / directory: credo, dialyxir, floki and styler.

Updates credo from 1.7.7 to 1.7.10

Release notes

Sourced from credo's releases.

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

v1.7.8

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

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

Sourced from credo's changelog.

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

1.7.8

  • 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
Commits
  • c6276a3 Bump version to 1.7.10
  • 7298cc1 Update CHANGELOG
  • c99499b Remove unsupported formats from Diff command help text
  • f7c44d9 Merge branch 'Eiji7-patch-1'
  • 0f02b02 Add missing parens to function call
  • 6ca48ad Merge branch 'patch-1' of github.com:Eiji7/credo into Eiji7-patch-1
  • f53941c Fix runtime warnings test
  • 271714f Add rudimentary grep for runtime warnings in CI
  • f8955df Update Elixir version
  • b408c22 fix missing parentheses warning in Credo.Check.Params.category/2
  • Additional commits viewable in compare view

Updates dialyxir from 1.4.3 to 1.4.5

Release notes

Sourced from dialyxir's releases.

1.4.5

Fixed

  • Crash when default ignore file missing and custom file specified
  • Revert format option ignore_file_string to ignore_file_strict

1.4.4

Fixed

  • Invalid contract formatting failed on OTP 26 & later.
  • Empty ignore files are ignored.
  • Several improvements and corrections to documentation.

Changed

  • Updated Erlex minimum version to 0.27, bringing in several fixes and improvements.

Added

  • Multiple formatters can be used in the same invocation.
Changelog

Sourced from dialyxir's changelog.

Unreleased changes post [1.4.5]

[1.4.5] - 2024-11-17

Fixed

  • Crash when default ignore file missing and custom file specified
  • Revert format option ignore_file_string to ignore_file_strict

[1.4.4] - 2024-09-28

Fixed

  • Invalid contract formatting failed on OTP 26 & later.
  • Empty ignore files are ignored.
  • Several improvements and corrections to documentation.

Changed

  • Updated Erlex minimum version to 0.27, bringing in several fixes and improvements.

Added

  • Multiple formatters can be used in the same invocation.
Commits
  • 501ecd7 Release 1.4.5
  • 7fadd55 Merge pull request #549 from pdm-jd/pdm-jd/fix/crash-on-custom-ignore-file
  • 621fc4a fix: mix dialyzer crashes when a custom ignore file provided that doesn't mat...
  • b960c7d Merge pull request #547 from neel-desh/bugfix/rename-format-option
  • bc8852e Bugfix: Revert format option ignore_file_string to ignore_file_strict
  • 3768413 Merge pull request #543 from lnenad/master
  • c7234e7 Add a check whether default_ignore file is empty during execution and ignores...
  • b69c5d8 Fix matching of invalid_contract args. (#541)
  • 4d76fe9 Support multiple formatters (#538)
  • d8cb107 Merge pull request #540 from kianmeng/ci-housekeeping
  • Additional commits viewable in compare view

Updates floki from 0.36.2 to 0.36.3

Release notes

Sourced from floki's releases.

v0.36.3

This release contains some performance improvements, thanks to @​ypconstante.

Fixed

  • Stop Floki.get_by_id/2 traversal on first match. Thanks @​ypconstante.

  • Remove extra whitespaces from nodes without attributes on Floki.raw_html/1. Thank you @​ypconstante.

  • Fix Floki.raw_html/1 typespecs. Thanks @​davydog187.

Pull requests

New Contributors

Full Changelog: philss/floki@v0.36.2...v0.36.3

Changelog

Sourced from floki's changelog.

[0.36.3] - 2024-10-21

This release contains some performance improvements, thanks to @​ypconstante.

Fixed

  • Stop Floki.get_by_id/2 traversal on first match. Thanks @​ypconstante.

  • Remove extra whitespaces from nodes without attributes on Floki.raw_html/1. Thank you @​ypconstante.

  • Fix Floki.raw_html/1 typespecs. Thanks @​davydog187.

Commits

Updates styler from 1.0.0-rc.2 to 1.2.1

Release notes

Sourced from styler's releases.

v1.2.1

1.2.1

Sure enough, the new pipify feature had a bug. Thanks @​paulswartz for the issue

Fixes

  • |> don't pipify when the call is itself in a pipe (aka don't touch a |> b(c |> d() |>e()) |> f()) (Closes #204, h/t @​paulswartz)

v1.2.0

Improvements

  • pipes: pipe-ifies when first arg to a function is a pipe. reach out if this happens in unstylish places in your code (Closes #133)
  • pipes: unpiping assignments will make the assignment one-line when possible (Closes #181)
  • deprecations: 1.18 deprecations
    • List.zip => Enum.zip
    • first..last = range => first..last//_ = range (this may actually be from 1.17?)

Fixes

  • pipes: optimizations are less likely to move comments (Closes #176)

Improve config sorting comment handling

Improvements

  • Config Sorting: improve comment handling when only sorting a few nodes (Closes #187)

v1.1.1

Improvements

  • unless: rewrite unless a |> b |> c as unless !(a |> b() |> c()) rather than unless a |> b() |> c() |> Kernel.!() (h/t @​gregmefford)

v1.1.0

Improvements

The big change here is the rewrite/removal of unless due to unless "eventually" being deprecated. Thanks to @​janpieper and @​ypconstante for bringing this up in #190.

  • unless: rewrite all unless to if (#190)
  • pipes: optimize |> Stream.{each|map}(fun) |> Stream.run() to |> Enum.each(fun)

Fixes

  • pipes: optimizations reducing 2 pipes to 1 no longer squeeze all pipes onto one line (#180)
  • if: fix infinite loop rewriting negated if with empty do body if x != y, do: (), else: :ok (#196, h/t @​itamm15)

v1.0.0

1.0.0

Styler's two biggest outstanding bugs have been fixed, both related to compilation breaking during module directive organization. One was references to aliases being moved above where the aliases were declared, and the other was similarly module directives being moved after their uses in module directives.

... (truncated)

Changelog

Sourced from styler's changelog.

1.2.1

Fixes

  • |> don't pipify when the call is itself in a pipe (aka don't touch a |> b(c |> d() |>e()) |> f()) (Closes #204, h/t @​paulswartz)

1.2.0

Improvements

  • pipes: pipe-ifies when first arg to a function is a pipe. reach out if this happens in unstylish places in your code (Closes #133)
  • pipes: unpiping assignments will make the assignment one-line when possible (Closes #181)
  • deprecations: 1.18 deprecations
    • List.zip => Enum.zip
    • first..last = range => first..last//_ = range

Fixes

  • pipes: optimizations are less likely to move comments (Closes #176)

1.1.2

Improvements

  • Config Sorting: improve comment handling when only sorting a few nodes (Closes #187)

1.1.1

Improvements

  • unless: rewrite unless a |> b |> c as unless !(a |> b() |> c()) rather than unless a |> b() |> c() |> Kernel.!() (h/t @​gregmefford)

1.1.0

Improvements

The big change here is the rewrite/removal of unless due to unless "eventually" being deprecated. Thanks to @​janpieper and @​ypconstante for bringing this up in #190.

  • unless: rewrite all unless to if (#190)
  • pipes: optimize |> Stream.{each|map}(fun) |> Stream.run() to |> Enum.each(fun)

Fixes

  • pipes: optimizations reducing 2 pipes to 1 no longer squeeze all pipes onto one line (#180)
  • if: fix infinite loop rewriting negated if with empty do body if x != y, do: (), else: :ok (#196, h/t @​itamm15)

1.0.0

Styler's two biggest outstanding bugs have been fixed, both related to compilation breaking during module directive organization. One was references to aliases being moved above where the aliases were declared, and the other was similarly module directives being moved after their uses in module directives.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

Bumps the development-dependencies group with 4 updates in the / directory: [credo](https://github.com/rrrene/credo), [dialyxir](https://github.com/jeremyjh/dialyxir), [floki](https://github.com/philss/floki) and [styler](https://github.com/adobe/elixir-styler).


Updates `credo` from 1.7.7 to 1.7.10
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.7.7...v1.7.10)

Updates `dialyxir` from 1.4.3 to 1.4.5
- [Release notes](https://github.com/jeremyjh/dialyxir/releases)
- [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md)
- [Commits](jeremyjh/dialyxir@1.4.3...1.4.5)

Updates `floki` from 0.36.2 to 0.36.3
- [Release notes](https://github.com/philss/floki/releases)
- [Changelog](https://github.com/philss/floki/blob/main/CHANGELOG.md)
- [Commits](philss/floki@v0.36.2...v0.36.3)

Updates `styler` from 1.0.0-rc.2 to 1.2.1
- [Release notes](https://github.com/adobe/elixir-styler/releases)
- [Changelog](https://github.com/adobe/elixir-styler/blob/main/CHANGELOG.md)
- [Commits](https://github.com/adobe/elixir-styler/commits/v1.2.1)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: dialyxir
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: floki
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: styler
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2024
@dependabot dependabot bot requested a review from ceolinwill December 1, 2024 18:24
@ceolinwill ceolinwill closed this Dec 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/hex/development-dependencies-1787b8254a branch December 4, 2024 18:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant