Skip to content

Commit

Permalink
Bump @stylistic/eslint-plugin-ts from 2.13.0 to 3.0.1 (#1218)
Browse files Browse the repository at this point in the history
Bumps
[@stylistic/eslint-plugin-ts](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts)
from 2.13.0 to 3.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint-stylistic/eslint-stylistic/releases"><code>@​stylistic/eslint-plugin-ts</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.0.1</h2>
<h2><a
href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v3.0.0...v3.0.1">3.0.1</a>
(2025-01-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> unpin typescript-eslint deps (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/673">#673</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9fb672df83c5138a3f521f281e37babb307606bc">9fb672d</a>)</li>
</ul>
<h2>v3.0.0</h2>
<h2><a
href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.13.0...v3.0.0">3.0.0</a>
(2025-01-25)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li><strong>indent-binary-ops:</strong> remove unnecessary logic (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/645">#645</a>)</li>
<li>cross test <code>function-call-spacing</code> (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/565">#565</a>)</li>
<li><strong>comma-style:</strong> turn off all exceptions option by
default (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/602">#602</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>comma-style:</strong> turn off all exceptions option by
default (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/602">#602</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c424d63eda46bc471d871d699b375d84ff3262bb">c424d63</a>)</li>
<li>cross test <code>function-call-spacing</code> (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/565">#565</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/80ec2e4e3dc5c06e4c0837ac38b41bfad337bfe6">80ec2e4</a>)</li>
<li><strong>quotes:</strong> Option to allow template literals only to
avoid escape (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/643">#643</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5558bdbb2eb989b81bf7b91c62d5e9f1c80bb822">5558bdb</a>)</li>
<li><strong>type-generic-spacing:</strong> remove whitespaces in generic
types (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/667">#667</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8dd68e2c7dd6720ce2c0e6fcdbe9c0573c3a1eda">8dd68e2</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>jsx-wrap-multilines:</strong> prevent crash when using tabs
(<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/653">#653</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8cbc9f85d6b8b75acb3eac6e606d2361cc1d2af6">8cbc9f8</a>)</li>
<li><strong>plus:</strong> dependencies bundle (<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ba9ed81029c7cc06a38a36f16faf443138bd4800">ba9ed81</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>add <code>flat: true</code> to flat config customize example (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/669">#669</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4710771c11548a4b854c89188351d0d4a1b27fd7">4710771</a>)</li>
<li>typo (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/662">#662</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a87f5bd4e6428b5887359b5e793d36fbdd9376a0">a87f5bd</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li>cross test <code>indent</code> (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/563">#563</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/80c5486682a1ff3ecea525cdf4e3d27d0e2a0bb8">80c5486</a>)</li>
<li><strong>indent-binary-ops:</strong> remove unnecessary logic (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/645">#645</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a06ed180b4b5a09d7bd0f2e06eff76b70f265546">a06ed18</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md"><code>@​stylistic/eslint-plugin-ts</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v3.0.0...v3.0.1">3.0.1</a>
(2025-01-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> unpin typescript-eslint deps (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/673">#673</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9fb672df83c5138a3f521f281e37babb307606bc">9fb672d</a>)</li>
</ul>
<h2><a
href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.13.0...v3.0.0">3.0.0</a>
(2025-01-25)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li><strong>indent-binary-ops:</strong> remove unnecessary logic (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/645">#645</a>)</li>
<li>cross test <code>function-call-spacing</code> (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/565">#565</a>)</li>
<li><strong>comma-style:</strong> turn off all exceptions option by
default (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/602">#602</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>comma-style:</strong> turn off all exceptions option by
default (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/602">#602</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c424d63eda46bc471d871d699b375d84ff3262bb">c424d63</a>)</li>
<li>cross test <code>function-call-spacing</code> (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/565">#565</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/80ec2e4e3dc5c06e4c0837ac38b41bfad337bfe6">80ec2e4</a>)</li>
<li><strong>quotes:</strong> Option to allow template literals only to
avoid escape (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/643">#643</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5558bdbb2eb989b81bf7b91c62d5e9f1c80bb822">5558bdb</a>)</li>
<li><strong>type-generic-spacing:</strong> remove whitespaces in generic
types (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/667">#667</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8dd68e2c7dd6720ce2c0e6fcdbe9c0573c3a1eda">8dd68e2</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>jsx-wrap-multilines:</strong> prevent crash when using tabs
(<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/653">#653</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8cbc9f85d6b8b75acb3eac6e606d2361cc1d2af6">8cbc9f8</a>)</li>
<li><strong>plus:</strong> dependencies bundle (<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ba9ed81029c7cc06a38a36f16faf443138bd4800">ba9ed81</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>add <code>flat: true</code> to flat config customize example (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/669">#669</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4710771c11548a4b854c89188351d0d4a1b27fd7">4710771</a>)</li>
<li>typo (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/662">#662</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a87f5bd4e6428b5887359b5e793d36fbdd9376a0">a87f5bd</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li>cross test <code>indent</code> (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/563">#563</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/80c5486682a1ff3ecea525cdf4e3d27d0e2a0bb8">80c5486</a>)</li>
<li><strong>indent-binary-ops:</strong> remove unnecessary logic (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/645">#645</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a06ed180b4b5a09d7bd0f2e06eff76b70f265546">a06ed18</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/21704b67ff164adc31921110d9a2b5a18d96dfa3"><code>21704b6</code></a>
chore: release v3.0.1 (main) (<a
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts/issues/674">#674</a>)</li>
<li><a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/770a0a84e238c6ab3dea96e5f7cb71ebf28e68d3"><code>770a0a8</code></a>
chore: release v3.0.0 (main) (<a
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts/issues/660">#660</a>)</li>
<li>See full diff in <a
href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v3.0.1/packages/eslint-plugin-ts">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@stylistic/eslint-plugin-ts&package-manager=npm_and_yarn&previous-version=2.13.0&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 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>
  • Loading branch information
LukasKalbertodt authored Feb 4, 2025
2 parents adc6afb + 38a954f commit eecded0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@opencast/eslint-config-ts-react": "^0.2.0",
"@stylistic/eslint-plugin-ts": "^2.13.0",
"@stylistic/eslint-plugin-ts": "^3.0.1",
"@types/iarna__toml": "^2.0.5",
"@types/mustache": "^4.2.5",
"@types/node": "^22.13.0",
Expand Down

0 comments on commit eecded0

Please sign in to comment.