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 org.scala-lang.modules:scala-xml_2.13 from 1.3.0 to 2.2.0 #292

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Bumps org.scala-lang.modules:scala-xml_2.13 from 1.3.0 to 2.2.0.

Release notes

Sourced from org.scala-lang.modules:scala-xml_2.13's releases.

2.2.0

What's Changed

New Contributors

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

2.1.0

What's Changed

Version Bumps

... (truncated)

Changelog

Sourced from org.scala-lang.modules:scala-xml_2.13'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
  • 098911b Merge pull request #678 from dubinsky/equality-inequality
  • 41b0294 Merge pull request #680 from scala-steward/update/sbt-1.9.1
  • c365c25 Update sbt to 1.9.1
  • 1febe86 Equality cleanup:
  • aa074b1 Merge pull request #679 from scala-steward/update/sbt-scalajs-1.13.2
  • 4000a4f Update sbt-scalajs, scalajs-compiler, ... to 1.13.2
  • b0d5338 Merge pull request #673 from dubinsky/string-interpolation
  • d59398e Use string interpolation instead of concatenation or format().
  • c1d49c8 Merge pull request #676 from dubinsky/mismatched-quotes-infinite-loop
  • 671428d mismatched quotes should not cause an infinite loop
  • 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 [org.scala-lang.modules:scala-xml_2.13](https://github.com/scala/scala-xml) from 1.3.0 to 2.2.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.3.0...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2023
@github-actions
Copy link

github-actions bot commented Oct 1, 2023

PR appears to be stale

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/master/org.scala-lang.modules-scala-xml_2.13-2.2.0 branch October 9, 2023 00:49
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 no-pr-activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants