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 org.scala-lang:scala-library from 2.13.13 to 2.13.14 #4321

Merged
merged 1 commit into from
May 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps org.scala-lang:scala-library from 2.13.13 to 2.13.14.

Release notes

Sourced from org.scala-lang:scala-library's releases.

Scala 2.13.14

The Scala team at Lightbend is pleased to announce Scala 2.13.14.

The following changes are highlights of this release:

Align with Scala 3

  • Introduce -Xsource-features, for customizing the behavior of -Xsource:3 and -Xsource:3-cross (#10709)
    • A section of the Scala 3 Migration Guide documents these flags: documentation

Regression fixes

  • Rename -Xlint:named-booleans to -Wunnamed-boolean-literal (and no longer include it in -Xlint) (#10704 by @​som-snytt)
  • Fix ArrayBuilder regression in Scala 2.13.13 (OutOfMemoryError when adding empty arrays) (#10722 by @​som-snytt)
  • Fix 2.13.13 regression in Scaladoc compilation when using Scala 3 definitions (#10700 by @​bishabosha)

Other improvements

  • Unused warnings: for macros, by default, look for usages in expansion (#10693 by @​som-snytt)
  • REPL: Upgrade to JLine 3.25.1 (was 3.24.1) (#10717)
  • Remove SHELLOPTS=vi and -Xjline support; reinstate -Xnojline (#10716 by @​hvesalai)

More changes

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

Compatibility

As usual for our minor releases, Scala 2.13.14 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 many of the improvements in this release.

This release was brought to you by 9 contributors, according to git shortlog -sn --no-merges @ ^v2.13.13 ^2.12.x. Thank you A. P. Marki, Lukas Rytz, Seth Tisue, Scala Steward, Jamie Thompson, Antoine Amiguet, Heikki Vesalainen, Robert Stoll, guqicun.

Thanks to Lightbend for their continued sponsorship of the Scala 2 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):

... (truncated)

Commits
  • a527019 Merge pull request #10758 from som-snytt/fix/repl-color-redux
  • a064a89 Minimize diff for isTerminal probe
  • 6b68db9 Merge pull request #10739 from som-snytt/issue/9609-doc-doc-options
  • 83332ad Merge pull request #10755 from lrytz/10704-followup
  • fcf69c4 Merge pull request #10753 from som-snytt/test/fixup
  • 698369d Align WConf category for WFlagUnnamedBooleanLiteral
  • eea7029 Move terminal test to properties
  • b68ac48 Merge pull request #10751 from som-snytt/sd/867-jdk22-tests
  • 2c78ad2 Console color only if JDK 22 says isConsole
  • 770e6a0 Merge pull request #10749 from SethTisue/skip-jdeps-on-jdk-22
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 6, 2024
@willyborankin willyborankin added the backport 2.x backport to 2.x branch label May 6, 2024
@cwperks
Copy link
Member

cwperks commented May 6, 2024

@dependabot rebase

Bumps [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.13.13 to 2.13.14.
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.13.13...v2.13.14)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.scala-lang-scala-library-2.13.14 branch from 77ea6f3 to 2fd894d Compare May 6, 2024 11:50
@reta reta merged commit 10afbfe into main May 6, 2024
88 of 89 checks passed
@reta reta deleted the dependabot/gradle/org.scala-lang-scala-library-2.13.14 branch May 6, 2024 13:01
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/security/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/security/backport-2.x
# Create a new branch
git switch --create backport/backport-4321-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 10afbfe4210bf087b920b2ad1361ec356ba61381
# Push it to GitHub
git push --set-upstream origin backport/backport-4321-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/security/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-4321-to-2.x.

reta pushed a commit to reta/security that referenced this pull request May 6, 2024
…-project#4321)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 10afbfe)
reta added a commit that referenced this pull request May 6, 2024
…13.14 (#4321) (#4327)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x backport to 2.x branch dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants