Skip to content

Update dependency org.scala-lang.modules:scala-xml_2.13 to v2.4.0 #222

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

Merged
merged 1 commit into from
May 27, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.scala-lang.modules:scala-xml_2.13 (source) 2.3.0 -> 2.4.0 age adoption passing confidence

Release Notes

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

v2.4.0: 2.4.0

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


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

@coveralls
Copy link

Coverage Status

coverage: 0.0%. remained the same
when pulling ab09c2f on renovate/org.scala-lang.modules-scala-xml_2.13-2.x
into 4f75f32 on master.

@hazendaz hazendaz merged commit 6c73e5c into master May 27, 2025
22 of 23 checks passed
@renovate renovate bot deleted the renovate/org.scala-lang.modules-scala-xml_2.13-2.x branch May 27, 2025 17:44
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.

2 participants