Skip to content

Commit a1d401f

Browse files
chore(deps): bump eslint-plugin-jsdoc from 51.0.1 to 51.0.3 (#5867)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 51.0.1 to 51.0.3. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v51.0.1...v51.0.3) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 51.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0fdb77 commit a1d401f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-config-prettier": "^10.1.5",
3232
"eslint-import-resolver-typescript": "^4.4.3",
3333
"eslint-plugin-import": "^2.31.0",
34-
"eslint-plugin-jsdoc": "^51.0.1",
34+
"eslint-plugin-jsdoc": "^51.0.3",
3535
"eslint-plugin-prettier": "^5.4.1",
3636
"eslint-plugin-regex": "^1.10.0",
3737
"eslint-plugin-unused-imports": "^4.1.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2339,10 +2339,10 @@ aproba@^1.0.3:
23392339
resolved "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc"
23402340
integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==
23412341

2342-
are-docs-informative@^0.1.1:
2343-
version "0.1.1"
2344-
resolved "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.1.1.tgz#34fa1d621e6b8ab2bd33e219333c135b6655a2d0"
2345-
integrity sha512-sqRsNQBwbKLRX0jV5Cu5uzmtflf892n4Vukz7T659ebL4pz3mpOqCMU7lxMoBTFwnp10E3YB5ZcyHM41W5bcDA==
2342+
are-docs-informative@^0.0.2:
2343+
version "0.0.2"
2344+
resolved "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz#387f0e93f5d45280373d387a59d34c96db321963"
2345+
integrity sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==
23462346

23472347
are-we-there-yet@^3.0.0:
23482348
version "3.0.1"
@@ -4104,13 +4104,13 @@ eslint-plugin-import@^2.31.0:
41044104
string.prototype.trimend "^1.0.8"
41054105
tsconfig-paths "^3.15.0"
41064106

4107-
eslint-plugin-jsdoc@^51.0.1:
4108-
version "51.0.1"
4109-
resolved "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-51.0.1.tgz#06f8742ad4ae151c85a825cf0edbd65e5b87d11f"
4110-
integrity sha512-nnH6O8uk0Wp5EvHlVEPESKdGWTlu5g1tfBUZmL/jMZLBpUtttxxW+9hPzTMCYmYsQ3HwDsJdHJAiaDRKsP6iUg==
4107+
eslint-plugin-jsdoc@^51.0.3:
4108+
version "51.0.3"
4109+
resolved "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-51.0.3.tgz#acee7fa33aae1a7b977b6cb9d6a85a59e665be05"
4110+
integrity sha512-9BRR+b5nKwp6LGTffnrxKxduhzO/DzyBmRNqyt1wIlBFP+q9mq+sq1hIQCVetZAn1PaOl0Evo4PUOlT+xbtctQ==
41114111
dependencies:
41124112
"@es-joy/jsdoccomment" "~0.50.2"
4113-
are-docs-informative "^0.1.1"
4113+
are-docs-informative "^0.0.2"
41144114
comment-parser "1.4.1"
41154115
debug "^4.4.1"
41164116
escape-string-regexp "^4.0.0"

0 commit comments

Comments
 (0)