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 /modules/objectmappers-scalaflow #352

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

Conversation

dependabot[bot]
Copy link

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

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

This change is Reviewable

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 added 🎲 dependencies java Pull requests that update Java code labels Sep 30, 2022
@changelogg
Copy link

changelogg bot commented Sep 30, 2022

Hey! Changelogs info seems to be missing or might be in incorrect format.
Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
- tag: changelog_text
OR
You can add tag in PR header or while doing a commit too
(tag) PR header
or
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Thanks!
For more info, check out changelogg docs

@viezly
Copy link

viezly bot commented Sep 30, 2022

Pull request by bot. No need to analyze

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎲 dependencies java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants