[openstreetmap/openstreetmap-website] Bump @stylistic/eslint-plugin-js from 4.0.1 to 4.1.0 (PR #5728)
dependabot[bot]
notifications at github.com
Wed Feb 26 23:57:30 UTC 2025
Bumps [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) from 4.0.1 to 4.1.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.1.0</h2>
<h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v4.0.1...v4.1.0">4.1.0</a> (2025-02-26)</h2>
<h3>Features</h3>
<ul>
<li>add <code>module.exports</code> named export for <code>require(esm)</code> compatibility (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/700">#700</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/668c9556212423702dad4b73685c2299ece2527a">668c955</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>update merged note (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/07b08f1c7d74de0fe2cb6886b4f49baae574a71b">07b08f1</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li>merge <code>lines-around-comment</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/691">#691</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f59605b9d1967357e9507998b0f7649c20094d55">f59605b</a>)</li>
<li>merge <code>space-before-blocks</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/698">#698</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/6e8554dbcb4dc87814c7131d3a235f3c68dee16e">6e8554d</a>)</li>
<li>merge <code>space-infix-ops</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/697">#697</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/1a1b3886c42baeb15f113a8129256d1e0d9c23a6">1a1b388</a>)</li>
<li>remove unnecessary ternary expression (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/695">#695</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/66a4b18d46979a1a51e350a0f547d28900a078dc">66a4b18</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-js</code>'s changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v4.0.1...v4.1.0">4.1.0</a> (2025-02-26)</h2>
<h3>Features</h3>
<ul>
<li>add <code>module.exports</code> named export for <code>require(esm)</code> compatibility (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/700">#700</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/668c9556212423702dad4b73685c2299ece2527a">668c955</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>update merged note (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/07b08f1c7d74de0fe2cb6886b4f49baae574a71b">07b08f1</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li>merge <code>lines-around-comment</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/691">#691</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f59605b9d1967357e9507998b0f7649c20094d55">f59605b</a>)</li>
<li>merge <code>space-before-blocks</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/698">#698</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/6e8554dbcb4dc87814c7131d3a235f3c68dee16e">6e8554d</a>)</li>
<li>merge <code>space-infix-ops</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/697">#697</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/1a1b3886c42baeb15f113a8129256d1e0d9c23a6">1a1b388</a>)</li>
<li>remove unnecessary ternary expression (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/695">#695</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/66a4b18d46979a1a51e350a0f547d28900a078dc">66a4b18</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d3ee9e54b942b91d0a97e5449d1059553c149647"><code>d3ee9e5</code></a> chore: release v4.1.0 (main) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js/issues/701">#701</a>)</li>
<li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/668c9556212423702dad4b73685c2299ece2527a"><code>668c955</code></a> feat: add <code>module.exports</code> named export for <code>require(esm)</code> compatibility (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js/issues/700">#700</a>)</li>
<li>See full diff in <a href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.1.0/packages/eslint-plugin-js">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>
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/openstreetmap-website/pull/5728
-- Commit Summary --
* Bump @stylistic/eslint-plugin-js from 4.0.1 to 4.1.0
-- File Changes --
M yarn.lock (6)
-- Patch Links --
https://github.com/openstreetmap/openstreetmap-website/pull/5728.patch
https://github.com/openstreetmap/openstreetmap-website/pull/5728.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5728
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/5728 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250226/924b2d90/attachment-0001.htm>
More information about the rails-dev
mailing list