From d891a5f251eb077eaf1203d95e44e709793a54bf Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Sun, 6 Mar 2022 20:27:03 +0100 Subject: [PATCH] Update dependency eslint-plugin-jsdoc to v37.9.7 (#1196) 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 | [`37.9.5` -> `37.9.7`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/37.9.5/37.9.7) | --- ### Release Notes
gajus/eslint-plugin-jsdoc ### [`v37.9.7`](https://github.com/gajus/eslint-plugin-jsdoc/releases/v37.9.7) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v37.9.6...v37.9.7) ##### Bug Fixes - **`no-undefined-types`:** support `unknown` and `const`; fixes [#​846](https://github.com/gajus/eslint-plugin-jsdoc/issues/846) ([b5b3e17](https://github.com/gajus/eslint-plugin-jsdoc/commit/b5b3e17a97e009cebe0a4dbe7550a44476166109)) ### [`v37.9.6`](https://github.com/gajus/eslint-plugin-jsdoc/releases/v37.9.6) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v37.9.5...v37.9.6) ##### Bug Fixes - update devDeps, including gitdown to fix README URLs; fixes [#​707](https://github.com/gajus/eslint-plugin-jsdoc/issues/707) ([2d69c70](https://github.com/gajus/eslint-plugin-jsdoc/commit/2d69c7008105f23833596dedebd992f586adf5af))
--- ### 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/1196 Reviewed-by: 6543 <6543@noreply.codeberg.org> 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 8fab668f1..905b01c1e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -63,7 +63,7 @@ "eslint-config-prettier": "8.5.0", "eslint-plugin-deprecation": "1.3.2", "eslint-plugin-import": "2.25.4", - "eslint-plugin-jsdoc": "37.9.5", + "eslint-plugin-jsdoc": "37.9.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 1a4a50747..fd26b57f8 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3760,10 +3760,10 @@ eslint-plugin-import@2.25.4: resolve "^1.20.0" tsconfig-paths "^3.12.0" -eslint-plugin-jsdoc@37.9.5: - version "37.9.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.9.5.tgz#3c229c787688ee5ccb2f315c1d310a23af44e11c" - integrity sha512-g2NHlLauufgQIlJBOxtg8afY+JAFG8lPjq/PGcU+IBpEXvaDs2MLoXJ6uDuv+N85nIt4kYaoZrkce0MANEXLZA== +eslint-plugin-jsdoc@37.9.7: + version "37.9.7" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.9.7.tgz#ef46141aa2e5fcbb89adfa658eef8126435e9eac" + integrity sha512-8alON8yYcStY94o0HycU2zkLKQdcS+qhhOUNQpfONHHwvI99afbmfpYuPqf6PbLz5pLZldG3Te5I0RbAiTN42g== dependencies: "@es-joy/jsdoccomment" "~0.20.1" comment-parser "1.3.0"