From 0dc704c90d6cff760f062df1dedc8338b8169751 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Tue, 29 Mar 2022 03:18:04 +0200 Subject: [PATCH] Update dependency eslint-plugin-jsdoc to v38.1.3 (#1262) 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 | minor | [`38.0.8` -> `38.1.3`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/38.0.8/38.1.3) | --- ### Release Notes
gajus/eslint-plugin-jsdoc ### [`v38.1.3`](https://github.com/gajus/eslint-plugin-jsdoc/releases/v38.1.3) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v38.1.2...v38.1.3) ##### Bug Fixes - **`check-types`, `no-undefined-types`:** safer optional chaining ([63a96ee](https://github.com/gajus/eslint-plugin-jsdoc/commit/63a96ee6705ec221d4d62bfd51aba07183c5f222)) ### [`v38.1.2`](https://github.com/gajus/eslint-plugin-jsdoc/releases/v38.1.2) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v38.1.1...v38.1.2) ##### Bug Fixes - **`check-types`:** proper use of optional chaining; fixes [#​861](https://github.com/gajus/eslint-plugin-jsdoc/issues/861) ([7dbdd9f](https://github.com/gajus/eslint-plugin-jsdoc/commit/7dbdd9f271a27a8b370ca0f5053f5c51a98dc671)) ### [`v38.1.1`](https://github.com/gajus/eslint-plugin-jsdoc/releases/v38.1.1) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v38.1.0...v38.1.1) ##### Bug Fixes - **`check-types`:** for `jsdoc` mode, avoid objecting to upper-case; fixes [#​860](https://github.com/gajus/eslint-plugin-jsdoc/issues/860) ([d11d271](https://github.com/gajus/eslint-plugin-jsdoc/commit/d11d271837bd1fad99919024acbd9dc824e18fb1)) ### [`v38.1.0`](https://github.com/gajus/eslint-plugin-jsdoc/releases/v38.1.0) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v38.0.8...v38.1.0) ##### Features - unless the user supplies their own `object` type `preferredTypes`, prefer `object` for plain objects and otherwise prefer `Object<>`; fixes [#​800](https://github.com/gajus/eslint-plugin-jsdoc/issues/800) ([#​855](https://github.com/gajus/eslint-plugin-jsdoc/issues/855)) ([0f27282](https://github.com/gajus/eslint-plugin-jsdoc/commit/0f27282c01cb5b0a8f8d3cf2936cabc35dd4d4ed))
--- ### 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/1262 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 3f85e679a..178608286 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.8", + "eslint-plugin-jsdoc": "38.1.3", "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 66060975b..f8dc1375d 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.8: - version "38.0.8" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-38.0.8.tgz#6837b5ff7946ba2c164f06232d67ba06ba0aaadf" - integrity sha512-28o/4xncAPJIud1ixSSof1tavTGde3hlD1PfcueB1JP+H+lKwzQbp3r1d23SWLqG/HhawEYUz8SAgscvRBmyHg== +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== dependencies: "@es-joy/jsdoccomment" "~0.22.1" comment-parser "1.3.1"