From 966ab2b997008a6399ec8132e162e09c2dcc9855 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Mon, 24 Oct 2022 16:19:04 +0200 Subject: [PATCH] Update dependency eslint-plugin-jsdoc to v39.3.24 (#1603) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
gajus/eslint-plugin-jsdoc ### [`v39.3.24`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v39.3.24) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.23...v39.3.24) ##### Bug Fixes - **`require-returns-check`, `require-yields-check`:** check for undefined/void within union; fixes [#​925](https://github.com/gajus/eslint-plugin-jsdoc/issues/925) ([cfbdf8b](https://github.com/gajus/eslint-plugin-jsdoc/commit/cfbdf8b31fb614c04f051c624e3337c5b77ab213)) ### [`v39.3.23`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v39.3.23) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.22...v39.3.23) ##### Bug Fixes - **`require-returns-check`:** allow implicit-return finally if other try-catch branches returning; fixes [#​926](https://github.com/gajus/eslint-plugin-jsdoc/issues/926) ([12da503](https://github.com/gajus/eslint-plugin-jsdoc/commit/12da503cbad8e8caeca64ffb769cb474cb7c6a00)) ### [`v39.3.22`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v39.3.22) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.21...v39.3.22) ##### Bug Fixes - **`valid-types`:** report problems with name parsing ([e247d67](https://github.com/gajus/eslint-plugin-jsdoc/commit/e247d6777fff34e73193db8ccc61beb9de988002))
--- ### 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. --- - [ ] 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 Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1603 Reviewed-by: Epsilon_02 Co-authored-by: Calciumdibromid Bot Co-committed-by: Calciumdibromid Bot --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index f0ec69a20..4c8289177 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 202a2c704..f8b1203e5 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -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"