From afd231fff2c65d079687390681e527fa8a157a11 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Wed, 2 Nov 2022 19:44:25 +0100 Subject: [PATCH] Update dependency eslint-plugin-jsdoc to v39.6.0 (#1623) 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 | minor | [`39.5.0` -> `39.6.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/39.5.0/39.6.0) | --- ### Release Notes
gajus/eslint-plugin-jsdoc ### [`v39.6.0`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v39.6.0) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.5.1...v39.6.0) ##### Features - **`check-types`:** add `skipRootChecking` option to `preferredTypes` setting; fixes [#​863](https://github.com/gajus/eslint-plugin-jsdoc/issues/863) ([e5da5bb](https://github.com/gajus/eslint-plugin-jsdoc/commit/e5da5bb4afa6d777e84b92bb21cd38551a290b1e)) ### [`v39.5.1`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v39.5.1) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.5.0...v39.5.1) ##### Bug Fixes - **`require-returns-check`:** ensure breaks in final switch do not fulfill check for all branches returning ([691a414](https://github.com/gajus/eslint-plugin-jsdoc/commit/691a414d1518e06c5f5869a9f6849b002865c9de))
--- ### 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, check this box --- 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/1623 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 3b8a2cb1e..bbe46325c 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.5.0", + "eslint-plugin-jsdoc": "39.6.0", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "4.2.1", "jasmine-core": "4.5.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index e986f9e1d..0f9ed3d5b 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -4213,10 +4213,10 @@ eslint-plugin-import@2.26.0: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-jsdoc@39.5.0: - version "39.5.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.5.0.tgz#7edf4f2aae265fcaae7ab5f1e6053f20139fe614" - integrity sha512-Sb9czNN+Ufr1QakhRoegePNT8eSz0FT07vFq6ZmUEF+Pl7yFlo5Xl0q9BRwVfUTtOIwhBvqDGrjpQ6FbhsJ1rQ== +eslint-plugin-jsdoc@39.6.0: + version "39.6.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.0.tgz#8e32cfbbfe1c0905c3a575e494ea5513ef8844e6" + integrity sha512-1BE3adc7ALF8HUzC/GW0v/6g0UkvUsA8RlsD7jamUgKj3TBOJVz1+w7DY0Ker5Kve69XLZDTJ+Z6/iLwXvST/A== dependencies: "@es-joy/jsdoccomment" "~0.33.4" comment-parser "1.3.1"