Skip to content

Commit e762fce

Browse files
Bump the dev-dependencies-minor group with 2 updates (#2673)
Bumps the dev-dependencies-minor group with 2 updates: [prettier-plugin-jsdoc](https://github.com/hosseinmd/prettier-plugin-jsdoc) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `prettier-plugin-jsdoc` from 1.7.0 to 1.8.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/blob/master/CHANGELOG.md">prettier-plugin-jsdoc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.7.1...v1.8.0">1.8.0</a> (2025-12-07)</h2> <h3>Features</h3> <ul> <li>add jsdocBracketSpacing (<a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/01c13e1e1b49d8de54136744fdcd912b2fb267e5">01c13e1</a>)</li> </ul> <h3><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.7.0...v1.7.1">1.7.1</a> (2025-12-07)</h3> <h3>Bug Fixes</h3> <ul> <li>prevent preprocess again (<a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/c0d77bf3e085b5b86dc11121a69ff63672a595b1">c0d77bf</a>)</li> </ul> <h2><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.5.0...v1.6.0">1.6.0</a> (2025-11-28)</h2> <h3>Features</h3> <ul> <li>add balance to jsdocLineWrappingStyle (<a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/7fd51824abcc3d37cff47a2084459d1b9220c7a0">7fd5182</a>)</li> <li>add jsdocEmptyCommentStrategy option to handle empty JSDoc comments (&quot;keep&quot;| &quot;remove&quot;) &quot;remove&quot; is default (<a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/86e7ebb11f320fc8195ffe4544b26203efb126f8">86e7ebb</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>async plugin like tailwind (<a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/48d56aaa647e627e7b6981621457aba6aba41bf5">48d56aa</a>)</li> <li>printWidth (<a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/d84dcc596d6409f53a7d7e82b5c8b8db7fbc3d5e">d84dcc5</a>)</li> <li>support <a href="https://github.com/this"><code>@​this</code></a> tag (<a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/666338444c400a3f88cdbf84bf0b85128017cebe">6663384</a>)</li> </ul> <h2><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.3.3...v1.4.0">1.4.0</a> (2025-10-29)</h2> <h3>Features</h3> <ul> <li>add support for import tags (<a href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/252">#252</a>) (<a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/ab5c488b2d92d9706c01aaca08f410b16cd6a7da">ab5c488</a>)</li> </ul> <h3><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.3.2...v1.3.3">1.3.3</a> (2025-07-01)</h3> <h3>Bug Fixes</h3> <ul> <li>add compatibility with prettier v3.6.0 (<a href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/246">#246</a>) (<a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/a50b62e931c736d9408723f2959b1b5d137dbbed">a50b62e</a>)</li> </ul> <h3><a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.3.0...v1.3.1">1.3.1</a> (2025-01-03)</h3> <h3>Bug Fixes</h3> <ul> <li>add package manager (<a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/ffafd40cde8c8becee16ae1bc7a5cbe2cd2e42c8">ffafd40</a>)</li> <li>provide correct types path in conditional exports (<a href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/222">#222</a>) (<a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/7a884b6d51c0aea75d0c8b4c7faf642d925367ac">7a884b6</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/hosseinmd/prettier-plugin-jsdoc/commits">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.48.1 to 8.49.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.49.0</h2> <h2>8.49.0 (2025-12-08)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> use <code>Intl.Segmenter</code> instead of <code>graphemer</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11804">#11804</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency prettier to v3.7.2 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11820">#11820</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Justin McBride</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.49.0 (2025-12-08)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/864595a44b56beb9870bf0f41d59cf7f8f48276a"><code>864595a</code></a> chore(release): publish 8.49.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/32b7e891bd60ae993e85018ceefa2a0c07590688"><code>32b7e89</code></a> chore(deps): update dependency <code>@​vitest/eslint-plugin</code> to v1.5.1 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11816">#11816</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.49.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5599e9 commit e762fce

3 files changed

Lines changed: 73 additions & 154 deletions

File tree

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
"eslint-config-prettier": "^10.1.8",
4949
"eslint-plugin-mdx": "^3.6.2",
5050
"prettier": "^3.7.4",
51-
"prettier-plugin-jsdoc": "^1.7.0",
51+
"prettier-plugin-jsdoc": "^1.8.0",
5252
"prettier-plugin-organize-imports": "^4.3.0",
5353
"remark-cli": "^12.0.1",
5454
"remark-frontmatter": "^5.0.0",
5555
"remark-mdx": "^3.1.0",
5656
"remark-preset-lint-consistent": "^6.0.1",
5757
"remark-preset-lint-recommended": "^7.0.1",
5858
"typescript": "^5.9.3",
59-
"typescript-eslint": "^8.48.1"
59+
"typescript-eslint": "^8.49.0"
6060
},
6161
"resolutions": {
6262
"path-to-regexp@npm:2.2.1": "^3",

package-lock.json

Lines changed: 69 additions & 150 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)