-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dev-deps): bump eslint-plugin-jsdoc from 46.8.2 to 46.10.1
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 46.8.2 to 46.10.1. - [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@v46.8.2...v46.10.1) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
6ffe583
commit 4238f01
Showing
2 changed files
with
28 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -410,12 +410,12 @@ | |
dependencies: | ||
"@jridgewell/trace-mapping" "0.3.9" | ||
|
||
"@es-joy/jsdoccomment@~0.40.1": | ||
version "0.40.1" | ||
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.40.1.tgz#13acd77fb372ed1c83b7355edd865a3b370c9ec4" | ||
integrity sha512-YORCdZSusAlBrFpZ77pJjc5r1bQs5caPWtAu+WWmiSo+8XaUzseapVrfAtiRFbQWnrBxxLLEwF6f6ZG/UgCQCg== | ||
"@es-joy/jsdoccomment@~0.41.0": | ||
version "0.41.0" | ||
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz#4a2f7db42209c0425c71a1476ef1bdb6dcd836f6" | ||
integrity sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw== | ||
dependencies: | ||
comment-parser "1.4.0" | ||
comment-parser "1.4.1" | ||
esquery "^1.5.0" | ||
jsdoc-type-pratt-parser "~4.0.0" | ||
|
||
|
@@ -1631,10 +1631,10 @@ combined-stream@^1.0.6: | |
dependencies: | ||
delayed-stream "~1.0.0" | ||
|
||
[email protected].0: | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.0.tgz#0f8c560f59698193854f12884c20c0e39a26d32c" | ||
integrity sha512-QLyTNiZ2KDOibvFPlZ6ZngVsZ/0gYnE6uTXi5aoDg8ed3AkJAz4sEje3Y8a29hQ1s6A99MZXe47fLAXQ1rTqaw== | ||
[email protected].1: | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc" | ||
integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg== | ||
|
||
commitizen@^4.0.3, commitizen@^4.3.0: | ||
version "4.3.0" | ||
|
@@ -1769,7 +1769,7 @@ dargs@^7.0.0: | |
resolved "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz" | ||
integrity sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg== | ||
|
||
[email protected], debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4: | ||
[email protected]: | ||
version "4.3.4" | ||
resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" | ||
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== | ||
|
@@ -1783,7 +1783,7 @@ debug@^3.2.7: | |
dependencies: | ||
ms "^2.1.1" | ||
|
||
debug@^4.3.1: | ||
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4: | ||
version "4.3.6" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b" | ||
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg== | ||
|
@@ -2153,20 +2153,20 @@ eslint-plugin-import@^2.29.0: | |
semver "^6.3.1" | ||
tsconfig-paths "^3.14.2" | ||
|
||
eslint-plugin-jsdoc@^46.8.2: | ||
version "46.8.2" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.8.2.tgz#3e6b1c93e91e38fe01874d45da121b56393c54a5" | ||
integrity sha512-5TSnD018f3tUJNne4s4gDWQflbsgOycIKEUBoCLn6XtBMgNHxQFmV8vVxUtiPxAQq8lrX85OaSG/2gnctxw9uQ== | ||
eslint-plugin-jsdoc@^46.10.1, eslint-plugin-jsdoc@^46.8.2: | ||
version "46.10.1" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.10.1.tgz#77c871309c4ed93758a3b2fdf384dc6189cf8605" | ||
integrity sha512-x8wxIpv00Y50NyweDUpa+58ffgSAI5sqe+zcZh33xphD0AVh+1kqr1ombaTRb7Fhpove1zfUuujlX9DWWBP5ag== | ||
dependencies: | ||
"@es-joy/jsdoccomment" "~0.40.1" | ||
"@es-joy/jsdoccomment" "~0.41.0" | ||
are-docs-informative "^0.0.2" | ||
comment-parser "1.4.0" | ||
comment-parser "1.4.1" | ||
debug "^4.3.4" | ||
escape-string-regexp "^4.0.0" | ||
esquery "^1.5.0" | ||
is-builtin-module "^3.2.1" | ||
semver "^7.5.4" | ||
spdx-expression-parse "^3.0.1" | ||
spdx-expression-parse "^4.0.0" | ||
|
||
eslint-plugin-prettier@^3.1.3: | ||
version "3.4.1" | ||
|
@@ -4678,14 +4678,22 @@ spdx-exceptions@^2.1.0: | |
resolved "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz" | ||
integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== | ||
|
||
spdx-expression-parse@^3.0.0, spdx-expression-parse@^3.0.1: | ||
spdx-expression-parse@^3.0.0: | ||
version "3.0.1" | ||
resolved "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz" | ||
integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== | ||
dependencies: | ||
spdx-exceptions "^2.1.0" | ||
spdx-license-ids "^3.0.0" | ||
|
||
spdx-expression-parse@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz#a23af9f3132115465dac215c099303e4ceac5794" | ||
integrity sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ== | ||
dependencies: | ||
spdx-exceptions "^2.1.0" | ||
spdx-license-ids "^3.0.0" | ||
|
||
spdx-license-ids@^3.0.0: | ||
version "3.0.11" | ||
resolved "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz" | ||
|