Skip to content

Commit 322f0fb

Browse files
Merge #817
817: build(deps-dev): bump eslint-plugin-jsdoc from 32.1.0 to 32.2.0 r=bidoubiwa a=dependabot-preview[bot] Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 32.1.0 to 32.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gajus/eslint-plugin-jsdoc/releases">eslint-plugin-jsdoc's releases</a>.</em></p> <blockquote> <h2>v32.2.0</h2> <h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v32.1.1...v32.2.0">32.2.0</a> (2021-02-23)</h1> <h3>Features</h3> <ul> <li><strong><code>check-types</code>:</strong> check <code>settings.jsdoc.structuredTags</code> for an array of permissible types, reporting if not present; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/695">#695</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/9dad3e08116a1950578d4f85e3acfc86b10b60f6">9dad3e0</a>)</li> <li><strong><code>no-undefined-types</code>:</strong> allow <code>structuredTags</code> types to be auto-defined (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/b7198e47b79d1a9936e032f43c66b4af730bfeb4">b7198e4</a>)</li> </ul> <h2>v32.1.1</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v32.1.0...v32.1.1">32.1.1</a> (2021-02-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>check-param-names</code>, <code>require-jsdoc</code>, <code>require-param</code>:</strong> avoid erring upon <code>MemberExpression</code> or other constructions within dynamic properties; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/699">#699</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/1cfdeb4446a47848db5eb039342da9d9ff187626">1cfdeb4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/b7198e47b79d1a9936e032f43c66b4af730bfeb4"><code>b7198e4</code></a> feat(<code>no-undefined-types</code>): allow <code>structuredTags</code> types to be auto-defined</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/9dad3e08116a1950578d4f85e3acfc86b10b60f6"><code>9dad3e0</code></a> feat(<code>check-types</code>): check <code>settings.jsdoc.structuredTags</code> for an array of pe...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/1cfdeb4446a47848db5eb039342da9d9ff187626"><code>1cfdeb4</code></a> fix(<code>check-param-names</code>, <code>require-jsdoc</code>, <code>require-param</code>): avoid erring upon...</li> <li>See full diff in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v32.1.0...v32.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-plugin-jsdoc&package-manager=npm_and_yarn&previous-version=32.1.0&new-version=32.2.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-jsdoc&package-manager=npm_and_yarn&previous-version=32.1.0&new-version=32.2.0) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents a172046 + 1ec1c00 commit 322f0fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint-config-standard-with-typescript": "^17.0.0",
7979
"eslint-plugin-import": "2",
8080
"eslint-plugin-jest": "^24.1.5",
81-
"eslint-plugin-jsdoc": "^32.1.0",
81+
"eslint-plugin-jsdoc": "^32.2.0",
8282
"eslint-plugin-node": "11",
8383
"eslint-plugin-prettier": "^3.1.4",
8484
"eslint-plugin-promise": "4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2611,10 +2611,10 @@ eslint-plugin-jest@^24.1.5:
26112611
dependencies:
26122612
"@typescript-eslint/experimental-utils" "^4.0.1"
26132613

2614-
eslint-plugin-jsdoc@^32.1.0:
2615-
version "32.1.0"
2616-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-32.1.0.tgz#30ba4d7b7e5fa00ebb3b980c66d6478f68ccc226"
2617-
integrity sha512-nCdKF8QQvAZ6RsnNoEK4kPF0aD9E6XURdjLx88oIqF+txmPNXAo2rNvu2WwV77R78vnhAGJkeOgmxmYdRRpgaQ==
2614+
eslint-plugin-jsdoc@^32.2.0:
2615+
version "32.2.0"
2616+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-32.2.0.tgz#d848ea8475a9be63d8d261bd7fa01cf2a2bb32d5"
2617+
integrity sha512-ikeVeF3JVmzjcmGd04OZK0rXjgiw46TWtNX+OhyF2jQlw3w1CAU1vyAyLv8PZcIjp7WxP4N20Vg1CI9bp/52dw==
26182618
dependencies:
26192619
comment-parser "1.1.2"
26202620
debug "^4.3.1"

0 commit comments

Comments
 (0)