Skip to content

Update JuliaFormatter requirement from 1 to 1, 2.13 - #109

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/JuliaFormatter-1-and-2.13
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/JuliaFormatter-1-and-2.13

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on JuliaFormatter to permit the latest version.

Release notes

Sourced from JuliaFormatter's releases.

v2.13.0

What's Changed

Full Changelog: JuliaEditorSupport/JuliaFormatter.jl@v2.12.6...v2.13.0

Changelog

Sourced from JuliaFormatter's changelog.

v2.13.0

Added a new indent_binary_continuations option. When enabled, the continuation lines of binary operations are indented by one level with respect to the first line of the operation:

# With `indent_binary_continuations = false` (the default for most styles):
aaaaaaa
+ bbbbbbb
+ ccccccc
With indent_binary_continuations = true
aaaaaaa
+ bbbbbbb
+ ccccccc

It defaults to false for all styles except MinimalStyle (the VSCode default), where it is true. (#592, #1256)

v2.12.6

Fixed a bug where re-indenting code containing an ordinary (single-quoted) multiline string, cmd, or string-macro literal would also shift the subsequent lines of the literal, silently changing its value. Continuation lines of such literals are now kept exactly as written; only the line containing the opening delimiter moves with the surrounding code. Triple-quoted literals are unaffected. (#1251, #1253)

v2.12.5

Fixed a bug where removing the whitespace around a binary operator could change how the code tokenizes, producing invalid or ambiguous output. For example A[1. .. 1.] was formatted to A[1...1.] under MinimalStyle and A[1 - -2] was formatted to A[1--2] under DefaultStyle, neither of which parses. (#1250, #1252)

v2.12.4

Fixed a bug causing lack of idempotence when extra lines inside comma-separated arguments (e.g. in a vector) were present. (#1246, #1247)

v2.12.3

Fixed a bug causing lack of idempotence with generator expressions and join_lines_based_on_source = true. (#1244, #1245)

v2.12.2

Fixed a bug where formatting of specific array literals would not be idempotent under MinimalStyle. (#1241, #1243)

Fixed a bug where array literals with newline separators would be formatted into a different array under MinimalStyle. (#1242, #1243)

v2.12.1

Fixed a bug where bodies of block constructs inside e.g. tuples would not be formatted idempotently (the bodies would keep shifting rightwards) when join_lines_based_on_source = true. (#1238, #1240)

v2.12.0

... (truncated)

Commits
  • 6c401db MinimalStyle: indent operator chain continuations instead of aligning (#1256)
  • 0f1b67e Preserve contents of non-triple-quoted multiline string literals when re-inde...
  • 377c5bd Keep whitespace around operators when gluing would change tokenization (#1252)
  • f8e67c5 Adopt the packagedef file structure (#1249)
  • 6328433 Fix trailing comma + blank line bug (#1247)
  • dd3f21e Add DocumenterCodeBlocks & fix a Markdown error (#1248)
  • d626d2d Fix generator expression idempotence under `join_lines_based_with_source=true...
  • 623b7bb Fix MinimalStyle array bugs (#1243)
  • d228b22 Prevent indentation from increasing indefinitely (#1240)
  • 1d6c022 Drop semicolons when expanding single-line constructs to blocks (#1237)
  • Additional commits viewable in compare view

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

Updates the requirements on [JuliaFormatter](https://github.com/JuliaEditorSupport/JuliaFormatter.jl) to permit the latest version.
- [Release notes](https://github.com/JuliaEditorSupport/JuliaFormatter.jl/releases)
- [Changelog](https://github.com/JuliaEditorSupport/JuliaFormatter.jl/blob/main/HISTORY_v2.md)
- [Commits](JuliaEditorSupport/JuliaFormatter.jl@v1.0.0...v2.13.0)

---
updated-dependencies:
- dependency-name: JuliaFormatter
  dependency-version: 2.13.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Sep 1, 2026
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 julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants