Skip to content

Update dependency org.scala-lang.modules:scala-xml to v2.4.0#869

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/v.scalaxml
Open

Update dependency org.scala-lang.modules:scala-xml to v2.4.0#869
renovate[bot] wants to merge 1 commit intomainfrom
renovate/v.scalaxml

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2026

This PR contains the following updates:

Package Update New value References Sourcegraph
org.scala-lang.modules:scala-xml (source) minor 2.4.0 homepage, source code search for "org.scala-lang.modules:scala-xml"

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

scala/scala-xml (org.scala-lang.modules:scala-xml)

v2.4.0: 2.4.0

Compare Source

Notable Changes

Use immutable.Seq: for Scala 3 and 2.13, the result type of Node.child / Node.nonEmptyChildren / Node.attribute is changed from collection.Seq to immutable.Seq (#​760)

  • Scala 2.13 changed the default scala.Seq alias to immutable.Seq, but the scala-xml library continued to use collection.Seq. This often results in .toSeq conversions when using scala-xml in Scala 3 or 2.13.
  • scala-xml was always immutable in spirit, NodeSeq extends immutable.Seq
  • A related change to the Scala compiler is under review to encode XML literals as Vector[Node]

Other Changes

  • Fix code point for darr entity (#​729)
  • NodeBuffer.&+ returns this.type (#​744)

Full Changelog: scala/scala-xml@v2.3.0...v2.4.0

v2.3.0: 2.3.0

Compare Source

Notable

Also

New Contributors

Full Changelog: scala/scala-xml@v2.2.0...v2.3.0

v2.2.0: 2.2.0

Compare Source

What's Changed

  • #​676 mismatched quotes should not cause an infinite loop, fixes #​656
  • #​677 make Node.toString stack safe
  • #​663 XMLLoader returns Document
  • #​668 Capture more of the Document
  • #​651 Fix infinite loop caused by unclosed character ref, fixes #​306
  • #​636 Allow overriding XMLReader used in parsing
  • #​659 Retain SystemId

New Contributors

Full Changelog: scala/scala-xml@v2.1.0...v2.2.0


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "on the 1st through 7th day of the month"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 the bot label May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants