-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit 2866086
authored
chore(deps): bump the eslint group across 1 directory with 2 updates (#1287)
Bumps the eslint group with 2 updates in the /tools/code-style
directory:
[eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).
Updates `eslint-plugin-jsdoc` from 54.1.1 to 54.3.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>v54.3.1</h2>
<h2><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v54.3.0...v54.3.1">54.3.1</a>
(2025-09-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong><code>check-template-names</code>,
<code>require-template</code>:</strong> ensure template name is based on
what is within any brackets and preceding equal sign; fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1466">#1466</a>
(<a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1468">#1468</a>)
(<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/5fbab65f0f1fe7375e749eb22c032b018d030ca8">5fbab65</a>)</li>
</ul>
<h2>v54.3.0</h2>
<h1><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v54.2.1...v54.3.0">54.3.0</a>
(2025-09-02)</h1>
<h3>Features</h3>
<ul>
<li><strong><code>require-hyphen-before-param-description</code>:</strong>
when <code>always</code> is set, disallow hyphen at end of line; fixes
<a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1435">#1435</a>
(<a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1454">#1454</a>)
(<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/95f33808772733623549d1399a2b3b43cc652c65">95f3380</a>)</li>
</ul>
<h2>v54.2.1</h2>
<h2><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v54.2.0...v54.2.1">54.2.1</a>
(2025-09-02)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong><code>valid-types</code>:</strong> try parsing whole item
before splitting into commas; fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1464">#1464</a>
(<a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1465">#1465</a>)
(<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/81323920dbe3ee7401f64e062e72432e10f03661">8132392</a>)</li>
</ul>
<h2>v54.2.0</h2>
<h1><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v54.1.1...v54.2.0">54.2.0</a>
(2025-09-02)</h1>
<h3>Features</h3>
<ul>
<li><strong><code>require-template</code>:</strong> add
<code>exemptedBy</code>; fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1460">#1460</a>
(<a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1463">#1463</a>)
(<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/09ee4ab2479fc3ec7e97fa1d9562a4dd34345e57">09ee4ab</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/5fbab65f0f1fe7375e749eb22c032b018d030ca8"><code>5fbab65</code></a>
fix(<code>check-template-names</code>, <code>require-template</code>):
ensure template name is base...</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/d67dc2d9aa8305f5a89c09dbe9cdc497389dff21"><code>d67dc2d</code></a>
chore: avoid TS on binary files (<a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1467">#1467</a>)</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/95f33808772733623549d1399a2b3b43cc652c65"><code>95f3380</code></a>
feat(<code>require-hyphen-before-param-description</code>): when
<code>always</code> is set, disall...</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/81323920dbe3ee7401f64e062e72432e10f03661"><code>8132392</code></a>
fix(<code>valid-types</code>): try parsing whole item before splitting
into commas; fixe...</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/09ee4ab2479fc3ec7e97fa1d9562a4dd34345e57"><code>09ee4ab</code></a>
feat(<code>require-template</code>): add <code>exemptedBy</code>; fixes
<a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1460">#1460</a>
(<a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1463">#1463</a>)</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/b4c9b58c62bbea59f296d601861053c4cc49f6c4"><code>b4c9b58</code></a>
chore: update devDeps. (<a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1459">#1459</a>)</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/3afb15122e244d8826a0449019d036d25b5a34b1"><code>3afb151</code></a>
docs: correct alphabetization of rules in example config block (<a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1458">#1458</a>)</li>
<li>See full diff in <a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v54.1.1...v54.3.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `typescript-eslint` from 8.41.0 to 8.42.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.42.0</h2>
<h2>8.42.0 (2025-09-02)</h2>
<h3>🚀 Features</h3>
<ul>
<li>deprecate tseslint.config() (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11531">#11531</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>deps:</strong> update eslint monorepo to v9.33.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11482">#11482</a>)</li>
<li><strong>typescript-eslint:</strong> handle non-normalized windows
paths produced by jiti (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11546">#11546</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<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.42.0 (2025-09-02)</h2>
<h3>🚀 Features</h3>
<ul>
<li>deprecate tseslint.config() (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11531">#11531</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>typescript-eslint:</strong> handle non-normalized windows
paths produced by jiti (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11546">#11546</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<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>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d13590979dc4130525d7b321230298dcdebc176f"><code>d135909</code></a>
chore(release): publish 8.42.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/fa156454702398aa2002315f468a360a5508c2e2"><code>fa15645</code></a>
fix(typescript-eslint): handle non-normalized windows paths produced by
jiti ...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d7614a74c3609843a0a3aefdd2c0685dec82e7c5"><code>d7614a7</code></a>
feat: deprecate tseslint.config() (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11531">#11531</a>)</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.42.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for typescript-eslint since your current
version.</p>
</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 c7d2a59 commit 2866086Copy full SHA for 2866086
File tree
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedFilter options
- tools/code-style
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedCollapse file: tools/code-style/package.json
tools/code-style/package.json
Copy file name to clipboardExpand all lines: tools/code-style/package.json+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
0 commit comments