From 38294d8b417a214d91e260c1492b80c4890a9cfa Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Tue, 29 Mar 2022 16:56:13 +0200 Subject: [PATCH] Update dependency eslint-plugin-jsdoc to v38.1.4 (#1272) 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.1.3` -> `38.1.4`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/38.1.3/38.1.4) | --- ### Release Notes
gajus/eslint-plugin-jsdoc ### [`v38.1.4`](https://github.com/gajus/eslint-plugin-jsdoc/releases/v38.1.4) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v38.1.3...v38.1.4) ##### Bug Fixes - **`no-undefined-types`:** add TypeScript utility types (globally allowed types); fixes [#​839](https://github.com/gajus/eslint-plugin-jsdoc/issues/839) ([bf9f994](https://github.com/gajus/eslint-plugin-jsdoc/commit/bf9f994f70620f3a884be0d1e49fa1a43eaea82e))
--- ### 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/1272 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 178608286..71ca7760c 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.1.3", + "eslint-plugin-jsdoc": "38.1.4", "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 f8dc1375d..aa790aea8 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.1.3: - version "38.1.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-38.1.3.tgz#64ead0e535de02e2353ac271607e28e01e25c746" - integrity sha512-CJgBG1wzl2735rct2GpzS39lx4t0mlUiv9MvFndQKyqTVOGZLXeSkVNIE5inmg23T0EkCrS3AZ9dKbFAsK9ItA== +eslint-plugin-jsdoc@38.1.4: + version "38.1.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-38.1.4.tgz#d0828af1a56c8083fdfaefdac45b7fd6337f2c5a" + integrity sha512-x4sG6oJ+wj7aOGXtTaUeA4EL6kkgGsaFyIf+237/cdSXmC5zKKROccZxNZVUkaXE5QEiBGi7pyRfWNZYf+2OFg== dependencies: "@es-joy/jsdoccomment" "~0.22.1" comment-parser "1.3.1"