Bumps 
[@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js)
 from 4.2.0 to 4.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a 
href="https://github.com/eslint-stylistic/eslint-stylistic/releases"><code>@​stylistic/eslint-plugin-js</code>'s
 releases</a>.</em></p>
<blockquote>
<h2>v4.4.0</h2>
<h2><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v4.3.0...v4.4.0">4.4.0</a>
 (2025-05-24)</h2>
<h3>Features</h3>
<ul>
<li>deprecate sub packages and emit warnings (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/793">#793</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/48503aa38a932aedbcbe9e2b0003f477c0385286">48503aa</a>)</li>
</ul>
<h2>v4.3.0</h2>
<h2><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v4.2.0...v4.3.0">4.3.0</a>
 (2025-05-24)</h2>
<h3>Features</h3>
<ul>
<li><strong>configs:</strong> add new severity option for all 
rules (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/733">#733</a>)
 (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/736">#736</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c553a9ca745b8a46f1fc41986cde43da2d016431">c553a9c</a>)</li>
<li><strong>jsx-sort-props:</strong> support custom 
reservedFirst and reservedLast (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/744">#744</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/fb17e9635a39873452a82e9e186af11966db679f">fb17e96</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> only export interfaces in 
index (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/763">#763</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/93a4eb1a55615dce0cf86f3124ac6aa891b5bd8a">93a4eb1</a>)</li>
<li>handle new AST change on <code>TSImportType</code> (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8f31461f22f6d59836705ddeb5713129b118d50c">8f31461</a>)</li>
<li><strong>indent:</strong> handle 
<code>ChainExpression</code> and 
<code>AwaitExpression</code> when 
<code>offsetTernaryExpressionsOffsetCallExpressions</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/751">#751</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a1af6635dce41dbea7ae7abcae037e40dee667b7">a1af663</a>)</li>
<li><strong>indent:</strong> wrong PropertyDefinition value 
offset when ts type have multiple line (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/774">#774</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/140e18f3fc18a99e3e38f05d99eea6776b284938">140e18f</a>)</li>
<li><strong>no-extra-parens:</strong> do not break specific 
<code>ReturnStatement</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/738">#738</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a375a92fefe3905ba46961e3278cc80cdf3ba050">a375a92</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>deprecate <code>jsx-indent</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/741">#741</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ca23ce1ef0063f946e4defbf4118edc4eae49748">ca23ce1</a>)</li>
<li>fix comment example (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/759">#759</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c841bb6fe72fd13a1db28e21580a1056036d25fe">c841bb6</a>)</li>
<li>fix eslint error (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/775">#775</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f2866f9120fa73c5ed98e501364fdd3948cabd82">f2866f9</a>)</li>
<li>fix eslint error tip does not display (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/792">#792</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b09756de4061e249dc34c424948be9a53dbed821">b09756d</a>)</li>
<li>incorrect error tip should display (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/747">#747</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/7e06b8118c563e7ab0e7b99bd1f579249e3b5de9">7e06b81</a>)</li>
<li>typo (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/723">#723</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b6ed75158336a3253378b6312c5311ebbd139bcb">b6ed751</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><code>comma-dangle</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/716">#716</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/7e55b1645d228ee7471bfdd71ff92bf9a7a0cd16">7e55b16</a>)</li>
<li>merge <code>brace-style</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/715">#715</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5769933da4c402fd54a59cfeb664f172c27948eb">5769933</a>)</li>
<li>merge <code>indent</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/713">#713</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a57c2bb27226d5daf3098f09444ff91de2338084">a57c2bb</a>)</li>
<li>merge <code>key-spacing</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/734">#734</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/99c0873f74464bff90f148efb8d4282a042956a0">99c0873</a>)</li>
<li>merge <code>keyword-spacing</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/732">#732</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/001851960ad5cf7e2490aa097655202dde2a80ba">0018519</a>)</li>
<li>merge <code>lines-between-class-members</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/730">#730</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9f4bda0044d3ccb760eba65467a2062349c4409e">9f4bda0</a>)</li>
<li>merge <code>no-extra-parens</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/711">#711</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d6809c910510a4477e01ea248071f0701d0af4ed">d6809c9</a>)</li>
<li>merge <code>no-extra-semi</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/731">#731</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/880814e49fae4f25d1ff58204348427e65609714">880814e</a>)</li>
<li>merge <code>object-property-newline</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/719">#719</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d49ef91e765938c60e2b344391a0d5a09c85bdc1">d49ef91</a>)</li>
<li>merge <code>quote-props</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/729">#729</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/e5b09a52c1501295de96fa95e97b91d4ffeadddd">e5b09a5</a>)</li>
<li>merge <code>quotes</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/720">#720</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9284830c2b816c66b8ae50bd4e0c0ecff1ad555e">9284830</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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-js</code>'s
 changelog</a>.</em></p>
<blockquote>
<h2><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v4.3.0...v4.4.0">4.4.0</a>
 (2025-05-24)</h2>
<h3>Features</h3>
<ul>
<li>deprecate sub packages and emit warnings (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/793">#793</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/48503aa38a932aedbcbe9e2b0003f477c0385286">48503aa</a>)</li>
</ul>
<h2><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v4.2.0...v4.3.0">4.3.0</a>
 (2025-05-24)</h2>
<h3>Features</h3>
<ul>
<li><strong>configs:</strong> add new severity option for all 
rules (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/733">#733</a>)
 (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/736">#736</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c553a9ca745b8a46f1fc41986cde43da2d016431">c553a9c</a>)</li>
<li><strong>jsx-sort-props:</strong> support custom 
reservedFirst and reservedLast (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/744">#744</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/fb17e9635a39873452a82e9e186af11966db679f">fb17e96</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> only export interfaces in 
index (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/763">#763</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/93a4eb1a55615dce0cf86f3124ac6aa891b5bd8a">93a4eb1</a>)</li>
<li>handle new AST change on <code>TSImportType</code> (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8f31461f22f6d59836705ddeb5713129b118d50c">8f31461</a>)</li>
<li><strong>indent:</strong> handle 
<code>ChainExpression</code> and 
<code>AwaitExpression</code> when 
<code>offsetTernaryExpressionsOffsetCallExpressions</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/751">#751</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a1af6635dce41dbea7ae7abcae037e40dee667b7">a1af663</a>)</li>
<li><strong>indent:</strong> wrong PropertyDefinition value 
offset when ts type have multiple line (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/774">#774</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/140e18f3fc18a99e3e38f05d99eea6776b284938">140e18f</a>)</li>
<li><strong>no-extra-parens:</strong> do not break specific 
<code>ReturnStatement</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/738">#738</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a375a92fefe3905ba46961e3278cc80cdf3ba050">a375a92</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>deprecate <code>jsx-indent</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/741">#741</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ca23ce1ef0063f946e4defbf4118edc4eae49748">ca23ce1</a>)</li>
<li>fix comment example (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/759">#759</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c841bb6fe72fd13a1db28e21580a1056036d25fe">c841bb6</a>)</li>
<li>fix eslint error (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/775">#775</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f2866f9120fa73c5ed98e501364fdd3948cabd82">f2866f9</a>)</li>
<li>fix eslint error tip does not display (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/792">#792</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b09756de4061e249dc34c424948be9a53dbed821">b09756d</a>)</li>
<li>incorrect error tip should display (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/747">#747</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/7e06b8118c563e7ab0e7b99bd1f579249e3b5de9">7e06b81</a>)</li>
<li>typo (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/723">#723</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b6ed75158336a3253378b6312c5311ebbd139bcb">b6ed751</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><code>comma-dangle</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/716">#716</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/7e55b1645d228ee7471bfdd71ff92bf9a7a0cd16">7e55b16</a>)</li>
<li>merge <code>brace-style</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/715">#715</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5769933da4c402fd54a59cfeb664f172c27948eb">5769933</a>)</li>
<li>merge <code>indent</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/713">#713</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a57c2bb27226d5daf3098f09444ff91de2338084">a57c2bb</a>)</li>
<li>merge <code>key-spacing</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/734">#734</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/99c0873f74464bff90f148efb8d4282a042956a0">99c0873</a>)</li>
<li>merge <code>keyword-spacing</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/732">#732</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/001851960ad5cf7e2490aa097655202dde2a80ba">0018519</a>)</li>
<li>merge <code>lines-between-class-members</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/730">#730</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9f4bda0044d3ccb760eba65467a2062349c4409e">9f4bda0</a>)</li>
<li>merge <code>no-extra-parens</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/711">#711</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d6809c910510a4477e01ea248071f0701d0af4ed">d6809c9</a>)</li>
<li>merge <code>no-extra-semi</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/731">#731</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/880814e49fae4f25d1ff58204348427e65609714">880814e</a>)</li>
<li>merge <code>object-property-newline</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/719">#719</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d49ef91e765938c60e2b344391a0d5a09c85bdc1">d49ef91</a>)</li>
<li>merge <code>quote-props</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/729">#729</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/e5b09a52c1501295de96fa95e97b91d4ffeadddd">e5b09a5</a>)</li>
<li>merge <code>quotes</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/720">#720</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9284830c2b816c66b8ae50bd4e0c0ecff1ad555e">9284830</a>)</li>
<li>merge <code>semi-spacing</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/727">#727</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/72856a876c64071cc68e9437562ec2422dfd39f6">72856a8</a>)</li>
<li>merge <code>semi</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/728">#728</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/85eeaa16f102190f04801a8bfa9675f6638b51a4">85eeaa1</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/e2a7a939be618a504b3a4b3af7d060affde84e95"><code>e2a7a93</code></a>
 chore: release v4.4.0 (main) (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js/issues/795">#795</a>)</li>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/48503aa38a932aedbcbe9e2b0003f477c0385286"><code>48503aa</code></a>
 feat: deprecate sub packages and emit warnings (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js/issues/793">#793</a>)</li>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/56dcd55a12a7bc6515fc0212bf39351a95c70f20"><code>56dcd55</code></a>
 chore: release v4.3.0 (main) (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js/issues/721">#721</a>)</li>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b0042021b21912cbd4ef8695900621db0812a362"><code>b004202</code></a>
 chore: run update (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js/issues/712">#712</a>)</li>
<li>See full diff in <a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.4.0/packages/eslint-plugin-js">compare
 view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@stylistic/eslint-plugin-js&package-manager=npm_and_yarn&previous-version=4.2.0&new-version=4.4.0)](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>
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/6055

-- Commit Summary --

  * Bump @stylistic/eslint-plugin-js from 4.2.0 to 4.4.0

-- File Changes --

    M yarn.lock (6)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/6055.patch
https://github.com/openstreetmap/openstreetmap-website/pull/6055.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6055
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to