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

chore(deps-dev): bump styler from 1.2.1 to 1.3.3 in the development-dependencies group across 1 directory #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the development-dependencies group with 1 update in the / directory: styler.

Updates 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 <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 1 update in the / directory: [styler](https://github.com/adobe/elixir-styler).


Updates `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
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jan 22, 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 elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants