build(deps): bump the production-dependencies group across 1 directory with 2 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
dependencies :wrench: python python size:XS
Bumps the production-dependencies group with 2 updates in the /docs directory: certifi and snowballstemmer.
Updates certifi from 2025.1.31 to 2025.4.26
Commits
275c9eb2025.04.26 (#347)3788331Bump actions/setup-python from 5.4.0 to 5.5.0 (#346)9d1f1b7Bump actions/download-artifact from 4.1.9 to 4.2.1 (#344)96b97a5Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#343)c054ed3Bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (#342)44547fcBump actions/download-artifact from 4.1.8 to 4.1.9 (#341)5ea5124Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#340)2f142b7Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (#339)80d2ebdBump actions/setup-python from 5.3.0 to 5.4.0 (#337)- See full diff in compare view
Updates snowballstemmer from 2.2.0 to 3.0.0
Changelog
Sourced from snowballstemmer's changelog.
Snowball 3.0.0 (2025-05-08)
Ada
Bug fixes:
Fix invalid Ada code generated for Snowball
loop(it was partly Pascal!) None of the stemmers shipped in previous releases triggered this bug, but the Turkish stemmer now does.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
setlimit.
sizewas incorrectly returning the difference between the limit and the backwards limit.
lenoforsizeofon a string variable generated Ada code that didn't even compile.Fix incorrect preconditions on some methods in the runtime.
Fix bug in runtime code used by
attach,insert,<-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).Fix invalid code generated for
insert,<-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).Generate valid code for programs which don't use
among. This didn't affect code generation for any algorithms we currently ship.If the end of a routine was unreachable code the Snowball compiler would think the start of the next routine was also unreachable and would not generate it. This didn't affect code generation for any algorithms we currently ship.
Code quality:
Only declare variables A and C when each is needed.
Fix indentation of generated declarations.
Drop extra blank line before
Result := True.
... (truncated)
Commits
abd9adcUpdate for 3.0.0d23d356Back out incomplete ESM support for 3.0.0ff42274Update draft NEWS entrycd61f01tamil: remove_tense_suffix signals if ending removededfe576nepali: Reformat amongs to be clearer593caeanepali: Eliminate check_category_2 routine984ca9espanish: Handle -ucion like -ución07fd347spanish: Handle -acion like -aciónf364ae5Update draft NEWScdcf578Change how to specify JS runner- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
1
+2
-2
Package Dependencies
Technical Details
| ID: | 95488 |
| UUID: | 2506675294 |
| Node ID: | PR_kwDOC4Nl586VaNRe |
| Host: | GitHub |
| Repository: | sqlc-dev/sqlc |
| Mergeable: | Yes |
| Merge State: | Clean |
| Rebaseable: | Yes |