JakeWharton / twirl-maven-plugin

A Maven plugin which compiles Twirl templates into Scala source files.
Apache License 2.0
40 stars 16 forks source link

Bump scala-xml_2.12 from 1.2.0 to 1.3.0 #20

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps scala-xml_2.12 from 1.2.0 to 1.3.0.

Release notes

Sourced from scala-xml_2.12's releases.

Scala Standard XML Library v1.3.0

  • Fixes regression on Scala 2.13, issue #392, concerning the collections implementation for NodeSeq
  • Publish for Scala.js 1.0
  • Update Scala.js to 0.6.32
  • Update Scala to 2.12.10 and 2.13.1
  • Various unused public classes and methods are deprecated
    • Deprecate definitions under scala.xml.persistent
      • CachedFileStorage
      • Index
      • SetStorage
    • Deprecate scala.xml.dtd.impl.PointedHedgeExp
    • Deprecate scala.xml.dtd.Scanner
    • Deprecate scala.xml.dtd.ContentModelParser
    • Deprecate scala.xml.dtd.ElementValidator
    • Deprecate scala.xml.factory.Binder
    • Deprecate scala.xml.parsing.ValidatingMarkupHandler

The items deprecated above are already deleted in the 2.0.0-M1 milestone release, which see https://github.com/scala/scala-xml/blob/v2.0.0-M1/CHANGELOG.md

Commits
  • c60de43 Update to Scala.js 1.0.1
  • 172ce22 Merge pull request #418 from lrytz/publish-backport
  • 5966334 backport new publishing scripts based on sbt-ci-release
  • 003f60c Merge pull request #411 from ashawley/1.3-update
  • a311d74 Various updates for 1.3.0
  • 306fe58 Merge pull request #396 from ashawley/issue-392
  • df7d18e Add further tests of NodeSeq
  • e723935 Add test of issue 392
  • bcb83f3 Fix 2.13 collections methods for NodeSeq
  • a410659 Merge pull request #395 from ashawley/empty-circle
  • 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)
JakeWharton commented 3 years ago

https://travis-ci.org/github/JakeWharton/twirl-maven-plugin/builds/761191522

JakeWharton commented 3 years ago

@dependabot rebase

dependabot[bot] commented 3 years ago

Superseded by #41.