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 v37.9.1 (#1158)
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 | [`37.7.1` -> `37.9.1`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/37.7.1/37.9.1) |

---

### Release Notes

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

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

[Compare Source](gajus/eslint-plugin-jsdoc@v37.9.0...v37.9.1)

##### Bug Fixes

-   **`valid-types`:** require name for `tutorial` but disallow type ([32447f0](gajus/eslint-plugin-jsdoc@32447f0))

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

[Compare Source](gajus/eslint-plugin-jsdoc@v37.8.2...v37.9.0)

##### Features

-   **`check-values`:** add checking of `kind` ([eb92080](gajus/eslint-plugin-jsdoc@eb92080))

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

[Compare Source](gajus/eslint-plugin-jsdoc@v37.8.1...v37.8.2)

##### Bug Fixes

-   **`empty-tags`:** prevent tag content for `interface` in Closure mode ([1b3212f](gajus/eslint-plugin-jsdoc@1b3212f))

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

[Compare Source](gajus/eslint-plugin-jsdoc@v37.8.0...v37.8.1)

##### Bug Fixes

-   **`valid-types`:** allow dropping of `typedef` name and/or type by TypeScript ([8847608](gajus/eslint-plugin-jsdoc@8847608))

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

[Compare Source](gajus/eslint-plugin-jsdoc@v37.7.1...v37.8.0)

##### Features

-   add `sort-tags` rule ([38d51ff](gajus/eslint-plugin-jsdoc@38d51ff))

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

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

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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>
Co-authored-by: crapStone <crapstone@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1158
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
3 people committed Feb 16, 2022
1 parent ed8f8ea commit e973bb8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"eslint-config-prettier": "8.3.0",
"eslint-plugin-deprecation": "1.3.2",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsdoc": "37.7.1",
"eslint-plugin-jsdoc": "37.9.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "4.0.0",
"jasmine-core": "4.0.0",
Expand Down
18 changes: 9 additions & 9 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1388,10 +1388,10 @@
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.6.tgz#d5e0706cf8c6acd8c6032f8d54070af261bbbb2f"
integrity sha512-ws57AidsDvREKrZKYffXddNkyaF14iHNHm8VQnZH6t99E8gczjNN0GpvcGny0imC80yQ0tHz1xVUKk/KFQSUyA==

"@es-joy/jsdoccomment@~0.18.0":
version "0.18.0"
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.18.0.tgz#2532b2ecb8576d694011b157c447ed6b12534c70"
integrity sha512-TjT8KJULV4I6ZiwIoKr6eMs+XpRejqwJ/VA+QPDeFGe9j6bZFKmMJ81EeFsGm6JNZhnzm37aoxVROmTh2PZoyA==
"@es-joy/jsdoccomment@~0.19.0":
version "0.19.0"
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.19.0.tgz#59b1c801dba3485a17c15f3dbd10bdc416652249"
integrity sha512-lRx/5ChsOwv7gIU05m8Ur1Rxa4/XkE23wTsX8XFBGWRYrCcCrngPf6yGJMG6n9dqnyDehPrBBVeFIm2INEIeQA==
dependencies:
comment-parser "1.3.0"
esquery "^1.4.0"
Expand Down Expand Up @@ -3747,12 +3747,12 @@ eslint-plugin-import@2.25.4:
resolve "^1.20.0"
tsconfig-paths "^3.12.0"

eslint-plugin-jsdoc@37.7.1:
version "37.7.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.7.1.tgz#faf2cd2c56df11f77063aef3abbe4a1932af308f"
integrity sha512-ySxDTedl6qKXT/VeTwcZlhsRtvNQZGPklyVnaL5+ge20vowzFA9CKvrY0NXRqvdIz6JBVMFpxX9DSmS3OyAUOQ==
eslint-plugin-jsdoc@37.9.1:
version "37.9.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.9.1.tgz#c5c3233cec46aab3745e9d12359ca0318b0a4da0"
integrity sha512-ynIsYL+rOtIKWOttAYWCgOJawPwYKexcX3cuoYHwifvz4+uY+MZ2un5nMHBULigdSITnQ5/ZSHpO/O1nwv/uJA==
dependencies:
"@es-joy/jsdoccomment" "~0.18.0"
"@es-joy/jsdoccomment" "~0.19.0"
comment-parser "1.3.0"
debug "^4.3.3"
escape-string-regexp "^4.0.0"
Expand Down

0 comments on commit e973bb8

Please sign in to comment.