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

Commit 7617886

Browse files
Calciumdibromid Botcabr2-bot
authored andcommitted
Update dependency eslint-plugin-jsdoc to v39.3.2 (#1370)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`39.3.0` -> `39.3.2`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/39.3.0/39.3.2) | --- ### Release Notes <details> <summary>gajus/eslint-plugin-jsdoc</summary> ### [`v39.3.2`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v39.3.2) [Compare Source](gajus/eslint-plugin-jsdoc@v39.3.1...v39.3.2) ##### Bug Fixes - **`no-undefined-types`:** ensure parsing takes into account template names with defaults ([374daac](gajus/eslint-plugin-jsdoc@374daac)) ### [`v39.3.1`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v39.3.1) [Compare Source](gajus/eslint-plugin-jsdoc@v39.3.0...v39.3.1) ##### Bug Fixes - update `jsdoccomment` to support default template values; fixes [#&#8203;887](gajus/eslint-plugin-jsdoc#887) ([53e4174](gajus/eslint-plugin-jsdoc@53e4174)) </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 <[email protected]> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1370 Reviewed-by: 6543 <[email protected]> Co-authored-by: Calciumdibromid Bot <[email protected]> Co-committed-by: Calciumdibromid Bot <[email protected]>
1 parent f913894 commit 7617886

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"eslint-config-prettier": "8.5.0",
6363
"eslint-plugin-deprecation": "1.3.2",
6464
"eslint-plugin-import": "2.26.0",
65-
"eslint-plugin-jsdoc": "39.3.0",
65+
"eslint-plugin-jsdoc": "39.3.2",
6666
"eslint-plugin-prefer-arrow": "1.2.3",
6767
"eslint-plugin-prettier": "4.0.0",
6868
"jasmine-core": "4.1.1",

frontend/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,10 +1461,10 @@
14611461
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.6.tgz#d5e0706cf8c6acd8c6032f8d54070af261bbbb2f"
14621462
integrity sha512-ws57AidsDvREKrZKYffXddNkyaF14iHNHm8VQnZH6t99E8gczjNN0GpvcGny0imC80yQ0tHz1xVUKk/KFQSUyA==
14631463

1464-
"@es-joy/jsdoccomment@~0.30.0":
1465-
version "0.30.0"
1466-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.30.0.tgz#12e3e220ee8e1a4b48c6db30c4a77fce0bd21d34"
1467-
integrity sha512-U30cjaHCjdUqtbMgChJl80BP25GSRWg0/1R3UdB2ksitAo2oDYdRMrvzwuM21jcsFbEcLNAqwQGTCg+5CVbSIA==
1464+
"@es-joy/jsdoccomment@~0.31.0":
1465+
version "0.31.0"
1466+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.31.0.tgz#dbc342cc38eb6878c12727985e693eaef34302bc"
1467+
integrity sha512-tc1/iuQcnaiSIUVad72PBierDFpsxdUHtEF/OrfqvM1CBAsIoMP51j52jTMb3dXriwhieTo289InzZj72jL3EQ==
14681468
dependencies:
14691469
comment-parser "1.3.1"
14701470
esquery "^1.4.0"
@@ -3885,12 +3885,12 @@ [email protected]:
38853885
resolve "^1.22.0"
38863886
tsconfig-paths "^3.14.1"
38873887

3888-
3889-
version "39.3.0"
3890-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.0.tgz#7318ac217a44401fc42fda1a051a6b7cd010a18a"
3891-
integrity sha512-zEdkpezjIhG7gq4MbwLBKaD3cWsJkT7uTAJcIbLohQWR7OVwhPOBLPqpftBt8uzy0ZL+3jlbiaSXik4+VmN6JQ==
3888+
3889+
version "39.3.2"
3890+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.2.tgz#b9c3becdbd860a75b8bd07bd04a0eaaad7c79403"
3891+
integrity sha512-RSGN94RYzIJS/WfW3l6cXzRLfJWxvJgNQZ4w0WCaxJWDJMigtwTsILEAfKqmmPkT2rwMH/s3C7G5ChDE6cwPJg==
38923892
dependencies:
3893-
"@es-joy/jsdoccomment" "~0.30.0"
3893+
"@es-joy/jsdoccomment" "~0.31.0"
38943894
comment-parser "1.3.1"
38953895
debug "^4.3.4"
38963896
escape-string-regexp "^4.0.0"

0 commit comments

Comments
 (0)