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

Bump the development-dependencies group with 5 updates #209

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the development-dependencies group with 5 updates:

Package From To
credo 1.7.7 1.7.11
dialyxir 1.4.3 1.4.5
floki 0.36.2 0.37.0
styler 1.0.0-rc.2 1.2.1
tailwind_formatter 0.4.0 0.4.1

Updates credo from 1.7.7 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

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.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

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

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.37.0

Release notes

Sourced from floki's releases.

v0.37.0

Added

Fixed

  • Fix bug propagating identity encoder in raw_html/2 - thanks @​andyleclair.

Removed

  • Remove support for Elixir 1.13 and OTP 22.

Pull requests

New Contributors

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

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

... (truncated)

Changelog

Sourced from floki's changelog.

[0.37.0] - 2024-12-06

Added

Fixed

  • Fix bug propagating identity encoder in raw_html/2 - thanks @​andyleclair.

Removed

  • Remove support for Elixir 1.13 and OTP 22.

[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

Updates tailwind_formatter from 0.4.0 to 0.4.1

Release notes

Sourced from tailwind_formatter's releases.

Release v0.4.1

0.4.1 (2024-12-28)

What's Changed

New Contributors

Full Changelog: 100phlecs/tailwind_formatter@v0.4.0...v0.4.1

Changelog

Sourced from tailwind_formatter's changelog.

Changelog for v0.4.0

TailwindFormatter v0.4.0 requires Elixir v1.15+.

Removing TailwindFormatter.MultiFormatter

The above was a stop-gap due to earlier versions of Elixir not supporting multiple formatters in your .formatter.exs.

This is no longer the case for Elixir v1.15. Since TailwindFormatter now requires 1.15 and above, this module has been removed.

Your .formatter.exs should instead look like this:

  [
    plugins: [TailwindFormatter, Phoenix.LiveView.HTMLFormatter],
    # ...
  ]

Support for class lists

TailwindFormatter v0.4.0 now supports class lists like so:

    <div
      role="alert"
      class={[
        "fixed top-2 right-2 mr-2 w-80 sm:w-96 z-50 rounded-lg p-3 ring-1",
        @kind == :info && "bg-emerald-50 text-emerald-800 ring-emerald-500 fill-cyan-900",
        @kind == :error && "bg-rose-50 text-rose-900 shadow-md ring-rose-500 fill-rose-900"
      ]}
      {@rest}
    />

This was achieved by switching our parsing strategy to Phoenix.LiveView.Tokenizer.

Sorting string fragments within elixir expressions

If you have a string fragment with a couple of classes, such as:

"#{if true, do: "px-1 bg-white shadow-md"}"

the fragment will be sorted as well.

Custom Tailwind configuration support

Previously TailwindFormatter could only use a dump of default classes and variants from Tailwind.

... (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

Bumps the development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [credo](https://github.com/rrrene/credo) | `1.7.7` | `1.7.11` |
| [dialyxir](https://github.com/jeremyjh/dialyxir) | `1.4.3` | `1.4.5` |
| [floki](https://github.com/philss/floki) | `0.36.2` | `0.37.0` |
| [styler](https://github.com/adobe/elixir-styler) | `1.0.0-rc.2` | `1.2.1` |
| [tailwind_formatter](https://github.com/100phlecs/tailwind_formatter) | `0.4.0` | `0.4.1` |


Updates `credo` from 1.7.7 to 1.7.11
- [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.11)

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.37.0
- [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.37.0)

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)

Updates `tailwind_formatter` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/100phlecs/tailwind_formatter/releases)
- [Changelog](https://github.com/100phlecs/tailwind_formatter/blob/master/CHANGELOG.md)
- [Commits](100phlecs/tailwind_formatter@v0.4.0...v0.4.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-minor
  dependency-group: development-dependencies
- dependency-name: styler
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: tailwind_formatter
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2025
@dependabot dependabot bot requested a review from ceolinwill January 1, 2025 19:05
@ceolinwill ceolinwill closed this Jan 2, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2025

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-5ffd836560 branch January 2, 2025 16:22
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.

1 participant