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

   Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 
1.78.0 to 1.79.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.79.0 &amp; oxfmt v0.64.0</h2>
   <h2>Table of Contents</h2>
   <ul>
   <li><a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/blob/HEAD/#oxlint-v1.79.0";>Oxlint
 v1.79.0</a></li>
   <li><a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/blob/HEAD/#oxfmt-v0.64.0";>Oxfmt
 v0.64.0</a></li>
   </ul>
   <h2>Oxlint v1.79.0</h2>
   <h3>πŸ’₯ BREAKING CHANGES</h3>
   <ul>
   <li>8c4552d linter: [<strong>BREAKING</strong>] Split react/react-compiler 
into per-category rules (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25500";>#25500</a>)
 (Boshen)</li>
   </ul>
   <p>See <a href="https://oxc.rs/blog/2026-08-18-react-compiler-support";>React 
Compiler Support</a> for details.</p>
   <h3>πŸš€ Features</h3>
   <ul>
   <li>9b7394e linter/typescript/no-empty-object-type: Implement suggestion (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25833";>#25833</a>)
 (Mikhail Baev)</li>
   </ul>
   <h3>πŸ› Bug Fixes</h3>
   <ul>
   <li>345f981 react_compiler: Skip node_modules by default (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25859";>#25859</a>)
 (Boshen)</li>
   <li>2f40afa linter/unicorn/no-array-callback-reference: Ignore effect 
library imports (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25857";>#25857</a>)
 (MichaΓ«l Bitard)</li>
   <li>7b565a0 linter: Align React Compiler rule categories (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25840";>#25840</a>)
 (Boshen)</li>
   <li>228e8e0 linter: Resolve inactive React compiler rules (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25830";>#25830</a>)
 (Boshen)</li>
   <li>f8e4884 linter/eslint/no-useless-constructor: Allow parameter properties 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25811";>#25811</a>)
 (camc314)</li>
   <li>e4b6993 linter: Report exhaustive effect dependencies (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25829";>#25829</a>)
 (Boshen)</li>
   <li>742e25f linter/eslint/no-return-assign: Anchor diagnostic on return stmt 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25803";>#25803</a>)
 (camc314)</li>
   <li>b831ca8 react-compiler: Improve derived state diagnostic (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25804";>#25804</a>)
 (Boshen)</li>
   <li>5908c87 linter/jest/prefer-mock-return-shorthand: Preserve 
implementations using this (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25802";>#25802</a>)
 (camc314)</li>
   <li>f6b2265 linter/eslint/no-redeclare: Run in ES modules, skipping only the 
globals check (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25691";>#25691</a>)
 (Hamody We)</li>
   <li>ca9f553 linter/unicorn/prefer-default-parameters: Mark fixer as a 
suggestion (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25801";>#25801</a>)
 (camc314)</li>
   <li>aa49d86 linter: Allow spread rule options in config types (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25675";>#25675</a>)
 (ch3rry)</li>
   <li>d5483f8 linter/typescript/no-useless-empty-export: Skip TS declaration 
files (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25789";>#25789</a>)
 (Evyatar Daud)</li>
   <li>57f2199 linter/typescript/no-useless-empty-export: Report after imports 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25786";>#25786</a>)
 (camc314)</li>
   <li>633bc19 linter/typescript/no-unnecessary-type-conversion: Mark fixer as 
<code>suggestion</code> (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25787";>#25787</a>)
 (camc314)</li>
   <li>dea3339 linter/typescript/explicit-module-boundary-types: Anchor 
diagnostics on arrows (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25779";>#25779</a>)
 (camc314)</li>
   <li>5cd6f02 linter/eslint/array-callback-return: Anchor diagnostic on 
callback (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25780";>#25780</a>)
 (camc314)</li>
   <li>ef8cebf linter/eslint/preserve-caught-error: Handle AggregateError 
options (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25775";>#25775</a>)
 (camc314)</li>
   <li>c108d5c linter: Improve React Compiler diagnostics (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25742";>#25742</a>)
 (Boshen)</li>
   <li>c9ec55e react-compiler: Improve diagnostic spans (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25731";>#25731</a>)
 (Boshen)</li>
   <li>1cbbcb7 linter/unicorn/prefer-string-replace-all: Apply fixes in one 
pass (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25709";>#25709</a>)
 (Mikhail Baev)</li>
   <li>dec0a86 react-compiler: Standardize diagnostics (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25702";>#25702</a>)
 (Boshen)</li>
   <li>5fd77f7 linter/react/display-name: Report curried HOC inner component 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25662";>#25662</a>)
 (camc314)</li>
   <li>4dbb80e linter/import/no-named-as-default: Report local export conflicts 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25658";>#25658</a>)
 (camc314)</li>
   <li>e8a7214 linter/react/rules-of-hooks: Report hooks inside try blocks (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25670";>#25670</a>)
 (camc314)</li>
   <li>36f8451 linter/eslint/no-eval: Align indirect default with ESLint (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25656";>#25656</a>)
 (camc314)</li>
   <li>d901d24 linter/react/exhaustive-deps: Handle destructured object 
dependencies (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25669";>#25669</a>)
 (camc314)</li>
   <li>beb724d linter/eslint/no-unused-vars: Report bare underscore parameters 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25663";>#25663</a>)
 (camc314)</li>
   <li>fa36f26 linter/react/no-this-in-sfc: Detect this in nested arrow 
callbacks (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25653";>#25653</a>)
 (camc314)</li>
   <li>44d1be3 linter/typescript/no-var-requires: Run rule on JavaScript (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25664";>#25664</a>)
 (camc314)</li>
   <li>4004c10 linter/eslint/no-irregular-whitespace: Check comments by default 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25660";>#25660</a>)
 (camc314)</li>
   </ul>
   <!-- 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.79.0] - 2026-08-18</h2>
   <h3>πŸ’₯ BREAKING CHANGES</h3>
   <ul>
   <li>8c4552d linter: [<strong>BREAKING</strong>] Split react/react-compiler 
into per-category rules (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25500";>#25500</a>)
 (Boshen)</li>
   </ul>
   <h3>πŸ› Bug Fixes</h3>
   <ul>
   <li>228e8e0 linter: Resolve inactive React compiler rules (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25830";>#25830</a>)
 (Boshen)</li>
   <li>aa49d86 linter: Allow spread rule options in config types (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25675";>#25675</a>)
 (ch3rry)</li>
   <li>36f8451 linter/eslint/no-eval: Align indirect default with ESLint (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25656";>#25656</a>)
 (camc314)</li>
   <li>beb724d linter/eslint/no-unused-vars: Report bare underscore parameters 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25663";>#25663</a>)
 (camc314)</li>
   <li>4004c10 linter/eslint/no-irregular-whitespace: Check comments by default 
(<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25660";>#25660</a>)
 (camc314)</li>
   <li>285820e linter/no-large-snapshots: Precompile and document allowed 
snapshot matchers (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25611";>#25611</a>)
 (Mikhail Baev)</li>
   <li>4df5835 linter: Allow capitalized built-in calls (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25516";>#25516</a>)
 (Boshen)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/0db127cc16d28b97d84bac4ebeb302caf1a78c7e";><code>0db127c</code></a>
 release(apps): oxlint v1.79.0 &amp;&amp; oxfmt v0.64.0 (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25866";>#25866</a>)</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/228e8e0f85c0e7aeded02c5e27fd810004d3b41a";><code>228e8e0</code></a>
 fix(linter): resolve inactive React compiler rules (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25830";>#25830</a>)</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/aa49d860465e6c00b6edfcbb8973d8dc95cc11ca";><code>aa49d86</code></a>
 fix(linter): allow spread rule options in config types (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25675";>#25675</a>)</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/892238149b7c4dff808817ec5e27d1e0ecf63b11";><code>8922381</code></a>
 refactor(linter): remove inactive react config rule (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25740";>#25740</a>)</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/8c4552dfa6bce0a9f06f41ca13e45e50d842c38c";><code>8c4552d</code></a>
 feat(linter)!: split react/react-compiler into per-category rules (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25500";>#25500</a>)</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/36f845168ce854c1c970fea13997e16a18cbe55f";><code>36f8451</code></a>
 fix(linter/eslint/no-eval): align indirect default with ESLint (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25656";>#25656</a>)</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/beb724dce2e8b8466d851c04e16c38fa75623c5c";><code>beb724d</code></a>
 fix(linter/eslint/no-unused-vars): report bare underscore parameters (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25663";>#25663</a>)</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/4004c101ca349f8e92932f6d056b18bfb4dff9a7";><code>4004c10</code></a>
 fix(linter/eslint/no-irregular-whitespace): check comments by default (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25660";>#25660</a>)</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/285820eed6c49a45f8de18d3bfed1cc6b5d9da6d";><code>285820e</code></a>
 fix(linter/no-large-snapshots): precompile and document allowed snapshot 
matc...</li>
   <li><a 
href="https://github.com/oxc-project/oxc/commit/4df5835fc39909e29df78dc24256993a32f08616";><code>4df5835</code></a>
 fix(linter): allow capitalized built-in calls (<a 
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/25516";>#25516</a>)</li>
   <li>See full diff in <a 
href="https://github.com/oxc-project/oxc/commits/oxlint_v1.79.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.78.0&new-version=1.79.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