Skip to content

Conversation

@dependabot
Copy link

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

Bumps styler from 1.2.1 to 1.3.3.

Release notes

Sourced from styler's releases.

v1.3.3

Improvements

  • with do: body and variations with no arrows in the head will be rewritten to just body (or ...head statements; body)

  • # styler:sort will sort arbitrary ast nodes within a do end block:

    Given:

      # styler:sort
      my_macro "some arg" do
        another_macro :q
        another_macro :w
        another_macro :e
        another_macro :r
        another_macro :t
        another_macro :y
      end
    

    We get:

      # styler:sort
      my_macro "some arg" do
        another_macro :e
        another_macro :q
        another_macro :r
        another_macro :t
        another_macro :w
        another_macro :y
      end
    

Fixes

  • fix a bug in comment-movement when multiple # styler:sort directives are added to a file at the same time

v1.3.2

# styler:sort will sort key values, like:

# given 
%{
  z: ...,
  # styler:sort
  b: ~w(a list to be sorted)
}
styled
%{
z: ...,
styler:sort
b: ~w(a be list sorted to)
}
</tr></table>

... (truncated)

Changelog

Sourced from styler's changelog.

1.3.3

Improvements

  • with do: body and variations with no arrows in the head will be rewritten to just body

  • # styler:sort will sort arbitrary ast nodes within a do end block:

    Given: # styler:sort my_macro "some arg" do another_macro :q another_macro :w another_macro :e another_macro :r another_macro :t another_macro :y end

    We get # styler:sort my_macro "some arg" do another_macro :e another_macro :q another_macro :r another_macro :t another_macro :w another_macro :y end

Fixes

  • fix a bug in comment-movement when multiple # styler:sort directives are added to a file at the same time

1.3.2

Improvements

  • # styler:sort can be used to sort values of key-value pairs. eg, sort the value of a single key in a map (Closes #208, h/t @​ypconstante)

1.3.1

Improvements

  • # styler:sort now works with maps and the defstruct macro

Fixes

  • # styler:sort no longer blows up on keyword lists :X

Fixes

... (truncated)

Commits
  • 470b390 v1.3.3
  • 9983bf2 improve with statement replacements
  • efb2cb9 styler:sort arbitrary ast within do end blocks
  • 9b0207b fix comments bug in styler:sort directive
  • 88d3334 v1.3.2
  • 877007a Merge pull request #209 from tfiedlerdejanze/ci-elixir-patch-upgrades
  • d132d79 sort directive: sort values of keys. Closes #208
  • bef00c9 ci: update elixir and erlang versions
  • 5d3d620 defstruct with list literal
  • 30446bf v1.3.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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

Bumps [styler](https://github.com/adobe/elixir-styler) from 1.2.1 to 1.3.3.
- [Release notes](https://github.com/adobe/elixir-styler/releases)
- [Changelog](https://github.com/adobe/elixir-styler/blob/main/CHANGELOG.md)
- [Commits](adobe/elixir-styler@v1.2.1...v1.3.3)

---
updated-dependencies:
- dependency-name: styler
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2025
@dependabot dependabot bot requested a review from gdwoolbert3 as a code owner February 1, 2025 10:13
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 1, 2025

Superseded by #14.

@dependabot dependabot bot closed this Mar 1, 2025
@dependabot dependabot bot deleted the dependabot/hex/styler-1.3.3 branch March 1, 2025 10:24
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