-
-
Notifications
You must be signed in to change notification settings - Fork 617
Commit 537fe30
build(deps): bump snowballstemmer from 2.2.0 to 3.0.1 in /docs (#3144)
Bumps [snowballstemmer](https://github.com/snowballstem/snowball) from
2.2.0 to 3.0.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/snowballstem/snowball/blob/master/NEWS">snowballstemmer's
changelog</a>.</em></p>
<blockquote>
<h1>Snowball 3.0.1 (2025-05-09)</h1>
<h2>Python</h2>
<ul>
<li>
<p>The <strong>init</strong>.py in 3.0.0 was incorrectly generated due
to a missing
build dependency and the list of algorithms was empty. First reported by
laymonage. Thanks to Dmitry Shachnev, Henry Schreiner and Adam Turner
for
diagnosing and fixing. (<a
href="https://redirect.github.com/snowballstem/snowball/issues/229">#229</a>,
<a
href="https://redirect.github.com/snowballstem/snowball/issues/230">#230</a>,
<a
href="https://redirect.github.com/snowballstem/snowball/issues/231">#231</a>)</p>
</li>
<li>
<p>Add trove classifiers for Armenian and Yiddish which have now been
registered
with PyPI. Thanks to Henry Schreiner and Dmitry Shachnev. (<a
href="https://redirect.github.com/snowballstem/snowball/issues/228">#228</a>)</p>
</li>
<li>
<p>Update documented details of Python 2 support in old versions.</p>
</li>
</ul>
<h1>Snowball 3.0.0 (2025-05-08)</h1>
<h2>Ada</h2>
<ul>
<li>
<p>Bug fixes:</p>
<ul>
<li>
<p>Fix invalid Ada code generated for Snowball <code>loop</code> (it was
partly Pascal!)
None of the stemmers shipped in previous releases triggered this bug,
but
the Turkish stemmer now does.</p>
</li>
<li>
<p>The Ada runtime was not tracking the current length of the string
but instead used the current limit value or some other substitute, which
manifested as various incorrect behaviours for code inside of
<code>setlimit</code>.</p>
</li>
<li>
<p><code>size</code> was incorrectly returning the difference between
the limit and the
backwards limit.</p>
</li>
<li>
<p><code>lenof</code> or <code>sizeof</code> on a string variable
generated Ada code that didn't
even compile.</p>
</li>
<li>
<p>Fix incorrect preconditions on some methods in the runtime.</p>
</li>
<li>
<p>Fix bug in runtime code used by <code>attach</code>,
<code>insert</code>, <code><-</code> and string
variable assignment when a (sub)string was replaced with a larger
string.
This bug was triggered by code in the Kraaij-Pohlmann Dutch stemmer
implementation (which was previously not enabled by default but is now
the
standard Dutch stemmer).</p>
</li>
<li>
<p>Fix invalid code generated for <code>insert</code>,
<code><-</code> and string variable
assignment. This bug was triggered by code in the Kraaij-Pohlmann
Dutch stemmer implementation (which was previously not enabled by
default
but is now the standard Dutch stemmer).</p>
</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/snowballstem/snowball/commit/e4b3efb449ccb994d39230eb6e8440d267471f4a"><code>e4b3efb</code></a>
Update for 3.0.1</li>
<li><a
href="https://github.com/snowballstem/snowball/commit/bbd3319b7f46c8e82f6f96b2e7969bae7b4fba04"><code>bbd3319</code></a>
Protect empty languages dict</li>
<li><a
href="https://github.com/snowballstem/snowball/commit/298ff9fcc930fb6fae6bcc8c80eec74f8f73134c"><code>298ff9f</code></a>
Update details of Python 2 support in old versions</li>
<li><a
href="https://github.com/snowballstem/snowball/commit/53fe098738ecb029e943804ad6cec442e54801a8"><code>53fe098</code></a>
python: Specify correct dependencies for
<code>$(python_output_dir)/__init__.py</code></li>
<li><a
href="https://github.com/snowballstem/snowball/commit/00a22def0924d06bb96dcffd728ae875b61d6613"><code>00a22de</code></a>
Stop excluding classifiers for Armenian and Yiddish</li>
<li><a
href="https://github.com/snowballstem/snowball/commit/abd9adc758f5ba7f5db567d70a61e0929b69c3c1"><code>abd9adc</code></a>
Update for 3.0.0</li>
<li><a
href="https://github.com/snowballstem/snowball/commit/d23d3561f48a505236fd8a89748286a80050b03d"><code>d23d356</code></a>
Back out incomplete ESM support for 3.0.0</li>
<li><a
href="https://github.com/snowballstem/snowball/commit/ff42274e2247c475d9f42993ef307228949d5507"><code>ff42274</code></a>
Update draft NEWS entry</li>
<li><a
href="https://github.com/snowballstem/snowball/commit/cd61f01a4e04c7a79b91a3cc2a42b6ffa144a99b"><code>cd61f01</code></a>
tamil: remove_tense_suffix signals if ending removed</li>
<li><a
href="https://github.com/snowballstem/snowball/commit/edfe5763ed779aa1622eecd599029ecfb3ddb7aa"><code>edfe576</code></a>
nepali: Reformat amongs to be clearer</li>
<li>Additional commits viewable in <a
href="https://github.com/snowballstem/snowball/compare/v2.2.0...v3.0.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ignas Anikevicius <[email protected]>1 parent 89e0f63 commit 537fe30Copy full SHA for 537fe30
File tree
Expand file treeCollapse file tree
1 file changed
+3
-3
lines changedFilter options
- docs
Expand file treeCollapse file tree
1 file changed
+3
-3
lines changed+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
300 |
| - | |
301 |
| - | |
302 |
| - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
|
0 commit comments