Commit e476700
authored
Bump @stylistic/eslint-plugin from 5.2.0 to 5.2.3 in /openalprwebhookprocessor.client (#137)
Bumps
[@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin)
from 5.2.0 to 5.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint-stylistic/eslint-stylistic/releases"><code>@stylistic/eslint-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v5.2.3</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li><strong>indent</strong>:
<ul>
<li>Correctly locate left paren in <code>CallExpression</code> with
specific type arguments - by <a
href="https://github.com/9romise"><code>@9romise</code></a> in <a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/910">eslint-stylistic/eslint-stylistic#910</a>
<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f5516850"><!--
raw HTML omitted -->(f5516)<!-- raw HTML omitted --></a></li>
<li>Prevent crashes during <code>JSXFragment</code> handling - by <a
href="https://github.com/9romise"><code>@9romise</code></a> in <a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/919">eslint-stylistic/eslint-stylistic#919</a>
<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5937be96"><!--
raw HTML omitted -->(5937b)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5> <a
href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.2.2...v5.2.3">View
changes on GitHub</a></h5>
<h2>v5.2.2</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li><strong>no-extra-parens</strong>: Skip nested
<code>TSUnionType/TSIntersectionType</code> when
<code>nestedBinaryExpressions: false</code> - by <a
href="https://github.com/9romise"><code>@9romise</code></a> in <a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/905">eslint-stylistic/eslint-stylistic#905</a>
<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/348f62f4"><!--
raw HTML omitted -->(348f6)<!-- raw HTML omitted --></a></li>
<li><strong>object-curly-spacing</strong>: Prevent crash when
encountering multiple non-ImportSpecifier nodes - by <a
href="https://github.com/9romise"><code>@9romise</code></a> in <a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/907">eslint-stylistic/eslint-stylistic#907</a>
<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9b77d02f"><!--
raw HTML omitted -->(9b77d)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.2.1...v5.2.2">View
changes on GitHub</a></h5>
<h2>v5.2.1</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Run update, correct schema - by <a
href="https://github.com/9romise"><code>@9romise</code></a> in <a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/887">eslint-stylistic/eslint-stylistic#887</a>
<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cc06d9ab"><!--
raw HTML omitted -->(cc06d)<!-- raw HTML omitted --></a></li>
<li><strong>indent</strong>: Ignore semicolon in
<code>TSTypeAliasDeclaration</code> - by <a
href="https://github.com/9romise"><code>@9romise</code></a> in <a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/903">eslint-stylistic/eslint-stylistic#903</a>
<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/71aaccc8"><!--
raw HTML omitted -->(71aac)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🏎 Performance</h3>
<ul>
<li>Reduce array iterations - by <a
href="https://github.com/9romise"><code>@9romise</code></a> in <a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/886">eslint-stylistic/eslint-stylistic#886</a>
<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/84b7d0e2"><!--
raw HTML omitted -->(84b7d)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.2.0...v5.2.1">View
changes on GitHub</a></h5>
</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</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.2.2...v5.2.3">5.2.3</a>
(2025-08-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>indent:</strong> correctly locate left paren in
<code>CallExpression</code> with specific type arguments (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/910">#910</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f55168509c46a6f6d12b54b68ea335feb1afb2dd">f551685</a>)</li>
<li><strong>indent:</strong> prevent crashes during
<code>JSXFragment</code> handling (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/919">#919</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5937be96559fe62b98e43e3e2087b797ce57500f">5937be9</a>)</li>
</ul>
<h2><a
href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.2.1...v5.2.2">5.2.2</a>
(2025-07-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>no-extra-parens:</strong> skip nested
<code>TSUnionType/TSIntersectionType</code> when
<code>nestedBinaryExpressions: false</code> (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/905">#905</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/348f62f4fc0da84860dd44dc71c3da9f54c318cc">348f62f</a>)</li>
<li><strong>object-curly-spacing:</strong> prevent crash when
encountering multiple non-ImportSpecifier nodes (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/907">#907</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9b77d02fb7f4b1a4f2578352801f2c0d430acd08">9b77d02</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><strong>padding-line-between-statements:</strong> simplify options
definition (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/900">#900</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ced75917d747a34cad3f31ae163f6bf076506085">ced7591</a>)</li>
</ul>
<h2><a
href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.2.0...v5.2.1">5.2.1</a>
(2025-07-21)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>indent:</strong> ignore semicolon in
<code>TSTypeAliasDeclaration</code> (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/903">#903</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/71aaccc8306f6625f57596d532c06a1562388129">71aaccc</a>)</li>
<li>run update, correct schema (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/887">#887</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cc06d9ab03ac99ac09633be4b9b18ee398083943">cc06d9a</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><strong>object-curly-spacing:</strong> simplify import/export checks
(<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/897">#897</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5c1b8e92551806bcf548201534b2095244b29136">5c1b8e9</a>)</li>
<li>unify <code>isRegExpLiteral</code> (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/891">#891</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/0d9a5f736c83a2fb89d6fc466616fd87babd3272">0d9a5f7</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>reduce array iterations (<a
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/886">#886</a>)
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/84b7d0e2c91f01c2bedfbd505555daf4c22bccb8">84b7d0e</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/621b82a1a9602a641d25cb63167e9257ed4e9a43"><code>621b82a</code></a>
chore: release v5.2.3 (main) (<a
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/911">#911</a>)</li>
<li><a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5937be96559fe62b98e43e3e2087b797ce57500f"><code>5937be9</code></a>
fix(indent): prevent crashes during <code>JSXFragment</code> handling
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/919">#919</a>)</li>
<li><a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f55168509c46a6f6d12b54b68ea335feb1afb2dd"><code>f551685</code></a>
fix(indent): correctly locate left paren in <code>CallExpression</code>
with specific ty...</li>
<li><a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/7b45fc5ab5f431301eebe6ac93f799d167039f27"><code>7b45fc5</code></a>
chore: release v5.2.2 (main) (<a
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/908">#908</a>)</li>
<li><a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ced75917d747a34cad3f31ae163f6bf076506085"><code>ced7591</code></a>
refactor(padding-line-between-statements): simplify options definition
(<a
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/900">#900</a>)</li>
<li><a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9b77d02fb7f4b1a4f2578352801f2c0d430acd08"><code>9b77d02</code></a>
fix(object-curly-spacing): prevent crash when encountering multiple
non-Impor...</li>
<li><a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/348f62f4fc0da84860dd44dc71c3da9f54c318cc"><code>348f62f</code></a>
fix(no-extra-parens): skip nested
<code>TSUnionType/TSIntersectionType</code> when `nest...</li>
<li><a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/dee0582755ce23c8ff857128f16704a54e4156fa"><code>dee0582</code></a>
chore: release v5.2.1 (main) (<a
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/888">#888</a>)</li>
<li><a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/71aaccc8306f6625f57596d532c06a1562388129"><code>71aaccc</code></a>
fix(indent): ignore semicolon in <code>TSTypeAliasDeclaration</code> (<a
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/903">#903</a>)</li>
<li><a
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5c1b8e92551806bcf548201534b2095244b29136"><code>5c1b8e9</code></a>
refactor(object-curly-spacing): simplify import/export checks (<a
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/897">#897</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.2.3/packages/eslint-plugin">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 3319d09 commit e476700
2 files changed
Lines changed: 20 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments