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.2.1 (#1300)
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 | minor | [`39.1.0` -> `39.2.1`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/39.1.0/39.2.1) |

---

### Release Notes

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

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

[Compare Source](gajus/eslint-plugin-jsdoc@v39.2.0...v39.2.1)

##### Bug Fixes

-   regression with checking TS MethodDefinition params ([041de5f](gajus/eslint-plugin-jsdoc@041de5f))

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

[Compare Source](gajus/eslint-plugin-jsdoc@v39.1.1...v39.2.0)

##### Features

-   **`require-jsdoc`:** add `minLineCount` option to avoid reporting short functions/contexts; fixes [#&#8203;870](gajus/eslint-plugin-jsdoc#870) ([199aa4a](gajus/eslint-plugin-jsdoc@199aa4a))
-   support inline `minLineCount` ([288363e](gajus/eslint-plugin-jsdoc@288363e))

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

[Compare Source](gajus/eslint-plugin-jsdoc@v39.1.0...v39.1.1)

##### Bug Fixes

-   **`require-jsdoc`:** detect ClassDeclaration as referenced public export and ClassExpression methods; fixes [#&#8203;648](gajus/eslint-plugin-jsdoc#648) ([520c7be](gajus/eslint-plugin-jsdoc@520c7be))

</details>

---

### Configuration

📅 **Schedule**: 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).

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1300
Reviewed-by: crapStone <crapstone@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 crapStone committed Apr 13, 2022
1 parent 6be4a14 commit 24bc8e4
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
Original file line number Diff line number Diff line change
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.1.0",
"eslint-plugin-jsdoc": "39.2.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "4.0.0",
"jasmine-core": "4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3859,10 +3859,10 @@ eslint-plugin-import@2.26.0:
resolve "^1.22.0"
tsconfig-paths "^3.14.1"

eslint-plugin-jsdoc@39.1.0:
version "39.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.1.0.tgz#dfe7b152ea1ce9e49457286fe3280f07d5bde060"
integrity sha512-KgpoLbeSEL3yv6T3QMErelPy+WFJSQkDoUOZTRmqCcsvQ4bmA02Vmw6WbC5cdYQ6P52iUIsAxtXTT66EF/Xzeg==
eslint-plugin-jsdoc@39.2.1:
version "39.2.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.2.1.tgz#39c85a7b36fd49b2799d0e8652108f1e8e85fc64"
integrity sha512-bNNAJPhFUKVBHJMKU7zAQ1LvlVWoDbxAA/Ty9hwSI2hy+AVpc9wq16W6YHXd0PuMhXlv4FgYtjizHMu8Mnc4GA==
dependencies:
"@es-joy/jsdoccomment" "~0.22.1"
comment-parser "1.3.1"
Expand Down

0 comments on commit 24bc8e4

Please sign in to comment.