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 styler from 1.1.2 to 1.3.1 #70

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps styler from 1.1.2 to 1.3.1.

Release notes

Sourced from styler's releases.

v1.3.1

  • # styler: sort can now be used with defstruct and maps
  • # styler: sort doesn't blow up on keyword lists anymore :X

v1.3.0

# styler:sort Styler's first comment directive

Styler will now keep a user-designated list or wordlist (~w sigil) sorted as part of formatting via the use of "comment directives". Elements of the list are sorted by their string representation.

The intention is to remove comments to humans, like # Please keep this list sorted!, in favor of comments to robots: # styler:sort. Personally speaking, Styler is much better at alphabetical-order than I ever will be.

To use the new directive, put it on the line before a list or wordlist.

This example:

# styler:sort
[:c, :a, :b]
styler:sort
~w(a list of words)
styler:sort
@country_codes ~w(
en_US
po_PO
fr_CA
ja_JP
)
styler:sort
a_var =
[
Modules,
In,
A,
List
]

Would yield:

# styler:sort
[:a, :b, :c]
styler:sort
~w(a list of words)
styler:sort
</tr></table>

... (truncated)

Changelog

Sourced from styler's changelog.

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

1.3.0

Improvements

# styler:sort Styler's first comment directive

Styler will now keep a user-designated list or wordlist (~w sigil) sorted as part of formatting via the use of comments. Elements of the list are sorted by their string representation.

The intention is to remove comments to humans, like # Please keep this list sorted!, in favor of comments to robots: # styler:sort. Personally speaking, Styler is much better at alphabetical-order than I ever will be.

To use the new directive, put it on the line before a list or wordlist.

This example:

# styler:sort
[:c, :a, :b]
styler:sort
~w(a list of words)
styler:sort
@country_codes ~w(
en_US
po_PO
fr_CA
ja_JP
)
styler:sort
a_var =
[
Modules,
In,
A,
List
]

... (truncated)

Commits
  • 30446bf v1.3.1
  • d6a2a5e fix twople bug in sort directive, add map sorting
  • 03b1ee6 correct changelog
  • 13bc947 v1.3.0
  • cef6015 Maintain comment-node relations when applying #styler:sort directive (#207)
  • 98c5c1c remove Zipper.reduce/3 - bugged, but more importantly unused
  • d35a28d fiddle with private apis to ease iex playing
  • 5b56613 docs and fix a typo
  • 0e8485b style:sort - dont dedupe
  • b13d045 mix format :X
  • 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.1.2 to 1.3.1.
- [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.1.2...v1.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jan 13, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2025

Superseded by #71.

@dependabot dependabot bot closed this Jan 14, 2025
@dependabot dependabot bot deleted the dependabot/hex/styler-1.3.1 branch January 14, 2025 21:46
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