From 79a2213caf610fe999ac6f3472071185fbfb4237 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Sat, 26 Mar 2022 14:06:35 +0100 Subject: [PATCH] Update dependency eslint-plugin-jsdoc to v38.0.7 (#1257) 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 | [`38.0.6` -> `38.0.7`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/38.0.6/38.0.7) | --- ### Release Notes
gajus/eslint-plugin-jsdoc ### [`v38.0.7`](https://github.com/gajus/eslint-plugin-jsdoc/releases/v38.0.7) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v38.0.6...v38.0.7) ##### Performance Improvements - improve performance for rules ([#​856](https://github.com/gajus/eslint-plugin-jsdoc/issues/856)) ([33eb99e](https://github.com/gajus/eslint-plugin-jsdoc/commit/33eb99efce75362a005363b0e99f81393671073c))
--- ### 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/1257 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 e22b0aa68..7db56c1cd 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.25.4", - "eslint-plugin-jsdoc": "38.0.6", + "eslint-plugin-jsdoc": "38.0.7", "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 a947a407b..a89f08ebf 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3859,10 +3859,10 @@ eslint-plugin-import@2.25.4: resolve "^1.20.0" tsconfig-paths "^3.12.0" -eslint-plugin-jsdoc@38.0.6: - version "38.0.6" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-38.0.6.tgz#b26843bdc445202b9f0e3830bda39ec5aacbfa97" - integrity sha512-Wvh5ERLUL8zt2yLZ8LLgi8RuF2UkjDvD+ri1/i7yMpbfreK2S29B9b5JC7iBIoFR7KDaEWCLnUPHTqgwcXX1Sg== +eslint-plugin-jsdoc@38.0.7: + version "38.0.7" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-38.0.7.tgz#04c4ab38bf587506d2908aebe50381e83faf522f" + integrity sha512-VsrtLq+Rc2JksIQsiFlPnpbEfK5zEkFvTy/IEAOvBQXe7j4Nxa6M1o0Ax8evlGLRynpbJcTtU0sSwMn1xPwNFw== dependencies: "@es-joy/jsdoccomment" "~0.22.1" comment-parser "1.3.1"