-
Notifications
You must be signed in to change notification settings - Fork 703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump react-redux from 8.1.3 to 9.0.3 in /webapp #714
Merged
dehoward
merged 1 commit into
main
from
dependabot/npm_and_yarn/webapp/react-redux-9.0.3
Dec 16, 2023
Merged
Bump react-redux from 8.1.3 to 9.0.3 in /webapp #714
dehoward
merged 1 commit into
main
from
dependabot/npm_and_yarn/webapp/react-redux-9.0.3
Dec 16, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 8.1.3 to 9.0.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.3...v9.0.3) --- updated-dependencies: - dependency-name: react-redux dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Dec 11, 2023
dehoward
approved these changes
Dec 16, 2023
dehoward
deleted the
dependabot/npm_and_yarn/webapp/react-redux-9.0.3
branch
December 16, 2023 00:34
teamleader-dev
pushed a commit
to vlink-group/chat-copilot
that referenced
this pull request
Oct 7, 2024
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 8.1.3 to 9.0.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>v9.0.2</h2> <p>This <strong>bugfix release</strong> makes additional tweaks to the React Native artifact filename to help resolve import and bundling issues with RN projects.</p> <h2>What's Changed</h2> <ul> <li>Change react-native output extension from <code>.mjs</code> to <code>.js</code> by <a href="https://github.com/aryaemami59"><code>@aryaemami59</code></a> in <a href="https://redirect.github.com/reduxjs/react-redux/pull/2102">reduxjs/react-redux#2102</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reduxjs/react-redux/compare/v9.0.1...v9.0.2">https://github.com/reduxjs/react-redux/compare/v9.0.1...v9.0.2</a></p> <h2>v9.0.1</h2> <p>This <strong>bugfix release</strong> updates the package to include a new <code>react-redux.react-native.js</code> bundle that specifically imports React Native, and consolidates all of the <code>'react'</code> imports into one file to save on bundle size (and enable some tricky React Native import handling).</p> <h2>What's Changed</h2> <ul> <li>Add an RN-specific bundle and consolidate imports by <a href="https://github.com/markerikson"><code>@markerikson</code></a> in <a href="https://redirect.github.com/reduxjs/react-redux/pull/2100">reduxjs/react-redux#2100</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reduxjs/react-redux/compare/v9.0.0...v9.0.1">https://github.com/reduxjs/react-redux/compare/v9.0.0...v9.0.1</a></p> <h2>v9.0.0</h2> <p>This <strong>major release</strong>:</p> <ul> <li>Switches to requiring React 18 and Redux Toolkit 2.0 / Redux 5.0</li> <li>Updates the packaging for better ESM/CJS compatibility and modernizes the build output</li> <li>Updates the options for dev mode checks in <code>useSelector</code></li> <li>Adds a new React Server Components artifact that throws on use, to better indicate compat issues</li> </ul> <p>This release has <strong>breaking changes</strong>.</p> <p>This release is part of a wave of major versions of all the Redux packages: <strong>Redux Toolkit 2.0, Redux core 5.0, React-Redux 9.0, Reselect 5.0, and Redux Thunk 3.0</strong>.</p> <p>For full details on all of the breaking changes and other significant changes to all of those packages, see the <strong><a href="https://redux.js.org/usage/migrations/migrating-rtk-2">"Migrating to RTK 2.0 and Redux 5.0" migration guide</a></strong> in the Redux docs.</p> <blockquote> <p>[!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, <a href="https://redux.js.org/usage/migrating-to-modern-redux"><strong>please start migrating your existing legacy Redux code to use Redux Toolkit today!</strong></a>) React-Redux is a separate, package, but we expect you'll be upgrading them together.</p> </blockquote> <pre lang="bash"><code># React-Redux npm install react-redux yarn add react-redux <h1>RTK</h1> <p>npm install <code>@reduxjs/toolkit</code> yarn add <code>@reduxjs/toolkit</code></p> <h1>Standalone Redux core</h1> <p>npm install redux yarn add redux </tr></table> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reduxjs/react-redux/commit/27d4f3f3a4ade2e82395de40b10363aa956f55c8"><code>27d4f3f</code></a> Release 9.0.3</li> <li><a href="https://github.com/reduxjs/react-redux/commit/0c31f2da3cadf2c95f3bbb497e4436c81bfab316"><code>0c31f2d</code></a> Restore <code>react-native</code> peer dep</li> <li><a href="https://github.com/reduxjs/react-redux/commit/3da2266a6379ba993dd635c6365c9c5780397741"><code>3da2266</code></a> Merge pull request <a href="https://redirect.github.com/reduxjs/react-redux/issues/2105">#2105</a> from reduxjs/feature/9.0-lower-react-types</li> <li><a href="https://github.com/reduxjs/react-redux/commit/c55032785d3f76d5919886069304d2811f79fe7d"><code>c550327</code></a> Drop <code>@types/react-dom</code> and lower <code>@types/react</code> to min needed</li> <li><a href="https://github.com/reduxjs/react-redux/commit/5bb3c4fefa456ac06d38186b42fe7d3bcd03abb2"><code>5bb3c4f</code></a> Merge pull request <a href="https://redirect.github.com/reduxjs/react-redux/issues/2104">#2104</a> from reduxjs/feature/9.0-remove-batching</li> <li><a href="https://github.com/reduxjs/react-redux/commit/63027977c33d48ce1ae7720bedf8e21dd7d8398a"><code>6302797</code></a> Drop renderer-specific batching behavior and deprecate <code>batch</code></li> <li><a href="https://github.com/reduxjs/react-redux/commit/dbdac99cb703b52fbafbe841157469a834c105df"><code>dbdac99</code></a> Release 9.0.2</li> <li><a href="https://github.com/reduxjs/react-redux/commit/fd1c0d77ed2ac59b253e4c11105ca80969209b8f"><code>fd1c0d7</code></a> Merge pull request <a href="https://redirect.github.com/reduxjs/react-redux/issues/2102">#2102</a> from aryaemami59/feature/9.0-react-native</li> <li><a href="https://github.com/reduxjs/react-redux/commit/c24b5ac3ee9ba0d86c5bec21bb8a4e681e36fe27"><code>c24b5ac</code></a> Merge branch 'master' of <a href="https://github.com/reduxjs/react-redux">https://github.com/reduxjs/react-redux</a> into feature/...</li> <li><a href="https://github.com/reduxjs/react-redux/commit/97a7b1603d9e0dd2c4f3ff856885f27b6bc47b51"><code>97a7b16</code></a> Change react-native output extension from <code>.mjs</code> to <code>.js</code></li> <li>Additional commits viewable in <a href="https://github.com/reduxjs/react-redux/compare/v8.1.3...v9.0.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.3&new-version=9.0.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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
webapp
Pull requests that update Typescript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps react-redux from 8.1.3 to 9.0.3.
Release notes
Sourced from react-redux's releases.
... (truncated)
Commits
27d4f3f
Release 9.0.30c31f2d
Restorereact-native
peer dep3da2266
Merge pull request #2105 from reduxjs/feature/9.0-lower-react-typesc550327
Drop@types/react-dom
and lower@types/react
to min needed5bb3c4f
Merge pull request #2104 from reduxjs/feature/9.0-remove-batching6302797
Drop renderer-specific batching behavior and deprecatebatch
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
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)