databrickslabs / transpiler

SIEM-to-Spark Transpiler
Other
42 stars 5 forks source link

Bump org.scala-lang:scala-library from 2.12.12 to 2.13.11 #123

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps org.scala-lang:scala-library from 2.12.12 to 2.13.11.

Release notes

Sourced from org.scala-lang:scala-library's releases.

Scala 2.13.11

The Scala team at Lightbend is pleased to announce the availability of Scala 2.13.11.

The following changes are highlights of this release:

Collections

Compatibility

Align with Scala 3

  • Accept implicit _, implicit (x: Int) in lambdas, like Scala 3 does (#10327 by @​som-snytt)
  • Deprecate infix type args, as they are dropped in Scala 3 (#10255 by @​som-snytt)
  • Allow eta-expansion of methods with dependent types (#10166)
  • Abstract parent copy does not suspend case copy (#10085 by @​som-snytt)
  • Don't GLB binders of type patterns, use the type directly (#10247)
  • Under -Xsource:3, warn that inherited members no longer take precedence over outer definitions in Scala 3 (#10220, #10339)
  • Under -Xsource:3, adjust 2.13.9 change to ignore override type for whitebox macro expansion (#10188 by @​som-snytt)
  • Under -Xsource:3, use narrowest type for pt of override (#10198 by @​som-snytt)
  • Under -Xsource:3, warn about change to parenless lambda parens (#10320 by @​som-snytt)

Lints and warnings

Other notable changes

2.13.11 also includes the changes from Scala 2.12.18. (A few of the most significant, such as those involving JDK 20 and 21 compatibility, are listed above.)

... (truncated)

Commits
  • f113b1a Merge pull request #10417 from SethTisue/revert-pr-10148
  • 3fdd091 revert pull request #10148 in its entirety
  • fd209dc Merge pull request #10409 from SethTisue/scala-3.3.1-RC1
  • 6a5318d Scala 3.3.1-RC1 (enable TastyTest on JDK 21)
  • 5df41be Merge pull request #10408 from ckipp01/elidedNote
  • 263eb47 Merge pull request #10148 from tgodzik/correct-by-name
  • a521eac remove unused field in CompletionCandidate
  • f125f82 slight tweak to completion logic, bringing code in line with intention
  • 124dbff bugfix: Matcher should be able to match on name exactly
  • a901a60 Merge pull request #10407 from SethTisue/scala-3.3.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)
dependabot[bot] commented 1 year ago

Superseded by #124.