Skip to content

Commit f88359a

Browse files
Merge #749
749: build(deps-dev): bump eslint-plugin-jsdoc from 30.7.3 to 31.0.6 r=curquiza a=dependabot-preview[bot] Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.7.3 to 31.0.6. <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>v31.0.6</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v31.0.5...v31.0.6">31.0.6</a> (2021-01-17)</h2> <h3>Bug Fixes</h3> <ul> <li>update <code>comment-parser</code> to surface restoration of support for equal signs in defaults and multi-line types; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/669">#669</a>; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/673">#673</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/081d7eb63eb5b1022f2ce6a93760ab82f13a8307">081d7eb</a>)</li> </ul> <h2>v31.0.5</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v31.0.4...v31.0.5">31.0.5</a> (2021-01-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>require-description-complete-sentence</code>:</strong> regression re: not trimming of description for check as relevant to tag description checking; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/672">#672</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/d81caa2ee88610e4c7c015bc84ad712e3f57d3cd">d81caa2</a>)</li> </ul> <h2>v31.0.4</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v31.0.3...v31.0.4">31.0.4</a> (2021-01-14)</h2> <h3>Bug Fixes</h3> <ul> <li>restore trim as relevant to tag description checking; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/670">#670</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/9f69c366e3da081c27b93b7954d7c5e4d15932e4">9f69c36</a>)</li> </ul> <h2>v31.0.3</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v31.0.2...v31.0.3">31.0.3</a> (2021-01-11)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>newline-after-description</code>:</strong> handle description on same line as opening asterisks; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/668">#668</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/040d1773983aef155f40b63fe9af3a2689eec0ed">040d177</a>)</li> </ul> <h2>v31.0.2</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v31.0.1...v31.0.2">31.0.2</a> (2021-01-11)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>check-line-alignment</code>:</strong> implement default <code>never</code> options; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/483">#483</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/b2db2266c15510ab0f8155831a0fbc1128e717bd">b2db226</a>)</li> </ul> <h2>v31.0.1</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v31.0.0...v31.0.1">31.0.1</a> (2021-01-11)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>check-line-alignment</code>:</strong> handle spaces in type and skip for single line (<a href="https://github.com/renatho"><code>@renatho</code></a>); closes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/638">#638</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/577863bbb2bbceaa8daa9bf83b7b0c26a6836e33">577863b</a>)</li> </ul> <h2>v31.0.0</h2> <h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v30.7.13...v31.0.0">31.0.0</a> (2021-01-11)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/081d7eb63eb5b1022f2ce6a93760ab82f13a8307"><code>081d7eb</code></a> fix: update <code>comment-parser</code> to surface restoration of support for equal sign...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/8de40d3105f38d3e406d64f6d904cf988e53eb28"><code>8de40d3</code></a> refactor: update per latest eslint config</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/32f1a9952995d24591c1178113f874dfcb103c51"><code>32f1a99</code></a> chore: update devDeps.</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/d81caa2ee88610e4c7c015bc84ad712e3f57d3cd"><code>d81caa2</code></a> fix(<code>require-description-complete-sentence</code>): regression re: not trimming of ...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/9f69c366e3da081c27b93b7954d7c5e4d15932e4"><code>9f69c36</code></a> fix: restore trim as relevant to tag description checking; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/670">#670</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/040d1773983aef155f40b63fe9af3a2689eec0ed"><code>040d177</code></a> fix(<code>newline-after-description</code>): handle description on same line as opening ...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/8c0eda244ebf45230ceb0621b2a397d45e97a16b"><code>8c0eda2</code></a> docs: fix typo with <code>getters</code> (thanks, <a href="https://github.com/DerZyklop"><code>@DerZyklop</code></a>); closes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/667">#667</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/b8ad8819a110ad7cf17fa3ef263538c789acbb7d"><code>b8ad881</code></a> docs(<code>check-line-alignment</code>): update to indicate both options are implemented</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/b2db2266c15510ab0f8155831a0fbc1128e717bd"><code>b2db226</code></a> fix(<code>check-line-alignment</code>): implement default <code>never</code> options; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/483">#483</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/577863bbb2bbceaa8daa9bf83b7b0c26a6836e33"><code>577863b</code></a> fix(<code>check-line-alignment</code>): handle spaces in type and skip for single line (...</li> <li>Additional commits viewable in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v30.7.3...v31.0.6">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=30.7.3&new-version=31.0.6)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-jsdoc&package-manager=npm_and_yarn&previous-version=30.7.3&new-version=31.0.6) 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 d40a1ab + 1726838 commit f88359a

File tree

2 files changed

+34
-20
lines changed

2 files changed

+34
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"eslint-config-standard-with-typescript": "^17.0.0",
7878
"eslint-plugin-import": "2",
7979
"eslint-plugin-jest": "^24.0.0",
80-
"eslint-plugin-jsdoc": "^30.0.0",
80+
"eslint-plugin-jsdoc": "^31.0.6",
8181
"eslint-plugin-node": "11",
8282
"eslint-plugin-prettier": "^3.1.4",
8383
"eslint-plugin-promise": "4",

yarn.lock

Lines changed: 33 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2060,10 +2060,10 @@ commander@^6.2.0:
20602060
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.0.tgz#b990bfb8ac030aedc6d11bc04d1488ffef56db75"
20612061
integrity sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q==
20622062

2063-
comment-parser@^0.7.6:
2064-
version "0.7.6"
2065-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-0.7.6.tgz#0e743a53c8e646c899a1323db31f6cd337b10f12"
2066-
integrity sha512-GKNxVA7/iuTnAqGADlTWX4tkhzxZKXp5fLJqKTlQLHkE65XDUKutZ3BHaJC5IGcper2tT3QRD1xr4o3jNpgXXg==
2063+
comment-parser@1.1.0:
2064+
version "1.1.0"
2065+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.1.0.tgz#4f6fac17718363653e1cb6d5ded3f093ce51ae4e"
2066+
integrity sha512-Q4dQ9niTWOF01ufvH/z6Z3RsBkwr7G42IsaFjuNliL6CY9ZeOEU3jRwTNY2mTY1ibAsASMrXnlQtx2tOb7Q8MA==
20672067

20682068
commondir@^1.0.1:
20692069
version "1.0.1"
@@ -2188,10 +2188,10 @@ debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
21882188
dependencies:
21892189
ms "2.0.0"
21902190

2191-
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0:
2192-
version "4.2.0"
2193-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
2194-
integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
2191+
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1:
2192+
version "4.3.1"
2193+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
2194+
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
21952195
dependencies:
21962196
ms "2.1.2"
21972197

@@ -2458,17 +2458,17 @@ eslint-plugin-jest@^24.0.0:
24582458
dependencies:
24592459
"@typescript-eslint/experimental-utils" "^4.0.1"
24602460

2461-
eslint-plugin-jsdoc@^30.0.0:
2462-
version "30.7.3"
2463-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.7.3.tgz#1087642d7c4aba13b97dd7c1fdbcec49cd7dcc72"
2464-
integrity sha512-slzJeKrm3vXabRYcFBpbUgWgdnATN9rNOFAr7IhmkxmR9Vk/6qN1c/IdvTqVSEctDRQ08chR+Lvk8fRayXgYZg==
2461+
eslint-plugin-jsdoc@^31.0.6:
2462+
version "31.0.6"
2463+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-31.0.6.tgz#8e6b57ea74b2ac262b9d78b18ae472866571303c"
2464+
integrity sha512-wGd83EcR+M0HHBgVx3f4gf78z5gMyEil6fqebpAFPeG9fgbUcP1XiWikTWSW3rJrjj7rQvCud6A/IRFMFzanLQ==
24652465
dependencies:
2466-
comment-parser "^0.7.6"
2467-
debug "^4.2.0"
2466+
comment-parser "1.1.0"
2467+
debug "^4.3.1"
24682468
jsdoctypeparser "^9.0.0"
24692469
lodash "^4.17.20"
24702470
regextras "^0.7.1"
2471-
semver "^7.3.2"
2471+
semver "^7.3.4"
24722472
spdx-expression-parse "^3.0.1"
24732473

24742474
eslint-plugin-node@11:
@@ -4132,6 +4132,13 @@ lolex@^5.0.0:
41324132
dependencies:
41334133
"@sinonjs/commons" "^1.7.0"
41344134

4135+
lru-cache@^6.0.0:
4136+
version "6.0.0"
4137+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
4138+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
4139+
dependencies:
4140+
yallist "^4.0.0"
4141+
41354142
magic-string@^0.25.7:
41364143
version "0.25.7"
41374144
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051"
@@ -5087,10 +5094,12 @@ [email protected]:
50875094
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
50885095
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
50895096

5090-
semver@^7.2.1, semver@^7.3.2:
5091-
version "7.3.2"
5092-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
5093-
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
5097+
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4:
5098+
version "7.3.4"
5099+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
5100+
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
5101+
dependencies:
5102+
lru-cache "^6.0.0"
50945103

50955104
serialize-javascript@^4.0.0:
50965105
version "4.0.0"
@@ -5903,6 +5912,11 @@ y18n@^4.0.0:
59035912
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
59045913
integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
59055914

5915+
yallist@^4.0.0:
5916+
version "4.0.0"
5917+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
5918+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
5919+
59065920
yaml@^1.10.0:
59075921
version "1.10.0"
59085922
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"

0 commit comments

Comments
 (0)