dependabot[bot] opened a new pull request, #1095:
URL: https://github.com/apache/sedona/pull/1095

   Bumps [org.scala-lang:scala-library](https://github.com/scala/scala) from 
2.13.8 to 2.13.12.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/scala/scala/releases";>org.scala-lang:scala-library's 
releases</a>.</em></p>
   <blockquote>
   <h2>Scala 2.13.12</h2>
   <p>The Scala team at Lightbend is pleased to announce Scala 2.13.12.</p>
   <p>The following changes are highlights of this release:</p>
   <h3>Feature: Quickfixes</h3>
   <p>For some errors and warnings, the compiler now suggests an edit that 
could fix the issue. Tooling such as IDEs can then offer the edits, or the 
compiler itself will make the change if run again with 
<code>-quickfix</code>.</p>
   <ul>
   <li>Implement quickfixes, aka actionable diagnostics (via 
<code>CodeAction</code>) (<a 
href="https://redirect.github.com/scala/scala/pull/10406";>#10406</a> by <a 
href="https://github.com/eed3si9n";><code>@​eed3si9n</code></a>)</li>
   <li>Add <code>-quickfix</code> compiler option to apply quickfixes to source 
files (<a href="https://redirect.github.com/scala/scala/pull/10482";>#10482</a> 
by <a href="https://github.com/lrytz";><code>@​lrytz</code></a>)</li>
   <li>Add quickfixes to some warnings and errors (<a 
href="https://redirect.github.com/scala/scala/pull/10484";>#10484</a> by <a 
href="https://github.com/lrytz";><code>@​lrytz</code></a>)</li>
   </ul>
   <h3>Align with Scala 3</h3>
   <ul>
   <li>Emit migration warnings under <code>-Xsource:3</code> as fatal warnings, 
not errors (<a 
href="https://redirect.github.com/scala/scala/pull/10439";>#10439</a> by <a 
href="https://github.com/som-snytt";><code>@​som-snytt</code></a>, <a 
href="https://redirect.github.com/scala/scala/pull/10511";>#10511</a>)
   <ul>
   <li><code>-Xmigration</code> will demote the errors to warnings</li>
   <li><code>-Wconf:cat=scala3-migration:s</code> will silence these 
errors/warnings altogether</li>
   </ul>
   </li>
   <li>Warn about <code>@elidable</code> under <code>-Xsource:3</code> (<a 
href="https://redirect.github.com/scala/scala/pull/10377";>#10377</a> by <a 
href="https://github.com/som-snytt";><code>@​som-snytt</code></a>)</li>
   </ul>
   <h3>Collections</h3>
   <ul>
   <li><code>IndexedSeq#head</code> now throws 
<code>NoSuchElementException</code> (not 
<code>IndexOutOfBoundsException</code>) (<a 
href="https://redirect.github.com/scala/scala/pull/10392";>#10392</a> by <a 
href="https://github.com/som-snytt";><code>@​som-snytt</code></a>)</li>
   </ul>
   <h3>Regression fixes</h3>
   <ul>
   <li>Deduplicate <code>JavaDeprecatedAttr</code> in 
<code>ClassfileParser</code> (<a 
href="https://redirect.github.com/scala/scala/pull/10422";>#10422</a> by <a 
href="https://github.com/som-snytt";><code>@​som-snytt</code></a>)</li>
   <li>Avoid brittle flags encoding for Java enums (<a 
href="https://redirect.github.com/scala/scala/pull/10424";>#10424</a> by <a 
href="https://github.com/som-snytt";><code>@​som-snytt</code></a>)</li>
   </ul>
   <h3>Scaladoc tool changes</h3>
   <p>Library authors should be aware that the behavior of 
<code>-doc-source-url</code> has changed, as follows:</p>
   <ul>
   <li><a 
href="https://redirect.github.com/scala/bug/issues/12867";>scala/bug#12867</a></li>
   </ul>
   <p>You may need to adjust your build accordingly, to avoid generating broken 
source links.</p>
   <h3>Tooling</h3>
   <p>The following change is mainly of concern to tooling maintainers.</p>
   <ul>
   <li>In-source sbt compiler bridge (<a 
href="https://redirect.github.com/scala/scala/pull/10472";>#10472</a> by <a 
href="https://github.com/lrytz";><code>@​lrytz</code></a>)</li>
   </ul>
   <h3>Other notable changes</h3>
   <p>For the complete 2.13.12 change lists, see <a 
href="https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.12";>all
 merged PRs</a> and <a 
href="https://github.com/scala/bug/issues?utf8=%E2%9C%93&amp;q=is%3Aclosed+milestone%3A2.13.12";>all
 closed bugs</a>.</p>
   <h2>Compatibility</h2>
   <p>As usual for our minor releases, Scala 2.13.12 is <a 
href="https://docs.scala-lang.org/overviews/core/binary-compatibility-of-scala-releases.html";>binary-compatible</a>
 with the whole Scala 2.13 series.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/scala/scala/commit/80514f73a6c7db32df9887d9a5ca9ae921e25118";><code>80514f7</code></a>
 Merge pull request <a 
href="https://redirect.github.com/scala/scala/issues/10524";>#10524</a> from 
lrytz/t12858</li>
   <li><a 
href="https://github.com/scala/scala/commit/96d74acde2747d515d7a5a41d02000fe516282cf";><code>96d74ac</code></a>
 Fix spurious &quot;nullary overrides nilary&quot; warning</li>
   <li><a 
href="https://github.com/scala/scala/commit/f7e30a6dc351540eeb862d2ff46925c299360b98";><code>f7e30a6</code></a>
 Merge pull request <a 
href="https://redirect.github.com/scala/scala/issues/10510";>#10510</a> from 
lrytz/beanNilaryOverrideFix</li>
   <li><a 
href="https://github.com/scala/scala/commit/9bf2653d709df5772c79e16ad4d20b24f26396f4";><code>9bf2653</code></a>
 Merge pull request <a 
href="https://redirect.github.com/scala/scala/issues/10511";>#10511</a> from 
lrytz/source3warn</li>
   <li><a 
href="https://github.com/scala/scala/commit/35160d428f1c2e5d85d4ea6e69f584e1146b2e54";><code>35160d4</code></a>
 Merge pull request <a 
href="https://redirect.github.com/scala/scala/issues/10520";>#10520</a> from 
lrytz/pr10512</li>
   <li><a 
href="https://github.com/scala/scala/commit/b07901529b8f89b1c8aeef8d44e04124d078ca58";><code>b079015</code></a>
 Merge pull request <a 
href="https://redirect.github.com/scala/scala/issues/10521";>#10521</a> from 
lrytz/filteringQuickfix</li>
   <li><a 
href="https://github.com/scala/scala/commit/751a6317da3e5af35b5260f3a2357417b0874a5a";><code>751a631</code></a>
 improve nilary/nullary override message</li>
   <li><a 
href="https://github.com/scala/scala/commit/6cbff9118df3341d4871c9e193b03e1fd0ef6322";><code>6cbff91</code></a>
 Merge pull request <a 
href="https://redirect.github.com/scala/scala/issues/10513";>#10513</a> from 
lrytz/t12850</li>
   <li><a 
href="https://github.com/scala/scala/commit/361a97c0eba5e3fe90f6f79b567992e6be411b3e";><code>361a97c</code></a>
 strip [quickfixable] for message comparison in FilteringReporter</li>
   <li><a 
href="https://github.com/scala/scala/commit/f5b4357245b4a53a341b2e88be1506b9d67b7108";><code>f5b4357</code></a>
 Turn more Xsource:3 errors into fatal warnings</li>
   <li>Additional commits viewable in <a 
href="https://github.com/scala/scala/compare/v2.13.8...v2.13.12";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.scala-lang:scala-library&package-manager=maven&previous-version=2.13.8&new-version=2.13.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@sedona.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to