Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 27c9d44

Browse files
build(deps): Bump react-redux from 8.1.1 to 8.1.3 in /api-editor/gui (#1493)
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 8.1.1 to 8.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/reduxjs/react-redux/releases">react-redux's releases</a>.</em></p> <blockquote> <h2>v8.1.3</h2> <p>This bugfix release fixes an issue with subscriptions being lost when lazy-loaded components are used with React Suspense, and includes stack traces in <code>useSelector</code> usage warnings .</p> <h2>What's Changed</h2> <ul> <li>Add stack to dev mode checks by <a href="https://github.com/EskiMojo14"><code>@​EskiMojo14</code></a> in <a href="https://redirect.github.com/reduxjs/react-redux/pull/2064">reduxjs/react-redux#2064</a></li> <li>Fix useSelector() in combination with lazy loaded components breaks with react v18 (<a href="https://redirect.github.com/reduxjs/react-redux/issues/1977">#1977</a>) by <a href="https://github.com/jeroenpx"><code>@​jeroenpx</code></a> in <a href="https://redirect.github.com/reduxjs/react-redux/pull/2068">reduxjs/react-redux#2068</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reduxjs/react-redux/compare/v8.1.2...v8.1.3">https://github.com/reduxjs/react-redux/compare/v8.1.2...v8.1.3</a></p> <h2>v8.1.2</h2> <p>This version changes imports from the React package to namespace imports so the package can safely be imported in React Server Components as long as you don't actually use it - this is for example important if you want to use the React-specifc <code>createApi</code> function from Redux Toolkit.</p> <p>Some other changes:</p> <ul> <li>The behaviour of the &quot;React Context Singletons&quot; from 8.1.1 has been adjusted to also work if you have multiple React instances of the same version (those will now be separated) and if you are in an environment without <code>globalThis</code> (in this case it will fall back to the previous behaviour).</li> <li>We do no longer use Proxies, which should help with some very outdated consumers, e.g. smart TVs, that cannot even polyfill Proxies.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reduxjs/react-redux/compare/v8.1.1...v8.1.2">https://github.com/reduxjs/react-redux/compare/v8.1.1...v8.1.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reduxjs/react-redux/commit/854f3e1687382925952712399f93c0e7d271cdbb"><code>854f3e1</code></a> Release 8.1.3</li> <li><a href="https://github.com/reduxjs/react-redux/commit/2057c5e488da5a1bf595b0ba35383f064cc3f9af"><code>2057c5e</code></a> Merge pull request <a href="https://redirect.github.com/reduxjs/react-redux/issues/2068">#2068</a> from jeroenpx/feature/useSelector-in-combination-wit...</li> <li><a href="https://github.com/reduxjs/react-redux/commit/6ca0567c63d62470db53801916c368c9ca8fe5b6"><code>6ca0567</code></a> Merge pull request <a href="https://redirect.github.com/reduxjs/react-redux/issues/2072">#2072</a> from reduxjs/feature/master-ci-checks</li> <li><a href="https://github.com/reduxjs/react-redux/commit/f0324a1fdf8a05582e76afa4c90a0f4db7ab1cb2"><code>f0324a1</code></a> Copy CI setup for RTK examples</li> <li><a href="https://github.com/reduxjs/react-redux/commit/6c0ad9ee038bdfa65ab1ad1d2b905a9d8f8a06ef"><code>6c0ad9e</code></a> Fix useSelector() in combination with lazy loaded components breaks with reac...</li> <li><a href="https://github.com/reduxjs/react-redux/commit/a1a32d1ed99b4e3608576ee3800ff0f608f86dd8"><code>a1a32d1</code></a> Merge pull request <a href="https://redirect.github.com/reduxjs/react-redux/issues/2064">#2064</a> from reduxjs/warning-stack</li> <li><a href="https://github.com/reduxjs/react-redux/commit/bc328d90879870b3555eae5c51e9b09c51cc4741"><code>bc328d9</code></a> Add stack to dev mode checks</li> <li><a href="https://github.com/reduxjs/react-redux/commit/4a7e129ee537d35c53da258ccf7924a0376391ee"><code>4a7e129</code></a> Release 8.1.2</li> <li><a href="https://github.com/reduxjs/react-redux/commit/2ac527bc1681b9cf82b269369814419fa8e7a2bc"><code>2ac527b</code></a> RSC-specific workarounds (<a href="https://redirect.github.com/reduxjs/react-redux/issues/2050">#2050</a>)</li> <li><a href="https://github.com/reduxjs/react-redux/commit/a669a94e0968386eacedddac30031e14c8204ae3"><code>a669a94</code></a> add &quot;publish&quot; workflow</li> <li>Additional commits viewable in <a href="https://github.com/reduxjs/react-redux/compare/v8.1.1...v8.1.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-redux&package-manager=npm_and_yarn&previous-version=8.1.1&new-version=8.1.3)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87f4b1d commit 27c9d44

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

api-editor/gui/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-editor/gui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-hook-form": "^7.47.0",
3535
"react-icons": "^4.10.1",
3636
"react-markdown": "^8.0.7",
37-
"react-redux": "^8.1.1",
37+
"react-redux": "^8.1.3",
3838
"react-router": "^6.20.0",
3939
"react-router-dom": "^6.20.0",
4040
"react-syntax-highlighter": "^15.5.0",

0 commit comments

Comments
 (0)