Skip to content

Commit 19e1b39

Browse files
chore(deps): bump the eslint group across 1 directory with 3 updates (#1245)
Bumps the eslint group with 3 updates in the /tools/code-style directory: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc), [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `eslint-plugin-jsdoc` from 50.6.17 to 50.7.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gajus/eslint-plugin-jsdoc/releases">eslint-plugin-jsdoc's releases</a>.</em></p> <blockquote> <h2>v50.7.1</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.7.0...v50.7.1">50.7.1</a> (2025-06-01)</h2> <h3>Bug Fixes</h3> <ul> <li>revert are-docs-informative upgrade; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1393">#1393</a> (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1394">#1394</a>) (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/99cb131ee40fa10f943aadfd73a6d18da082882f">99cb131</a>)</li> </ul> <h2>v50.7.0</h2> <h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.17...v50.7.0">50.7.0</a> (2025-06-01)</h1> <h3>Features</h3> <ul> <li><strong><code>getJsdocProcessorPlugin</code>:</strong> add <code>allowedLanguagesToProcess</code> option (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1392">#1392</a>) (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/0adbf43b6b9f3e24422e100571ed66dd04f169be">0adbf43</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/99cb131ee40fa10f943aadfd73a6d18da082882f"><code>99cb131</code></a> fix: revert are-docs-informative upgrade; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1393">#1393</a> (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1394">#1394</a>)</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/0adbf43b6b9f3e24422e100571ed66dd04f169be"><code>0adbf43</code></a> feat(<code>getJsdocProcessorPlugin</code>): add <code>allowedLanguagesToProcess</code> option (<a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1392">#1392</a>)</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/228c5687408b6ca37584092f9c48fe79b71dd337"><code>228c568</code></a> chore: update jsdoccomment, are-docs-informative, debug, espree, semver, devD...</li> <li>See full diff in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.17...v50.7.1">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-n` from 17.18.0 to 17.19.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint-community/eslint-plugin-n/releases">eslint-plugin-n's releases</a>.</em></p> <blockquote> <h2>v17.19.0</h2> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.18.0...v17.19.0">17.19.0</a> (2025-06-02)</h2> <h3>🌟 Features</h3> <ul> <li>add <code>no-top-level-await</code> rule (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/440">#440</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/a500a48dec48707c12c1b0300632bb6ea7c99734">a500a48</a>)</li> <li>add support for ignoring sync methods from certain locations (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/424">#424</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/ef94e498e0b79fbdd8a44bb01c95e1bf3d4ba09a">ef94e49</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md">eslint-plugin-n's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.18.0...v17.19.0">17.19.0</a> (2025-06-02)</h2> <h3>🌟 Features</h3> <ul> <li>add <code>no-top-level-await</code> rule (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/440">#440</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/a500a48dec48707c12c1b0300632bb6ea7c99734">a500a48</a>)</li> <li>add support for ignoring sync methods from certain locations (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/424">#424</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/ef94e498e0b79fbdd8a44bb01c95e1bf3d4ba09a">ef94e49</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/96998b972ef99618b9ce1da297847e61c0bdea53"><code>96998b9</code></a> chore(master): release 17.19.0 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/444">#444</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/ef94e498e0b79fbdd8a44bb01c95e1bf3d4ba09a"><code>ef94e49</code></a> feat: add support for ignoring sync methods from certain locations (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/424">#424</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/a500a48dec48707c12c1b0300632bb6ea7c99734"><code>a500a48</code></a> feat: add <code>no-top-level-await</code> rule (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/440">#440</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/d50c88ede42f98aa181d741cb615d8cc8bdf74e1"><code>d50c88e</code></a> ci: replace node 23 with 24 in test matrix (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/442">#442</a>)</li> <li>See full diff in <a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.18.0...v17.19.0">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.33.0 to 8.33.1 <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.33.1</h2> <h2>8.33.1 (2025-06-02)</h2> <h3>🩹 Fixes</h3> <ul> <li>exclude docs/ directory from eslint-plugin package (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11251">#11251</a>)</li> <li><strong>project-service:</strong> add missing <code>typescript</code> peer dependency (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11265">#11265</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>JounQin</li> <li>roottool</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/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.33.1 (2025-06-02)</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://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/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/936f35022c1e1357da82c4b958b7bff2563e2075"><code>936f350</code></a> chore(release): publish 8.33.1</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.1/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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 092bea3 commit 19e1b39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/code-style/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"eslint": "9.14.0",
1111
"eslint-config-love": "120.0.0",
1212
"eslint-plugin-import": "2.31.0",
13-
"eslint-plugin-jsdoc": "50.6.17",
13+
"eslint-plugin-jsdoc": "50.7.1",
1414
"eslint-plugin-license-header": "0.8.0",
15-
"eslint-plugin-n": "17.18.0",
15+
"eslint-plugin-n": "17.19.0",
1616
"eslint-plugin-promise": "7.2.1",
1717
"eslint-plugin-simple-import-sort": "12.1.1",
1818
"eslint-plugin-tsdoc": "0.4.0",
1919
"globals": "^16.0.0",
2020
"neostandard": "0.12.1",
21-
"typescript-eslint": "8.33.0"
21+
"typescript-eslint": "8.33.1"
2222
},
2323
"scripts": {
2424
"cs-fix": "npm exec -- eslint --fix ."

0 commit comments

Comments
 (0)