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

   Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 
1.9.7 to 2.8.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/reduxjs/redux-toolkit/releases";><code>@​reduxjs/toolkit</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v2.8.2</h2>
   <p>This <strong>bugfix release</strong> fixes a bundle size regression in 
RTK Query from the build and packaging changes in v2.8.0.</p>
   <p>If you're using v2.8.0 or v2.8.1, please upgrade to v2.8.2 right away to 
resolve that bundle size issue!</p>
   <h2>Changelog</h2>
   <h3>RTK Query Bundle Size</h3>
   <p>In v2.8.0, we reworked our packaging setup to better support React 
Native.  While there weren't many meaningful code changes, we did alter our 
bundling build config file.  In the process, we lost the config options to 
externalize the <code>@reduxjs/toolkit</code> core when building the RTK Query 
nested entry points.  This resulted in a regression where the RTK core code 
also got bundled directly into the RTK Query artifacts, resulting in a 
significant size increase.</p>
   <p>This release fixes the build config and restores the previous RTKQ build 
artifact sizes.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>Restructure build config to fix RTKQ externals by <a 
href="https://github.com/markerikson";><code>@​markerikson</code></a> in <a 
href="https://redirect.github.com/reduxjs/redux-toolkit/pull/4985";>reduxjs/redux-toolkit#4985</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/reduxjs/redux-toolkit/compare/v2.8.1...v2.8.2";>https://github.com/reduxjs/redux-toolkit/compare/v2.8.1...v2.8.2</a></p>
   <h2>v2.8.1</h2>
   <p>This <strong>bugfix release</strong> makes an additional update to the 
package config to fix a regression that happened with Jest and 
<code>jest-environment-jsdom</code>.</p>
   <blockquote>
   <p>[!CAUTION]
   This release had a bundle size regression. Please update to <a 
href="https://github.com/reduxjs/redux-toolkit/releases/tag/v2.8.2";>v2.8.2</a> 
to resolve that issue.</p>
   </blockquote>
   <h2>Changes</h2>
   <h3>More Package Updates</h3>
   <p>After releasing <a 
href="https://github.com/reduxjs/redux-toolkit/releases/tag/v2.8.0";>v2.8.0</a>, 
we got reports that <a 
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4971";>Jest tests 
were breaking</a>.  After investigation we concluded that 
<code>jest-environment-jsdom</code> was looking at the new <code>browser</code> 
package exports condition we'd added to better support JSPM, finding an ESM 
file containing the <code>export</code> keyword, and erroring because it 
doesn't support ES modules correctly.</p>
   <p><a 
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4971#issuecomment-2859506562";>reduxjs/redux-toolkit#4971</a>
 listed several viable workarounds, but this is enough of an issue we wanted to 
fix it directly. We've tweaked the package exports setup again, and it appears 
to resolve the issue with Jest.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: <code>browser</code> <code>exports</code> condition by <a 
href="https://github.com/aryaemami59";><code>@​aryaemami59</code></a> in <a 
href="https://redirect.github.com/reduxjs/redux-toolkit/pull/4973";>reduxjs/redux-toolkit#4973</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/reduxjs/redux-toolkit/compare/v2.8.0...v2.8.1";>https://github.com/reduxjs/redux-toolkit/compare/v2.8.0...v2.8.1</a></p>
   <h2>v2.8.0</h2>
   <p>This <strong>feature release</strong> improves React Native compatibility 
by updating our package exports definitions, and adds <code>queryArg</code> as 
an additional parameter to infinite query page param functions.</p>
   <blockquote>
   <p>[!CAUTION]
   This release had a bundle size regression, as well as a breakage with 
<code>jest-environment-jsdom</code>. Please update to <a 
href="https://github.com/reduxjs/redux-toolkit/releases/tag/v2.8.2";>v2.8.2</a> 
to resolve those issues.</p>
   </blockquote>
   <h2>Changelog</h2>
   <h3>Package Exports and React Native Compatibility</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/reduxjs/redux-toolkit/commit/af3e75bb9e6a51e13603d2a5684ef3ba1da07e3b";><code>af3e75b</code></a>
 Release 2.8.2</li>
   <li><a 
href="https://github.com/reduxjs/redux-toolkit/commit/174eb83c5744839a531fb686eaa5744c9ee1d9cd";><code>174eb83</code></a>
 Restructure build config to fix RTKQ externals (<a 
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4985";>#4985</a>)</li>
   <li><a 
href="https://github.com/reduxjs/redux-toolkit/commit/cb089e6c834ff72a5457875e0f5be10a742ee239";><code>cb089e6</code></a>
 Release 2.8.1</li>
   <li><a 
href="https://github.com/reduxjs/redux-toolkit/commit/6a38c5c02cc1efd4d455e53ac63afb66608087b6";><code>6a38c5c</code></a>
 fix: <code>browser</code> <code>exports</code> condition (<a 
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4973";>#4973</a>)</li>
   <li><a 
href="https://github.com/reduxjs/redux-toolkit/commit/82a0ae4b1b71e28f57a96c04b68398cb5f51701a";><code>82a0ae4</code></a>
 Release 2.8.0</li>
   <li><a 
href="https://github.com/reduxjs/redux-toolkit/commit/29bea2a70932fbf645957fba58f582d80c23dd76";><code>29bea2a</code></a>
 Assorted pre-2.8 docs tweaks (<a 
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4968";>#4968</a>)</li>
   <li><a 
href="https://github.com/reduxjs/redux-toolkit/commit/68bf4b6ec47c136c854a5c1d1836ee1ddaf0c795";><code>68bf4b6</code></a>
 Add queryArg as 5th param to page param functions (<a 
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4967";>#4967</a>)</li>
   <li><a 
href="https://github.com/reduxjs/redux-toolkit/commit/20f45793ec16451a502446fb376dcb5ab80a0beb";><code>20f4579</code></a>
 fix: React-Native package exports (<a 
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4887";>#4887</a>)</li>
   <li><a 
href="https://github.com/reduxjs/redux-toolkit/commit/5c1e01d0cd4db5d40ea3fe8ea99940de3225ed64";><code>5c1e01d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4965";>#4965</a> 
from n-ii-ma/master</li>
   <li><a 
href="https://github.com/reduxjs/redux-toolkit/commit/fdc1c8e807a272254f23ced9b0f92e388c67d88b";><code>fdc1c8e</code></a>
 fix: add missing verb</li>
   <li>Additional commits viewable in <a 
href="https://github.com/reduxjs/redux-toolkit/compare/v1.9.7...v2.8.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@reduxjs/toolkit&package-manager=npm_and_yarn&previous-version=1.9.7&new-version=2.8.2)](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>


-- 
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