reviewdog / errorformat

Vim's quickfix errorformat implementation in Go
https://reviewdog.github.io/errorformat-playground/
MIT License
108 stars 43 forks source link

Update dependency scala to v2.13.6 #102

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
scala (source) 2.13.5 -> 2.13.6 age adoption passing confidence

Release Notes

scala/scala ### [`v2.13.6`](https://togithub.com/scala/scala/releases/v2.13.6) [Compare Source](https://togithub.com/scala/scala/compare/v2.13.5...v2.13.6) The Scala 2 team at Lightbend is pleased to announce the availability of Scala 2.13.6. ##### Highlights - TASTy Reader support for Scala 3.0.0 ([#​9617](https://togithub.com/scala/scala/pull/9617) by [@​bishabosha](https://togithub.com/bishabosha)) - The [splain compiler plugin](https://togithub.com/tek/splain) by [@​tek](https://togithub.com/tek) was integrated into the compiler, available with the `-Vimplicits` and `-Vtype-diffs` flags ([#​7785](https://togithub.com/scala/scala/pull/7785)) - Escaped double quotes now work as expected in string interpolations, both `s"\""` and `s"$""` ([#​8830](https://togithub.com/scala/scala/pull/8830) by [@​eed3si9n](https://togithub.com/eed3si9n) and [#​9536](https://togithub.com/scala/scala/pull/9536) by [@​martijnhoekstra](https://togithub.com/martijnhoekstra)) ##### Other Changes - Optimized `BigInt` implementation ([#​9628](https://togithub.com/scala/scala/pull/9628)) by [@​denisrosset](https://togithub.com/denisrosset) - Support JDK15 text blocks in Java parser ([#​9548](https://togithub.com/scala/scala/pull/9548)) by [@​harpocrates](https://togithub.com/harpocrates) - Stricter override checking for protected Scala members which override Java members ([#​9525](https://togithub.com/scala/scala/pull/9525)) by [@​kynthus](https://togithub.com/kynthus) - Check `private[this]` members in override checking ([#​9542](https://togithub.com/scala/scala/pull/9542)) - More accurate outer checks in patterns ([#​9504](https://togithub.com/scala/scala/pull/9504)) - Allow renaming imports from `_root_` ([#​9482](https://togithub.com/scala/scala/pull/9482)) by [@​som-snytt](https://togithub.com/som-snytt) - Make more annotations extend `ConstantAnnotation` ([9336](https://togithub.com/scala/scala/pull/9336)) by [@​BalmungSan](https://togithub.com/BalmungSan) - A number of syntax changes were added to simplify cross-building between Scala 2 and 3 - Don't error (only warn) on symbol literals under `-Xsource:3` ([#​9602](https://togithub.com/scala/scala/pull/9602)) - Support writing `&` instead of `with` in types under `-Xsource:3` ([#​9594](https://togithub.com/scala/scala/pull/9594)) - Support Scala 3 vararg splice syntax under `-Xsource:3` ([#​9584](https://togithub.com/scala/scala/pull/9584)) - Support Scala 3 wildcard and renaming imports under `-Xsource:3` ([#​9582](https://togithub.com/scala/scala/pull/9582)) - Allow soft keywords open and infix under `-Xsource:3` ([#​9580](https://togithub.com/scala/scala/pull/9580)) - Align leading infix operator with Scala 3 improvements ([#​9567](https://togithub.com/scala/scala/pull/9567)) - Support `?` as wildcard marker under `-Xsource:3` ([#​9560](https://togithub.com/scala/scala/pull/9560)) - Support case in pattern bindings under `-Xsource:3` ([#​9558](https://togithub.com/scala/scala/pull/9558)) - Parse `+_` and `-_` in types as identifiers under `-Xsource:3` to support Scala 3.2 placeholder syntax ([#​9605](https://togithub.com/scala/scala/pull/9605)) Some small changes that will ship in 2.12.14 are also included in this release. For the complete 2.13.6 change lists, see [all merged PRs](https://togithub.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.6) and [all closed bugs](https://togithub.com/scala/bug/issues?utf8=%E2%9C%93\&q=is%3Aclosed+milestone%3A2.13.6). #### Compatibility As usual for our minor releases, Scala 2.13.6 is binary-compatible with the whole Scala 2.13 series. Upgrading from 2.12? Enable `-Xmigration` while upgrading to request migration advice from the compiler. #### Contributors A big thank you to everyone who's helped improve Scala by reporting bugs, improving our documentation, spreading kindness in discussions around Scala, and submitting and reviewing pull requests! You are all magnificent. This release was brought to you by 25 contributors, according to `git shortlog -sn --no-merges HEAD ^v2.13.5 ^2.12.x`. Thank you A. P. Marki, Lukas Rytz, Dale Wijnand, Jamie Thompson, Seth Tisue, 梦境迷离, Guillaume Martres, Martijn Hoekstra, Denis Rosset, Aaron S. Hawley, Kai, Eugene Yokota, Jason Zaugg, Anatolii Kmetiuk, Ikko Ashimine, superseeker13, Eugene Platonov, Diego E. Alonso Blas, Filipe Regadas, Hatano Yuusuke, Luis Miguel Mejía Suárez, Rafał Sumisławski, Alec Theriault, Tom Grigg, Torsten Schmits. Thanks to [Lightbend](https://www.lightbend.com/scala) for their continued sponsorship of the Scala core team’s efforts. Lightbend offers [commercial support](https://www.lightbend.com/lightbend-platform-subscription) for Scala. #### Scala 2.13 notes The [release notes for Scala 2.13.0](https://togithub.com/scala/scala/releases/v2.13.0) have important information applicable to the whole 2.13 series. #### Obtaining Scala Scala releases are available through a variety of channels, including (but not limited to): - Bump the `scalaVersion` setting in your sbt-based project - Download a distribution from [scala-lang.org](http://scala-lang.org/download/2.13.6.html) - Obtain JARs via [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.scala-lang%22%20AND%20v%3A%222.13.6%22)

Configuration

📅 Schedule: 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.



This PR has been generated by WhiteSource Renovate. View repository job log here.