Skip to content

Commit a61e88e

Browse files
meili-bors[bot]dependabot[bot]flevi29
authored
Merge #1850
1850: build(deps-dev): bump prettier-plugin-jsdoc from 1.3.0 to 1.3.2 r=flevi29 a=dependabot[bot] Bumps [prettier-plugin-jsdoc](https://github.com/hosseinmd/prettier-plugin-jsdoc) from 1.3.0 to 1.3.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/571d0c9c2af1259cc1f622cdbe4547aa93c8b6af"><code>571d0c9</code></a> v1.3.2</li> <li><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/1f648da14a98a0a7852aa064d6b45badb3cb6391"><code>1f648da</code></a> chore(release): 1.3.1</li> <li><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/ffafd40cde8c8becee16ae1bc7a5cbe2cd2e42c8"><code>ffafd40</code></a> fix: add package manager</li> <li><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/4e8bc801dc104de4f7a5170e9f5d1edc61a22217"><code>4e8bc80</code></a> Ensure parity between blockquote formats (<a href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/231">#231</a>)</li> <li><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/45296caabf4e9414f43ca359594624684626a0d1"><code>45296ca</code></a> Fixed duplication of &quot;Default is ...&quot; in documentation comments. (<a href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/236">#236</a>)</li> <li><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/7a884b6d51c0aea75d0c8b4c7faf642d925367ac"><code>7a884b6</code></a> fix: provide correct types path in conditional exports (<a href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/222">#222</a>)</li> <li>See full diff in <a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.3.0...v1.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier-plugin-jsdoc&package-manager=npm_and_yarn&previous-version=1.3.0&new-version=1.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - ``@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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: F. Levi <[email protected]>
2 parents 6114009 + 4b173ab commit a61e88e

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
@@ -92,7 +92,7 @@
9292
"globals": "^15.14.0",
9393
"lint-staged": "15.3.0",
9494
"prettier": "^3.4.2",
95-
"prettier-plugin-jsdoc": "^1.3.0",
95+
"prettier-plugin-jsdoc": "^1.3.2",
9696
"typedoc": "^0.27.6",
9797
"typescript-eslint": "^8.19.0",
9898
"vitest": "2.0.5"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2215,10 +2215,10 @@ prelude-ls@^1.2.1:
22152215
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
22162216
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
22172217

2218-
prettier-plugin-jsdoc@^1.3.0:
2219-
version "1.3.0"
2220-
resolved "https://registry.yarnpkg.com/prettier-plugin-jsdoc/-/prettier-plugin-jsdoc-1.3.0.tgz#98e9cbecc5b8725801cc8a4233a16748500e867b"
2221-
integrity sha512-cQm8xIa0fN9ieJFMXACQd6JPycl+8ouOijAqUqu44EF/s4fXL3Wi9sKXuEaodsEWgCN42Xby/bNhqgM1iWx4uw==
2218+
prettier-plugin-jsdoc@^1.3.2:
2219+
version "1.3.2"
2220+
resolved "https://registry.yarnpkg.com/prettier-plugin-jsdoc/-/prettier-plugin-jsdoc-1.3.2.tgz#9a03581edc4a5313abe872f0083e3189f7edaaf1"
2221+
integrity sha512-LNi9eq0TjyZn/PUNf/SYQxxUvGg5FLK4alEbi3i/S+2JbMyTu790c/puFueXzx09KP44oWCJ+TaHRyM/a0rKJQ==
22222222
dependencies:
22232223
binary-searching "^2.0.5"
22242224
comment-parser "^1.4.0"

0 commit comments

Comments
 (0)