Skip to content
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

[Snyk] Upgrade redux-form from 7.0.4 to 7.4.2 #2

Merged
merged 2 commits into from
Oct 7, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade redux-form from 7.0.4 to 7.4.2.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 11 versions ahead of your current version.
  • The recommended version was released 2 years ago, on 2018-06-15.
Release notes
Package name: redux-form
  • 7.4.2 - 2018-06-15

    Bug Fixes

    • Rolled back UNSAFE_ silliness from v7.4.0. Compatibility with React 15 has actually been restored. #4079 #4078 #4069 #4070 #4072
  • 7.4.1 - 2018-06-15

    ⚠️ DON'T INSTALL THIS ⚠️

    Bug Fixes

    Apologies for this mistake! 🙏

  • 7.4.0 - 2018-06-12

    New Features

    • Added an optional list of fields to isDirty and isPristine selectors #3900 #3864
    • Add immutableProps option to Field component #3849 #3810
    • New isAsyncValidating selector #3910 #3901
    • New FormName component that will call a child render prop with the name of the form it is inside. #4038 #4037

    Bug Fixes

    • Fix field not validating after re-mount #3909 #3566 #3500
    • Add immutableProps to HOC propTypes #3913
    • Don't delete initial initialValues structure on withCleanUp #3619 #4068 #2597 #3366
    • Add PropTypes.node to FormSection's component propTypes #3995 #3859
    • Use cached object for syncErrors and syncWarnings #4010
    • Fixed bug where async validation with a resolved Promise was halting form submission #4028 #3895 #2056
    • Fix clear errors in parent of array after child change #4014 #3580

    Type Fixes

    • Made optional arguments initialize to optional in Flow #3898 #3668

    Dependency Fixes

    • 🎉 Support for Redux v4 #3986 🎉
  • 7.3.0 - 2018-03-02

    New Features

    Bug Fixes

    • Add clearFields and clearSubmitErrors to propTypes #3874
    • Fix error in multiple async validation #3787
    • Reverted "Log onSubmitSuccess thrown errors (#3723)" #3825 Read why: #3821 #3801
    • Use shouldError/shouldWarn by default unless only shouldValidate is passed in. #3881
    • Fixed bug submitSucceeded is set on redux-form/STOP_SUBMIT #3830 #2260

    Flow Fixes

    • Update FlowType Definitions to include clearFields #3820

    Build Fixes

    • Add the Webpack 4 sideEffects flag #3870
  • 7.2.3 - 2018-02-02

    Bug Fixes

    • Fixed Immutable 4 merging. Again. #3808
  • 7.2.2 - 2018-02-01

    Bug Fixes

    • Fixed issue with Immutable field arrays with more than 32 items. #3803 #3791
    • Fix for double INITIALIZE happening on first mount. #3797 #3690 #3706
    • Fix for formValues not reacting to props change #3794 #3793
    • Reverted accidental breaking change in v7.2.1 #3807 #3755
  • 7.2.1 - 2018-01-18

    Bug Fixes

    • Fix asyncValidate when asyncBlur/ChangeFields are provided #3647 #3645
    • Fix Immutable FieldArrays #3692 #3489
    • Fix field-level validation on previously emptied FieldArray #3697
    • Export clearAsyncError #3709 #3708
    • Ensure errors thrown from submit handler are not silenced #3744 #3303
    • Fix submit crashing when asyncBlurFields or asyncChangeFields are given #3733 #3658
    • Fix validation after duplicate field unmount #3756 #3688
    • Fix fields re-rendering every time due to regression introduced with flow typings #3758
    • Better errors thrown from onSubmitSuccess #3723 #3636
    • Fix async/submit errors getter for nested fields #3755
  • 7.2.0 - 2017-11-27

    Features

    Bug Fixes

    • Fixed hot reloading problem with React 16. #3615 #3435
    • Export updateSyncWarnings() action. #3631

    Flow Fixes

  • 7.1.2 - 2017-10-25

    Features

    • Previous form values are now passed to onChange() #3530

    Bug Fixes

    Flow Fixes

    • Changed meta prop type to any #3502
  • 7.1.1 - 2017-10-10

    I would like to apologize for recklessly upgrading the ImmutableJS dependency to a v4.rc in the previous release, v7.1.1. That is a breaking change, and will be made in v8 once ImmutableJS v4.0 is officially released. 😳 Sorry about that.

    Bug Fixes

  • 7.1.0 - 2017-10-06
  • 7.0.4 - 2017-09-05
from redux-form GitHub release notes
Commit messages
Package name: redux-form
  • b50136c Remove all UNSAFE_ lifecycle methods (#4078)
  • 647a21f Use componentDidMount instead of componentWillMount to register Field (#3566) (#3956)
  • a9e394c v7.4.1
  • 07d07a0 Use react-lifecycles-compat polyfill (#4079)
  • 6a5aa7c Built examples
  • fd7d952 Feat: add keepValues to form config (#3964)
  • 7b54f8a Add splice() to FieldArray's fields prop (#4065)
  • 03ba84e fixed doc versions
  • f2b8377 v7.4.0
  • 83b79a7 Upgraded a ton of dependencies (e.g. webpack 4) (#4051)
  • f49f78f Revert "Fix clear errors in parent of array after child change (#4014)" (#4049)
  • bfc00b5 Fix clear errors in parent of array after child change (#4014)
  • 55c6ab3 fixes 'invalid keyPath' when loading initial values (#3943) (#4030)
  • 785edf8 Accept PropTypes.node for component props (#4041)
  • ca02205 Create FormName render props component (#4038)
  • a57465a Fix async validation in case when promise is resolved with some data (#4028)
  • 58bdb48 Make it easier for Flow (#4044)
  • 23b1fbd Use a cached object for syncErrors and syncWarnings (#4010)
  • 572041a Fix type bug in field level validation example (#4006)
  • 6a05c2e Move deep-equal to devDeps (#4004)
  • be0bb20 docs: Note that `formMeta` is populated lazily (#3983)
  • 8a90883 Add support for redux 4.x (#3986)
  • 1c7526d Update Selectors.md (#3987)
  • 432e4b9 Added proptype Proptypes.node to FormSection's component propTypes (#3995)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@anyulled anyulled merged commit 87149be into master Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants