CoxAutomotiveDataSolutions / waimak

Waimak is an open-source framework that makes it easier to create complex data flows in Apache Spark.
Apache License 2.0
75 stars 16 forks source link

Bump scala.lang.version from 2.12.16 to 2.13.9 #183

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps scala.lang.version from 2.12.16 to 2.13.9. Updates scala-library from 2.12.16 to 2.13.9

Release notes

Sourced from scala-library's releases.

Scala 2.13.8

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

This is a modest, incremental release focused on addressing regressions in 2.13.7.

Highlights

  • Make REPL work again on Mac M1 (upgrade JLine & JNA) (#9807 by @​SethTisue)
  • Fix slicing of views of IndexedSeqs (including fixing 2.13.7 reverseIterator regression) (#9799 by @​som-snytt)
  • Fix 2.13.7 regression in implicit resolution (#9829 by @​joroKr21)
  • Fix 2.13.7 releaseFence regression affecting GraalVM compatibility (#9825 by @​lrytz)
  • Fix 2.13.7 regression affecting wildcards and F-bounded types (#9806 by @​joroKr21)

A few small changes that will ship in 2.12.16 are also included in this release.

For the complete 2.13.8 change lists, see all merged PRs and all closed bugs.

Compatibility

As usual for our minor releases, Scala 2.13.8 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 8 contributors, according to git shortlog -sn --no-merges @ ^v2.13.7 ^2.12.x. Thank you A. P. Marki, Seth Tisue, Georgi Krastev, Jason Zaugg, Lukas Rytz, Martijn Hoekstra, Philippus Baalman, Chris Kipp.

Thanks to Lightbend for their continued sponsorship of the Scala core team’s efforts. Lightbend offers commercial support for Scala.

Scala 2.13 notes

The release notes for Scala 2.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):

Scala 2.13.7

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

Align with Scala 3

... (truncated)

Commits
  • 986dcc1 Merge pull request #10129 from som-snytt/followup/12586-preserve-NPE
  • b824b84 Preserve null policy in wrapped Java Map
  • d578a02 Merge pull request #10128 from SethTisue/revert-10114-10123
  • e5fe919 Revert "Args files are 1 arg per line, fix -Vprint-args -"
  • 362c5d1 Revert "Trim and filter empties in arg files"
  • 864148d Revert "process.Parser strips escaping backslash"
  • f69fe8b Merge pull request #10127 from scalacenter/tasty/support-3.2.0-final
  • 0aa6bd4 remove tasty escape hatch for 3.2.0-RC4
  • af56abc Merge pull request #10123 from som-snytt/dev/814-window-cmd-escapes
  • 7e844a5 Merge pull request #10121 from scala-steward/update/slf4j-nop-2.0.0
  • Additional commits viewable in compare view


Updates scala-compiler from 2.12.16 to 2.13.9

Release notes

Sourced from scala-compiler's releases.

Scala 2.13.8

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

This is a modest, incremental release focused on addressing regressions in 2.13.7.

Highlights

  • Make REPL work again on Mac M1 (upgrade JLine & JNA) (#9807 by @​SethTisue)
  • Fix slicing of views of IndexedSeqs (including fixing 2.13.7 reverseIterator regression) (#9799 by @​som-snytt)
  • Fix 2.13.7 regression in implicit resolution (#9829 by @​joroKr21)
  • Fix 2.13.7 releaseFence regression affecting GraalVM compatibility (#9825 by @​lrytz)
  • Fix 2.13.7 regression affecting wildcards and F-bounded types (#9806 by @​joroKr21)

A few small changes that will ship in 2.12.16 are also included in this release.

For the complete 2.13.8 change lists, see all merged PRs and all closed bugs.

Compatibility

As usual for our minor releases, Scala 2.13.8 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 8 contributors, according to git shortlog -sn --no-merges @ ^v2.13.7 ^2.12.x. Thank you A. P. Marki, Seth Tisue, Georgi Krastev, Jason Zaugg, Lukas Rytz, Martijn Hoekstra, Philippus Baalman, Chris Kipp.

Thanks to Lightbend for their continued sponsorship of the Scala core team’s efforts. Lightbend offers commercial support for Scala.

Scala 2.13 notes

The release notes for Scala 2.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):

Scala 2.13.7

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

Align with Scala 3

... (truncated)

Commits
  • 986dcc1 Merge pull request #10129 from som-snytt/followup/12586-preserve-NPE
  • b824b84 Preserve null policy in wrapped Java Map
  • d578a02 Merge pull request #10128 from SethTisue/revert-10114-10123
  • e5fe919 Revert "Args files are 1 arg per line, fix -Vprint-args -"
  • 362c5d1 Revert "Trim and filter empties in arg files"
  • 864148d Revert "process.Parser strips escaping backslash"
  • f69fe8b Merge pull request #10127 from scalacenter/tasty/support-3.2.0-final
  • 0aa6bd4 remove tasty escape hatch for 3.2.0-RC4
  • af56abc Merge pull request #10123 from som-snytt/dev/814-window-cmd-escapes
  • 7e844a5 Merge pull request #10121 from scala-steward/update/slf4j-nop-2.0.0
  • Additional commits viewable in compare view


Updates scala-reflect from 2.12.16 to 2.13.9

Release notes

Sourced from scala-reflect's releases.

Scala 2.13.8

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

This is a modest, incremental release focused on addressing regressions in 2.13.7.

Highlights

  • Make REPL work again on Mac M1 (upgrade JLine & JNA) (#9807 by @​SethTisue)
  • Fix slicing of views of IndexedSeqs (including fixing 2.13.7 reverseIterator regression) (#9799 by @​som-snytt)
  • Fix 2.13.7 regression in implicit resolution (#9829 by @​joroKr21)
  • Fix 2.13.7 releaseFence regression affecting GraalVM compatibility (#9825 by @​lrytz)
  • Fix 2.13.7 regression affecting wildcards and F-bounded types (#9806 by @​joroKr21)

A few small changes that will ship in 2.12.16 are also included in this release.

For the complete 2.13.8 change lists, see all merged PRs and all closed bugs.

Compatibility

As usual for our minor releases, Scala 2.13.8 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 8 contributors, according to git shortlog -sn --no-merges @ ^v2.13.7 ^2.12.x. Thank you A. P. Marki, Seth Tisue, Georgi Krastev, Jason Zaugg, Lukas Rytz, Martijn Hoekstra, Philippus Baalman, Chris Kipp.

Thanks to Lightbend for their continued sponsorship of the Scala core team’s efforts. Lightbend offers commercial support for Scala.

Scala 2.13 notes

The release notes for Scala 2.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):

Scala 2.13.7

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

Align with Scala 3

... (truncated)

Commits
  • 986dcc1 Merge pull request #10129 from som-snytt/followup/12586-preserve-NPE
  • b824b84 Preserve null policy in wrapped Java Map
  • d578a02 Merge pull request #10128 from SethTisue/revert-10114-10123
  • e5fe919 Revert "Args files are 1 arg per line, fix -Vprint-args -"
  • 362c5d1 Revert "Trim and filter empties in arg files"
  • 864148d Revert "process.Parser strips escaping backslash"
  • f69fe8b Merge pull request #10127 from scalacenter/tasty/support-3.2.0-final
  • 0aa6bd4 remove tasty escape hatch for 3.2.0-RC4
  • af56abc Merge pull request #10123 from som-snytt/dev/814-window-cmd-escapes
  • 7e844a5 Merge pull request #10121 from scala-steward/update/slf4j-nop-2.0.0
  • Additional commits viewable in compare view


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)
sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

jamesfielder commented 2 years ago

@dependabot ignore this dependency

dependabot[bot] commented 2 years ago

OK, I won't notify you about any of these dependencies again, unless you re-open this PR. 😢