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-library from 2.13.4 to 2.13.9 in /org.jacoco.core.test.validation.scala #1367

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps scala-library from 2.13.4 to 2.13.9.

Release notes

Sourced from scala-library's releases.

Scala 2.13.9

The following changes are highlights of this release:

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

  • Add -Wnonunit-statement to warn about discarded values in statement position (#9893 by @​som-snytt)
  • Make unused-import warnings easier to silence (support filtering by origin=) (#9939 by @​som-snytt)
  • Add -Wperformance lints for *Ref boxing and nonlocal return (#9889 by @​som-snytt)

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

... (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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2022
@dependabot dependabot bot force-pushed the dependabot/maven/org.jacoco.core.test.validation.scala/org.scala-lang-scala-library-2.13.9 branch 2 times, most recently from 20ac0f2 to 735479e Compare October 10, 2022 13:41
@dependabot dependabot bot force-pushed the dependabot/maven/org.jacoco.core.test.validation.scala/org.scala-lang-scala-library-2.13.9 branch from 735479e to 86a9d44 Compare January 18, 2023 12:13
@dependabot dependabot bot force-pushed the dependabot/maven/org.jacoco.core.test.validation.scala/org.scala-lang-scala-library-2.13.9 branch from 86a9d44 to 4f30a1c Compare February 13, 2023 11:18
Bumps [scala-library](https://github.com/scala/scala) from 2.13.4 to 2.13.9.
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.13.4...v2.13.9)

---
updated-dependencies:
- dependency-name: org.scala-lang:scala-library
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.jacoco.core.test.validation.scala/org.scala-lang-scala-library-2.13.9 branch from 4f30a1c to c6f6513 Compare February 14, 2023 15:23
@Godin
Copy link
Member

Godin commented Feb 25, 2024

Superseded by #1582

@Godin Godin closed this Feb 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 25, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/org.jacoco.core.test.validation.scala/org.scala-lang-scala-library-2.13.9 branch February 25, 2024 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant