Bump js-flipper from 0.146.1 to 0.182.0 in /desktop (#4542)
Summary: Bumps [js-flipper](https://github.com/facebook/flipper) from 0.146.1 to 0.182.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/flipper/releases">js-flipper's releases</a>.</em></p> <blockquote> <h2>v0.182.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> <h2>v0.181.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> <h2>v0.180.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> <h2>v0.179.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> <h2>v0.178.1</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> <h2>v0.178.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> <h2>v0.177.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> <h2>v0.176.1</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> <h2>v0.176.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> <h2>v0.175.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> <h2>v0.174.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> <h2>v0.173.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a> for full notes.</p> <h2>v0.172.0</h2> <p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md</a></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="5be020479d"><code>5be0204</code></a> Flipper Release: v0.182.0</li> <li><a href="95ef9bf585"><code>95ef9bf</code></a> Preserve scroll position after exiting focus mode</li> <li><a href="d28748e69f"><code>d28748e</code></a> Dont allow focusing nodes with zero area</li> <li><a href="f12d8221d6"><code>f12d822</code></a> Fixed issue where visualiser would crop bottom few pixels of screen</li> <li><a href="d24343d2ac"><code>d24343d</code></a> Make the visualiser scrollable and remember width</li> <li><a href="0651bb27df"><code>0651bb2</code></a> Fix automatic scrolling bug</li> <li><a href="8cae1f0de6"><code>8cae1f0</code></a> On select expand ancestory</li> <li><a href="1cd916e414"><code>1cd916e</code></a> Increase indent and automatically scroll horiztonally on selection</li> <li><a href="d1e6b27358"><code>d1e6b27</code></a> Remove gap between tree scroll bar and visualiser resize handle</li> <li><a href="8581aa1944"><code>8581aa1</code></a> Memoise selection of nodes</li> <li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.146.1...v0.182.0">compare view</a></li> </ul> </details> <br /> [](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 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> Pull Request resolved: https://github.com/facebook/flipper/pull/4542 Reviewed By: ivanmisuno Differential Revision: D43438544 Pulled By: passy fbshipit-source-id: 2ea905337dc6394e13e4b0cb2576b0397b8b9f3b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
618f58b390
commit
0ba2b27a41
@@ -200,6 +200,6 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"js-flipper": "^0.146.1"
|
"js-flipper": "^0.182.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10104,10 +10104,10 @@ js-base64@^3.7.5:
|
|||||||
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.5.tgz#21e24cf6b886f76d6f5f165bfcd69cc55b9e3fca"
|
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.5.tgz#21e24cf6b886f76d6f5f165bfcd69cc55b9e3fca"
|
||||||
integrity sha512-3MEt5DTINKqfScXKfJFrRbxkrnk2AxPWGBL/ycjz4dK8iqiSJ06UxD8jh8xuh6p10TX4t2+7FsBYVxxQbMg+qA==
|
integrity sha512-3MEt5DTINKqfScXKfJFrRbxkrnk2AxPWGBL/ycjz4dK8iqiSJ06UxD8jh8xuh6p10TX4t2+7FsBYVxxQbMg+qA==
|
||||||
|
|
||||||
js-flipper@^0.146.1:
|
js-flipper@^0.182.0:
|
||||||
version "0.146.1"
|
version "0.182.0"
|
||||||
resolved "https://registry.yarnpkg.com/js-flipper/-/js-flipper-0.146.1.tgz#a2f9452912d576aa4a6db49ae2c8e70996895334"
|
resolved "https://registry.yarnpkg.com/js-flipper/-/js-flipper-0.182.0.tgz#3d8a7e1b8eca7eab094281375229749518d3a518"
|
||||||
integrity sha512-QPqgm3XssmisBJLC2pBc7pQumeZLdHmDlj1bRjff1djxMo4+pn7JSkm/JtooYZoHNdbrctFZ3eMUk0BSDvdSXA==
|
integrity sha512-CNJaBIXXPeg7FGsJ20WoBdt8+WkPH6WoludmHdznpL+vHUSfHJYr8yb+EE0dRX9TPbmUoq6wGxhp7DdOIvXarw==
|
||||||
|
|
||||||
js-message@1.0.7:
|
js-message@1.0.7:
|
||||||
version "1.0.7"
|
version "1.0.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user