Skip to content

chore(deps): update dependency styler to v1.12.2 - #315

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/styler-1.x
Open

chore(deps): update dependency styler to v1.12.2#315
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/styler-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
styler (source) dev minor == 1.11.0== 1.12.2 OpenSSF Scorecard

Release Notes

adobe/elixir-styler (styler)

v1.12.2

Compare Source

Fixes
  • also leave piped versions of the shift + microsecond bug alone (|> DateTime.add(val, :microsecond) (#​256, h/t @​zvlasic)

v1.12.1

Compare Source

Fixes
  • leave DateTime.add(dt, val, :microsecond) untouched since DateTime.shift with microseconds requires a precision (#​255, h/t @​janpieper)

v1.12.0

Compare Source

Improvements
  • Pipes:
    • don't unpipe |> dbg, to help our friends who format-on-save and like throwing a quick dbg pipe in while debugging (h/t @​mhanberg)
    • optimize two DateTime.shift |> DateTime.shift into a single DateTime.shift when working with literal durations whose keys are disjoint
  • Write "not equal" one way only: not (a == b), !(a == b) => a != b (#​251, h/t @​tomkonidas)
  • Deprecations: DateTime.add(dt, amount, unit) is rewritten to DateTime.shift(dt, unit: amount) for 1.17+ codebases. While not technically deprecated, Elixir docs recommend shift over add (#​253, h/t @​tomkonidas)
  • DateTime.shift(dt, ..duration pairs..) now has its duration pairs shrunk like to_timeout
  • duration pair shrinking improved for precomputed values, for instance second: 86_400 => day: 1
Fixes
  • General improvements to comment handling across Styler (#​254, h/t me and claude)
  • Fixed explicit-keyword-list merges not being rewritten to puts: Map/Keyword.merge([single: :key]) => Map/Keyword.put(:single, :key)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added deps This dependency needs update hex Elixir libraries labels Aug 1, 2026
@renovate

renovate Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: install-tool elixir v1.20.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps This dependency needs update hex Elixir libraries

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants