From db151396cbb7c5bf169776ef897e73b4dfa0d8b1 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Tue, 5 Apr 2022 12:23:10 +0200 Subject: [PATCH] Update dependency eslint-plugin-jsdoc to v38.1.6 (#1279) 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.4` -> `38.1.6`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/38.1.4/38.1.6) | --- ### Release Notes
gajus/eslint-plugin-jsdoc ### [`v38.1.6`](https://github.com/gajus/eslint-plugin-jsdoc/releases/v38.1.6) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v38.1.5...v38.1.6) ##### Bug Fixes - **`no-restricted-syntax`, `no-missing-syntax`:** pass on parser's `visitorKeys` to esquery ([f873e32](https://github.com/gajus/eslint-plugin-jsdoc/commit/f873e328ec8c5cffe82b8c0242434a9b572d875b)) ### [`v38.1.5`](https://github.com/gajus/eslint-plugin-jsdoc/releases/v38.1.5) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v38.1.4...v38.1.5) ##### Bug Fixes - **`no-restricted-syntax`:** include `comment` in templates and in default error message if present ([cc031b8](https://github.com/gajus/eslint-plugin-jsdoc/commit/cc031b8c6a9653a5420857e5b186277baedf94f7))
--- ### 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/1279 Reviewed-by: 6543 <6543@noreply.codeberg.org> 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 9e12fbd8f..6cc26f54b 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.4", + "eslint-plugin-jsdoc": "38.1.6", "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 7427cb662..c78846934 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.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== +eslint-plugin-jsdoc@38.1.6: + version "38.1.6" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-38.1.6.tgz#7dfa2a6d38f550935c6a3668a1fc5a05b19e4069" + integrity sha512-n4s95oYlg0L43Bs8C0dkzIldxYf8pLCutC/tCbjIdF7VDiobuzPI+HZn9Q0BvgOvgPNgh5n7CSStql25HUG4Tw== dependencies: "@es-joy/jsdoccomment" "~0.22.1" comment-parser "1.3.1"