8784691e6296680b9f48e6acbcc74e9513785fcc
7786 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
8fe67ddd7f |
Bump react-native from 0.68.2 to 0.68.4 in /react-native/react-native-flipper #@allow-large-files (#4206)
Summary: allow-large-files Bumps [react-native](https://github.com/facebook/react-native) from 0.68.2 to 0.68.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react-native/releases">react-native's releases</a>.</em></p> <blockquote> <h2>0.68.4</h2> <h3>Changed</h3> <ul> <li>Bump version of <code>promise</code> from 8.0.3 to 8.2.0, enabling <code>Promise.allSettled</code> (<a href=" |
||
|
|
0572808f1a |
Add additional inspectables
Summary: This change adds support for more inspectables and also introduces more complex types to be used as a value. This become specially useful for more complex yet primitive types like coordinate, size, bounds, etc. Reviewed By: LukeDefeo Differential Revision: D40307885 fbshipit-source-id: 125e832f06d6b31f56eb5405182d1c0d61388930 |
||
|
|
f7a624a143 |
Flipper Snapshot Bump: v0.171.2-SNAPSHOT
Summary: Releasing snapshot version 0.171.2-SNAPSHOT Reviewed By: aigoncharov Differential Revision: D40466531 fbshipit-source-id: 5f6ac5ad451fcbc003e2e278b155c904d95500e6 |
||
|
|
6d6ad3cb80 |
Flipper Release: v0.171.1
Summary: Releasing version 0.171.1 Reviewed By: aigoncharov Differential Revision: D40466532 fbshipit-source-id: 2fecb1810df67b450430957801dfd10ffe114c31 |
||
|
|
85c4178c22 |
antd update
Summary: ^ allow-large-files Reviewed By: mweststrate Differential Revision: D40319006 fbshipit-source-id: 79fc39dfb967d780b947a5ef302abdd0be9b5ee6 |
||
|
|
5089f0319f |
Hide overflow
Summary: ^ Reviewed By: mweststrate Differential Revision: D40316441 fbshipit-source-id: 235d0d3260743e3cdd85921aa27d20eef8217cae |
||
|
|
47bc32974b |
Update action in release workflow (#4220)
Summary: The release workflow is using a version of the github release action that is broken, due to ghr now being dynamically linked and not compatible with Alpine Linux's minimal version of libc. The fix is to use the version of the action which installs gcompat so that ghr can run on the docker image. ## Changelog Update release workflow to use version of action compatible with latest version of ghr. Pull Request resolved: https://github.com/facebook/flipper/pull/4220 Test Plan: N/A Reviewed By: nikoant Differential Revision: D40443738 Pulled By: aigoncharov fbshipit-source-id: 7765420fbe034aa80ce07c698ff83773c81ed52f |
||
|
|
92cbd8e0aa |
Flipper Snapshot Bump: v0.171.1-SNAPSHOT
Summary: Releasing snapshot version 0.171.1-SNAPSHOT Reviewed By: aigoncharov Differential Revision: D40436299 fbshipit-source-id: bda0559fdd4e46a37a532a8bf204c54da87ba70f |
||
|
|
71d0bbb90a |
Flipper Release: v0.171.0
Summary: Releasing version 0.171.0 Reviewed By: aigoncharov Differential Revision: D40436300 fbshipit-source-id: 700b21b8025f32a6d81d19aa64ab0fb38e31d3c2 |
||
|
|
f94cdd1593 |
Bump eslint from 8.24.0 to 8.25.0 in /js/js-flipper (#4200)
Summary: Bumps [eslint](https://github.com/eslint/eslint) from 8.24.0 to 8.25.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v8.25.0</h2> <h2>Features</h2> <ul> <li><a href=" |
||
|
|
5c6cfb54d6 |
Bump sinon from 14.0.0 to 14.0.1 in /js/js-flipper (#4198)
Summary: Bumps [sinon](https://github.com/sinonjs/sinon) from 14.0.0 to 14.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sinonjs/sinon/blob/main/docs/changelog.md">sinon's changelog</a>.</em></p> <blockquote> <h2>14.0.1</h2> <ul> <li><a href=" |
||
|
|
606bf1279f |
Bump @typescript-eslint/parser from 5.38.1 to 5.39.0 in /js/js-flipper (#4197)
Summary: Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.38.1 to 5.39.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.39.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0">5.39.0</a> (2022-10-03)</h1> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-invalid-void-type] allow using void as a default type for a generic argument if <code>allowInGenericTypeArguments</code> is specified (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5671">#5671</a>) (<a href=" |
||
|
|
376e6b963c |
Bump serde from 1.0.143 to 1.0.145 in /packer (#4140)
Summary: Bumps [serde](https://github.com/serde-rs/serde) from 1.0.143 to 1.0.145. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.145</h2> <ul> <li>Allow RefCell<T>, Mutex<T>, and RwLock<T> to be serialized regardless of whether T is <code>Sized</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2282">https://github.com/facebook/flipper/issues/2282</a>, thanks <a href="https://github.com/ChayimFriedman2"><code>@ChayimFriedman2</code></a>)</li> </ul> <h2>v1.0.144</h2> <ul> <li>Change atomic ordering used by Serialize impl of atomic types to match ordering used by Debug impl of those same types (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2263">https://github.com/facebook/flipper/issues/2263</a>, thanks <a href="https://github.com/taiki-e"><code>@taiki-e</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
0b72309733 |
Bump metro-config from 0.72.3 to 0.73.1 in /react-native/react-native-flipper (#4193)
Summary: Bumps [metro-config](https://github.com/facebook/metro) from 0.72.3 to 0.73.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/metro/releases">metro-config's releases</a>.</em></p> <blockquote> <h2>Release v0.73.1</h2> <ul> <li><strong>[Fix]</strong>: Generate a unique name for each Watchman subscription. (3b0e78a76f4eea9f02e8b8464cf5b5e4549d6ac7)</li> </ul> <blockquote> <p>NOTE: Experimental features are not covered by semver and can change at any time.</p> </blockquote> <ul> <li><strong>[Experimental][Fix]</strong>: Normalize file paths for <code>require.context</code> on Windows (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/876">facebook/metro#876</a> by <a href="https://github.com/byCedric"><code>@byCedric</code></a>)</li> </ul> <p><strong>Full Changelog:</strong> <a href="https://github.com/facebook/metro/compare/v0.73.0...v0.73.1">https://github.com/facebook/metro/compare/v0.73.0...v0.73.1</a></p> <h2>Release v0.73.0</h2> <ul> <li><strong>[Breaking]</strong> Switch default minifier from <code>uglify-es</code> to <code>terser</code>. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/871">https://github.com/facebook/flipper/issues/871</a>)</li> <li><strong>[Breaking]</strong>: Increase minimum supported Node.js version to ^14.17.0. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/872">https://github.com/facebook/flipper/issues/872</a>)</li> <li><strong>[Breaking]</strong>: Drop support for old (pre-CalVer) Watchman versions. (422055a5ccaca41edb1864ca07d4f810b3e03791)</li> <li><strong>[Feature]</strong>: Support <code>fsevents</code> watcher on Apple Silicon. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/875">https://github.com/facebook/flipper/issues/875</a>)</li> <li><strong>[Feature]</strong>: Support loading source URLs in inspector-proxy. (db19b06bdd6d2fbbe109e4f3be4b3af3489c1f1c)</li> <li><strong>[Fix]</strong>: Log warning on unexpected error during <code>metro-file-map</code> cache read. (7028b7f51074f9ceef22258a8643d0f90de2388b)</li> <li><strong>[Fix]</strong>: Remove exponentiation operator transform from <code>metro-react-native-babel-preset</code>. (c2365bb1d72a3773b31c05feab13a96afac484df)</li> <li><strong>[Fix]</strong>: Don’t check <code>watchman --version</code> if <code>useWatchman</code> is false. (76c9307ed61efa7794b30b4e585cc5941ed73e16)</li> </ul> <p><strong>Full Changelog:</strong> <a href="https://github.com/facebook/metro/compare/v0.72.3...v0.73.0">https://github.com/facebook/metro/compare/v0.72.3...v0.73.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
364709a0f5 |
Bump sha2 from 0.10.2 to 0.10.6 in /packer (#4107)
Summary: Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.2 to 0.10.6. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
fd49025350 |
Bump serde_yaml from 0.9.9 to 0.9.13 in /packer (#4108)
Summary: Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.9 to 0.9.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p> <blockquote> <h2>0.9.13</h2> <ul> <li>Recognize <code>True</code>, <code>TRUE</code>, <code>False</code>, <code>FALSE</code> as booleans, <code>Null</code>, <code>NULL</code> as null (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/330">https://github.com/facebook/flipper/issues/330</a>)</li> </ul> <h2>0.9.12</h2> <ul> <li> <p>Support deserializing tagged literal scalar into primitive (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/327">https://github.com/facebook/flipper/issues/327</a>)</p> <pre lang="yaml"><code>"foo": !!int |- 7200 </code></pre> </li> </ul> <h2>0.9.11</h2> <ul> <li>Serialize strings on a single line when they do not already contain a newline character, regardless of string length (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/321">https://github.com/facebook/flipper/issues/321</a>, <a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/322">https://github.com/facebook/flipper/issues/322</a>)</li> </ul> <h2>0.9.10</h2> <ul> <li>Make <code>Display</code> for <code>Number</code> produce the same representation as serializing (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/316">https://github.com/facebook/flipper/issues/316</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
2ff04c42c5 |
Bump anyhow from 1.0.61 to 1.0.65 in /packer (#4109)
Summary: Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.61 to 1.0.65. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p> <blockquote> <h2>1.0.65</h2> <ul> <li><!-- raw HTML omitted -->impl <!-- raw HTML omitted -->Provider<!-- raw HTML omitted --> for anyhow::Error<!-- raw HTML omitted --></li> </ul> <h2>1.0.64</h2> <ul> <li>Correctly propagate Backtrace when using <code>#[source] anyhow::Error</code> with <a href="https://github.com/dtolnay/thiserror">thiserror</a> crate (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/231">https://github.com/facebook/flipper/issues/231</a>)</li> </ul> <h2>1.0.63</h2> <ul> <li>Expose backtraces via the new "generic member access" API on the Error trait (<a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/99301">rust-lang/rust#99301</a>, <a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/96024">rust-lang/rust#96024</a>)</li> </ul> <h2>1.0.62</h2> <ul> <li>Fix extra rebuilding when interleaving command-line <code>cargo</code> invocations with IDE builds (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/261">https://github.com/facebook/flipper/issues/261</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
f3693fd5e6 |
Bump @babel/runtime from 7.19.0 to 7.19.4 in /react-native/ReactNativeFlipperExample (#4191)
Summary: Bumps [babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.19.0 to 7.19.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/runtime</code>'s releases</a>.</em></p> <blockquote> <h2>v7.19.4 (2022-10-10)</h2> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15019">#15019</a> fix: check constant violation inside loops (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14985">#14985</a> Disallow rest object destructuring of null/undefined (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14109">#14109</a> Fix: properly scope variables in TSModuleBlock (<a href="https://github.com/The-x-Theorist"><code>@The-x-Theorist</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15027">#15027</a> fix: mark <code>var</code> declarations in loops as not constant (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-string-parser</code>, <code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14964">#14964</a> Never throw for invalid escapes in tagged templates (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14980">#14980</a> Improve module expression parsing/printing (<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/14984">#14984</a> Fix holes handling in optimized array destructuring (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>💅 Polish</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-fixtures</code>, <code>babel-helper-simple-access</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-helpers</code>, <code>babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression</code>, <code>babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining</code>, <code>babel-plugin-external-helpers</code>, <code>babel-plugin-proposal-async-do-expressions</code>, <code>babel-plugin-proposal-async-generator-functions</code>, <code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code>, <code>babel-plugin-proposal-duplicate-named-capturing-groups-regex</code>, <code>babel-plugin-proposal-dynamic-import</code>, <code>babel-plugin-proposal-function-bind</code>, <code>babel-plugin-proposal-function-sent</code>, <code>babel-plugin-proposal-json-strings</code>, <code>babel-plugin-proposal-logical-assignment-operators</code>, <code>babel-plugin-proposal-nullish-coalescing-operator</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-proposal-optional-chaining</code>, <code>babel-plugin-proposal-partial-application</code>, <code>babel-plugin-proposal-pipeline-operator</code>, <code>babel-plugin-proposal-private-methods</code>, <code>babel-plugin-proposal-private-property-in-object</code>, <code>babel-plugin-proposal-record-and-tuple</code>, <code>babel-plugin-syntax-typescript</code>, <code>babel-plugin-transform-arrow-functions</code>, <code>babel-plugin-transform-async-to-generator</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-computed-properties</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-duplicate-keys</code>, <code>babel-plugin-transform-exponentiation-operator</code>, <code>babel-plugin-transform-flow-comments</code>, <code>babel-plugin-transform-flow-strip-types</code>, <code>babel-plugin-transform-for-of</code>, <code>babel-plugin-transform-function-name</code>, <code>babel-plugin-transform-jscript</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-systemjs</code>, <code>babel-plugin-transform-modules-umd</code>, <code>babel-plugin-transform-new-target</code>, <code>babel-plugin-transform-object-super</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-plugin-transform-proto-to-assign</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-plugin-transform-react-inline-elements</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx-self</code>, <code>babel-plugin-transform-react-jsx</code>, <code>babel-plugin-transform-react-pure-annotations</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-plugin-transform-shorthand-properties</code>, <code>babel-plugin-transform-spread</code>, <code>babel-plugin-transform-strict-mode</code>, <code>babel-plugin-transform-template-literals</code>, <code>babel-plugin-transform-typeof-symbol</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-plugin-transform-unicode-escapes</code>, <code>babel-preset-env</code>, <code>babel-preset-react</code>, <code>babel-preset-typescript</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14979">#14979</a> Improve comments generation (<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-fixtures</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14967">#14967</a> Improve source map generation (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15001">#15001</a> Run test262 again (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-compat-data</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14976">#14976</a> Internally rename <code>proposal-*</code> to <code>transform-*</code> in preset-env (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>Committers: 5</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>Sneh Khatri (<a href="https://github.com/The-x-Theorist"><code>@The-x-Theorist</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> </ul> <h2>v7.19.3 (2022-09-27)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/8566">#8566</a> Correctly update bindings of decorated class declarations (<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/14974">#14974</a> fix: Normal parsing of <code>JSXText</code> following <code>JSXSpreadChild</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14941">#14941</a> fix: Support local exports in TS <code>declare module</code>s (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14940">#14940</a> fix: allow ts redeclaration with <code>import =</code> and <code>var</code> (<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/14962">#14962</a> Fix printing of Flow internal slot functions (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</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/runtime</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.19.4 (2022-10-10)</h2> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15019">#15019</a> fix: check constant violation inside loops (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14985">#14985</a> Disallow rest object destructuring of null/undefined (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14109">#14109</a> Fix: properly scope variables in TSModuleBlock (<a href="https://github.com/The-x-Theorist"><code>@The-x-Theorist</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15027">#15027</a> fix: mark <code>var</code> declarations in loops as not constant (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-string-parser</code>, <code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14964">#14964</a> Never throw for invalid escapes in tagged templates (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14980">#14980</a> Improve module expression parsing/printing (<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/14984">#14984</a> Fix holes handling in optimized array destructuring (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>💅 Polish</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-fixtures</code>, <code>babel-helper-simple-access</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-helpers</code>, <code>babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression</code>, <code>babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining</code>, <code>babel-plugin-external-helpers</code>, <code>babel-plugin-proposal-async-do-expressions</code>, <code>babel-plugin-proposal-async-generator-functions</code>, <code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code>, <code>babel-plugin-proposal-duplicate-named-capturing-groups-regex</code>, <code>babel-plugin-proposal-dynamic-import</code>, <code>babel-plugin-proposal-function-bind</code>, <code>babel-plugin-proposal-function-sent</code>, <code>babel-plugin-proposal-json-strings</code>, <code>babel-plugin-proposal-logical-assignment-operators</code>, <code>babel-plugin-proposal-nullish-coalescing-operator</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-proposal-optional-chaining</code>, <code>babel-plugin-proposal-partial-application</code>, <code>babel-plugin-proposal-pipeline-operator</code>, <code>babel-plugin-proposal-private-methods</code>, <code>babel-plugin-proposal-private-property-in-object</code>, <code>babel-plugin-proposal-record-and-tuple</code>, <code>babel-plugin-syntax-typescript</code>, <code>babel-plugin-transform-arrow-functions</code>, <code>babel-plugin-transform-async-to-generator</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-computed-properties</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-duplicate-keys</code>, <code>babel-plugin-transform-exponentiation-operator</code>, <code>babel-plugin-transform-flow-comments</code>, <code>babel-plugin-transform-flow-strip-types</code>, <code>babel-plugin-transform-for-of</code>, <code>babel-plugin-transform-function-name</code>, <code>babel-plugin-transform-jscript</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-systemjs</code>, <code>babel-plugin-transform-modules-umd</code>, <code>babel-plugin-transform-new-target</code>, <code>babel-plugin-transform-object-super</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-plugin-transform-proto-to-assign</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-plugin-transform-react-inline-elements</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx-self</code>, <code>babel-plugin-transform-react-jsx</code>, <code>babel-plugin-transform-react-pure-annotations</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-plugin-transform-shorthand-properties</code>, <code>babel-plugin-transform-spread</code>, <code>babel-plugin-transform-strict-mode</code>, <code>babel-plugin-transform-template-literals</code>, <code>babel-plugin-transform-typeof-symbol</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-plugin-transform-unicode-escapes</code>, <code>babel-preset-env</code>, <code>babel-preset-react</code>, <code>babel-preset-typescript</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14979">#14979</a> Improve comments generation (<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-fixtures</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14967">#14967</a> Improve source map generation (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15001">#15001</a> Run test262 again (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-compat-data</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14976">#14976</a> Internally rename <code>proposal-*</code> to <code>transform-*</code> in preset-env (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v7.19.3 (2022-09-27)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/8566">#8566</a> Correctly update bindings of decorated class declarations (<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/14974">#14974</a> fix: Normal parsing of <code>JSXText</code> following <code>JSXSpreadChild</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14941">#14941</a> fix: Support local exports in TS <code>declare module</code>s (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14940">#14940</a> fix: allow ts redeclaration with <code>import =</code> and <code>var</code> (<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/14962">#14962</a> Fix printing of Flow internal slot functions (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14950">#14950</a> Emit <code>babel/cli</code> source maps based on configuration files (<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/14946">#14946</a> fix: ts exported vars are shadowed by <code>declare</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>💅 Polish</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14954">#14954</a> Optional filename when preset uses fn test/include/exclude (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
479b2d6553 |
Bump xz2 from 0.1.6 to 0.1.7 in /packer (#3814)
Summary: Bumps [xz2](https://github.com/alexcrichton/xz2-rs) from 0.1.6 to 0.1.7. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
27609f9ce2 |
Bump @emotion/styled from 11.8.1 to 11.10.4 in /desktop (#4118)
Summary: Bumps [emotion/styled](https://github.com/emotion-js/emotion) from 11.8.1 to 11.10.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/emotion-js/emotion/releases"><code>@emotion/styled</code>'s releases</a>.</em></p> <blockquote> <h2><code>@emotion/styled</code><a href="https://github.com/11"><code>@11</code></a>.10.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2867">https://github.com/facebook/flipper/issues/2867</a> <a href=" |
||
|
|
700230fe27 |
Bump @testing-library/dom from 8.11.3 to 8.17.1 in /desktop (#4091)
Summary: Bumps [testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.11.3 to 8.17.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/dom-testing-library/releases"><code>@testing-library/dom</code>'s releases</a>.</em></p> <blockquote> <h2>v8.17.1</h2> <h2><a href="https://github.com/testing-library/dom-testing-library/compare/v8.17.0...v8.17.1">8.17.1</a> (2022-08-09)</h2> <h3>Bug Fixes</h3> <ul> <li>log ignored selectors correctly on error (<a href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/1141">https://github.com/facebook/flipper/issues/1141</a>) (<a href=" |
||
|
|
6d70fce96e |
Bump react-player from 2.10.0 to 2.10.1 in /desktop (#4021)
Summary: Bumps [react-player](https://github.com/CookPete/react-player) from 2.10.0 to 2.10.1. <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.0...v2.10.1">v2.10.1</a></h4> <ul> <li>don't stack event listeners <a href="https://github-redirect.dependabot.com/cookpete/react-player/pull/1186"><code>[https://github.com/facebook/flipper/issues/1186](https://github.com/CookPete/react-player/issues/1186)</code></a></li> <li>Add flvjs error handling, pass it to props onError method. <a href="https://github-redirect.dependabot.com/cookpete/react-player/pull/1426"><code>[https://github.com/facebook/flipper/issues/1426](https://github.com/CookPete/react-player/issues/1426)</code></a></li> <li>Allow parameters after entry_id on kaltura <a href="https://github-redirect.dependabot.com/cookpete/react-player/pull/1432"><code>[https://github.com/facebook/flipper/issues/1432](https://github.com/CookPete/react-player/issues/1432)</code></a></li> <li>adds support for youtube short urls <a href="https://github-redirect.dependabot.com/cookpete/react-player/pull/1438"><code>[https://github.com/facebook/flipper/issues/1438](https://github.com/CookPete/react-player/issues/1438)</code></a></li> <li>Prevent double load bug in strict mode <a href="https://github-redirect.dependabot.com/cookpete/react-player/issues/1439"><code>[https://github.com/facebook/flipper/issues/1439](https://github.com/CookPete/react-player/issues/1439)</code></a> <a href="https://github-redirect.dependabot.com/cookpete/react-player/pull/1450"><code>[https://github.com/facebook/flipper/issues/1450](https://github.com/CookPete/react-player/issues/1450)</code></a></li> <li>Use allow rather than allowFullScreen <a href="https://github-redirect.dependabot.com/cookpete/react-player/issues/1444"><code>[https://github.com/facebook/flipper/issues/1444](https://github.com/CookPete/react-player/issues/1444)</code></a></li> <li>yarn audit fix <a href=" |
||
|
|
2e3d4bf88f |
Bump metro-react-native-babel-preset from 0.72.3 to 0.73.1 in /react-native/ReactNativeFlipperExample (#4194)
Summary: Bumps [metro-react-native-babel-preset](https://github.com/facebook/metro) from 0.72.3 to 0.73.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/metro/releases">metro-react-native-babel-preset's releases</a>.</em></p> <blockquote> <h2>Release v0.73.1</h2> <ul> <li><strong>[Fix]</strong>: Generate a unique name for each Watchman subscription. (3b0e78a76f4eea9f02e8b8464cf5b5e4549d6ac7)</li> </ul> <blockquote> <p>NOTE: Experimental features are not covered by semver and can change at any time.</p> </blockquote> <ul> <li><strong>[Experimental][Fix]</strong>: Normalize file paths for <code>require.context</code> on Windows (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/876">facebook/metro#876</a> by <a href="https://github.com/byCedric"><code>@byCedric</code></a>)</li> </ul> <p><strong>Full Changelog:</strong> <a href="https://github.com/facebook/metro/compare/v0.73.0...v0.73.1">https://github.com/facebook/metro/compare/v0.73.0...v0.73.1</a></p> <h2>Release v0.73.0</h2> <ul> <li><strong>[Breaking]</strong> Switch default minifier from <code>uglify-es</code> to <code>terser</code>. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/871">https://github.com/facebook/flipper/issues/871</a>)</li> <li><strong>[Breaking]</strong>: Increase minimum supported Node.js version to ^14.17.0. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/872">https://github.com/facebook/flipper/issues/872</a>)</li> <li><strong>[Breaking]</strong>: Drop support for old (pre-CalVer) Watchman versions. (422055a5ccaca41edb1864ca07d4f810b3e03791)</li> <li><strong>[Feature]</strong>: Support <code>fsevents</code> watcher on Apple Silicon. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/875">https://github.com/facebook/flipper/issues/875</a>)</li> <li><strong>[Feature]</strong>: Support loading source URLs in inspector-proxy. (db19b06bdd6d2fbbe109e4f3be4b3af3489c1f1c)</li> <li><strong>[Fix]</strong>: Log warning on unexpected error during <code>metro-file-map</code> cache read. (7028b7f51074f9ceef22258a8643d0f90de2388b)</li> <li><strong>[Fix]</strong>: Remove exponentiation operator transform from <code>metro-react-native-babel-preset</code>. (c2365bb1d72a3773b31c05feab13a96afac484df)</li> <li><strong>[Fix]</strong>: Don’t check <code>watchman --version</code> if <code>useWatchman</code> is false. (76c9307ed61efa7794b30b4e585cc5941ed73e16)</li> </ul> <p><strong>Full Changelog:</strong> <a href="https://github.com/facebook/metro/compare/v0.72.3...v0.73.0">https://github.com/facebook/metro/compare/v0.72.3...v0.73.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
af4ecc0a94 |
Fix Android publishing
Summary: Android publishing job fails to attach APKs to the release. An OSS user (rasaha91) came up with a fix. Since passy is on a leave, I've made my own fork to get unblocked. See https://github.com/aigoncharov/github-upload-release-artifacts-action Reviewed By: lblasa Differential Revision: D40378208 fbshipit-source-id: 35e8f41700972751b63014e35696e61cfe986eae |
||
|
|
27fd60b659 |
Ignore persistToLocalStorage in headless mode
Summary: In a headless mode we do not have access to local storage. As a result, headless plugins that try to use `persistToLocalStorage` option crash. We should ignore the option for these plugins for now and add a way to persist the plugin state to the disk in a headless mode in the future. CHANGELOG: Ignore persistToLocalStorage in headless mode Resolves https://github.com/facebook/flipper/issues/4190 Reviewed By: lblasa Differential Revision: D40341873 fbshipit-source-id: 40774c0024f79cf1652f24146fd16f6a101ca99e |
||
|
|
7d5cfc82ea |
Bump react-test-renderer from 18.1.0 to 18.2.0 in /react-native/ReactNativeFlipperExample (#3829)
Summary:
Bumps [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) from 18.1.0 to 18.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react/releases">react-test-renderer's releases</a>.</em></p>
<blockquote>
<h2>18.2.0 (June 14, 2022)</h2>
<h3>React DOM</h3>
<ul>
<li>Provide a component stack as a second argument to <code>onRecoverableError</code>. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24591">#24591</a>)</li>
<li>Fix hydrating into <code>document</code> causing a blank page on mismatch. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24523">#24523</a>)</li>
<li>Fix false positive hydration errors with Suspense. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24480">#24480</a> and <a href="https://github.com/acdlite"><code>@acdlite</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24532">#24532</a>)</li>
<li>Fix ignored <code>setState</code> in Safari when adding an iframe. (<a href="https://github.com/gaearon"><code>@gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24459">#24459</a>)</li>
</ul>
<h3>React DOM Server</h3>
<ul>
<li>Pass information about server errors to the client. (<a href="https://github.com/salazarm"><code>@salazarm</code></a> and <a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24551">#24551</a> and <a href="https://github-redirect.dependabot.com/facebook/react/pull/24591">#24591</a>)</li>
<li>Allow to provide a reason when aborting the HTML stream. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24680">#24680</a>)</li>
<li>Eliminate extraneous text separators in the HTML where possible. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24630">#24630</a>)</li>
<li>Disallow complex children inside <code><title></code> elements to match the browser constraints. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24679">#24679</a>)</li>
<li>Fix buffering in some worker environments by explicitly setting <code>highWaterMark</code> to <code>0</code>. (<a href="https://github.com/jplhomer"><code>@jplhomer</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24641">#24641</a>)</li>
</ul>
<h3>Server Components (Experimental)</h3>
<ul>
<li>Add support for <code>useId()</code> inside Server Components. (<a href="https://github.com/gnoff"><code>@gnoff</code></a>) in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24172">#24172</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react/blob/main/CHANGELOG.md">react-test-renderer's changelog</a>.</em></p>
<blockquote>
<h2>18.2.0 (June 14, 2022)</h2>
<h3>React DOM</h3>
<ul>
<li>Provide a component stack as a second argument to <code>onRecoverableError</code>. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24591">#24591</a>)</li>
<li>Fix hydrating into <code>document</code> causing a blank page on mismatch. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24523">#24523</a>)</li>
<li>Fix false positive hydration errors with Suspense. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24480">#24480</a> and <a href="https://github.com/acdlite"><code>@acdlite</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24532">#24532</a>)</li>
<li>Fix ignored <code>setState</code> in Safari when adding an iframe. (<a href="https://github.com/gaearon"><code>@gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24459">#24459</a>)</li>
</ul>
<h3>React DOM Server</h3>
<ul>
<li>Pass information about server errors to the client. (<a href="https://github.com/salazarm"><code>@salazarm</code></a> and <a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24551">#24551</a> and <a href="https://github-redirect.dependabot.com/facebook/react/pull/24591">#24591</a>)</li>
<li>Allow to provide a reason when aborting the HTML stream. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24680">#24680</a>)</li>
<li>Eliminate extraneous text separators in the HTML where possible. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24630">#24630</a>)</li>
<li>Disallow complex children inside <code><title></code> elements to match the browser constraints. (<a href="https://github.com/gnoff"><code>@gnoff</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24679">#24679</a>)</li>
<li>Fix buffering in some worker environments by explicitly setting <code>highWaterMark</code> to <code>0</code>. (<a href="https://github.com/jplhomer"><code>@jplhomer</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24641">#24641</a>)</li>
</ul>
<h3>Server Components (Experimental)</h3>
<ul>
<li>Add support for <code>useId()</code> inside Server Components. (<a href="https://github.com/gnoff"><code>@gnoff</code></a>) in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24172">#24172</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="
|
||
|
|
0b746435ea |
Fix inability to create issue upon Publish failure (#4209)
Summary: The publish job in the release workflow has been failing, but an issue has failed to be created due to the template file not being found. As per the error message, the template file isn't found because we need to check out the repo first. ## Changelog Fix problem with auto-creating issue upon publish failure. Pull Request resolved: https://github.com/facebook/flipper/pull/4209 Test Plan: Not able to run this locally, so we will need to wait upon the next release to ensure the issue gets created. Reviewed By: mweststrate Differential Revision: D40341329 Pulled By: aigoncharov fbshipit-source-id: a9ad0a52a41ca13757fdd674937a075a024f618f |
||
|
|
8a2bbddb6a |
Automated: Update Podfile.lock (#4210)
Summary: This is an automated PR to update the Podfile.lock. - Make sure that the Podfile.lock contains latest FlipperKit and Flipper pod versions. - Also make sure that all the dependencies are updated to the latest one. - This is auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request) Pull Request resolved: https://github.com/facebook/flipper/pull/4210 Reviewed By: mweststrate Differential Revision: D40341306 Pulled By: aigoncharov fbshipit-source-id: 1383835dce4ede179cb49598f0b57840712975a9 |
||
|
|
4e93efb79a |
Bump @typescript-eslint/eslint-plugin from 5.38.1 to 5.39.0 in /js/js-flipper (#4199)
Summary: Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.38.1 to 5.39.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v5.39.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0">5.39.0</a> (2022-10-03)</h1> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-invalid-void-type] allow using void as a default type for a generic argument if <code>allowInGenericTypeArguments</code> is specified (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5671">#5671</a>) (<a href=" |
||
|
|
1f78da881e |
Enhance a warning about taking too much time to process plugin messages
Summary: Without seeing the specific messages it might be hard to debug what is taking so long. CHANGELOG: Enhance a warning about taking too much time to process plugin messages Differential Revision: D40340272 fbshipit-source-id: a4dbd639cf389763a3cb00a190216c0e653c08e4 |
||
|
|
b5a750935d |
Populate the initial list of connected devices on startup
Summary: When we start using Flipper from the CLI for automation, we want to have the list of currently connected devices as soon as flipper server is alive. Otherwise, we would have to poll flipper server waiting for some magical moment in the future when devices connect. This way, we can be certain that if flipper server started, but we do not see a device, it is not connected at all. Reviewed By: mweststrate Differential Revision: D40184106 fbshipit-source-id: ce4c2b897a2df0081e3a0b6a8c26640599e0f9e8 |
||
|
|
fbbd90e9f5 |
Suggest a quick fix for EADDRINUSE
Summary: Show users a way to fix Flipper EADDRINUSE on their own without filing a support request CHANGELOG: Better error message for EADDRINUSE Reviewed By: mweststrate Differential Revision: D40338164 fbshipit-source-id: ec0419c78983b55736aa773757775b5302da51e0 |
||
|
|
eb4b83d0b6 |
Flipper Snapshot Bump: v0.170.1-SNAPSHOT
Summary: Releasing snapshot version 0.170.1-SNAPSHOT Reviewed By: mweststrate Differential Revision: D40295173 fbshipit-source-id: 0279ac2232bdbec971805f568a7063d55c60dd3e |
||
|
|
af16963251 |
Flipper Release: v0.170.0
Summary: Releasing version 0.170.0 Reviewed By: mweststrate Differential Revision: D40295174 fbshipit-source-id: 3a38e99f0e4d0cda25921e0586a9a53e7f7ad4aa |
||
|
|
f65364c79c |
Allowing Flipper to be included in non debug react native builds
Summary: Allowing Flipper react native code also when FB_SONARKIT_ENABLED is defined Reviewed By: lblasa Differential Revision: D40224308 fbshipit-source-id: e9cf1c0e04b5748ffb5bb97fe9fd9046956b32b5 |
||
|
|
9cbf35dea8 |
Consider local visible rect and translation when calcauating view bounds
Summary: In general we want a child to know its position without having be overriden by it parent via offset child. Therefore we need to consider translation and the result of getLocalVisibleRect. Despite its name it seems to be an offset from its normal bounds after scrolling in certain types of scroll views. Reviewed By: lblasa Differential Revision: D40021836 fbshipit-source-id: 4ae9a4b202d7ba201cdb8b6bc8f13e94baf2b37e |
||
|
|
9f6ba6cf8c |
Fix issue where tree observer always subscribing
Summary: This was causing all observers to continuously traverse all children since most observers traverse on subscribe Reviewed By: lblasa Differential Revision: D40021835 fbshipit-source-id: 6a6fba02523848be37f5e939c7a240ff2958daca |
||
|
|
b911c49667 |
Additional Litho descriptors
Summary: Moved to separate directory. These additional descriptors are useful for debugging the implementation but might not be useful for the end users so could potentially be removed down the road Reviewed By: lblasa Differential Revision: D40021834 fbshipit-source-id: f88c1186dd65cdabc816d5cd8256bb81c404a80c |
||
|
|
221f7ac1e5 |
Generalised mounted object and descriptor into offset child
Summary: There are other situations where we want to overide the offset than for litho mounted views Reviewed By: lblasa Differential Revision: D40021833 fbshipit-source-id: 1411a4a67e88f6893bb38e36fb6a81eead3edd1a |
||
|
|
c9983edb1a |
Fix superclass chaining when adding descriptor late
Summary: External frameworks such as litho add their descriptors with register descriptor, we need to make sure that we set up the superclass chaing for these Reviewed By: lblasa Differential Revision: D40021843 fbshipit-source-id: 41666e5e3a31f249f7dfd550c15d747d394d2a8f |
||
|
|
de1eece900 |
Removed chaining of children from chained descriptor
Summary: This chaining needed to be removed to allow for litho view to override the children to be the root debug component Reviewed By: lblasa Differential Revision: D40021839 fbshipit-source-id: 1caf30ced14cf582f9e03e87e15f9a8eda5b9c4f |
||
|
|
8140244f0a |
Fix null reference error in text view descriptor
Summary: Thanks java / google Reviewed By: lblasa Differential Revision: D40021844 fbshipit-source-id: 19d7d04bf8c637964ef6bea5b28224d7b5134c3f |
||
|
|
23ab1e9127 |
Added value animator button
Summary: This is usefull to make sure the ui debugger sees changes from value animators Reviewed By: lblasa Differential Revision: D40021838 fbshipit-source-id: 1fe18b79a89b43f286aa4e90aa6e850db3e887a5 |
||
|
|
1fd1029a3d |
Background plugin
Summary: When running in the background in a large app like fb4a it can take a while to reprocess all the events, we can revisit this in the future Reviewed By: lblasa Differential Revision: D40021842 fbshipit-source-id: 8e5300e0f8534525bd184c029e523f05f4076695 |
||
|
|
941225e3d6 |
Only show node name when hovered
Summary: This makes the vizualiser a lot less cluttered Reviewed By: lblasa Differential Revision: D40021837 fbshipit-source-id: 8901c9bff6f05ee3fa4517e103c770be1fcfa403 |
||
|
|
56f2b9e34b |
Bump @babel/core from 7.19.1 to 7.19.3 in /react-native/ReactNativeFlipperExample (#4167)
Summary: Bumps [babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.1 to 7.19.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/core</code>'s releases</a>.</em></p> <blockquote> <h2>v7.19.3 (2022-09-27)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/8566">#8566</a> Correctly update bindings of decorated class declarations (<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/14974">#14974</a> fix: Normal parsing of <code>JSXText</code> following <code>JSXSpreadChild</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14941">#14941</a> fix: Support local exports in TS <code>declare module</code>s (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14940">#14940</a> fix: allow ts redeclaration with <code>import =</code> and <code>var</code> (<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/14962">#14962</a> Fix printing of Flow internal slot functions (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14950">#14950</a> Emit <code>babel/cli</code> source maps based on configuration files (<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/14946">#14946</a> fix: ts exported vars are shadowed by <code>declare</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>💅 Polish</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14954">#14954</a> Optional filename when preset uses fn test/include/exclude (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li><code>babel-helper-compilation-targets</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-parser</code>, <code>babel-preset-env</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14961">#14961</a> chore: use <code>c8</code> for coverage testing (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>🔬 Output optimization</h4> <ul> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14952">#14952</a> [ts] remove nested <code>declare namespace</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</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.19.2 (2022-09-15)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-runtime-corejs2</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14937">#14937</a> fix: runtime-corejs 2 should depend on core-js@2 (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/core</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.19.3 (2022-09-27)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/8566">#8566</a> Correctly update bindings of decorated class declarations (<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/14974">#14974</a> fix: Normal parsing of <code>JSXText</code> following <code>JSXSpreadChild</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14941">#14941</a> fix: Support local exports in TS <code>declare module</code>s (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14940">#14940</a> fix: allow ts redeclaration with <code>import =</code> and <code>var</code> (<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/14962">#14962</a> Fix printing of Flow internal slot functions (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14950">#14950</a> Emit <code>babel/cli</code> source maps based on configuration files (<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/14946">#14946</a> fix: ts exported vars are shadowed by <code>declare</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>💅 Polish</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14954">#14954</a> Optional filename when preset uses fn test/include/exclude (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>🏠 Internal</h4> <ul> <li><code>babel-helper-compilation-targets</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-parser</code>, <code>babel-preset-env</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14961">#14961</a> chore: use <code>c8</code> for coverage testing (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>🔬 Output optimization</h4> <ul> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14952">#14952</a> [ts] remove nested <code>declare namespace</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.19.2 (2022-09-15)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-runtime-corejs2</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14937">#14937</a> fix: runtime-corejs 2 should depend on core-js@2 (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
d2f6ab3cc9 |
Flipper Snapshot Bump: v0.169.1-SNAPSHOT
Summary: Releasing snapshot version 0.169.1-SNAPSHOT Reviewed By: lblasa Differential Revision: D40173741 fbshipit-source-id: d744b285c60174c80672e1e499ef0f33fa6f3091 |
||
|
|
dd99fc8e79 |
Flipper Release: v0.169.0
Summary: Releasing version 0.169.0 Reviewed By: lblasa Differential Revision: D40173740 fbshipit-source-id: 6009a2621d98a706a94c5bca1121946b9604b7ab |
||
|
|
71ed2f6e25 |
Fix deeplinks when flipper desktop is closed
Summary: Previously opening a deep link would always fail with flipper thinking the plugin did not exist. In this diff we wait for plugins to be initialized Differential Revision: D40142275 fbshipit-source-id: 7894fc60a6df57e13395e05263b0905847b11ad3 |
||
|
|
d4c4b9ebc4 |
Bump de.undercouch.download from 5.1.1 to 5.2.1 (#4170)
Summary: Bumps [de.undercouch.download](https://github.com/michel-kraemer/gradle-download-task) from 5.1.1 to 5.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/michel-kraemer/gradle-download-task/releases">de.undercouch.download's releases</a>.</em></p> <blockquote> <h2>5.2.1</h2> <p>Bug fixes:</p> <ul> <li>Use pooling connection manager of Apache HttpClient instead of basic one. The basic one is not meant to be used by multiple threads. This fixes an issue that could cause an <code>IllegalStateException</code> with the message <code>Connection is still allocated</code>. Thanks to <a href="https://github.com/dmarks2"><code>@dmarks2</code></a> for spotting this.</li> </ul> <p>Maintenance:</p> <ul> <li>Update dependencies</li> </ul> <h2>5.2.0</h2> <p>New features:</p> <ul> <li>Add <code>eachFile</code> method that adds an action to be applied to each source URL before it is downloaded. The action can be used to modify the filename of the target file.</li> <li>Add <code>runAsync</code> method to download extension. This allows multiple files to be downloaded in parallel if the download extension is used. For normal download tasks, multiple files were downloaded in parallel already.</li> </ul> <h2>5.1.3</h2> <p>Bug fixes:</p> <ul> <li>Initialize progress logger just before the download starts (see <a href="https://github-redirect.dependabot.com/michel-kraemer/gradle-download-task/issues/243">https://github.com/facebook/flipper/issues/243</a>)</li> </ul> <h2>5.1.2</h2> <p>Bug fixes:</p> <ul> <li>Do not include default HTTP and HTTPS ports in <code>Host</code> header unless explicitly specified by the user</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |