This repository was archived by the owner on Mar 31, 2025. It is now read-only.
chore(deps): update dependency redux-actions to v3#117
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency redux-actions to v3#117renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Reviewer's Guide by SourceryThis pull request updates the redux-actions dependency from version 0.9.1 to 3.0.0. This is a major version update, which includes breaking changes such as ESM only and default export, and dropping CommonJS/UMD builds. Class diagram showing redux-actions module export changesclassDiagram
class ReduxActionsV0.9 {
+createAction()
+handleAction()
+handleActions()
CommonJS exports
UMD exports
}
class ReduxActionsV3 {
+createAction()
+handleAction()
+handleActions()
ESM default export only
}
ReduxActionsV0.9 --> ReduxActionsV3: Major Version Update
note for ReduxActionsV3 "Breaking: ESM only with default export"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
69b92b2 to
9534c98
Compare
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR contains the following updates:
^0.13.0->^3.0.0Release Notes
redux-utilities/redux-actions (redux-actions)
v3.0.3Compare Source
v3.0.0Compare Source
v2.6.5Compare Source
combineActions(#334)v2.6.4Compare Source
v2.6.3Compare Source
9ba82de)v2.6.1Compare Source
1a8e5cc)v2.6.0Compare Source
isFunction,isPlainObject´ andisSymbolchecks(#312) (2802c9a)v2.5.1Compare Source
e6dbdee)v2.5.0Compare Source
lodashandlodash-esdependency (#307) (87ff772)Before
After
v2.4.0Compare Source
v2.3.2Compare Source
ff7422b)v2.3.1Compare Source
e0b9c71)v2.3.0Compare Source
v2.2.1Compare Source
758ad10Rename module to be action-agnostic (@yangmillstheory)v2.2.0Compare Source
a71aa96ccf072cv2.1.0Compare Source
Resolve #220 with
b9101a3(@JasonKid).v2.0.3Compare Source
Make
createActionmore efficient by doing more pre-processing up front.c87508bThanks to @Lucretiel.
v2.0.2Compare Source
Couple of improvements; thanks to the contributors.
41780a2Utilize lodash-es in es builds. (#206) @jaridmargolinfeb9386Use defaultState in handleActions with empty reducer map (#203) @webholicsv2.0.1Compare Source
Fix a missing export causing warnings in module bundlers.
https://github.com/acdlite/redux-actions/pull/198, @krisaoe,
727d9c1v2.0.0Compare Source
This release adds the ability to create structured and namespaced action creators (redux-utilities/redux-actions@a4047db, @yangmillstheory).
The only backwards-incompatible change is around this behavior, and so necessitated a major version bump.
v1.2.2: 1.2.2Compare Source
Fix #185.
redux-utilities/redux-actions@69f7be1 - @yangmillstheory @inxilpro
v1.2.1Compare Source
Enhancements
9037379This approximately halves the minified bundle size. Original credit goes to @lxe.
v1.2.0Compare Source
Mostly, this release adds a new ES2015 build in the
es/folder for tree-shaking bundlers like Webpack2 and Rollup.v1.1.0Compare Source
We found that lots of library users were specifying
nullpayload creators increateActionsandcreateAction. Rather than force them into a strict paradigm of passing justundefined, we decided to continue allowing this behavior. See #170, #169.Also, this adds an example of how to use
combineActionswithcreateActionsin the README, in response to #163.Fixes
nullpayload creator to the identity (114115b) - @yangmillstheoryDocumentation
combineActionsexample in README (6679a29) - @yangmillstheoryv1.0.1Compare Source
With #141 we have made other libraries incompatible with redux-actions and it resulted to an unexpected behavior (#164, #167). If an action is not a FSA, handleAction should not handle it and just pass it to the next reducer. This fix will remove the FSA check to support Non-FSA.
Fixes
ef4acb7) - @timchev1.0.0Compare Source
This is our first major release. If you experience any undocumented issues, please let us know immediately in the issues or feel free to open a pull request. Any contribution is much appreciated. We try our best to ship new fix releases as fast as we can.
From now on we are checking heavily for correct usage of this library and using
invariantfor throwing errors. It is a mirror of Facebooksinvariantin React and makes use of theprocess.env.NODE_ENVvalue as well.Another big change is that the payload can only be omitted with
undefined. That allows us to passnullas payload, which has been requested many times by the community. We also had a long discussion on the proper usage ofnullandundefinedfor omitting values in general. You can read it in #115 and #128.If you want to have a quick chat with us, tweet us @yangmillstheory or @timche_.
BREAKING CHANGES
aaaa110) - @timche26a9ccb) - @yangmillstheory69f69ec) - @yangmillstheoryf9bf59e) - @yangmillstheoryea04ccf) - @JaKXzEnhancements
227db63) - @yangmillstheoryConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.