0c4d607788f94ef1c0fb6ba410ed28b2412acdfb
699 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 0c4d607788 | Merge branch 'main' of github.com:facebook/flipper into universalBuild | |||
|
|
4477f3b550 |
Update esbuild
Summary: Update esbuild to the latest version that is backward compatible to the current version. Specifically I was looking for a version that adds support for the typescript's `satisfies` feature [0.15.3](https://github.com/evanw/esbuild/releases/tag/v0.15.13) Reviewed By: passy Differential Revision: D51537364 fbshipit-source-id: 6fb8f01ee7b4d19db048d03277be6b6642124002 |
||
| 69522523c6 | Merge branch 'main' of github.com:facebook/flipper into universalBuild | |||
| 304bd81e07 | patches | |||
|
|
ecfa9451db |
Remove unused which dependency
Summary: This seems to be (no longer) in use. Reviewed By: lblasa Differential Revision: D50645270 fbshipit-source-id: 69cf276f97d960a16ffd3e48342420b33fa646da |
||
|
|
8a11043f37 |
Release build integration
Summary: This is the immediate follow-up from the previous diff which aims to integrate the MacOS app into our release build script, meta only. Reviewed By: antonk52, aigoncharov Differential Revision: D50301369 fbshipit-source-id: 23a4842666c3a7aa9616c6237e16b71bae87ba36 |
||
|
|
114a60d510 |
Back out "correct stack traces in flipper ui"
Summary: Original commit changeset: 09da568db0dd Original Phabricator Diff: D50015828 Reviewed By: lblasa Differential Revision: D50168198 fbshipit-source-id: 0fe22ac881365cfe6d1d21babbcddc6f1fae314b |
||
|
|
76cb3190fd |
correct stack traces in flipper ui
Reviewed By: ivanmisuno Differential Revision: D50015828 fbshipit-source-id: 09da568db0dd75c4a07e4ff23704b81149444b75 |
||
|
|
4905446697 |
Update deps
Summary: Update a few selected patch-level deps. Reviewed By: antonk52 Differential Revision: D49779877 fbshipit-source-id: 5f8da30a3802f4ca516ad20ac223cafce5120ba0 |
||
|
|
412b05ad8d |
fix lint CI check on windows
Reviewed By: lblasa Differential Revision: D49503462 fbshipit-source-id: c047e72edda644d42cf4454a3a8b2023eca8d2ea |
||
|
|
f2ef26cd9a |
bump fs-extra types
Summary: `recursive` was dropped in when [dropping](https://github.com/jprichardson/node-fs-extra/issues/886) node v10 Reviewed By: aigoncharov Differential Revision: D48780242 fbshipit-source-id: 29349590a7f14da85fe8df28b20d9b418e7a8b1d |
||
|
|
4439411d29 |
bump or ignore types packages
Reviewed By: LukeDefeo Differential Revision: D48782825 fbshipit-source-id: 00c46fa609847272b48f8f4476291666e9251c95 |
||
|
|
806d684ddc |
Script to verify @types/* versions
Summary: We recently raised a concern that for some packages types/* version is different than the package we are using. This can cause runtime errors as typescript can suggest usage that no longer reflects current API of a library. To combat this issue we decided to add a CI check to verify that major versions of types and a libriary match. This script will be refined if in the next few diffs Reviewed By: LukeDefeo Differential Revision: D48779652 fbshipit-source-id: 2a826ba9d00565563553f04cd809ae0638db6282 |
||
|
|
cb6dd36dc1 |
Support absolute date operator type
Summary: Project doc: https://docs.google.com/document/d/1miofxds9DJgWScj0zFyBbdpRH5Rj0T9FqiCapof5-vU Reviewed By: lblasa Differential Revision: D48644510 fbshipit-source-id: 0a1a382f3052c0e1e1f78ad6e8c51211fb78f9ce |
||
|
|
bee42f442e |
Expose external API
Summary: Project doc: https://docs.google.com/document/d/1miofxds9DJgWScj0zFyBbdpRH5Rj0T9FqiCapof5-vU Reviewed By: lblasa Differential Revision: D48599785 fbshipit-source-id: ae5835ece1299d26dcaeb3cb66668aa919900a85 |
||
|
|
c091067902 |
Update antd
Summary: Project doc: https://docs.google.com/document/d/1miofxds9DJgWScj0zFyBbdpRH5Rj0T9FqiCapof5-vU Required to get `Space.Compact` allow-large-files Reviewed By: passy Differential Revision: D48520383 fbshipit-source-id: 000a5c16c00541455dc4a31c4fddb2c4c252a89e |
||
|
|
160b05a5bd |
Bump deps
Summary: This updates minor and patch level dependencies. Frustratingly, I had to revert a bunch of changes in that version range that still caused incompatibilities and test failures. If I find time, I'll dig a bit deeper. Reviewed By: ivanmisuno Differential Revision: D48433210 fbshipit-source-id: 9ab12e774c1992d4f22cc1428d34f102ce820b75 |
||
|
|
2b17ac76de |
Temporarily switch to console-feed mirror
Summary: See https://github.com/samdenty/console-feed/issues/124. This is breaking our CI and lots of other things. We should hopefully be able to cleanly revert this on Monday. Reviewed By: ivanmisuno Differential Revision: D47150333 fbshipit-source-id: f34d6afdb83607c8ac2cc7fb2989ca68733798e0 |
||
|
|
daa3a38ed3 |
Flipper export file implementation
Summary: ^ Changelog: add export file implementation for browsers Reviewed By: antonk52 Differential Revision: D46840341 fbshipit-source-id: 8a011f2a7c0ce329286cb8813def8f9c0572d133 |
||
|
|
e8e1a32e48 |
Back out "Update adbkit and logcat to maintained librarys"
Summary: Original commit changeset: 2a23c0eaa12f Original Phabricator Diff: D45569652 The new lib causes weird log parsing https://fb.workplace.com/groups/flippersupport/permalink/1629943924152926/ Reviewed By: LukeDefeo, passy Differential Revision: D46390961 fbshipit-source-id: 7c9d0ca7fff2d9cb1ac1a309710f2348233a3471 |
||
|
|
6430403da0 |
Jest update v26.6.3 -> v29.5.1
Summary: ^ Basically, update Jest and fix any raised issues. Mainly: - Update necessary dependencies - Update snapshots - `useFakeTimers` caused a few issues which meant that the way we hook into the performance object had to be tweaked. The main code change is: `//fbsource/xplat/sonar/desktop/scripts/jest-setup-after.tsx` - `mocked` -> `jest.mocked` Changelog: Update Jest to v29.5.1 Reviewed By: antonk52 Differential Revision: D46319818 fbshipit-source-id: d218ca8f7e43abac6b00844953ddeb7f4e1010a2 |
||
|
|
49c356059a |
Use a direct download from Node distribution instead of relying on pkg-fetch
Summary:
It seems the available binary for macOS arm64 is not signed:
```
codesign -dv --verbose=4 ./node-v16.16.0-macos-arm64
./node-v16.16.0-macos-arm64: code object is not signed
```
This is an issue as it crashes for our flipper server releases.
This can be compared to a binary downloaded from the Node distribution page:
```
codesign -dv --verbose=4 ./node
Executable=/Users/realpassy/Downloads/node-v16.15.0-darwin-arm64/bin/node
Identifier=node
Format=Mach-O thin (arm64)
CodeDirectory v=20500 size=597360 flags=0x10000(runtime) hashes=18657+7 location=embedded
VersionPlatform=1
VersionMin=720896
VersionSDK=721152
Hash type=sha256 size=32
CandidateCDHash sha256=31cdf84cac42a622c1a68558376700a2dd12d40d
CandidateCDHashFull sha256=31cdf84cac42a622c1a68558376700a2dd12d40d81c5118f3b0e0370c414eb69
Hash choices=sha256
CMSDigest=31cdf84cac42a622c1a68558376700a2dd12d40d81c5118f3b0e0370c414eb69
CMSDigestType=2
Executable Segment base=0
Executable Segment limit=56082432
Executable Segment flags=0x1
Page size=4096
Launch Constraints:
None
CDHash=31cdf84cac42a622c1a68558376700a2dd12d40d
Signature size=8986
Authority=Developer ID Application: Node.js Foundation (HX7739G8FX)
Authority=Developer ID Certification Authority
Authority=Apple Root CA
Timestamp=26 Apr 2022 at 23:00:57
Info.plist=not bound
TeamIdentifier=HX7739G8FX
Runtime Version=11.1.0
Sealed Resources=none
Internal requirements count=1 size=164
```
For additional context:
Node binary by using pkg-fetch. We just get the binary from this release page: https://github.com/vercel/pkg-fetch/releases/tag/v3.4
The exact binary we're downloading is https://github.com/vercel/pkg-fetch/releases/download/v3.4/node-v16.15.0-macos-arm64
If you just download that via Chrome, it will trigger Gatekeeper and you need to manually click "Allow" in the system privacy settings. You can also do the same by just running:
xattr -c ./node-v16*
Afterwards you can:
chmod +x ./node*
It will crash in the same way that it does after our distribution.
Reviewed By: passy
Differential Revision: D46225503
fbshipit-source-id: f0ae2d5101b99c9db7fe80333573caef52c787a2
|
||
|
|
230c31b548 |
Upgrade ts-node (#4771)
Summary: [js] Upgrade ts-node Seeing an odd Windows-specific error after upgrading TS. Let's see if this makes a difference. https://github.com/facebook/flipper/actions/runs/5081747814/jobs/9130539676 Pull Request resolved: https://github.com/facebook/flipper/pull/4771 Test Plan: Windows is happy again: https://github.com/facebook/flipper/actions/runs/5089519936/jobs/9147247783?pr=4771 Reviewed By: antonk52 Differential Revision: D46220440 Pulled By: passy fbshipit-source-id: 185ab71409625a1d8db0563fa22da2a459f5e264 |
||
|
|
76fbaf245c |
Replace existing running instance, if any
Summary: Replace an existing running instance, if any. This is useful for: - Applying updates - Ensuring freshness of server Reviewed By: passy Differential Revision: D46146814 fbshipit-source-id: bfb760f3ab26b7632510773609f1c6ca3a97c4ec |
||
|
|
fda21e96e8 |
Update typescript to 4.9.5
Reviewed By: passy Differential Revision: D46068908 fbshipit-source-id: 4c1ffff8690eec5a10c67d6c5d1aacf224e0f0d4 |
||
|
|
f65c99c6b2 |
Bump deep-equal from 2.0.5 to 2.2.1 in /desktop (#4729)
Summary: Bumps [deep-equal](https://github.com/inspect-js/node-deep-equal) from 2.0.5 to 2.2.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/inspect-js/node-deep-equal/blob/master/CHANGELOG.md">deep-equal's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/inspect-js/node-deep-equal/compare/v2.2.0...v2.2.1">v2.2.1</a> - 2023-04-27</h2> <h3>Commits</h3> <ul> <li>[Tests] add passing tests covering object key ordering <a href=" |
||
|
|
898e9c3b07 |
Update adbkit and logcat to maintained librarys
Summary: We were using an old unmaintained/abandonned library for communicating with adb server https://github.com/openstf/adbkit This was giving me issues i couldnt figure out when running flipper server. There is a popular fork written in typescript here https://github.com/DeviceFarmer/adbkit but it uses blue bird for promises. There is a fork of the fork here which i have chosen to use which is the same api as above but with es6 promises, https://github.com/UrielCh/adbkit. Both forks have a slightly different api to the original. In the original library there was a single client and any command directed at a particular device had a serial as the first argument In the new libraries you create a DeviceClient where the serial is baked in and you don't need to supply this argument every time allow-large-files Reviewed By: lblasa Differential Revision: D45569652 fbshipit-source-id: 2a23c0eaa12feaebdccadb3d343e087c0d5708d5 |
||
|
|
da268f0095 |
Bump mock-fs
Summary: various tests failing due to this dep Reviewed By: antonk52 Differential Revision: D45731274 fbshipit-source-id: cb79199c15a8973f50e5075dab16605d0120b30c |
||
|
|
238f40f55d |
Mandate auth token to connect over TCP
Summary: Until now, launching flipper-server with TCP would accept any incoming connection as long as it comes from the same origin (localhost) using web socket host origin verification. This is not entirely secure as origin can be spoofed with tools like curl. Our team created a security review and a proposal was written: https://docs.google.com/document/d/16iXypCQibPiner061SoaQUFUY9tLVAEpkKfV_hUXI7c/ Effectively, Flipper can generate a token which is then used by the client to authenticate. This diff contains the changes required to generate, obtain, and validate authentication tokens from clients connecting to flipper over TCP connections. The token itself is a JWT token. JWT was chosen because it is a simple industry standard which offers three features which can immediately benefit us: - Expiration handling. No need for Flipper to store this information anywhere. - Payload. Payload can be used to push any data we deem relevant i.e. unix username. - Signing. Signed and verified using the same server key pair which is already in place for certificate exchange. Additionally, the token is stored in the Flipper static folder. This ensures that the browser and PWA clients have access to it. Reviewed By: mweststrate Differential Revision: D45179654 fbshipit-source-id: 6761bcb24f4ba30b67d1511cde8fe875158d78af |
||
|
|
22e28a4f3e |
Bump prettier from 2.6.2 to 2.8.7 in /desktop
Summary: Updates prettier and applies the fixes. Reviewed By: antonk52 Differential Revision: D45087515 fbshipit-source-id: 226814ab4805eb12e64c2134407164498c708c0a |
||
|
|
905f5eea0f |
Back out "Bump @oclif/command from 1.8.16 to 1.8.22 in /desktop"
Summary: Original commit changeset: a9b2be74bd3f Original Phabricator Diff: D43905200 It seems that ti caused NPM publishing to start failing https://github.com/facebook/flipper/actions/workflows/publish-npm.yml Reviewed By: passy Differential Revision: D44367845 fbshipit-source-id: eef31c80561872d40babe03227a3ce0fc32eee72 |
||
|
|
075de45076 |
Bump react-refresh from 0.11.0 to 0.14.0 in /desktop (#4540)
Summary: Bumps [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.11.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/releases">react-refresh's releases</a>.</em></p> <blockquote> <h2>v0.14.0</h2> <p>See <a href="http://facebook.github.io/react/blog/2015/10/07/react-v0.14.html">http://facebook.github.io/react/blog/2015/10/07/react-v0.14.html</a>.</p> <h2>v0.13.3</h2> <h3>React Core</h3> <h4>New Features</h4> <ul> <li>Added <code>clipPath</code> element and attribute for SVG</li> <li>Improved warnings for deprecated methods in plain JS classes</li> </ul> <h4>Bug Fixes</h4> <ul> <li>Loosened <code>dangerouslySetInnerHTML</code> restrictions so <code>{__html: undefined}</code> will no longer throw</li> <li>Fixed extraneous context warning with non-pure <code>getChildContext</code></li> <li>Ensure <code>replaceState(obj)</code> retains prototype of <code>obj</code></li> </ul> <h3>React with Add-ons</h3> <h3>Bug Fixes</h3> <ul> <li>Test Utils: Ensure that shallow rendering works when components define <code>contextTypes</code></li> </ul> <h2>v0.13.2</h2> <h3>React Core</h3> <h4>New Features</h4> <ul> <li>Added <code>strokeDashoffset</code>, <code>flexPositive</code>, <code>flexNegative</code> to the list of unitless CSS properties</li> <li>Added support for more DOM properties: <ul> <li><code>scoped</code> - for <code><style></code> elements</li> <li><code>high</code>, <code>low</code>, <code>optimum</code> - for <code><meter></code> elements</li> <li><code>unselectable</code> - IE-specific property to prevent user selection</li> </ul> </li> </ul> <h4>Bug Fixes</h4> <ul> <li>Fixed a case where re-rendering after rendering null didn't properly pass context</li> <li>Fixed a case where re-rendering after rendering with <code>style={null}</code> didn't properly update <code>style</code></li> <li>Update <code>uglify</code> dependency to prevent a bug in IE8</li> <li>Improved warnings</li> </ul> <h3>React with Add-Ons</h3> <h4>Bug Fixes</h4> <ul> <li>Immutabilty Helpers: Ensure it supports <code>hasOwnProperty</code> as an object key</li> </ul> <h3>React Tools</h3> <ul> <li>Improve documentation for new options</li> </ul> <h2>v0.13.1</h2> <h3>React Core</h3> <h4>Bug Fixes</h4> <ul> <li>Don't throw when rendering empty <code><select></code> elements</li> <li>Ensure updating <code>style</code> works when transitioning from <code>null</code></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/blob/main/CHANGELOG.md">react-refresh's changelog</a>.</em></p> <blockquote> <h2>0.14.0 (October 7, 2015)</h2> <h3>Major changes</h3> <ul> <li>Split the main <code>react</code> package into two: <code>react</code> and <code>react-dom</code>. This paves the way to writing components that can be shared between the web version of React and React Native. This means you will need to include both files and some functions have been moved from <code>React</code> to <code>ReactDOM</code>.</li> <li>Addons have been moved to separate packages (<code>react-addons-clone-with-props</code>, <code>react-addons-create-fragment</code>, <code>react-addons-css-transition-group</code>, <code>react-addons-linked-state-mixin</code>, <code>react-addons-perf</code>, <code>react-addons-pure-render-mixin</code>, <code>react-addons-shallow-compare</code>, <code>react-addons-test-utils</code>, <code>react-addons-transition-group</code>, <code>react-addons-update</code>, <code>ReactDOM.unstable_batchedUpdates</code>).</li> <li>Stateless functional components - React components were previously created using React.createClass or using ES6 classes. This release adds a <a href="https://reactjs.org/docs/reusable-components.html#stateless-functions">new syntax</a> where a user defines a single <a href="https://reactjs.org/docs/reusable-components.html#stateless-functions">stateless render function</a> (with one parameter: <code>props</code>) which returns a JSX element, and this function may be used as a component.</li> <li>Refs to DOM components as the DOM node itself. Previously the only useful thing you can do with a DOM component is call <code>getDOMNode()</code> to get the underlying DOM node. Starting with this release, a ref to a DOM component <em>is</em> the actual DOM node. <strong>Note that refs to custom (user-defined) components work exactly as before; only the built-in DOM components are affected by this change.</strong></li> </ul> <h3>Breaking changes</h3> <ul> <li><code>React.initializeTouchEvents</code> is no longer necessary and has been removed completely. Touch events now work automatically.</li> <li>Add-Ons: Due to the DOM node refs change mentioned above, <code>TestUtils.findAllInRenderedTree</code> and related helpers are no longer able to take a DOM component, only a custom component.</li> <li>The <code>props</code> object is now frozen, so mutating props after creating a component element is no longer supported. In most cases, <a href="https://reactjs.org/docs/react-api.html#cloneelement"><code>React.cloneElement</code></a> should be used instead. This change makes your components easier to reason about and enables the compiler optimizations mentioned above.</li> <li>Plain objects are no longer supported as React children; arrays should be used instead. You can use the <a href="https://reactjs.org/docs/create-fragment.html"><code>createFragment</code></a> helper to migrate, which now returns an array.</li> <li>Add-Ons: <code>classSet</code> has been removed. Use <a href="https://github.com/JedWatson/classnames">classnames</a> instead.</li> <li>Web components (custom elements) now use native property names. Eg: <code>class</code> instead of <code>className</code>.</li> </ul> <h3>Deprecations</h3> <ul> <li><code>this.getDOMNode()</code> is now deprecated and <code>ReactDOM.findDOMNode(this)</code> can be used instead. Note that in the common case, <code>findDOMNode</code> is now unnecessary since a ref to the DOM component is now the actual DOM node.</li> <li><code>setProps</code> and <code>replaceProps</code> are now deprecated. Instead, call ReactDOM.render again at the top level with the new props.</li> <li>ES6 component classes must now extend <code>React.Component</code> in order to enable stateless function components. The <a href="https://reactjs.org/blog/2015/01/27/react-v0.13.0-beta-1.html#other-languages">ES3 module pattern</a> will continue to work.</li> <li>Reusing and mutating a <code>style</code> object between renders has been deprecated. This mirrors our change to freeze the <code>props</code> object.</li> <li>Add-Ons: <code>cloneWithProps</code> is now deprecated. Use <a href="https://reactjs.org/docs/react-api.html#cloneelement"><code>React.cloneElement</code></a> instead (unlike <code>cloneWithProps</code>, <code>cloneElement</code> does not merge <code>className</code> or <code>style</code> automatically; you can merge them manually if needed).</li> <li>Add-Ons: To improve reliability, <code>CSSTransitionGroup</code> will no longer listen to transition events. Instead, you should specify transition durations manually using props such as <code>transitionEnterTimeout={500}</code>.</li> </ul> <h3>Notable enhancements</h3> <ul> <li>Added <code>React.Children.toArray</code> which takes a nested children object and returns a flat array with keys assigned to each child. This helper makes it easier to manipulate collections of children in your <code>render</code> methods, especially if you want to reorder or slice <code>this.props.children</code> before passing it down. In addition, <code>React.Children.map</code> now returns plain arrays too.</li> <li>React uses <code>console.error</code> instead of <code>console.warn</code> for warnings so that browsers show a full stack trace in the console. (Our warnings appear when you use patterns that will break in future releases and for code that is likely to behave unexpectedly, so we do consider our warnings to be “must-fix” errors.)</li> <li>Previously, including untrusted objects as React children <a href="http://danlec.com/blog/xss-via-a-spoofed-react-element">could result in an XSS security vulnerability</a>. This problem should be avoided by properly validating input at the application layer and by never passing untrusted objects around your application code. As an additional layer of protection, <a href="https://github-redirect.dependabot.com/facebook/react/pull/4832">React now tags elements</a> with a specific <a href="http://www.2ality.com/2014/12/es6-symbols.html">ES2015 (ES6) <code>Symbol</code></a> in browsers that support it, in order to ensure that React never considers untrusted JSON to be a valid element. If this extra security protection is important to you, you should add a <code>Symbol</code> polyfill for older browsers, such as the one included by <a href="https://babeljs.io/docs/usage/polyfill/">Babel’s polyfill</a>.</li> <li>When possible, React DOM now generates XHTML-compatible markup.</li> <li>React DOM now supports these standard HTML attributes: <code>capture</code>, <code>challenge</code>, <code>inputMode</code>, <code>is</code>, <code>keyParams</code>, <code>keyType</code>, <code>minLength</code>, <code>summary</code>, <code>wrap</code>. It also now supports these non-standard attributes: <code>autoSave</code>, <code>results</code>, <code>security</code>.</li> <li>React DOM now supports these SVG attributes, which render into namespaced attributes: <code>xlinkActuate</code>, <code>xlinkArcrole</code>, <code>xlinkHref</code>, <code>xlinkRole</code>, <code>xlinkShow</code>, <code>xlinkTitle</code>, <code>xlinkType</code>, <code>xmlBase</code>, <code>xmlLang</code>, <code>xmlSpace</code>.</li> <li>The <code>image</code> SVG tag is now supported by React DOM.</li> <li>In React DOM, arbitrary attributes are supported on custom elements (those with a hyphen in the tag name or an <code>is="..."</code> attribute).</li> <li>React DOM now supports these media events on <code>audio</code> and <code>video</code> tags: <code>onAbort</code>, <code>onCanPlay</code>, <code>onCanPlayThrough</code>, <code>onDurationChange</code>, <code>onEmptied</code>, <code>onEncrypted</code>, <code>onEnded</code>, <code>onError</code>, <code>onLoadedData</code>, <code>onLoadedMetadata</code>, <code>onLoadStart</code>, <code>onPause</code>, <code>onPlay</code>, <code>onPlaying</code>, <code>onProgress</code>, <code>onRateChange</code>, <code>onSeeked</code>, <code>onSeeking</code>, <code>onStalled</code>, <code>onSuspend</code>, <code>onTimeUpdate</code>, <code>onVolumeChange</code>, <code>onWaiting</code>.</li> <li>Many small performance improvements have been made.</li> <li>Many warnings show more context than before.</li> <li>Add-Ons: A <a href="https://github-redirect.dependabot.com/facebook/react/pull/3355"><code>shallowCompare</code></a> add-on has been added as a migration path for <code>PureRenderMixin</code> in ES6 classes.</li> <li>Add-Ons: <code>CSSTransitionGroup</code> can now use <a href="https://github.com/facebook/react/blob/48942b85/docs/docs/10.1-animation.md#custom-classes">custom class names</a> instead of appending <code>-enter-active</code> or similar to the transition name.</li> </ul> <h3>New helpful warnings</h3> <ul> <li>React DOM now warns you when nesting HTML elements invalidly, which helps you avoid surprising errors during updates.</li> <li>Passing <code>document.body</code> directly as the container to <code>ReactDOM.render</code> now gives a warning as doing so can cause problems with browser extensions that modify the DOM.</li> <li>Using multiple instances of React together is not supported, so we now warn when we detect this case to help you avoid running into the resulting problems.</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
15e1c99245 |
Bump reselect from 4.1.5 to 4.1.7 in /desktop (#4541)
Summary: Bumps [reselect](https://github.com/reduxjs/reselect) from 4.1.5 to 4.1.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/reduxjs/reselect/releases">reselect's releases</a>.</em></p> <blockquote> <h2>v4.1.7</h2> <p>This release updates the TS types to work correctly with TS 4.9, which made a change that broke the existing <code>MergeParameters</code> type implementation. Happily, the TS team <a href="https://github-redirect.dependabot.com/microsoft/TypeScript/pull/50831#issuecomment-1253830522">provided a better (and simpler!) <code>MergeParameters</code> implementation</a>. Since that only works with TS 4.7+, we've reworked the internals to handle providing the old implementation to TS 4.2..4.6, and the new implementation to TS 4.7 and greater.</p> <p>As a user, there should be no visible change - just update to 4.1.7.</p> <h2>What's Changed</h2> <ul> <li>Include 4.6 in the TS test matrix by <a href="https://github.com/lukeapage"><code>@lukeapage</code></a> in <a href="https://github-redirect.dependabot.com/reduxjs/reselect/pull/576">reduxjs/reselect#576</a></li> <li>TS 4.9 compat by <a href="https://github.com/markerikson"><code>@markerikson</code></a> in <a href="https://github-redirect.dependabot.com/reduxjs/reselect/pull/587">reduxjs/reselect#587</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reduxjs/reselect/compare/v4.1.6...v4.1.7">https://github.com/reduxjs/reselect/compare/v4.1.6...v4.1.7</a></p> <h2>v4.1.6</h2> <p>This release updates the TS types to better handle cases with default parameters, or <code>any/unknown</code> types.</p> <h2>What's Changed</h2> <ul> <li>Fix <a href="https://github-redirect.dependabot.com/reduxjs/reselect/issues/563">https://github.com/facebook/flipper/issues/563</a> - Make it an error when the typings become incorrect by <a href="https://github.com/lukeapage"><code>@lukeapage</code></a> in <a href="https://github-redirect.dependabot.com/reduxjs/reselect/pull/572">reduxjs/reselect#572</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reduxjs/reselect/compare/v4.1.5...v4.1.6">https://github.com/reduxjs/reselect/compare/v4.1.5...v4.1.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
fa8f108c01 |
Bump @emotion/babel-plugin from 11.10.2 to 11.10.6 in /desktop (#4554)
Summary: Bumps [emotion/babel-plugin](https://github.com/emotion-js/emotion) from 11.10.2 to 11.10.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/emotion-js/emotion/releases"><code>@emotion/babel-plugin</code>'s releases</a>.</em></p> <blockquote> <h2><code>@emotion/babel-plugin</code><a href="https://github.com/11"><code>@11</code></a>.10.6</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2985">https://github.com/facebook/flipper/issues/2985</a> <a href=" |
||
|
|
8a10979206 |
Bump @typescript-eslint/parser from 5.22.0 to 5.55.0 in /desktop (#4601)
Summary: Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.22.0 to 5.55.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v5.55.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.54.1...v5.55.0">5.55.0</a> (2023-03-13)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-confusing-void-expression] check sequence expressions for void is in last position (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6597">#6597</a>) (<a href=" |
||
|
|
134ce1f4cb |
Bump @oclif/command from 1.8.16 to 1.8.22 in /desktop (#4543)
Summary: Bumps [oclif/command](https://github.com/oclif/command) from 1.8.16 to 1.8.22. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oclif/command/releases"><code>@oclif/command</code>'s releases</a>.</em></p> <blockquote> <h2>1.8.22</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> bump <code>@oclif/parser</code> from 3.8.9 to 3.8.10 (<a href=" |
||
|
|
0ba2b27a41 |
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=" |
||
|
|
09a6877576 |
Bump react-virtualized-auto-sizer from 1.0.6 to 1.0.7 in /desktop (#4520)
Summary: Bumps [react-virtualized-auto-sizer](https://github.com/bvaughn/react-virtualized-auto-sizer) from 1.0.6 to 1.0.7. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/bvaughn/react-virtualized-auto-sizer/commits">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/4520 Reviewed By: mweststrate Differential Revision: D43305179 Pulled By: ivanmisuno fbshipit-source-id: fb1a6a02141f1355acf3bae8e78702daec9b4d7b |
||
|
|
6cb64f0af0 |
Bump app-builder-lib from 23.4.0 to 23.6.0 in /desktop (#4515)
Summary: Bumps [app-builder-lib](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib) from 23.4.0 to 23.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/releases">app-builder-lib's releases</a>.</em></p> <blockquote> <h2>v23.6.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add nsis option to remove the default uninstall welcome page by <a href="https://github.com/moulinierf"><code>@moulinierf</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7141">electron-userland/electron-builder#7141</a></li> <li>feat: add Github Actions environment variable to isPullRequest method by <a href="https://github.com/kuidaoring"><code>@kuidaoring</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7152">electron-userland/electron-builder#7152</a></li> <li>fix: formatting of Code in the MacOS PKG docs by <a href="https://github.com/hrueger"><code>@hrueger</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7142">electron-userland/electron-builder#7142</a></li> <li>chore: Updating node 16 docker images by <a href="https://github.com/Tarrowren"><code>@Tarrowren</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7158">electron-userland/electron-builder#7158</a></li> <li>fix(ci): workflows security hardening by <a href="https://github.com/sashashura"><code>@sashashura</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7156">electron-userland/electron-builder#7156</a></li> <li>feat: non-silent mode allow not to run the app when the installation is complete by <a href="https://github.com/shenglianlee"><code>@shenglianlee</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7136">electron-userland/electron-builder#7136</a></li> <li>feat: update note for pnpm by <a href="https://github.com/romadryud"><code>@romadryud</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7163">electron-userland/electron-builder#7163</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/moulinierf"><code>@moulinierf</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7141">electron-userland/electron-builder#7141</a></li> <li><a href="https://github.com/kuidaoring"><code>@kuidaoring</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7152">electron-userland/electron-builder#7152</a></li> <li><a href="https://github.com/hrueger"><code>@hrueger</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7142">electron-userland/electron-builder#7142</a></li> <li><a href="https://github.com/Tarrowren"><code>@Tarrowren</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7158">electron-userland/electron-builder#7158</a></li> <li><a href="https://github.com/sashashura"><code>@sashashura</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7156">electron-userland/electron-builder#7156</a></li> <li><a href="https://github.com/shenglianlee"><code>@shenglianlee</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7136">electron-userland/electron-builder#7136</a></li> <li><a href="https://github.com/romadryud"><code>@romadryud</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7163">electron-userland/electron-builder#7163</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/v23.5.1...v23.6.0">https://github.com/electron-userland/electron-builder/compare/v23.5.1...v23.6.0</a></p> <h2>v23.5.1</h2> <h2>What's Changed</h2> <ul> <li>fix: Revert "feat: Upgrade to Ubuntu 22.04 and python 3.10" by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7109">electron-userland/electron-builder#7109</a></li> <li>feat: allow dev update config to be forced for testing auto-updater flow by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7117">electron-userland/electron-builder#7117</a></li> <li>docs: declare node-linker when using Yarn 3 by <a href="https://github.com/ouliuquan"><code>@ouliuquan</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7113">electron-userland/electron-builder#7113</a></li> <li>fix: allow CSC_LINK to have a mime-type prefix by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7119">electron-userland/electron-builder#7119</a></li> <li>fix: strip extra fields out before creating snap.yaml (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib/issues/7104">#7104</a>) by <a href="https://github.com/MikeJerred"><code>@MikeJerred</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7110">electron-userland/electron-builder#7110</a></li> <li>docs: fix typo by <a href="https://github.com/cjeonguk"><code>@cjeonguk</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7120">electron-userland/electron-builder#7120</a></li> <li>chore(deploy): Release by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7111">electron-userland/electron-builder#7111</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ouliuquan"><code>@ouliuquan</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7113">electron-userland/electron-builder#7113</a></li> <li><a href="https://github.com/MikeJerred"><code>@MikeJerred</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7110">electron-userland/electron-builder#7110</a></li> <li><a href="https://github.com/cjeonguk"><code>@cjeonguk</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7120">electron-userland/electron-builder#7120</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/v23.5.0...v23.5.1">https://github.com/electron-userland/electron-builder/compare/v23.5.0...v23.5.1</a></p> <h2>v23.5.0</h2> <h2>What's Changed</h2> <ul> <li>docs(signing): add tip for installer env by <a href="https://github.com/richtlu"><code>@richtlu</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7059">electron-userland/electron-builder#7059</a></li> <li>fix: updating integration test for prerelease flag by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7072">electron-userland/electron-builder#7072</a></li> <li>fix: replace update-notifier and update deps by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7078">electron-userland/electron-builder#7078</a></li> <li>fix: use <code>buildVersion</code> not <code>buildNumber</code> for fpm <code>--iteration</code> flag by <a href="https://github.com/davej"><code>@davej</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7075">electron-userland/electron-builder#7075</a></li> <li>fix: Invalid code signing for MAS build (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib/issues/7040">#7040</a>) by <a href="https://github.com/jeanfbrito"><code>@jeanfbrito</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7089">electron-userland/electron-builder#7089</a></li> <li>fix: improve <code>downloadUpdate</code> typing by <a href="https://github.com/alefoll"><code>@alefoll</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7099">electron-userland/electron-builder#7099</a></li> <li>chore: Add details to entitlement option for macOS configurations by <a href="https://github.com/AxelTerizaki"><code>@AxelTerizaki</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7097">electron-userland/electron-builder#7097</a></li> <li>fix: close file stream when error by <a href="https://github.com/HppZ"><code>@HppZ</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7094">electron-userland/electron-builder#7094</a></li> <li>chore(deploy): Release by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7081">electron-userland/electron-builder#7081</a></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/CHANGELOG.md">app-builder-lib's changelog</a>.</em></p> <blockquote> <h2>23.6.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/7141">#7141</a> <a href=" |
||
|
|
df5ddf01a6 |
Bump js-base64 from 3.7.4 to 3.7.5 in /desktop (#4519)
Summary: Bumps [js-base64](https://github.com/dankogai/js-base64) from 3.7.4 to 3.7.5. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
f99bf3d15b |
Bump algoliasearch from 4.13.0 to 4.14.3 in /desktop (#4521)
Summary: Bumps [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) from 4.13.0 to 4.14.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/releases">algoliasearch's releases</a>.</em></p> <blockquote> <h2>4.14.3</h2> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.14.2...4.14.3">v4.14.3</a></h2> <ul> <li>fix(recommend): remove unused trendingFacets props (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1433">https://github.com/facebook/flipper/issues/1433</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/ffbfc05">ffbfc05</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1433">https://github.com/facebook/flipper/issues/1433</a></li> <li>fix(recommend): update trending facets query props (RECO-1184) (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1434">https://github.com/facebook/flipper/issues/1434</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/913443f">913443f</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1434">https://github.com/facebook/flipper/issues/1434</a></li> <li>docs: Fix incorrect property description (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1429">https://github.com/facebook/flipper/issues/1429</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/ba59b68">ba59b68</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1429">https://github.com/facebook/flipper/issues/1429</a></li> </ul> <h2>4.14.2</h2> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.14.1...4.14.2">v4.14.2</a></h2> <ul> <li>fix(types): add <code>abTestID</code> to <code>SearchResponse</code> (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1419">https://github.com/facebook/flipper/issues/1419</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/05059f2">05059f2</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1419">https://github.com/facebook/flipper/issues/1419</a></li> </ul> <h2>4.14.1</h2> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.14.0...4.14.1">v4.14.1</a></h2> <ul> <li>fix(types): Updating searchoptions with explain attribute (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1415">https://github.com/facebook/flipper/issues/1415</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/c46932e">c46932e</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1415">https://github.com/facebook/flipper/issues/1415</a></li> </ul> <h2>4.14.0</h2> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.13.1...4.14.0">v4.14.0</a></h2> <ul> <li>chore: mention <code>next</code> version in <code>README</code> (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1413">https://github.com/facebook/flipper/issues/1413</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/100d180">100d180</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1413">https://github.com/facebook/flipper/issues/1413</a></li> <li>feat(fetch-requester): add <code>algolia/requester-fetch</code> (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1411">https://github.com/facebook/flipper/issues/1411</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/7b62403">7b62403</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1411">https://github.com/facebook/flipper/issues/1411</a></li> </ul> <h2>4.13.1</h2> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.13.0...4.13.1">v4.13.1</a></h2> <ul> <li>fix(search): add type for queryLanguages (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1406">https://github.com/facebook/flipper/issues/1406</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/61c2976">61c2976</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1406">https://github.com/facebook/flipper/issues/1406</a> <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1405">https://github.com/facebook/flipper/issues/1405</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/blob/master/CHANGELOG.md">algoliasearch's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.14.2...4.14.3">v4.14.3</a></h2> <ul> <li>fix(recommend): remove unused trendingFacets props (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1433">https://github.com/facebook/flipper/issues/1433</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/ffbfc05">ffbfc05</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1433">https://github.com/facebook/flipper/issues/1433</a></li> <li>fix(recommend): update trending facets query props (RECO-1184) (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1434">https://github.com/facebook/flipper/issues/1434</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/913443f">913443f</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1434">https://github.com/facebook/flipper/issues/1434</a></li> <li>docs: Fix incorrect property description (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1429">https://github.com/facebook/flipper/issues/1429</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/ba59b68">ba59b68</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1429">https://github.com/facebook/flipper/issues/1429</a></li> </ul> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.14.1...4.14.2">v4.14.2</a></h2> <ul> <li>fix(types): add <code>abTestID</code> to <code>SearchResponse</code> (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1419">https://github.com/facebook/flipper/issues/1419</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/05059f2">05059f2</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1419">https://github.com/facebook/flipper/issues/1419</a></li> </ul> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.14.0...4.14.1">v4.14.1</a></h2> <ul> <li>fix(types): Updating searchoptions with explain attribute (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1415">https://github.com/facebook/flipper/issues/1415</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/c46932e">c46932e</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1415">https://github.com/facebook/flipper/issues/1415</a></li> </ul> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.13.1...4.14.0">v4.14.0</a></h2> <ul> <li>chore: mention <code>next</code> version in <code>README</code> (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1413">https://github.com/facebook/flipper/issues/1413</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/100d180">100d180</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1413">https://github.com/facebook/flipper/issues/1413</a></li> <li>feat(fetch-requester): add <code>algolia/requester-fetch</code> (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1411">https://github.com/facebook/flipper/issues/1411</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/7b62403">7b62403</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1411">https://github.com/facebook/flipper/issues/1411</a></li> </ul> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.13.0...4.13.1">v4.13.1</a></h2> <ul> <li>fix(search): add type for queryLanguages (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1406">https://github.com/facebook/flipper/issues/1406</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/61c2976">61c2976</a>), closes <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1406">https://github.com/facebook/flipper/issues/1406</a> <a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1405">https://github.com/facebook/flipper/issues/1405</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
cd496aef8c |
Bump @babel/generator from 7.20.7 to 7.20.14 in /desktop (#4502)
Summary: Bumps [babel/generator](https://github.com/babel/babel/tree/HEAD/packages/babel-generator) from 7.20.7 to 7.20.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/generator</code>'s releases</a>.</em></p> <blockquote> <h2>v7.20.14 (2023-01-27)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15361">#15361</a> fix: Identifiers in the loop are not renamed (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-react-jsx</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15365">#15365</a> fix: Properly generate source maps for manually added multi-line content (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>Committers: 2</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@babel-bot</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> </ul> <h2>v7.20.13 (2023-01-21)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15332">#15332</a> Ensure class decorators can access decorated non-static members (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15349">#15349</a> fix: Preserve <code>import {type T} from 'x'</code> when <code>onlyRemoveTypeImports:true</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15344">#15344</a> fix: Properties that are <code>abstract</code> should not be initialized. (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15338">#15338</a> Allow negative number in ambient const initializer (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>↩️ Revert</h4> <ul> <li><code>babel-plugin-transform-react-inline-elements</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15355">#15355</a> Reverts "Re-use common JSX element transform for <!-- raw HTML omitted -->" (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 4</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@babel-bot</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> </ul> <h2>v7.20.12 (2023-01-04)</h2> <p>Thanks <a href="https://github.com/cross19xx"><code>@cross19xx</code></a>, <a href="https://github.com/JBYoshi"><code>@JBYoshi</code></a> and <a href="https://github.com/nmn"><code>@nmn</code></a> for your first PRs!</p> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15224">#15224</a> Fix <code>TaggedTemplateLiteral</code> evaluation (<a href="https://github.com/nmn"><code>@nmn</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-class-properties</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15312">#15312</a> fix: <code>delete this</code> in static class properties initialization (<a href="https://github.com/SuperSodaSea"><code>@SuperSodaSea</code></a>)</li> </ul> </li> </ul> <h4>💅 Polish</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15313">#15313</a> Implement support for evaluating computed properties. (<a href="https://github.com/JBYoshi"><code>@JBYoshi</code></a>)</li> </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>Jonathan Browne (<a href="https://github.com/JBYoshi"><code>@JBYoshi</code></a>)</li> <li>Kenneth Kwakye-Gyamfi (<a href="https://github.com/cross19xx"><code>@cross19xx</code></a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/generator</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.20.14 (2023-01-27)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15361">#15361</a> fix: Identifiers in the loop are not renamed (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-react-jsx</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15365">#15365</a> fix: Properly generate source maps for manually added multi-line content (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.20.13 (2023-01-21)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15332">#15332</a> Ensure class decorators can access decorated non-static members (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15349">#15349</a> fix: Preserve <code>import {type T} from 'x'</code> when <code>onlyRemoveTypeImports:true</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15344">#15344</a> fix: Properties that are <code>abstract</code> should not be initialized. (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15338">#15338</a> Allow negative number in ambient const initializer (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>↩️ Revert</h4> <ul> <li><code>babel-plugin-transform-react-inline-elements</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15355">#15355</a> Reverts "Re-use common JSX element transform for <!-- raw HTML omitted -->" (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h2>v7.20.12 (2023-01-04)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15224">#15224</a> Fix <code>TaggedTemplateLiteral</code> evaluation (<a href="https://github.com/nmn"><code>@nmn</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-class-properties</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15312">#15312</a> fix: <code>delete this</code> in static class properties initialization (<a href="https://github.com/SuperSodaSea"><code>@SuperSodaSea</code></a>)</li> </ul> </li> </ul> <h4>💅 Polish</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15313">#15313</a> Implement support for evaluating computed properties. (<a href="https://github.com/JBYoshi"><code>@JBYoshi</code></a>)</li> </ul> </li> </ul> <h2>v7.20.11 (2022-12-23)</h2> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-helper-module-transforms</code>, <code>babel-plugin-proposal-dynamic-import</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-systemjs</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15290">#15290</a> Return rejected promise when stringify import specifier throws (<a href="https://github.com/SuperSodaSea"><code>@SuperSodaSea</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15309">#15309</a> Fix for binding shadowing outer var with loop closure (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v7.20.10 (2022-12-23)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15305">#15305</a> fix: <code>guessExecutionStatusRelativeTo</code> exception (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.20.9 (2022-12-23)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
5b921e8dba |
Bump eslint-plugin-promise from 6.0.0 to 6.1.1 in /desktop (#4500)
Summary: Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 6.0.0 to 6.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint-community/eslint-plugin-promise/releases">eslint-plugin-promise's releases</a>.</em></p> <blockquote> <h2>v6.1.1</h2> <h2><a href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.1.0...v6.1.1">6.1.1</a> (2022-10-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-multiple-resolved:</strong> false positives when the last expression in a try block is a call to resolve (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/384">https://github.com/facebook/flipper/issues/384</a>) (<a href=" |
||
|
|
420e1df4e4 |
Bump metro-minify-terser from 0.70.2 to 0.75.0 in /desktop (#4493)
Summary: Bumps [metro-minify-terser](https://github.com/facebook/metro) from 0.70.2 to 0.75.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/metro/releases">metro-minify-terser's releases</a>.</em></p> <blockquote> <h2>Release v0.75.0</h2> <ul> <li><strong>[Breaking]</strong>: Formalise minimum Node JS requirement at 14.17.0 via <code>package.json#engines</code>. (<a href=" |
||
|
|
d02bfabfbf |
Bump ignore from 5.2.0 to 5.2.4 in /desktop (#4420)
Summary: Bumps [ignore](https://github.com/kaelzhang/node-ignore) from 5.2.0 to 5.2.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kaelzhang/node-ignore/releases">ignore's releases</a>.</em></p> <blockquote> <h2>5.2.4</h2> <ul> <li><strong>PATCH</strong> fixes normal single asterisk and normal consecutive asterisks defined in gitignore spec (<a href="https://github-redirect.dependabot.com/kaelzhang/node-ignore/issues/57">https://github.com/facebook/flipper/issues/57</a>)</li> <li><strong>PATCH</strong> invalid trailing backslash will not throw unexpectedly</li> </ul> <p>An upgrade is recommended for all dependents</p> <hr /> <p>The following rules could be not properly parsed with previous <code>ignore</code> versions</p> <pre lang=".gitignore"><code>**foo *bar qu*ux abc\ # `ignore` would throw if no whitespace after `\` </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
681e0d2306 |
Bump react-player from 2.10.1 to 2.11.0 in /desktop (#4230)
Summary: Bumps [react-player](https://github.com/CookPete/react-player) from 2.10.1 to 2.11.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cookpete/react-player/blob/master/CHANGELOG.md">react-player's changelog</a>.</em></p> <blockquote> <h4><a href="https://github.com/cookpete/react-player/compare/v2.10.1...v2.11.0">v2.11.0</a></h4> <ul> <li>Add event playbackratechange on vimeo player <a href="https://github-redirect.dependabot.com/cookpete/react-player/pull/1502"><code>[https://github.com/facebook/flipper/issues/1502](https://github.com/CookPete/react-player/issues/1502)</code></a></li> <li>feat: allow auto play on mixcloud player <a href="https://github-redirect.dependabot.com/cookpete/react-player/pull/1467"><code>[https://github.com/facebook/flipper/issues/1467](https://github.com/CookPete/react-player/issues/1467)</code></a></li> <li>Fix onProgress not firing in Strict Mode <a href="https://github-redirect.dependabot.com/cookpete/react-player/pull/1465"><code>[https://github.com/facebook/flipper/issues/1465](https://github.com/CookPete/react-player/issues/1465)</code></a></li> <li>Generate a file <code>dist/ReactPlayer.standalone-module.js</code> ES6 module <a href="https://github-redirect.dependabot.com/cookpete/react-player/pull/1425"><code>[https://github.com/facebook/flipper/issues/1425](https://github.com/CookPete/react-player/issues/1425)</code></a></li> <li>ability to pass a component in light prop <a href="https://github-redirect.dependabot.com/cookpete/react-player/pull/1405"><code>[https://github.com/facebook/flipper/issues/1405](https://github.com/CookPete/react-player/issues/1405)</code></a></li> <li>(fix): clear video src to prevent old video from continue to load <a href="https://github-redirect.dependabot.com/cookpete/react-player/pull/1360"><code>[https://github.com/facebook/flipper/issues/1360](https://github.com/CookPete/react-player/issues/1360)</code></a></li> <li>apply interface onProgressProps at base.d.ts <a href="https://github-redirect.dependabot.com/cookpete/react-player/pull/1342"><code>[https://github.com/facebook/flipper/issues/1342](https://github.com/CookPete/react-player/issues/1342)</code></a></li> <li>Do not pass wrapper ref to custom wrappers <a href="https://github-redirect.dependabot.com/cookpete/react-player/issues/1476"><code>[https://github.com/facebook/flipper/issues/1476](https://github.com/CookPete/react-player/issues/1476)</code></a></li> <li>Update readme <a href=" |
||
|
|
18b6ce6f24 |
Dep bump
Summary: Combining a bunch of individual tasks for dep upgrades into one diff. Reviewed By: ivanmisuno Differential Revision: D42706074 fbshipit-source-id: 054b2545ad1295699f47f4c6eb5065b7b9a1d6a0 |
||
|
|
69b737381c |
Bump @oclif/plugin-warn-if-update-available from 2.0.4 to 2.0.14 in /desktop (#4341)
Summary: Bumps [oclif/plugin-warn-if-update-available](https://github.com/oclif/plugin-warn-if-update-available) from 2.0.4 to 2.0.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oclif/plugin-warn-if-update-available/releases"><code>@oclif/plugin-warn-if-update-available</code>'s releases</a>.</em></p> <blockquote> <h2>2.0.14</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> bump <code>@oclif/core</code> from 1.20.3 to 1.20.4 (<a href=" |
||
|
|
c8a22f598e |
Bump @oclif/config from 1.18.3 to 1.18.6 in /desktop (#4301)
Summary: Bumps [oclif/config](https://github.com/oclif/config) from 1.18.3 to 1.18.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oclif/config/releases"><code>@oclif/config</code>'s releases</a>.</em></p> <blockquote> <h2>1.18.6</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> bump <code>@oclif/parser</code> from 3.8.8 to 3.8.9 (<a href=" |
||
|
|
aea6f84172 |
Bump @babel/generator from 7.17.10 to 7.20.4 in /desktop (#4328)
Summary: Bumps [babel/generator](https://github.com/babel/babel/tree/HEAD/packages/babel-generator) from 7.17.10 to 7.20.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/generator</code>'s releases</a>.</em></p> <blockquote> <h2>v7.20.4 (2022-11-08)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15160">#15160</a> Fix printing of comments before <code>=></code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15144">#15144</a> Falback to printing inner comments as trailing (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> <h2>v7.20.2 (2022-11-04)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-core</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-module-transforms</code>, <code>babel-helper-plugin-utils</code>, <code>babel-helper-simple-access</code>, <code>babel-node</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-preset-env</code>, <code>babel-standalone</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15124">#15124</a> fix: <code>babel/node</code> repl and enable <code>no-use-before-define</code> rule (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15121">#15121</a> fix: <code>tsSatisfiesExpression</code> check with different duplicated <code>babel/types</code> versions (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15094">#15094</a> fix: <code>parser</code> typings for plugins (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15118">#15118</a> Improve printing of [no LineTerminator here] with comments (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-transform-jscript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15113">#15113</a> fix: wrap anonymous class expression within statement (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15104">#15104</a> fix: Destructuring exceptions <code>for ( let { } = 0 ; 0 ; ) </code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>Committers: 3</h4> <ul> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> </ul> <h2>v7.20.1 (2022-11-01)</h2> <p>Thanks <a href="https://github.com/ptomato"><code>@ptomato</code></a> for your first pull request!</p> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-async-generator-functions</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15103">#15103</a> fix: Compile re-declare var in <code>init</code> and <code>body</code> of <code>for await</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-class-properties</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15106">#15106</a> Do not mark <code>in</code> and <code>instanceof</code> as constant expressions (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-duplicate-named-capturing-groups-regex</code>, <code>babel-plugin-transform-named-capturing-groups-regex</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15092">#15092</a> Support <code>indices.groups</code> when compiling named groups in regexps (<a href="https://github.com/ptomato"><code>@ptomato</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15102">#15102</a> fix: Parse re-declare var in class static body (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15096">#15096</a> fix: <code>a satisfies b</code> as lval (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-duplicate-named-capturing-groups-regex</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15090">#15090</a> Handle multiple named groups in wrapRegExp replace() (<a href="https://github.com/ptomato"><code>@ptomato</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-async-to-generator</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15081">#15081</a> Move the generator body to a gen IIFE when compiling its params (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/generator</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.20.4 (2022-11-08)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15160">#15160</a> Fix printing of comments before <code>=></code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15144">#15144</a> Falback to printing inner comments as trailing (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v7.20.3 (2022-11-07)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15135">#15135</a> Don't convert line comments containing <code>*/</code> to block comments (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-parameters</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15146">#15146</a> Fix compilation of parameters in async generators (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15134">#15134</a> fix: support await as for-of-lhs (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h2>v7.20.2 (2022-11-04)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-core</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-module-transforms</code>, <code>babel-helper-plugin-utils</code>, <code>babel-helper-simple-access</code>, <code>babel-node</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-preset-env</code>, <code>babel-standalone</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15124">#15124</a> fix: <code>babel/node</code> repl and enable <code>no-use-before-define</code> rule (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15121">#15121</a> fix: <code>tsSatisfiesExpression</code> check with different duplicated <code>babel/types</code> versions (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15094">#15094</a> fix: <code>parser</code> typings for plugins (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15118">#15118</a> Improve printing of [no LineTerminator here] with comments (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-transform-jscript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15113">#15113</a> fix: wrap anonymous class expression within statement (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15104">#15104</a> fix: Destructuring exceptions <code>for ( let { } = 0 ; 0 ; ) </code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.20.1 (2022-11-01)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-async-generator-functions</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15103">#15103</a> fix: Compile re-declare var in <code>init</code> and <code>body</code> of <code>for await</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-class-properties</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15106">#15106</a> Do not mark <code>in</code> and <code>instanceof</code> as constant expressions (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-duplicate-named-capturing-groups-regex</code>, <code>babel-plugin-transform-named-capturing-groups-regex</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15092">#15092</a> Support <code>indices.groups</code> when compiling named groups in regexps (<a href="https://github.com/ptomato"><code>@ptomato</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15102">#15102</a> fix: Parse re-declare var in class static body (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15096">#15096</a> fix: <code>a satisfies b</code> as lval (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-duplicate-named-capturing-groups-regex</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15090">#15090</a> Handle multiple named groups in wrapRegExp replace() (<a href="https://github.com/ptomato"><code>@ptomato</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-async-to-generator</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15081">#15081</a> Move the generator body to a gen IIFE when compiling its params (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li><code>babel-generator</code></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |