From 35ff575b8ef94a713d2043055287299ff4bd5ce3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 6 Dec 2023 08:40:06 +0100
Subject: [PATCH] Bump react-redux from 8.0.5 to 9.0.2 in /frontend (#379)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 8.0.5
to 9.0.2.
Sourced from react-redux's
releases. This bugfix release makes additional tweaks to the
React Native artifact filename to help resolve import and bundling
issues with RN projects. Full Changelog: https://github.com/reduxjs/react-redux/compare/v9.0.1...v9.0.2 This bugfix release updates the package to include a
new Full Changelog: https://github.com/reduxjs/react-redux/compare/v9.0.0...v9.0.1 This major release: This release has breaking changes. This release is part of a wave of major versions of all the Redux
packages: Redux Toolkit 2.0, Redux core 5.0, React-Redux 9.0,
Reselect 5.0, and Redux Thunk 3.0. For full details on all of the breaking changes and other significant
changes to all of those packages, see the "Migrating
to RTK 2.0 and Redux 5.0" migration guide in the Redux
docs. [!NOTE]
The Redux core, Reselect, and Redux Thunk packages are included as part
of Redux Toolkit, and RTK users do not need to manually upgrade them -
you'll get them as part of the upgrade to RTK 2.0. (If you're not using
Redux Toolkit yet, please
start migrating your existing legacy Redux code to use Redux Toolkit
today!)
React-Redux is a separate, package, but we expect you'll be upgrading
them together. npm install npm install redux
yarn add redux
</tr></table>
Release notes
v9.0.2
What's Changed
.mjs
to
.js
by @aryaemami59
in
reduxjs/react-redux#2102v9.0.1
react-redux.react-native.js
bundle that specifically
imports React Native, and consolidates all of the 'react'
imports into one file to save on bundle size (and enable some tricky
React Native import handling).What's Changed
@markerikson
in
reduxjs/react-redux#2100v9.0.0
useSelector
# React-Redux
npm install react-redux
yarn add react-redux
RTK
@reduxjs/toolkit
yarn add @reduxjs/toolkit
Standalone Redux core
... (truncated)
dbdac99
Release 9.0.2fd1c0d7
Merge pull request #2102
from aryaemami59/feature/9.0-react-nativec24b5ac
Merge branch 'master' of https://github.com/reduxjs/react-redux
into feature/...97a7b16
Change react-native output extension from .mjs
to
.js
e215baa
Replace CRA in README
with VIte and Next (#2101)ad56bd0
Release 9.0.111060e5
Change background colour for code in blockquotes for dark themes (#2094)2c34e07
Merge pull request #2100
from reduxjs/feature/9.0-react-nativee5a558a
Update Redux depfd2631f
Really hack around React export