Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Update dependency eslint-plugin-jsdoc to v39.3.24 (#1603)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`39.3.21` -> `39.3.24`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/39.3.21/39.3.24) |

---

### Release Notes

<details>
<summary>gajus/eslint-plugin-jsdoc</summary>

### [`v39.3.24`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v39.3.24)

[Compare Source](gajus/eslint-plugin-jsdoc@v39.3.23...v39.3.24)

##### Bug Fixes

-   **`require-returns-check`, `require-yields-check`:** check for undefined/void within union; fixes [#&#8203;925](gajus/eslint-plugin-jsdoc#925) ([cfbdf8b](gajus/eslint-plugin-jsdoc@cfbdf8b))

### [`v39.3.23`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v39.3.23)

[Compare Source](gajus/eslint-plugin-jsdoc@v39.3.22...v39.3.23)

##### Bug Fixes

-   **`require-returns-check`:** allow implicit-return finally if other try-catch branches returning; fixes [#&#8203;926](gajus/eslint-plugin-jsdoc#926) ([12da503](gajus/eslint-plugin-jsdoc@12da503))

### [`v39.3.22`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v39.3.22)

[Compare Source](gajus/eslint-plugin-jsdoc@v39.3.21...v39.3.22)

##### Bug Fixes

-   **`valid-types`:** report problems with name parsing ([e247d67](gajus/eslint-plugin-jsdoc@e247d67))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMy4xLjAiLCJ1cGRhdGVkSW5WZXIiOiIzMy4xLjAifQ==-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1603
Reviewed-by: Epsilon_02 <epsilon_02@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
  • Loading branch information
2 people authored and Epsilon_02 committed Oct 24, 2022
1 parent 6d4c606 commit 966ab2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Expand Up @@ -62,7 +62,7 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-deprecation": "1.3.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.3.21",
"eslint-plugin-jsdoc": "39.3.24",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "4.2.1",
"jasmine-core": "4.4.0",
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Expand Up @@ -4207,10 +4207,10 @@ eslint-plugin-import@2.26.0:
resolve "^1.22.0"
tsconfig-paths "^3.14.1"

eslint-plugin-jsdoc@39.3.21:
version "39.3.21"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.21.tgz#3dc9ccbee175d8ab29be209baae5c27e718069e3"
integrity sha512-y10zOn+lxYPZCy3WyQeD1bp25Wtz40VcZ3tSlLJs4iWM8r9l1qh6cAe9OjXD25CxMLnfbqLst3UoEvI5o7E5nA==
eslint-plugin-jsdoc@39.3.24:
version "39.3.24"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.24.tgz#43a4f81d2fddba4ec848dbed20b1c98d0ffab566"
integrity sha512-ePTnAvTKc/Ux97PgffhsgJcQVJimaNxb5yA4nwhHg+gZ21rjFQmOyowDDYe2u/L9ClwRGmwLq7/K422bTh+2Zg==
dependencies:
"@es-joy/jsdoccomment" "~0.33.0"
comment-parser "1.3.1"
Expand Down

0 comments on commit 966ab2b

Please sign in to comment.