From cd22770b45179d60747182f21ad00696427b6996 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Mon, 13 Feb 2023 13:11:55 +0000 Subject: [PATCH] Update dependency eslint-plugin-jsdoc to v40 (#1782) 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 | major | [`39.7.5` -> `40.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/39.7.5/40.0.0) | --- ### Release Notes
gajus/eslint-plugin-jsdoc ### [`v40.0.0`](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.9.1...v40.0.0) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.9.1...v40.0.0) ### [`v39.9.1`](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.9.0...v39.9.1) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.9.0...v39.9.1) ### [`v39.9.0`](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.8.0...v39.9.0) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.8.0...v39.9.0) ### [`v39.8.0`](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.7.5...v39.8.0) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.7.5...v39.8.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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, check this box --- 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/1782 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 1dd03133b..1efd9ef2c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -64,7 +64,7 @@ "eslint-config-prettier": "8.6.0", "eslint-plugin-deprecation": "1.3.3", "eslint-plugin-import": "2.27.5", - "eslint-plugin-jsdoc": "39.7.5", + "eslint-plugin-jsdoc": "40.0.0", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "4.2.1", "jasmine-core": "4.5.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 4e9245188..2009240ba 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -5094,10 +5094,10 @@ eslint-plugin-import@2.27.5: semver "^6.3.0" tsconfig-paths "^3.14.1" -eslint-plugin-jsdoc@39.7.5: - version "39.7.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.7.5.tgz#473f9fd372a231a1dae5d55df70b1d0fb64f95da" - integrity sha512-6L90P0AnZcE4ra7nocolp9vTjgVr2wEZ7jPnEA/X30XAoQPk+wvnaq61n164Tf7Fg4QPpJtRSCPpApOsfWDdNA== +eslint-plugin-jsdoc@40.0.0: + version "40.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.0.0.tgz#7f433757aa91721e4b88a527dc17ac0437c3c075" + integrity sha512-LOPyIu1vAVvGPkye3ci0moj0iNf3f8bmin6do2DYDj+77NRXWnkmhKRy8swWsatUs3mB5jYPWPUsFg9pyfEiyA== dependencies: "@es-joy/jsdoccomment" "~0.36.1" comment-parser "1.3.1"