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

chore(deps): update dependency scala to v2.13.10 #98

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

scala/scala

v2.13.10: Scala 2.13.10

Compare Source

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

The following changes are highlights of this release:

Binary compatibility regression fixed
  • Fix 2.13.9 regression which broke binary compatibility of case classes which are also value classes (#​10155)

Library maintainers should avoid publishing libraries using Scala 2.13.9.

Other notable changes
  • Fix 2.13.9 regression in linting, causing spurious "variable x is never used" warnings (#​10154)
  • -Xsource:3 now respects refinements by whitebox macro overrides (#​10160 by @​som-snytt)
  • Scaladoc tool: fix parsing bug which could cause very slow performance or incorrect output (#​10175 by @​liang3zy22)
  • Restore -Vprint-args, for echoing arguments provided to compiler (#​10164 by @​som-snytt)

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

Compatibility

As usual for our minor releases, Scala 2.13.10 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.

We especially acknowledge and thank A. P. Marki, also known as Som Snytt, who is responsible for an especially large share of the improvements in this release.

This release was brought to you by 6 contributors, according to git shortlog -sn --no-merges @​ ^v2.13.9 ^2.12.x. Thank you A. P. Marki, Liang Yan, Seth Tisue, Antoine Parent, Luc Henninger, 梦境迷离.

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):

v2.13.9: Scala 2.13.9

Compare Source

The following changes are highlights of this release:

Regression

Library maintainers should avoid publishing libraries using Scala 2.13.9. Please use 2.13.10 instead. 2.13.9 has a regression where binary-incompatible bytecode is emitted for case classes which are also value classes (case class ... extends AnyVal).

Compatibility with Scala 3
  • Tasty Reader: Add support for Scala 3.2 (#​10068)
  • Tasty Reader: Restrict access to experimental definitions (#​10020)
  • To aid cross-building, accept and ignore using in method calls (#​10064 by @​som-snytt)
  • To aid cross-building, allow ? as a wildcard even without -Xsource:3 (#​9990)
  • Make Scala-3-style implicit resolution explicitly opt-in rather than bundled in -Xsource:3 (#​10012 by @​povder)
  • Prefer type of overridden member when inferring (under -Xsource:3) (#​9891 by @​som-snytt)
JDK version support
Warnings and lints
Language improvements
  • Improve support for Unicode supplementary characters in identifiers and string interpolation (#​9805 by @​som-snytt)
Compiler options
Security
  • Error on source files with Unicode directional formatting characters (#​10017)
  • Prevent Function0 execution during LazyList deserialization (#​10118)
Bugfixes
  • Emit all bridge methods non-final (perhaps affecting serialization compat) (#​9976)
  • Fix null-pointer regression in Vector#prependedAll and Vector#appendedAll (#​9983)
  • Improve concurrent behavior of Java ConcurrentMap wrapper
    (#​10027 by @​igabaydulin)
  • Preserve null policy in wrapped Java Maps (#​10129 by @​som-snytt)

Changes that shipped in Scala 2.12.16 and 2.12.17 are also included in this release.

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

Compatibility

As usual for our minor releases, Scala 2.13.9 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.

We especially acknowledge and thank A. P. Marki, also known as Som Snytt, who is responsible for an especially large share of the improvements in this release.

This release was brought to you by 27 contributors, according to git shortlog -sn --no-merges @​ ^v2.13.8 ^2.12.x. Thank you A. P. Marki, Lukas Rytz, Seth Tisue, Jamie Thompson, Sébastien Doeraene, Scala Steward, Georgi Krastev, Jason Zaugg, Philippus, Balys Anikevicius, Gilad Hoch, NthPortal, Zhang Zhipeng, Arman Bilge, Dale Wijnand, Dominik Helm, Eric Huang, Guillaume Martres, Harrison Houghton, Krzysztof Pado, Michał Pałka, Zeeshan Arif, counter2015, jxnu-liguobin, mcallisto, naveen, philwalk.

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):


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/deps/scala-2.13.x branch from 2eed127 to 57486c6 Compare January 6, 2023 19:01
@renovate renovate bot changed the title chore(deps): update dependency scala to v2.13.9 chore(deps): update dependency scala to v2.13.10 Jan 6, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jun 16, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@felipebonezi felipebonezi added the tip:merge-when-gtg Merge when are good to go! label Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tip:merge-when-gtg Merge when are good to go! type:dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant