From c20bf528c4476536ae76be3a905ec07a8b0cfca2 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Mon, 1 Aug 2022 09:32:29 +0200 Subject: [PATCH] Update dependency eslint-plugin-jsdoc to v39.3.4 (#1481) 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.3` -> `39.3.4`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/39.3.3/39.3.4) | --- ### Release Notes
gajus/eslint-plugin-jsdoc ### [`v39.3.4`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v39.3.4) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.3...v39.3.4) ##### Bug Fixes - avoid erring out with missing function and any context ([07a9fe3](https://github.com/gajus/eslint-plugin-jsdoc/commit/07a9fe3fb304c191a25df2077b77020b53f8a0f0))
--- ### 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/1481 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 5ac4d0de1..276c9e1d3 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.3", + "eslint-plugin-jsdoc": "39.3.4", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "4.2.1", "jasmine-core": "4.3.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 1e89684a4..1f2df0c03 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -4222,10 +4222,10 @@ eslint-plugin-import@2.26.0: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-jsdoc@39.3.3: - version "39.3.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.3.tgz#75dd67ce581e7527a69f27800138cc0f9c388236" - integrity sha512-K/DAjKRUNaUTf0KQhI9PvsF+Y3mGDx/j0pofXsJCQe/tmRsRweBIXR353c8nAro0lytZYEf7l0PluBpzKDiHxw== +eslint-plugin-jsdoc@39.3.4: + version "39.3.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.4.tgz#6d18c5a071ada5babce9636b02a6c8355e9de2e8" + integrity sha512-dYWXhMMHJaq++bY2hyByhgiRzt5qQ7XdfQGiHrU9f3APSSVZ/HuOnXuvUUX7W0jO55Udsu4/7iRlpF/yLFQdSA== dependencies: "@es-joy/jsdoccomment" "~0.31.0" comment-parser "1.3.1"