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 from 4.0.4 to 4.0.5 #5

Merged
merged 2 commits into from Jan 28, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade redux from 4.0.4 to 4.0.5.

ℹ️ 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 1 version ahead of your current version.
  • The recommended version was released a month ago, on 2019-12-24.
Release notes
Package name: redux
  • 4.0.5 - 2019-12-24

    This release includes a memory leak fix, and a fix for removing reducers with replaceReducer and combineReducers.

    There are also some TypeScript changes, which require version 3.5 or higher. This also removes our DeepPartial type, which wasn't intended to be a public API. If you need this type, you can find an equivalent of likely higher quality in the utility-types package.

    Speaking of TypeScript, we are done with converting the code to TypeScript on master and are looking to get some TS improvements in before launching 5.0. If you're interested in helping, feel free to submit a PR with anything you'd like to contribute.

    Changes

  • 4.0.4 - 2019-07-10

    This is a republish of 4.0.3 with an updated version of Babel to fix #3468

    Changes

from redux GitHub release notes
Commit messages
Package name: redux
  • 45281b6 4.0.5
  • a5739d9 Fixed broken link (#3551)
  • 9c9a4d2 Fixed combineReducers changeDetection logic(#3488) (#3490)
  • 0ac73b5 #2808 Preloaded state is now selectively partial (instead of deeply partial). (#3485)
  • 63dda81 #2979 Add strict type inference overload for combineReducers. (#3484)
  • 6afef6a Minor language fix (#3498)
  • 39cc043 docs: fix store methods link (#3497)
  • 14efbe1 Update UsingObjectSpreadOperator.md (#3367)
  • 42474f3 Remove outdated rule on single quotes in docs (#3495)
  • 7d3c083 Fix links to some headings with special chars (#3494)
  • 3fdb341 Update docs (#3493)
  • 03cb88a Add import statement to visibilityFilter example (#3487)
  • 59cc278 removing `ChatActions` import line (#3486)
  • b657c11 chore: removed unused params (#3483)
  • b6e1586 Fix broken link to database design book (#3478)
  • e67f14d docs: fix Store api sidebar links (#3462)
  • d5d23eb Update docs to improve readability (#3476)
  • f663e5a Clear current listeners on store unsubscribe. (#3475)
  • 86d405b docs: add redux v.s. context difference FAQ entry (#3470)

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

@a13marquez a13marquez merged commit e102bbb into master Jan 28, 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.

"Invalid descriptor for property 'dispatch'" in IE11
2 participants