Skip to content

Commit b628ed7

Browse files
chore(deps): bump eslint-plugin-jsdoc from 56.1.2 to 57.0.8 (#6047)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 56.1.2 to 57.0.8. - [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@v56.1.2...v57.0.8) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 57.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6e43a2 commit b628ed7

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

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.8",
3232
"eslint-import-resolver-typescript": "^4.4.4",
3333
"eslint-plugin-import": "^2.32.0",
34-
"eslint-plugin-jsdoc": "^56.1.2",
34+
"eslint-plugin-jsdoc": "^57.0.8",
3535
"eslint-plugin-prettier": "^5.5.4",
3636
"eslint-plugin-regex": "^1.10.0",
3737
"eslint-plugin-unused-imports": "^4.2.0",

yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3263,10 +3263,10 @@ [email protected]:
32633263
dependencies:
32643264
ms "2.0.0"
32653265

3266-
debug@4, debug@4.4.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@^4.3.6, debug@^4.3.7, debug@^4.4.1:
3267-
version "4.4.1"
3268-
resolved "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
3269-
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
3266+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@^4.3.6, debug@^4.3.7, debug@^4.4.1, debug@^4.4.3:
3267+
version "4.4.3"
3268+
resolved "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
3269+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
32703270
dependencies:
32713271
ms "^2.1.3"
32723272

@@ -3277,6 +3277,13 @@ [email protected]:
32773277
dependencies:
32783278
ms "^2.1.3"
32793279

3280+
3281+
version "4.4.1"
3282+
resolved "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
3283+
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
3284+
dependencies:
3285+
ms "^2.1.3"
3286+
32803287
debug@^3.1.0, debug@^3.2.6, debug@^3.2.7:
32813288
version "3.2.7"
32823289
resolved "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -3942,15 +3949,15 @@ eslint-plugin-import@^2.32.0:
39423949
string.prototype.trimend "^1.0.9"
39433950
tsconfig-paths "^3.15.0"
39443951

3945-
eslint-plugin-jsdoc@^56.1.2:
3946-
version "56.1.2"
3947-
resolved "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-56.1.2.tgz#89507a53b96142b5b2c7bc50b5efb835230c0893"
3948-
integrity sha512-g30LmgNkpKsKNge4NKtoARCvGvGYHeCQjEWCs5xlNwHxdwVvd0rZaovHmD/D0of0H1bqcyFYv6WXDVAezndstw==
3952+
eslint-plugin-jsdoc@^57.0.8:
3953+
version "57.0.8"
3954+
resolved "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-57.0.8.tgz#04cca919f80b5341b1c7a8478b220ee7c8ff0614"
3955+
integrity sha512-L3kb1fz1VsWMDxcNOPqomC8gWROxCJomynYZkhQJInZu4m3Ugjod75pWAICRrKW1WedHkX8BotknBtGCLUFpAg==
39493956
dependencies:
39503957
"@es-joy/jsdoccomment" "~0.58.0"
39513958
are-docs-informative "^0.0.2"
39523959
comment-parser "1.4.1"
3953-
debug "^4.4.1"
3960+
debug "^4.4.3"
39543961
escape-string-regexp "^4.0.0"
39553962
espree "^10.4.0"
39563963
esquery "^1.6.0"

0 commit comments

Comments
 (0)