Skip to content

Commit

Permalink
Minor update dependencies (#5693)
Browse files Browse the repository at this point in the history
* Minor update dependencies
Follow-up of #5691
Mostly dev dependencies; nothing that affects our runtime

* Update versions for GitHub Actions

* Fix newly found typos

* Fix exclude path
  • Loading branch information
Alkarex committed Oct 8, 2023
1 parent 8d72465 commit 13a1c41
Show file tree
Hide file tree
Showing 15 changed files with 554 additions and 343 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Git checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Composer tests

Expand Down Expand Up @@ -82,14 +82,14 @@ jobs:
uses: actions/cache@v3
with:
path: bin
key: ${{ runner.os }}-bin-shfmt@v3.6.0-hadolint@v2.12.0-typos@v1.13.6
key: ${{ runner.os }}-bin-shfmt@v3.7.0-hadolint@v2.12.0-typos@v1.16.17

- name: Add ./bin/ to $PATH
run: mkdir -p bin/ && echo "${PWD}/bin" >> $GITHUB_PATH

- name: Install shfmt
if: steps.shell-cache.outputs.cache-hit != 'true'
run: GOBIN=${PWD}/bin/ go install mvdan.cc/sh/v3/cmd/shfmt@v3.6.0
run: GOBIN=${PWD}/bin/ go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0

- name: Check shell script syntax
# shellcheck is pre-installed https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2204-Readme.md
Expand All @@ -106,7 +106,7 @@ jobs:
if: steps.shell-cache.outputs.cache-hit != 'true'
run: |
cd bin ;
wget -q 'https://github.com/crate-ci/typos/releases/download/v1.13.6/typos-v1.13.6-x86_64-unknown-linux-musl.tar.gz' &&
wget -q 'https://github.com/crate-ci/typos/releases/download/v1.16.17/typos-v1.16.17-x86_64-unknown-linux-musl.tar.gz' &&
tar -xvf *.tar.gz './typos' &&
chmod +x typos &&
rm *.tar.gz ;
Expand Down
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ extend-exclude = [
"lib/SimplePie/",
"node_modules/",
"p/scripts/vendor/",
"p/themes/BlueLagoon/README.md",
"package-lock.json",
"vendor/",
]
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,7 @@

* Features
* New option `disable_update` (also from CLI) to hide the system to update to new FreshRSS versions [#1436](https://github.com/FreshRSS/FreshRSS/pull/1436)
* Share with Ⓚnown [#1420](https://github.com/FreshRSS/FreshRSS/pull/1420)
* Share with Known [#1420](https://github.com/FreshRSS/FreshRSS/pull/1420)
* Share with GNU social [#1422](https://github.com/FreshRSS/FreshRSS/issues/1422)
* UI
* New theme *Origine-compact* [#1388](https://github.com/FreshRSS/FreshRSS/pull/1388)
Expand Down
75 changes: 38 additions & 37 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/en/internationalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ git grep TODO app/i18n/he

## Acknowledge a false-positive

Our tool detects if a string needs to be translated if it equals to the English version. For instance, the word “version” is the same in English and French. Thus, our tool would mark the French word to be translated. This is, in fact, the case for the `index.about.version` key. This case is considered as a false-positive because the word _is_ actually translated. To aknowledge such translations, you can run:
Our tool detects if a string needs to be translated if it equals to the English version. For instance, the word “version” is the same in English and French. Thus, our tool would mark the French word to be translated. This is, in fact, the case for the `index.about.version` key. This case is considered as a false-positive because the word _is_ actually translated. To acknowledge such translations, you can run:

```sh
make i18n-ignore-key lang=fr key=index.about.version
Expand Down
2 changes: 1 addition & 1 deletion docs/en/users/05_Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Available languages are:
| Hungarian | Magyar | hu |
| Indonesian | Bahasa Indonesia | id |
| Italian | Italiano | it |
| Japanease | 日本語 | ja |
| Japanese | 日本語 | ja |
| Korean | 한국어 | ko |
| Latvian | Latviešu | lv |
| Dutch | Nederlands | nl |
Expand Down
4 changes: 2 additions & 2 deletions docs/i18n/freshrss.fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -5841,7 +5841,7 @@ msgid ""
"English version. For instance, the word “version” is the same in English and "
"French. Thus, our tool would mark the French word to be translated. This is, "
"in fact, the case for the `index.about.version` key. This case is considered "
"as a false-positive because the word _is_ actually translated. To aknowledge "
"as a false-positive because the word _is_ actually translated. To acknowledge "
"such translations, you can run:"
msgstr ""

Expand Down Expand Up @@ -6845,7 +6845,7 @@ msgid ""
"| Hebrew | עברית | he |\n"
"| Indonesian | Bahasa Indonesia | id |\n"
"| Italian | Italiano | it |\n"
"| Japanease | 日本語 | ja |\n"
"| Japanese | 日本語 | ja |\n"
"| Korean | 한국어 | ko |\n"
"| Latvian | Latviešu | lv |\n"
"| Dutch | Nederlands | nl |\n"
Expand Down
4 changes: 2 additions & 2 deletions docs/i18n/templates/freshrss.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5399,7 +5399,7 @@ msgid ""
"English version. For instance, the word “version” is the same in English and "
"French. Thus, our tool would mark the French word to be translated. This is, "
"in fact, the case for the `index.about.version` key. This case is considered "
"as a false-positive because the word _is_ actually translated. To aknowledge "
"as a false-positive because the word _is_ actually translated. To acknowledge "
"such translations, you can run:"
msgstr ""

Expand Down Expand Up @@ -6356,7 +6356,7 @@ msgid ""
"|\n"
"| Italian | Italiano | it "
"|\n"
"| Japanease | 日本語 | ja "
"| Japanese | 日本語 | ja "
"|\n"
"| Korean | 한국어 | ko "
"|\n"
Expand Down
4 changes: 2 additions & 2 deletions lib/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"require": {
"marienfressinaud/lib_opml": "0.5.1",
"phpgt/cssxpath": "dev-master#4fbe420aba3d9e729940107ded4236a835a1a132",
"phpmailer/phpmailer": "6.8.0"
"phpgt/cssxpath": "dev-master#d99d35f7194bac19fb3f8726b70c1bc83de3e931",
"phpmailer/phpmailer": "6.8.1"
},
"config": {
"sort-packages": true,
Expand Down
4 changes: 2 additions & 2 deletions lib/phpmailer/phpmailer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This software is distributed under the [LGPL 2.1](http://www.gnu.org/licenses/lg
PHPMailer is available on [Packagist](https://packagist.org/packages/phpmailer/phpmailer) (using semantic versioning), and installation via [Composer](https://getcomposer.org) is the recommended way to install PHPMailer. Just add this line to your `composer.json` file:

```json
"phpmailer/phpmailer": "^6.8.0"
"phpmailer/phpmailer": "^6.8.1"
```

or run
Expand Down Expand Up @@ -150,7 +150,7 @@ PHPMailer defaults to English, but in the [language](https://github.com/PHPMaile
$mail->setLanguage('fr', '/optional/path/to/language/directory/');
```

We welcome corrections and new languages – if you're looking for corrections, run the [PHPMailerLangTest.php](https://github.com/PHPMailer/PHPMailer/tree/master/test/PHPMailerLangTest.php) script in the tests folder and it will show any missing translations.
We welcome corrections and new languages – if you're looking for corrections, run the [Language/TranslationCompletenessTest.php](https://github.com/PHPMailer/PHPMailer/blob/master/test/Language/TranslationCompletenessTest.php) script in the tests folder and it will show any missing translations.

## Documentation
Start reading at the [GitHub wiki](https://github.com/PHPMailer/PHPMailer/wiki). If you're having trouble, head for [the troubleshooting guide](https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting) as it's frequently updated.
Expand Down
2 changes: 1 addition & 1 deletion lib/phpmailer/phpmailer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.8.0
6.8.1
4 changes: 2 additions & 2 deletions lib/phpmailer/phpmailer/src/PHPMailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ class PHPMailer
*
* @var string
*/
const VERSION = '6.8.0';
const VERSION = '6.8.1';

/**
* Error severity: message only, continue processing.
Expand Down Expand Up @@ -795,7 +795,7 @@ class PHPMailer
* The maximum line length supported by mail().
*
* Background: mail() will sometimes corrupt messages
* with headers headers longer than 65 chars, see #818.
* with headers longer than 65 chars, see #818.
*
* @var int
*/
Expand Down

0 comments on commit 13a1c41

Please sign in to comment.