dependabot[bot] opened a new pull request, #41331:
URL: https://github.com/apache/superset/pull/41331

   Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 
1.69.0 to 1.70.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/oxc-project/oxc/releases";>oxlint's 
releases</a>.</em></p>
   <blockquote>
   <h2>oxlint v1.27.0 &amp;&amp; oxfmt v0.12.0</h2>
   <h1>Oxlint v1.27.0</h1>
   <h3>🚀 Features</h3>
   <ul>
   <li>222a8f0 linter/plugins: Implement <code>SourceCode#isSpaceBetween</code> 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15498";>#15498</a>)
 (overlookmotel)</li>
   <li>2f9735d linter/plugins: Implement <code>context.languageOptions</code> 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15486";>#15486</a>)
 (overlookmotel)</li>
   <li>bc731ff linter/plugins: Stub out all <code>Context</code> APIs (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15479";>#15479</a>)
 (overlookmotel)</li>
   <li>5822cb4 linter/plugins: Add <code>extend</code> method to 
<code>FILE_CONTEXT</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15477";>#15477</a>)
 (overlookmotel)</li>
   <li>7b1e6f3 apps: Add pure rust binaries and release to github (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15469";>#15469</a>)
 (Boshen)</li>
   <li>2a89b43 linter: Introduce debug assertions after fixes to assert 
validity (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15389";>#15389</a>)
 (camc314)</li>
   <li>ad3c45a editor: Add <code>oxc.path.node</code> option (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15040";>#15040</a>)
 (Sysix)</li>
   </ul>
   <h3>🐛 Bug Fixes</h3>
   <ul>
   <li>6f3cd77 linter/no-var: Incorrect warning for blocks (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15504";>#15504</a>)
 (Hamir Mahal)</li>
   <li>6957fb9 linter/plugins: Do not allow access to <code>Context#id</code> 
in <code>createOnce</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15489";>#15489</a>)
 (overlookmotel)</li>
   <li>7409630 linter/plugins: Allow access to <code>cwd</code> in 
<code>createOnce</code> in ESLint interop mode (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15488";>#15488</a>)
 (overlookmotel)</li>
   <li>732205e parser: Reject <code>using</code> / <code>await using</code> in 
a switch <code>case</code> / <code>default</code> clause (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15225";>#15225</a>)
 (sapphi-red)</li>
   <li>a17ca32 linter/plugins: Replace <code>Context</code> class (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15448";>#15448</a>)
 (overlookmotel)</li>
   <li>ecf2f7b language_server: Fail gracefully when tsgolint executable not 
found (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15436";>#15436</a>)
 (camc314)</li>
   <li>3c8d3a7 lang-server: Improve logging in failure case for tsgolint (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15299";>#15299</a>)
 (camc314)</li>
   <li>ef71410 linter: Use jsx if source type is JS in fix debug assertion (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15434";>#15434</a>)
 (camc314)</li>
   <li>e32bbf6 linter/no-var: Handle TypeScript declare keyword in fixer (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15426";>#15426</a>)
 (camc314)</li>
   <li>6565dbe linter/switch-case-braces: Skip comments when searching for 
<code>:</code> token (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15425";>#15425</a>)
 (camc314)</li>
   <li>85bd19a linter/prefer-class-fields: Insert value after type annotation 
in fixer (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15423";>#15423</a>)
 (camc314)</li>
   <li>fde753e linter/plugins: Block access to <code>context.settings</code> in 
<code>createOnce</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15394";>#15394</a>)
 (overlookmotel)</li>
   <li>ddd9f9f linter/forward-ref-uses-ref: Dont suggest removing wrapper in 
invalid positions (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15388";>#15388</a>)
 (camc314)</li>
   <li>dac2a9c linter/no-template-curly-in-string: Remove fixer (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15387";>#15387</a>)
 (camc314)</li>
   <li>989b8e3 linter/no-var: Only fix to <code>const</code> if the var has an 
initializer (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15385";>#15385</a>)
 (camc314)</li>
   <li>cc403f5 linter/plugins: Return empty object for unimplemented 
parserServices (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15364";>#15364</a>)
 (magic-akari)</li>
   </ul>
   <h3>⚡ Performance</h3>
   <ul>
   <li>25d577e language_server: Start tools in parallel (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15500";>#15500</a>)
 (Sysix)</li>
   <li>3c57291 linter/plugins: Optimize loops (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15449";>#15449</a>)
 (overlookmotel)</li>
   <li>3166233 linter/plugins: Remove <code>Arc</code>s (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15431";>#15431</a>)
 (overlookmotel)</li>
   <li>9de1322 linter/plugins: Lazily deserialize settings JSON (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15395";>#15395</a>)
 (overlookmotel)</li>
   <li>3049ec2 linter/plugins: Optimize <code>deepFreezeSettings</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15392";>#15392</a>)
 (overlookmotel)</li>
   <li>444ebfd linter/plugins: Use single object for 
<code>parserServices</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15378";>#15378</a>)
 (overlookmotel)</li>
   </ul>
   <h3>📚 Documentation</h3>
   <ul>
   <li>97d2104 linter: Update comment in lint.rs about default value for 
tsconfig path (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15530";>#15530</a>)
 (Connor Shea)</li>
   <li>2c6bd9e linter: Always refer as &quot;ES2015&quot; instead of 
&quot;ES6&quot; (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15411";>#15411</a>)
 (sapphi-red)</li>
   <li>a0c5203 linter/import/named: Update &quot;ES7&quot; comment in examples 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15410";>#15410</a>)
 (sapphi-red)</li>
   <li>3dc24b5 linter,minifier: Always refer as &quot;ES Modules&quot; instead 
of &quot;ES6 Modules&quot; (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15409";>#15409</a>)
 (sapphi-red)</li>
   <li>2ad77fb linter/no-this-before-super: Correct &quot;Why is this 
bad?&quot; section (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15408";>#15408</a>)
 (sapphi-red)</li>
   <li>57f0ce1 linter: Add backquotes where appropriate (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15407";>#15407</a>)
 (sapphi-red)</li>
   </ul>
   <h1>Oxfmt v0.12.0</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md";>oxlint's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[1.70.0] - 2026-06-15</h2>
   <h3>🚀 Features</h3>
   <ul>
   <li>2e8bda4 linter/vue: Implement no-dupe-keys rule (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23350";>#23350</a>)
 (bab)</li>
   <li>1490a0a linter/react: Implement react-compiler rule (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23202";>#23202</a>)
 (Boshen)</li>
   <li>dd560ae linter/unicorn: Implement 
<code>no-array-fill-with-reference-type</code> rule (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23397";>#23397</a>)
 (Mikhail Baev)</li>
   <li>af36c2f linter: Add schema for 
<code>react/jsx-curly-brace-presence</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23400";>#23400</a>)
 (WaterWhisperer)</li>
   <li>47d34a3 linter: Add schema for <code>react/jsx-handler-names</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23393";>#23393</a>)
 (WaterWhisperer)</li>
   <li>f4250d0 linter: Add schema for <code>unicorn/import-style</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23386";>#23386</a>)
 (WaterWhisperer)</li>
   <li>30c74ce linter: Add schema for 
<code>jsx_a11y/no-noninteractive-element-to-interactive-role</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23384";>#23384</a>)
 (Sysix)</li>
   <li>cfbe8dc linter: Add schema for 
<code>jsx_a11y/no-interactive-element-to-noninteractive-role</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23382";>#23382</a>)
 (WaterWhisperer)</li>
   <li>d15b7ff linter: Add schema for 
<code>typescript/no-restricted-types</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23381";>#23381</a>)
 (WaterWhisperer)</li>
   <li>028a811 linter: Add schema for <code>jsx-a11y/media-has-caption</code> 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23377";>#23377</a>)
 (Sysix)</li>
   <li>b3b1038 linter: Add schema for 
<code>jsx-a11y/label-has-associated-control</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23376";>#23376</a>)
 (Sysix)</li>
   <li>7ada6b2 linter: Add schema for 
<code>jsx_a11y/no-distracting-elements</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23379";>#23379</a>)
 (WaterWhisperer)</li>
   <li>ee3dd49 linter: Add schema for <code>jsx-a11y/img-redundant-alt</code> 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23374";>#23374</a>)
 (Sysix)</li>
   <li>df5f8dd linter: Add short descriptions to most lint rules. (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23365";>#23365</a>)
 (Connor Shea)</li>
   <li>e3fd735 linter: Add schema for <code>jsx_a11y/alt-text</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23369";>#23369</a>)
 (Sysix)</li>
   <li>0f2fff4 linter: Add schema for <code>react/exhaustive-deps</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23372";>#23372</a>)
 (Mikhail Baev)</li>
   <li>e3e4e10 linter: Add schema for 
<code>react_perf/jsx-no-new-object-as-prop</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23368";>#23368</a>)
 (Mikhail Baev)</li>
   <li>9366d44 linter: Add schema for <code>unicorn/prefer-at</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23366";>#23366</a>)
 (WaterWhisperer)</li>
   <li>f57b55d linter: Add schema for <code>typescript/array-type</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23355";>#23355</a>)
 (Sysix)</li>
   <li>0dcf912 linter: Add schema for <code>typescript/ban-ts-comment</code> 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23354";>#23354</a>)
 (Sysix)</li>
   <li>51fa83e linter: Add schema for 
<code>react/no-did-update-set-state</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23357";>#23357</a>)
 (Mikhail Baev)</li>
   <li>59db0bd linter: Add schema for 
<code>consistent-generic-constructors</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23353";>#23353</a>)
 (Sysix)</li>
   <li>c4775c0 linter: Add schema for 
<code>typescript/consistent-type-assertions</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23349";>#23349</a>)
 (Sysix)</li>
   <li>6e516f7 linter: Add schema for 
<code>typescript/consistent-type-imports</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23348";>#23348</a>)
 (Sysix)</li>
   <li>012134d linter: Add schema for <code>react/jsx-no-target-blank</code> 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23345";>#23345</a>)
 (WaterWhisperer)</li>
   <li>0806aae linter: Add schema for 
<code>jsx_a11y/no-noninteractive-tabindex</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23337";>#23337</a>)
 (Mikhail Baev)</li>
   <li>0708b5a linter: Add schema for <code>react/jsx-filename-extension</code> 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23315";>#23315</a>)
 (Mikhail Baev)</li>
   <li>150bce1 linter: Add schema for 
<code>typescript/no-empty-object-type</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23309";>#23309</a>)
 (Sysix)</li>
   <li>f9e36f1 linter: Add schema for 
<code>typescript/no-duplicate-type-constituents</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23308";>#23308</a>)
 (Sysix)</li>
   <li>937accf linter: Add schema for 
<code>typescript/no-invalid-void-type</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23307";>#23307</a>)
 (Sysix)</li>
   <li>3e042b9 linter: Add schema for 
<code>typescript/no-misused-promises</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23306";>#23306</a>)
 (Sysix)</li>
   <li>da212d1 linter: Add schema for 
<code>typescript/no-unnecessary-condition</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23305";>#23305</a>)
 (Sysix)</li>
   <li>f8f0d38 linter: Add schema for 
<code>typescript/parameter-properties</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23304";>#23304</a>)
 (Sysix)</li>
   <li>2275fc7 linter: Add schema for 
<code>typescript/prefer-nullish-coalescing</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23302";>#23302</a>)
 (Sysix)</li>
   <li>d353858 linter: Add schema for 
<code>typescript/prefer-string-starts-ends-with</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23301";>#23301</a>)
 (Sysix)</li>
   <li>03060f5 linter: Add schema for 
<code>typescript/triple-slash-reference</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23300";>#23300</a>)
 (Sysix)</li>
   <li>6619cee linter: Add schema for <code>promise/param-names</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23298";>#23298</a>)
 (Sysix)</li>
   <li>8bf108e linter: Add schema for <code>promise/catch-or-return</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23297";>#23297</a>)
 (Sysix)</li>
   <li>48158d0 linter: Add schema for <code>vitest/consistent-each-for</code> 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23294";>#23294</a>)
 (Sysix)</li>
   <li>7e74c98 linter: Add schema for 
<code>vitest/consistent-test-filename</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23293";>#23293</a>)
 (Sysix)</li>
   <li>ff94d4a linter: Add schema for <code>vitest/consistent-vitest-vi</code> 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23292";>#23292</a>)
 (Sysix)</li>
   <li>2409a10 linter: Add schema for <code>vitest/prefer-import-in-mock</code> 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23291";>#23291</a>)
 (Sysix)</li>
   <li>3d782b7 linter: Add schema for 
<code>react/no-unstable-nested-components</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23287";>#23287</a>)
 (Mikhail Baev)</li>
   <li>0a0bc2f linter/jsx-a11y: Add <code>allowedRedundantRoles</code> option 
to <code>no-redundant-roles</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22820";>#22820</a>)
 (bab)</li>
   <li>80758a5 linter/vue: Implement no-side-effects-in-computed-properties 
rule (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23282";>#23282</a>)
 (bab)</li>
   <li>e3869ac linter: Add schema for 
<code>react/no-object-type-as-default-prop</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23279";>#23279</a>)
 (Mikhail Baev)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/aa79b5be9915068f60bc361febf2e7496b92fc24";><code>aa79b5b</code></a>
 release(apps): oxlint v1.70.0 &amp;&amp; oxfmt v0.55.0 (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23442";>#23442</a>)</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/5cb8d1bcf0c63b34ba91e9f9c36e7a84c76cb496";><code>5cb8d1b</code></a>
 fix(linter/jsx-a11y/control-has-associated-label): reject excessive label 
dep...</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/f682e253892e8e77d7700d1053234e7a53c0dbca";><code>f682e25</code></a>
 docs(linter): remove manually written options doc for 
`eslint/prefer-arrow-ca...</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/2e8bda49991cfef9cb9182d37e9f304372f53839";><code>2e8bda4</code></a>
 feat(linter/vue): implement no-dupe-keys rule (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23350";>#23350</a>)</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/64c942cffe0e8829293d1d9f2f046b496759609a";><code>64c942c</code></a>
 docs(linter): remove manually written options doc for 
<code>eslint/no-sequences</code> (...</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/1490a0a0691908df0ff6659750ca2f3a29396c1a";><code>1490a0a</code></a>
 feat(linter/react): implement react-compiler rule (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23202";>#23202</a>)</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/965358e6132e84b1828b82e0e8b17f8ac2dec54b";><code>965358e</code></a>
 refactor(linter): reuse <code>RuleNoConfig</code> reference for rule schema 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23390";>#23390</a>)</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/dd560ae213490fb208fdaa278562cf9169777f86";><code>dd560ae</code></a>
 feat(linter/unicorn): implement <code>no-array-fill-with-reference-type</code> 
rule (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23";>#23</a>...</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/af36c2f9cd497c2f233de1902fc96b88804a2d3c";><code>af36c2f</code></a>
 feat(linter): add schema for <code>react/jsx-curly-brace-presence</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23400";>#23400</a>)</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/47d34a304c83f9a34d78d2895c3616206f5888a1";><code>47d34a3</code></a>
 feat(linter): add schema for <code>react/jsx-handler-names</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/23393";>#23393</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/oxc-project/oxc/commits/oxlint_v1.70.0/npm/oxlint";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=oxlint&package-manager=npm_and_yarn&previous-version=1.69.0&new-version=1.70.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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to