Skip to content
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

Bump scala-xml_2.12 from 1.0.6 to 2.1.0 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 20, 2022

Bumps scala-xml_2.12 from 1.0.6 to 2.1.0.

Release notes

Sourced from scala-xml_2.12's releases.

2.1.0

What's Changed

Version Bumps

Internal

New Contributors

According to git shortlog -sn --no-merges v2.0.1.., 7 people contributed. Thank you Scala Steward, Aaron S. Hawley, Leonid Dubinsky, Seth Tisue, Julien Richard-Foy, Kenji Yoshida, Lorenzo Gabriele.

... (truncated)

Changelog

Sourced from scala-xml_2.12's changelog.

Scala XML Changes

2.0.1 (2021-07-21)

Binary compatible with Scala XML 2.0.0.

Published for Scala 2.12 and 2.13, Scala 3, Scala.js 1.6, and Scala Native 0.4.

Added

  • No new functionality.

Fixed

  • Fixed runtime error for MarkupParser on Scala 3 by changing the access modifier of internal class, WithLookAhead (#542)

2.0.0 (2021-05-13)

Not binary compatible with Scala XML 1.3.0.

Published for Scala 2.12, 2.13, and 3.0, Scala.js 1.5, and Scala Native 0.4.

Artifacts are no longer published for Scala 2.11 and Scala.js 0.6.

A number of deprecated elements have been removed from the library; see the "Removed" section below. The library's JAR byte size is about 15% smaller.

Added

  • Add scala.xml.transform.NestingTransformer, to apply a single rule recursively, to give the original behavior of RuleTransformer, see below.
  • The apiURL is now published in ivy metadata so that hyperlinks exist in downstream projects that reference Scala XML in their Scaladocs.
  • Declare version policy of with early-semver in Mima with sbt-version-policy plugin

Changed

  • Changes to the default parser settings for the JDK SAXParser, see Safe parser defaults page on the wiki.
  • The parser used by the load methods from scala.xml.XML and from scala.xml.factory.XMLLoader is now a ThreadLocal instance of SAXParser to reuse the parser instance and avoid repeatedly

... (truncated)

Commits
  • f553bee Update sbt-scala-native-crossproject, ... to 1.2.0
  • 76cb7ac Merge pull request #592 from lolgab/native-scala-3
  • 723ecf1 Merge pull request #595 from scala-steward/update/auxlib-0.4.4
  • 170ea59 Merge pull request #590 from scala-steward/update/scala3-library-3.1.1
  • 5bee75b Fix typo in build.sbt
  • 21f5a61 Update auxlib, javalib, junit-runtime, ... to 0.4.4
  • 6b70ade Merge pull request #593 from scala-steward/update/sbt-header-5.6.5
  • 7c01069 Merge pull request #587 from dubinsky/parse-namespaces
  • f931732 Merge pull request #594 from scala-steward/update/sbt-scalajs-1.9.0
  • 29c758c Update sbt-scalajs, scalajs-compiler, ... to 1.9.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [scala-xml_2.12](https://github.com/scala/scala-xml) from 1.0.6 to 2.1.0.
- [Release notes](https://github.com/scala/scala-xml/releases)
- [Changelog](https://github.com/scala/scala-xml/blob/main/CHANGELOG.md)
- [Commits](scala/scala-xml@v1.0.6...v2.1.0)

---
updated-dependencies:
- dependency-name: org.scala-lang.modules:scala-xml_2.12
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 20, 2022
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants