From 9dbd3b8de38d8579e4830cebbc2baa17f71cf4a1 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Fri, 8 Apr 2022 18:34:53 +0200 Subject: [PATCH] Update dependency eslint-plugin-jsdoc to v39.0.1 (#1295) 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.0.0` -> `39.0.1`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/39.0.0/39.0.1) | --- ### Release Notes
gajus/eslint-plugin-jsdoc ### [`v39.0.1`](https://github.com/gajus/eslint-plugin-jsdoc/releases/v39.0.1) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.0.0...v39.0.1) ##### Bug Fixes - add `enableFixer` option to `require-example` ([7416331](https://github.com/gajus/eslint-plugin-jsdoc/commit/7416331155a699948b0d4a47dacb751911d49c19))
--- ### 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. --- - [ ] 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/1295 Reviewed-by: crapStone 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 ab0e174f7..61d4f90eb 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.0.0", + "eslint-plugin-jsdoc": "39.0.1", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "4.0.0", "jasmine-core": "4.0.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index b1f4c60a8..898d67a90 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3859,10 +3859,10 @@ eslint-plugin-import@2.26.0: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-jsdoc@39.0.0: - version "39.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.0.0.tgz#79b1279b26d711181eb8f54f42e658ac922a764f" - integrity sha512-BSVaVFbZfO3YqyP61lIJ2XJWZra4zNMEpTHzSXvDnZNxBngq9y+3Ggy8SGFp6WKNq6FEVIxNZLf4WLKRelic1Q== +eslint-plugin-jsdoc@39.0.1: + version "39.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.0.1.tgz#0b772ede58fee19f11699c1c06f15f0ad34bb6c7" + integrity sha512-lNPnz5DlmLekkrVFM66TE5VQwceDu420tWW4CNYc/BMoKDJuvTTzmu/djK75lr9d8PLVoPDnyexVV7Pp59rOKg== dependencies: "@es-joy/jsdoccomment" "~0.22.1" comment-parser "1.3.1"