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 scala.version from 2.13.10 to 2.13.11 #34172

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2023

Bumps scala.version from 2.13.10 to 2.13.11.
Updates scala-reflect from 2.13.10 to 2.13.11

Release notes

Sourced from scala-reflect'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

Updates scala-library from 2.13.10 to 2.13.11

Release notes

Sourced from 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

Updates scala-compiler from 2.13.10 to 2.13.11

Release notes

Sourced from scala-compiler'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

You can trigger a rebase of this PR 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 `scala.version` from 2.13.10 to 2.13.11.

Updates `scala-reflect` from 2.13.10 to 2.13.11
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.13.10...v2.13.11)

Updates `scala-library` from 2.13.10 to 2.13.11
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.13.10...v2.13.11)

Updates `scala-compiler` from 2.13.10 to 2.13.11
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.13.10...v2.13.11)

---
updated-dependencies:
- dependency-name: org.scala-lang:scala-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.scala-lang:scala-library
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.scala-lang:scala-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Jun 20, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Jun 21, 2023

Failing Jobs - Building cb51fb9

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
JVM Tests - JDK 17 Build ⚠️ Check → Logs Raw logs
✔️ JVM Tests - JDK 19
Native Tests - Cache ⚠️ Check → Logs Raw logs
Native Tests - Misc4 Build ⚠️ Check → Logs Raw logs
Native Tests - Windows - RESTEasy Jackson Setup GraalVM ⚠️ Check → Logs Raw logs

@gsmet gsmet merged commit 10df022 into main Jun 21, 2023
@quarkus-bot quarkus-bot bot added this to the 3.2 - main milestone Jun 21, 2023
@dependabot dependabot bot deleted the dependabot/maven/scala.version-2.13.11 branch June 21, 2023 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file kind/component-upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant