Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2023

This PR contains the following updates:

Package Update Change
org.scala-lang.modules:scala-xml (source) minor 2.1.0 -> 2.4.0

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 (https://github.com/scala/scala-xml/pull/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

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

New Contributors

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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 force-pushed the renovate/org.scala-lang.modules-scala-xml-2.x branch from bb413f3 to d20b61b Compare April 17, 2024 05:45
@renovate renovate bot changed the title Update dependency org.scala-lang.modules:scala-xml to v2.2.0 Update dependency org.scala-lang.modules:scala-xml to v2.3.0 Apr 17, 2024
@renovate renovate bot changed the title Update dependency org.scala-lang.modules:scala-xml to v2.3.0 Update dependency org.scala-lang.modules:scala-xml to v2.4.0 May 31, 2025
@renovate renovate bot force-pushed the renovate/org.scala-lang.modules-scala-xml-2.x branch from d20b61b to ed830e7 Compare May 31, 2025 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants