[openstreetmap/openstreetmap-website] Bump the dependencies group with 2 updates (PR #7233)

dependabot[bot] notifications at github.com
Wed Jul 15 23:13:37 UTC 2026


Bumps the dependencies group with 2 updates: [@herb-tools/linter](https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter) and [eslint](https://github.com/eslint/eslint).

Updates `@herb-tools/linter` from 0.10.1 to 0.10.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/marcoroth/herb/releases">@​herb-tools/linter's releases</a>.</em></p>
<blockquote>
<h2>v0.10.2</h2>
<h3>Parser</h3>
<ul>
<li>Skip close tag search for tag names with no closing tags by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1794">marcoroth/herb#1794</a></li>
<li>Add <code>timeout</code> to <code>parse_option_T</code> by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1795">marcoroth/herb#1795</a></li>
<li>Add <code>max_errors</code> to <code>parse_option_T</code> by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1796">marcoroth/herb#1796</a></li>
<li>Allow inline <code>in</code> expressions outside of <code>case</code> statements by <a href="https://github.com/ttilberg"><code>@​ttilberg</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1821">marcoroth/herb#1821</a></li>
</ul>
<h3>Linter</h3>
<h4>New Linter Rules</h4>
<ul>
<li>Implement <code>a11y-no-redundant-image-alt</code> rule by <a href="https://github.com/joelhawksley"><code>@​joelhawksley</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1686">marcoroth/herb#1686</a></li>
<li>Implement <code>a11y-disabled-attribute</code> rule by <a href="https://github.com/joelhawksley"><code>@​joelhawksley</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1685">marcoroth/herb#1685</a></li>
<li>Implement <code>a11y-avoid-generic-link-text</code> rule by <a href="https://github.com/joelhawksley"><code>@​joelhawksley</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1673">marcoroth/herb#1673</a></li>
<li>Implement <code>a11y-svg-has-accessible-text</code> rule by <a href="https://github.com/joelhawksley"><code>@​joelhawksley</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1669">marcoroth/herb#1669</a></li>
<li>Implement <code>a11y-no-aria-label-misuse</code> rule by <a href="https://github.com/joelhawksley"><code>@​joelhawksley</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1677">marcoroth/herb#1677</a></li>
<li>Implement <code>a11y-nested-interactive-elements</code> rule by <a href="https://github.com/joelhawksley"><code>@​joelhawksley</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1674">marcoroth/herb#1674</a></li>
</ul>
<h4>Updates Rules</h4>
<ul>
<li>Fix <code>html-no-self-closing</code> to preserve indentation by <a href="https://github.com/fgkolf"><code>@​fgkolf</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1753">marcoroth/herb#1753</a></li>
<li>Narrow <code>html-no-self-closing</code> offense location by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1777">marcoroth/herb#1777</a></li>
<li>Add WAI-ARIA Graphics roles to <code>html-aria-role-must-be-valid</code> by <a href="https://github.com/miyatis"><code>@​miyatis</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1825">marcoroth/herb#1825</a></li>
<li>Allow <code>application/ld+json</code> for <code>html-allowed-script-type</code> rule by <a href="https://github.com/xymbol"><code>@​xymbol</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1844">marcoroth/herb#1844</a></li>
</ul>
<h3>Formatter</h3>
<ul>
<li>Fix disabled formatter stdin output by <a href="https://github.com/hschne"><code>@​hschne</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1851">marcoroth/herb#1851</a></li>
</ul>
<h3>Laguage Server</h3>
<ul>
<li>Fix comments inside multiline ERB tags by <a href="https://github.com/RSeven"><code>@​RSeven</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1776">marcoroth/herb#1776</a></li>
</ul>
<h3>Core</h3>
<ul>
<li>Update AST Utils for <code>HTMLConditionalOpenTagNode</code> by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1781">marcoroth/herb#1781</a></li>
</ul>
<h3>JavaScript</h3>
<ul>
<li>Upgrade to Node.js 24 by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1778">marcoroth/herb#1778</a></li>
</ul>
<h3>Ruby</h3>
<ul>
<li>Add sig/manifest.yaml to declare stdlib dependencies by <a href="https://github.com/tk0miya"><code>@​tk0miya</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1711">marcoroth/herb#1711</a></li>
<li>Check RBS validity on CI by <a href="https://github.com/tk0miya"><code>@​tk0miya</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1712">marcoroth/herb#1712</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/marcoroth/herb/commit/b2244546d4a949d6867e3a9f987062d16f35e74b"><code>b224454</code></a> JavaScript: Set <code>unreleased</code> rules to <code>v0.10.2</code></li>
<li><a href="https://github.com/marcoroth/herb/commit/3f65710489e89b112e05e5e4b167d61a1f1975cf"><code>3f65710</code></a> <code>v0.10.2</code> (<a href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1853">#1853</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/bda4e75e99a620c8d95b7f5b87ea3bc135c3df21"><code>bda4e75</code></a> Bump picomatch from 4.0.4 to 4.0.5 (<a href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1840">#1840</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/7935fa7fa11cbf9ff0d5fe438e611566bafa2596"><code>7935fa7</code></a> Linter: Allow <code>application/ld+json</code> for <code>html-allowed-script-type</code> rule (<a href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1844">#1844</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/9f0ea3cf9238db17000daa9b25913b8e654bcb0b"><code>9f0ea3c</code></a> Linter: Add WAI-ARIA Graphics roles to <code>html-aria-role-must-be-valid</code> (<a href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1825">#1825</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/3416ce79af548a4a35ce70f3d941f51e1da50a1c"><code>3416ce7</code></a> Parser: Add <code>max_errors</code> to <code>parse_option_T</code> (<a href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1796">#1796</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/033033529201169191da18562150d6ee69f7f87b"><code>0330335</code></a> Parser: Add <code>timeout</code> to <code>parse_option_T</code> (<a href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1795">#1795</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/0372cabb9d86ed7ee94eeabbdec0eaad5704e0b4"><code>0372cab</code></a> Linter: Implement <code>a11y-nested-interactive-elements</code> rule (<a href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1674">#1674</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/17ffac123845230a0a40eda851b8788d0bd89161"><code>17ffac1</code></a> Linter: Implement <code>a11y-no-aria-label-misuse</code> rule (<a href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1677">#1677</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/2a02ec49794669d207fc0cfbb583ab3ff2b04ee9"><code>2a02ec4</code></a> Linter: Implement <code>a11y-svg-has-accessible-text</code> rule (<a href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1669">#1669</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/marcoroth/herb/commits/v0.10.2/javascript/packages/linter">compare view</a></li>
</ul>
</details>
<br />

Updates `eslint` from 10.6.0 to 10.7.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p>
<blockquote>
<h2>v10.7.0</h2>
<h2>Features</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/cf2a9bf2d982642f760370c15f1196f4658f4e27"><code>cf2a9bf</code></a> feat: add errorClassNames option to preserve-caught-error rule (<a href="https://redirect.github.com/eslint/eslint/issues/21032">#21032</a>) (sethamus)</li>
<li><a href="https://github.com/eslint/eslint/commit/f8b873aae53610b80b5c1005606716e05ed3b91f"><code>f8b873a</code></a> feat: max-nested-callbacks option for constructor callbacks (<a href="https://redirect.github.com/eslint/eslint/issues/21063">#21063</a>) (fnx)</li>
<li><a href="https://github.com/eslint/eslint/commit/557fde8bc633d26ea4fe287d4483f287e8e6080f"><code>557fde8</code></a> feat: support computed <code>Number.parseInt</code> member access in <code>radix</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/21041">#21041</a>) (Pixel)</li>
<li><a href="https://github.com/eslint/eslint/commit/0b4a73b65808f5a8fd192f15db2bf5e47002b9f7"><code>0b4a73b</code></a> feat: add suggestions to no-compare-neg-zero (<a href="https://redirect.github.com/eslint/eslint/issues/21034">#21034</a>) (den$)</li>
<li><a href="https://github.com/eslint/eslint/commit/96cdd427db5f26c6403fba92b0f7ae4556c595ec"><code>96cdd42</code></a> feat: report invalid signed numeric radix values in <code>radix</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/21030">#21030</a>) (Pixel)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/3e7bf15e69e6d3a2c8832356bcc2e9903cc4eede"><code>3e7bf15</code></a> fix: apply <code>ignoreClassesWithImplements</code> to class expressions (<a href="https://redirect.github.com/eslint/eslint/issues/21069">#21069</a>) (Pixel)</li>
<li><a href="https://github.com/eslint/eslint/commit/0d7d70cf013ec5bf1e4f5a0fcf7128bdf059b2d4"><code>0d7d70c</code></a> fix: insert cause outside wrapping parens in preserve-caught-error (<a href="https://redirect.github.com/eslint/eslint/issues/21062">#21062</a>) (Mahin Anowar)</li>
<li><a href="https://github.com/eslint/eslint/commit/75ec753226010867270787b412f3dae412e421e6"><code>75ec753</code></a> fix: handle static template literals in <code>eqeqeq</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/21058">#21058</a>) (Pixel)</li>
<li><a href="https://github.com/eslint/eslint/commit/b717a22e2408389a2ad40af66543e46390669eb6"><code>b717a22</code></a> fix: prevent <code>eqeqeq</code> null option from reporting non-equality operators (<a href="https://redirect.github.com/eslint/eslint/issues/21057">#21057</a>) (Pixel)</li>
<li><a href="https://github.com/eslint/eslint/commit/e35b05f1961dcd691611bd68b6ff8a87072d6f76"><code>e35b05f</code></a> fix: avoid <code>no-invalid-regexp</code> false positive for shadowed RegExp (<a href="https://redirect.github.com/eslint/eslint/issues/21051">#21051</a>) (Pixel)</li>
<li><a href="https://github.com/eslint/eslint/commit/a3172b69c7db63ea0321355543e3f527c7d8b76a"><code>a3172b6</code></a> fix: avoid <code>no-control-regex</code> false positive for shadowed RegExp (<a href="https://redirect.github.com/eslint/eslint/issues/21050">#21050</a>) (Pixel)</li>
<li><a href="https://github.com/eslint/eslint/commit/d1f637eca27e523d613991c6bea5b8726b810e4c"><code>d1f637e</code></a> fix: parenthesize sequence expression operands in no-implicit-coercion (<a href="https://redirect.github.com/eslint/eslint/issues/21045">#21045</a>) (spokodev)</li>
<li><a href="https://github.com/eslint/eslint/commit/8859bafb018e2b23b5110d52e491b69b94ad890a"><code>8859baf</code></a> fix: avoid prefer-numeric-literals false positive for shadowed globals (<a href="https://redirect.github.com/eslint/eslint/issues/21047">#21047</a>) (한국)</li>
<li><a href="https://github.com/eslint/eslint/commit/a9e5961050676ef29dba9649dfcd7233d21760c7"><code>a9e5961</code></a> fix: use-isnan false positive on shadowed NaN/Number (<a href="https://redirect.github.com/eslint/eslint/issues/20958">#20958</a>) (sethamus)</li>
<li><a href="https://github.com/eslint/eslint/commit/8a240a76108f30f2476e61a925e4d32d378cce5e"><code>8a240a7</code></a> fix: avoid false positives in <code>radix</code> rule for spread arguments (<a href="https://redirect.github.com/eslint/eslint/issues/21044">#21044</a>) (Pixel)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/c30d80801ca561bdf65c6c3eba4ee57dced278cf"><code>c30d808</code></a> docs: Update README (GitHub Actions Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/5139800b23e77fdd1a76664e1b36f478942eae55"><code>5139800</code></a> docs: document ESLint migration codemods in v9 and v10 guides (<a href="https://redirect.github.com/eslint/eslint/issues/20980">#20980</a>) (Alex Bit)</li>
<li><a href="https://github.com/eslint/eslint/commit/04174cbfaac1f9555400b5332d69056e6aab9cc6"><code>04174cb</code></a> docs: Update README (GitHub Actions Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/026e1304080512bcddfd2af3557fff86474ff949"><code>026e130</code></a> docs: update semver policy for bug fixes (<a href="https://redirect.github.com/eslint/eslint/issues/21048">#21048</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/9d42fefb0e05ecd0b256c2ebed479fc868862f0c"><code>9d42fef</code></a> docs: Update README (GitHub Actions Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/b23015955c8d6e6516076190730f538c86927f26"><code>b230159</code></a> docs: Update README (GitHub Actions Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/0129972ba122e95bece6040fda44d20f6799246a"><code>0129972</code></a> docs: correct <code>**/.js</code> glob to <code>**/*.js</code> in config files guide (<a href="https://redirect.github.com/eslint/eslint/issues/21036">#21036</a>) (EduardF1)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/948937986f2aa3cccb27a4c80694a85e5b0a5f64"><code>9489379</code></a> chore: update dependency <code>@​eslint/eslintrc</code> to ^3.3.6 (<a href="https://redirect.github.com/eslint/eslint/issues/21076">#21076</a>) (renovate[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/81a4774a928211bd0c01a06a1517736ece594522"><code>81a4774</code></a> chore: updates for v9.39.5 release (Jenkins)</li>
<li><a href="https://github.com/eslint/eslint/commit/983541491393323d17717683f6a2e6dbef4bc3f4"><code>9835414</code></a> chore: enable <code>$ExpectType</code> annotations in all TypeScript files (<a href="https://redirect.github.com/eslint/eslint/issues/21071">#21071</a>) (Francesco Trotta)</li>
<li><a href="https://github.com/eslint/eslint/commit/72adf6bd214c142b38aabb4b8f6f908079c5301a"><code>72adf6b</code></a> chore: restrict <code>markdownlint-cli2</code> updates in renovate (<a href="https://redirect.github.com/eslint/eslint/issues/21067">#21067</a>) (lumir)</li>
<li><a href="https://github.com/eslint/eslint/commit/833ec10fd702644e94334edd3cd2aa313174a958"><code>833ec10</code></a> chore: update dependency prettier to v3.9.4 (<a href="https://redirect.github.com/eslint/eslint/issues/21061">#21061</a>) (renovate[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/7ea106ddcb6af7db8f36d62a28dbaba94d33598e"><code>7ea106d</code></a> chore: update ecosystem plugins (<a href="https://redirect.github.com/eslint/eslint/issues/21059">#21059</a>) (ESLint Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/8fb550e7c257fbdc4108fc8e63db43c1d914d472"><code>8fb550e</code></a> chore: add prettier update commit to <code>.git-blame-ignore-revs</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21056">#21056</a>) (lumir)</li>
<li><a href="https://github.com/eslint/eslint/commit/e4e11668ead6b950328c71e894563a13ef72bf84"><code>e4e1166</code></a> chore: update dependency prettier to v3.9.1 (<a href="https://redirect.github.com/eslint/eslint/issues/21055">#21055</a>) (renovate[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/0493f53f3fcec4ed69a1808dffa153dcff1380d3"><code>0493f53</code></a> chore: update prettier to v3.9.0 (<a href="https://redirect.github.com/eslint/eslint/issues/21054">#21054</a>) (Pixel)</li>
<li><a href="https://github.com/eslint/eslint/commit/1056a996c657b377dc16a58c28890d2940394408"><code>1056a99</code></a> chore: update dependency prettier to v3.8.5 (<a href="https://redirect.github.com/eslint/eslint/issues/21049">#21049</a>) (renovate[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/4d4155df4a21d711e8dd21a467de085e770bad35"><code>4d4155d</code></a> ci: run ecosystem tests on pull requests (<a href="https://redirect.github.com/eslint/eslint/issues/21027">#21027</a>) (sethamus)</li>
<li><a href="https://github.com/eslint/eslint/commit/993539fd45d3d01aad3fbc13963e2245fdf7ee0d"><code>993539f</code></a> chore: update dependency <code>@​eslint/json</code> to ^2.0.1 (<a href="https://redirect.github.com/eslint/eslint/issues/21042">#21042</a>) (renovate[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/53f8b69c15af7398c989071ee4788b88edd48bdd"><code>53f8b69</code></a> test: add error locations to <code>no-constant-binary-expression</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21039">#21039</a>) (lumir)</li>
<li><a href="https://github.com/eslint/eslint/commit/5ab71d52f9d860df04e626fcd819a36257f21f9e"><code>5ab71d5</code></a> refactor: clean up radix rule internals (<a href="https://redirect.github.com/eslint/eslint/issues/21015">#21015</a>) (Pixel)</li>
<li><a href="https://github.com/eslint/eslint/commit/a80a9a461478838930c5545f840473840b26b0e6"><code>a80a9a4</code></a> chore: update ecosystem plugins (<a href="https://redirect.github.com/eslint/eslint/issues/21035">#21035</a>) (ESLint Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/7c9a02933cf1c231237babb8a7a32150ab72e263"><code>7c9a029</code></a> ci: add Node.js 26 to CI (<a href="https://redirect.github.com/eslint/eslint/issues/20847">#20847</a>) (lumir)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/fabd99bb74eedcb950df51ec3280414ff1d68d38"><code>fabd99b</code></a> 10.7.0</li>
<li><a href="https://github.com/eslint/eslint/commit/37c5e75949ff2ae1f0085f547e35ce2bdf9d524d"><code>37c5e75</code></a> Build: changelog update for 10.7.0</li>
<li><a href="https://github.com/eslint/eslint/commit/948937986f2aa3cccb27a4c80694a85e5b0a5f64"><code>9489379</code></a> chore: update dependency <code>@​eslint/eslintrc</code> to ^3.3.6 (<a href="https://redirect.github.com/eslint/eslint/issues/21076">#21076</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/81a4774a928211bd0c01a06a1517736ece594522"><code>81a4774</code></a> chore: updates for v9.39.5 release</li>
<li><a href="https://github.com/eslint/eslint/commit/3e7bf15e69e6d3a2c8832356bcc2e9903cc4eede"><code>3e7bf15</code></a> fix: apply <code>ignoreClassesWithImplements</code> to class expressions (<a href="https://redirect.github.com/eslint/eslint/issues/21069">#21069</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/983541491393323d17717683f6a2e6dbef4bc3f4"><code>9835414</code></a> chore: enable <code>$ExpectType</code> annotations in all TypeScript files (<a href="https://redirect.github.com/eslint/eslint/issues/21071">#21071</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/cf2a9bf2d982642f760370c15f1196f4658f4e27"><code>cf2a9bf</code></a> feat: add errorClassNames option to preserve-caught-error rule (<a href="https://redirect.github.com/eslint/eslint/issues/21032">#21032</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/c30d80801ca561bdf65c6c3eba4ee57dced278cf"><code>c30d808</code></a> docs: Update README</li>
<li><a href="https://github.com/eslint/eslint/commit/f8b873aae53610b80b5c1005606716e05ed3b91f"><code>f8b873a</code></a> feat: max-nested-callbacks option for constructor callbacks (<a href="https://redirect.github.com/eslint/eslint/issues/21063">#21063</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/72adf6bd214c142b38aabb4b8f6f908079c5301a"><code>72adf6b</code></a> chore: restrict <code>markdownlint-cli2</code> updates in renovate (<a href="https://redirect.github.com/eslint/eslint/issues/21067">#21067</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v10.6.0...v10.7.0">compare view</a></li>
</ul>
</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 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>
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Bump the dependencies group with 2 updates

-- File Changes --

    M yarn.lock (138)

-- Patch Links --

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

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

Message ID: <openstreetmap/openstreetmap-website/pull/7233 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260715/b56b641f/attachment-0001.htm>


More information about the rails-dev mailing list