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.2.1 to 1.3.2 #971

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps styler from 1.2.1 to 1.3.2.

Release notes

Sourced from styler's releases.

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

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 =
</tr></table>

... (truncated)

Changelog

Sourced from styler's changelog.

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

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 =
[
</tr></table>

... (truncated)

Commits
  • 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
  • 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)
  • 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.2.
- [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.2)

---
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 16, 2025
@github-actions github-actions bot enabled auto-merge January 16, 2025 04:49
@github-actions github-actions bot merged commit e452494 into main Jan 16, 2025
8 checks passed
@github-actions github-actions bot deleted the dependabot/hex/styler-1.3.2 branch January 16, 2025 04:52
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