From 32a58f0fec8921ff146752acb8b211564fb0554e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 06:21:44 -0800 Subject: [PATCH] Bump redux from 4.1.1 to 4.1.2 in /desktop (#3057) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [redux](https://github.com/reduxjs/redux) from 4.1.1 to 4.1.2.
Release notes

Sourced from redux's releases.

v4.1.2

This release fixes a small specific TS types issue where state types that had a nested unknown field inside would cause compilation failures when used as the preloadedState argument.

What's Changed

Full Changelog: https://github.com/reduxjs/redux/compare/v4.1.1...v4.1.2

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=redux&package-manager=npm_and_yarn&previous-version=4.1.1&new-version=4.1.2)](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) ---
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 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)
Pull Request resolved: https://github.com/facebook/flipper/pull/3057 Reviewed By: mweststrate Differential Revision: D32529287 Pulled By: passy fbshipit-source-id: 5fe0c0c4e9b71f912b0e2d024465b0bdca9af303 --- desktop/flipper-ui-core/package.json | 2 +- desktop/package.json | 2 +- desktop/yarn.lock | 16 +++++----------- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/desktop/flipper-ui-core/package.json b/desktop/flipper-ui-core/package.json index 3ed9bb567..e833fc27b 100644 --- a/desktop/flipper-ui-core/package.json +++ b/desktop/flipper-ui-core/package.json @@ -61,7 +61,7 @@ "react-virtualized-auto-sizer": "^1.0.6", "react-window": "^1.8.6", "recursive-readdir": "^2.2.2", - "redux": "^4.1.1", + "redux": "^4.1.2", "redux-persist": "^6.0.0", "reselect": "^4.0.0", "semver": "^7.3.5", diff --git a/desktop/package.json b/desktop/package.json index de7f4b393..809f97dd9 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -178,7 +178,7 @@ "react-async": "^10.0.0", "react-refresh": "^0.10.0", "recursive-readdir": "^2.2.2", - "redux": "^4.1.1", + "redux": "^4.1.2", "rimraf": "^3.0.2", "socket.io": "^4.3.1", "tmp": "^0.2.1", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 9a64e4935..e28789783 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -11536,17 +11536,10 @@ redux-persist@*, redux-persist@^6.0.0: resolved "https://registry.yarnpkg.com/redux-persist/-/redux-persist-6.0.0.tgz#b4d2972f9859597c130d40d4b146fecdab51b3a8" integrity sha512-71LLMbUq2r02ng2We9S215LtPu3fY0KgaGE0k8WRgl6RkqxtGfl7HUozz1Dftwsb0D/5mZ8dwAaPbtnzfvbEwQ== -redux@^4.0.0, redux@^4.0.5: - version "4.1.0" - resolved "https://registry.yarnpkg.com/redux/-/redux-4.1.0.tgz#eb049679f2f523c379f1aff345c8612f294c88d4" - integrity sha512-uI2dQN43zqLWCt6B/BMGRMY6db7TTY4qeHHfGeKb3EOhmOKjU3KdWvNLJyqaHRksv/ErdNH7cFZWg9jXtewy4g== - dependencies: - "@babel/runtime" "^7.9.2" - -redux@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/redux/-/redux-4.1.1.tgz#76f1c439bb42043f985fbd9bf21990e60bd67f47" - integrity sha512-hZQZdDEM25UY2P493kPYuKqviVwZ58lEmGQNeQ+gXa+U0gYPUBf7NKYazbe3m+bs/DzM/ahN12DbF+NG8i0CWw== +redux@^4.0.0, redux@^4.0.5, redux@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/redux/-/redux-4.1.2.tgz#140f35426d99bb4729af760afcf79eaaac407104" + integrity sha512-SH8PglcebESbd/shgf6mii6EIoRM0zrQyjcuQ+ojmfxjTtE0z9Y8pa62iA/OJ58qjP6j27uyW4kUF4jl/jd6sw== dependencies: "@babel/runtime" "^7.9.2" @@ -13603,6 +13596,7 @@ xmlchars@^2.2.0: xmldom@^0.5.0, "xmldom@github:xmldom/xmldom#0.7.0": version "0.7.0" + uid c568938641cc1f121cef5b4df80fcfda1e489b6e resolved "https://codeload.github.com/xmldom/xmldom/tar.gz/c568938641cc1f121cef5b4df80fcfda1e489b6e" xtend@^4.0.0, xtend@~4.0.1: