Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

build(deps): Bump react-redux from 8.1.1 to 8.1.3 in /api-editor/gui #1493

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2023

Bumps react-redux from 8.1.1 to 8.1.3.

Release notes

Sourced from react-redux's releases.

v8.1.3

This bugfix release fixes an issue with subscriptions being lost when lazy-loaded components are used with React Suspense, and includes stack traces in useSelector usage warnings .

What's Changed

Full Changelog: reduxjs/react-redux@v8.1.2...v8.1.3

v8.1.2

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 createApi function from Redux Toolkit.

Some other changes:

  • The behaviour of the "React Context Singletons" 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 globalThis (in this case it will fall back to the previous behaviour).
  • We do no longer use Proxies, which should help with some very outdated consumers, e.g. smart TVs, that cannot even polyfill Proxies.

Full Changelog: reduxjs/react-redux@v8.1.1...v8.1.2

Commits
  • 854f3e1 Release 8.1.3
  • 2057c5e Merge pull request #2068 from jeroenpx/feature/useSelector-in-combination-wit...
  • 6ca0567 Merge pull request #2072 from reduxjs/feature/master-ci-checks
  • f0324a1 Copy CI setup for RTK examples
  • 6c0ad9e Fix useSelector() in combination with lazy loaded components breaks with reac...
  • a1a32d1 Merge pull request #2064 from reduxjs/warning-stack
  • bc328d9 Add stack to dev mode checks
  • 4a7e129 Release 8.1.2
  • 2ac527b RSC-specific workarounds (#2050)
  • a669a94 add "publish" workflow
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [react-redux](https://github.com/reduxjs/react-redux) from 8.1.1 to 8.1.3.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v8.1.1...v8.1.3)

---
updated-dependencies:
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 29, 2023
@lars-reimann lars-reimann merged commit 27c9d44 into main Nov 29, 2023
6 checks passed
@lars-reimann lars-reimann deleted the dependabot/npm_and_yarn/api-editor/gui/react-redux-8.1.3 branch November 29, 2023 16:51
@lars-reimann
Copy link
Member

🎉 This PR is included in version 1.93.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Nov 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code released Included in a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant