Skip to content

Commit 151605e

Browse files
Merge #810
810: build(deps-dev): bump eslint-plugin-jsdoc from 32.0.0 to 32.1.0 r=bidoubiwa a=dependabot-preview[bot] Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 32.0.0 to 32.1.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.1.0</h2> <h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v32.0.3...v32.1.0">32.1.0</a> (2021-02-21)</h1> <h3>Features</h3> <ul> <li><strong><code>require-jsdoc</code>:</strong> allow checking for getter or setter only; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/515">#515</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/937d65ed6c0a8e0d34985de25072f988c1fe28e5">937d65e</a>)</li> </ul> <h2>v32.0.3</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v32.0.2...v32.0.3">32.0.3</a> (2021-02-21)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>require-jsdoc</code>:</strong> more accurate and optimized decorator detection; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/697">#697</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/88655b32a68718f4d010843dba2d5aa683afe638">88655b3</a>)</li> </ul> <h2>v32.0.2</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v32.0.1...v32.0.2">32.0.2</a> (2021-02-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>match-description</code>:</strong> while preserving internal newlines, ensure trailing whitespace is stripped for comparisons; for <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/692">#692</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/27b95b35a37916a69f9ea1dd75285e2f18a5f278">27b95b3</a>)</li> </ul> <h2>v32.0.1</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v32.0.0...v32.0.1">32.0.1</a> (2021-02-16)</h2> <h3>Bug Fixes</h3> <ul> <li>default to <code>u</code> flag for <code>checkTypesPattern</code> option for <code>require-param</code>, <code>check-param-names</code>; for <code>check-values</code>, default to <code>u</code> flag and allow slashed regexes with own flags; for <code>match-description</code>, allow slashed regexs with own flags; for all of the previous (and <code>check-examples</code>) allows newlines (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/4f0dc8ee7d50860050eccf7b0484d409315c006b">4f0dc8e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/937d65ed6c0a8e0d34985de25072f988c1fe28e5"><code>937d65e</code></a> feat(<code>require-jsdoc</code>): allow checking for getter or setter only; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/515">#515</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/88655b32a68718f4d010843dba2d5aa683afe638"><code>88655b3</code></a> fix(<code>require-jsdoc</code>): more accurate and optimized decorator detection; fixes ...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/27b95b35a37916a69f9ea1dd75285e2f18a5f278"><code>27b95b3</code></a> fix(<code>match-description</code>): while preserving internal newlines, ensure trailing...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/d682f1f3e38c99eff0f05bdb4aa9df8a7ab77dcd"><code>d682f1f</code></a> chore: avoid linting warning in linting hidden file</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/49183b2c6ddfadf6d766072de96f1007489437c6"><code>49183b2</code></a> chore: travis fix</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/6fa50e3f896ba7575f3ec71b3d191ecc8d97f34d"><code>6fa50e3</code></a> chore: fix for travis</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/60d9ac61eda9a6f700802af9409abb39e8fa44c1"><code>60d9ac6</code></a> test: bump timeouts for slow machine</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/ea308303901f98d18db0efebfe93baf14c83278c"><code>ea30830</code></a> test(<code>require-jsdoc</code>): fix for CI where <code>has:()</code> doesn't work with TS on ESLi...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/b07f0bf46594eb454568c240275d1daaefc41022"><code>b07f0bf</code></a> docs(readme): add missing <code>require-throws</code> to list of example rules to enable...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/71cfe20af94beda89e8e7db1809eaa8d88cef23b"><code>71cfe20</code></a> fix; indicate <code>require-throws</code> as <code>off</code></li> <li>Additional commits viewable in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v32.0.0...v32.1.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.0.0&new-version=32.1.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-jsdoc&package-manager=npm_and_yarn&previous-version=32.0.0&new-version=32.1.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 f5ef131 + f52c29c commit 151605e

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.0.0",
81-
"eslint-plugin-jsdoc": "^32.0.0",
81+
"eslint-plugin-jsdoc": "^32.1.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
@@ -2583,10 +2583,10 @@ eslint-plugin-jest@^24.0.0:
25832583
dependencies:
25842584
"@typescript-eslint/experimental-utils" "^4.0.1"
25852585

2586-
eslint-plugin-jsdoc@^32.0.0:
2587-
version "32.0.0"
2588-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-32.0.0.tgz#3e7b0dd452232845e9311442607c07c8787b933a"
2589-
integrity sha512-AfGe3gqJlcxyRKUjhLzPTUnEMlVVlWJCAh2N0leJndpMflyh0W7zP09+b6NQHBHk7GyR/JY0bXiSswN3QX9Lhg==
2586+
eslint-plugin-jsdoc@^32.1.0:
2587+
version "32.1.0"
2588+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-32.1.0.tgz#30ba4d7b7e5fa00ebb3b980c66d6478f68ccc226"
2589+
integrity sha512-nCdKF8QQvAZ6RsnNoEK4kPF0aD9E6XURdjLx88oIqF+txmPNXAo2rNvu2WwV77R78vnhAGJkeOgmxmYdRRpgaQ==
25902590
dependencies:
25912591
comment-parser "1.1.2"
25922592
debug "^4.3.1"

0 commit comments

Comments
 (0)