25ce01eb9ffff0fb43ebe9f47d08e480d02d4c29
5309 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
25ce01eb9f |
Bump inquirer from 8.0.0 to 8.1.0 in /desktop (#2396)
Summary: Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 8.0.0 to 8.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SBoudrias/Inquirer.js/releases">inquirer's releases</a>.</em></p> <blockquote> <h2>inquirer@8.1.0</h2> <h3>New features</h3> <ul> <li>Now display a loading spinner while asynchronously filtering or validating data.</li> <li><code>inquirer.prompt()</code> now accept a shorthand object syntax instead of an array with <code>name</code>d prompts:</li> </ul> <pre lang="js"><code>const { foo, bar } = await inquirer.prompt({ foo: { message: '...', default: '...', }, bar: { default: '...', } }): </code></pre> <h2>inquirer@8.0.1</h2> <p>Fixes</p> <ul> <li>Fix issue with duplicate keys in <code>expand</code> prompt not being caught if casing didn't match</li> <li>Fix <code>rawlist</code> prompt ignoring <code>short</code> option</li> <li>Rollback dependencies migrated to ESM causing issue for some users</li> </ul> <p>And lastly general dependency upgrade (to non-ESM versions)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
1ec791ce36 |
Bump redux from 4.0.5 to 4.1.0 in /desktop (#2400)
Summary: Bumps [redux](https://github.com/reduxjs/redux) from 4.0.5 to 4.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/reduxjs/redux/releases">redux's releases</a>.</em></p> <blockquote> <h2>v4.1.0</h2> <p>This release shrinks our bundle size via error message extraction, updates several error messages for clarity, and optimizes our list of runtime dependencies.</p> <p>Overall, version 4.1 shrinks from 2.6K min+gz to 1.6K min+gz thanks to these changes.</p> <p>Be sure to check out <a href="https://github.com/reduxjs/redux-toolkit/releases/tag/v1.6.0-alpha.1">the Redux Toolkit 1.6 alpha containing our new "RTK Query" data fetching APIs!</a> It also includes Redux 4.1 as a dependency.</p> <h2>Changelog</h2> <h3>Error Message Extraction and Improvements</h3> <p>We now extract all of our error messages from production builds in order to save on bundle size, using <a href="https://reactjs.org/blog/2016/07/11/introducing-reacts-error-code-system.html">a technique inspired from React's error code extraction</a>. The error messages will still show as normal in development, but in production they will reference a specific numeric error code and provide a link to a Redux docs page that has the full error message.</p> <p>An example of this is: <a href="https://redux.js.org/errors?code=5">https://redux.js.org/errors?code=5</a> , which shows the "can't subscribe while reducers are executing" error.</p> <p>The error code extraction saves about 800 bytes out of a production build.</p> <p>Thanks to <a href="https://github.com/andrewmcgivery"><code>@andrewmcgivery</code></a> for doing all the hard work on implementing the error extraction!</p> <p>We've also updated many of our error messages to provide additional details at runtime about what happened, especially runtime type checks such as "actions must be plain objects". They now provide a more specific type for the unexpected value, such as indicating <code>promise</code> or <code>function</code>:</p> <pre lang="js"><code> expect(() => store.dispatch(() => {})).toThrow( /the actual type was: 'function'/ ) <pre><code>expect(() =&gt; store.dispatch(new Date())).toThrow( /the actual type was: 'date'/ ) </code></pre> <p></code></pre></p> <h3>Dependency Updates</h3> <p>We've updated the list of runtime dependencies for Redux:</p> <ul> <li>We inlined the <code>symbol-observable</code> polyfill. This shrinks bundle size by a few bytes,</li> <li>We've removed the legacy <code>loose-envify</code> dependency, which was only ever needed by Browserify users. If you still happen to be using Browserify, please review your build settings and see if you need to make any updates.</li> <li>We now explicitly depend on <code>babel/runtime</code> to extract some additional helpers out of our bundle. It's likely that your app already is pulling in those helpers anyway, so that removes some potential duplication.</li> </ul> <h3>Typing Tweaks</h3> <p>We've merged fixes for a couple edge cases in the 4.x TS typings related to state types.</p> <h2>Changes</h2> <ul> <li>Remove symbol-observable and loose-envify deps (<a href="https://github-redirect.dependabot.com/reduxjs/redux/issues/4058">#4058</a> - <a href="https://github.com/markerikson"><code>@markerikson</code></a>)</li> <li>Port error extraction setup from master (<a href="https://github-redirect.dependabot.com/reduxjs/redux/issues/4057">#4057</a> - <a href="https://github.com/markerikson"><code>@markerikson</code></a>)</li> <li>Port build dependencies from master into 4.x (<a href="https://github-redirect.dependabot.com/reduxjs/redux/issues/4056">#4056</a> - <a href="https://github.com/markerikson"><code>@markerikson</code></a>)</li> <li>Rewrite Redux core error messages (<a href="https://github-redirect.dependabot.com/reduxjs/redux/issues/4055">#4055</a> - <a href="https://github.com/markerikson"><code>@markerikson</code></a>)</li> <li>feat: mangle error codes to error indexes (<a href="https://github-redirect.dependabot.com/reduxjs/redux/issues/3920">#3920</a> - <a href="https://github.com/andrewmcgivery"><code>@andrewmcgivery</code></a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
adbcad6da1 |
Bump eslint-plugin-react from 7.23.2 to 7.24.0 in /flipper-js-client-sdk (#2387)
Summary: Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.23.2 to 7.24.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.2...v7.24.0">7.24.0</a> - 2021.05.27</h2> <h3>Added</h3> <ul> <li>component detection: add componentWrapperFunctions setting (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2713">#2713</a>[] @<a href="https://github.com/jzabala"><code>@jzabala</code></a> <a href="https://github.com/LandonSchropp"><code>@LandonSchropp</code></a>)</li> <li>[<code>no-unused-prop-types</code>]: add ignore option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2972">#2972</a>[] <a href="https://github.com/grit96"><code>@grit96</code></a>)</li> <li>version detection: support recursive processor virtual filename (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2965">#2965</a>[] <a href="https://github.com/JounQin"><code>@JounQin</code></a>)</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>jsx-handler-names</code>]: properly substitute value into message (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2975">#2975</a>[] <a href="https://github.com/G-Rath"><code>@G-Rath</code></a>)</li> <li>[<code>jsx-uses-vars</code>]: ignore namespaces (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2985">#2985</a>[] <a href="https://github.com/remcohaszing"><code>@remcohaszing</code></a>)</li> <li>[<code>jsx-no-undef</code>]: ignore namespaces (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2986">#2986</a>[] <a href="https://github.com/remcohaszing"><code>@remcohaszing</code></a>)</li> <li>[<code>jsx-child-element-spacing</code>]: Don't flag whitespace around <code><br/></code> tags (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2989">#2989</a>[] <a href="https://github.com/pascalpp"><code>@pascalpp</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[Docs] [<code>jsx-newline</code>]: Fix minor spelling error on rule name (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2974">#2974</a>[] <a href="https://github.com/DennisSkoko"><code>@DennisSkoko</code></a>)</li> <li>[Refactor] [<code>void-dom-elements-no-children</code>]: improve performance</li> <li>[readme] fix missing trailing commas (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2980">#2980</a>[] <a href="https://github.com/sugardon"><code>@sugardon</code></a>)</li> <li>[readme] fix broken anchor link (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2982">#2982</a>[] <a href="https://github.com/vzvu3k6k"><code>@vzvu3k6k</code></a>)</li> <li>[Docs] [<code>jsx-child-element-spacing</code>]: fixes sentence which ends abruptly (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2990">#2990</a>[] <a href="https://github.com/pascalpp"><code>@pascalpp</code></a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2990">#2990</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2990">yannickcr/eslint-plugin-react#2990</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2989">#2989</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2989">yannickcr/eslint-plugin-react#2989</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2986">#2986</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2986">yannickcr/eslint-plugin-react#2986</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2985">#2985</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2985">yannickcr/eslint-plugin-react#2985</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2982">#2982</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2982">yannickcr/eslint-plugin-react#2982</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2980">#2980</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2980">yannickcr/eslint-plugin-react#2980</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2977">#2977</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2977">yannickcr/eslint-plugin-react#2977</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2975">#2975</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2975">yannickcr/eslint-plugin-react#2975</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2974">#2974</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2974">yannickcr/eslint-plugin-react#2974</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2972">#2972</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2972">yannickcr/eslint-plugin-react#2972</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2965">#2965</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2965">yannickcr/eslint-plugin-react#2965</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2713">#2713</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2713">yannickcr/eslint-plugin-react#2713</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
7455d39ac4 |
Bump protobuf-java from 3.17.0 to 3.17.1 (#2393)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.17.0 to 3.17.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p> <blockquote> <h2>Protocol Buffers v3.17.1</h2> <h1>PHP</h1> <ul> <li>Fixed PHP memory leaks and arginfo errors. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8614">#8614</a>)</li> <li>Fixed JSON parser to allow multiple values from the same oneof as long as all but one are null.</li> </ul> <h1>Ruby</h1> <ul> <li>Fixed memory bug: properly root repeated/map field when assigning. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8639">#8639</a>)</li> <li>Fixed JSON parser to allow multiple values from the same oneof as long as all but one are null.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
09e77ca571 |
Bump jest from 26.6.3 to 27.0.3 in /react-native/ReactNativeFlipperExample (#2390)
Summary: Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">jest's releases</a>.</em></p> <blockquote> <h2>27.0.3</h2> <h3>Fixes</h3> <ul> <li><code>[jest-config]</code> <code>require.resolve</code> on default test sequencer and test environment (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11482">#11482</a>)</li> <li><code>[jest-mock]</code> Fixed <code>fn</code> and <code>spyOn</code> exports (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11480">#11480</a>)</li> </ul> <h2>27.0.2</h2> <h3>Features</h3> <ul> <li><code>[jest-circus]</code> Add some APIs to make it easier to build your own test runner</li> <li><code>[jest-reporters]</code> Expose the <code>getResultHeader</code> util (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11460">#11460</a>)</li> <li><code>[jest-resolver]</code> Export <code>resolve*</code> utils for different Jest modules (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11466">#11466</a>)</li> <li><code>[jest/test-result]</code> Export <code>Test</code>, <code>TestEvents</code> and <code>TestFileEvent</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11466">#11466</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-circus]</code> Add missing <code>slash</code> dependency (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11465">#11465</a>)</li> <li><code>[jest-circus, jest/test-sequencer]</code> Remove dependency on <code>jest-runner</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11466">#11466</a>)</li> <li><code>[jest-config]</code> Resolve <code>config.runner</code> to absolute path (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11465">#11465</a>)</li> <li><code>[jest-config]</code> Make sure to support functions as config (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11475">#11475</a>)</li> <li><code>[jest-core]</code> Do not warn about <code>DNSCHANNEL</code> handles when using the <code>--detectOpenHandles</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11470">#11470</a>)</li> <li><code>[jest-runner]</code> Remove dependency on <code>jest-config</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11466">#11466</a>)</li> <li><code>[jest-worker]</code> Loosen engine requirement to <code>>= 10.13.0</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11451">#11451</a>)</li> </ul> <h2>27.0.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-environment-jsdom]</code> Bump version of JSDOM to avoid deprecated <code>request</code> package (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11442">#11442</a>)</li> </ul> <h2>27.0.0</h2> <p><a href="https://jestjs.io/blog/2021/03/09/jest-website-upgrade">Blog post</a></p> <h3>Features</h3> <ul> <li><code>[babel-jest]</code> Add async transformation (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11192">#11192</a>)</li> <li><code>[jest-changed-files]</code> Use '--' to separate paths from revisions (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11160">#11160</a>)</li> <li><code>[jest-circus]</code> [<strong>BREAKING</strong>] Fail tests when multiple <code>done()</code> calls are made (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10624">#10624</a>)</li> <li><code>[jest-circus, jest-jasmine2]</code> [<strong>BREAKING</strong>] Fail the test instead of just warning when describe returns a value (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10947">#10947</a>)</li> <li><code>[jest-config]</code> [<strong>BREAKING</strong>] Default to Node testing environment instead of browser (JSDOM) (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9874">#9874</a>)</li> <li><code>[jest-config]</code> [<strong>BREAKING</strong>] Use <code>jest-circus</code> as default test runner (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10686">#10686</a>)</li> <li><code>[jest-config]</code> Add support for <code>preset</code> written in ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11200">#11200</a>)</li> <li><code>[jest-config, jest-runtime]</code> Support ESM for files other than <code>.js</code> and <code>.mjs</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10823">#10823</a>)</li> <li><code>[jest-config, jest-runtime]</code> [<strong>BREAKING</strong>] Use "modern" implementation as default for fake timers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10874">#10874</a> & <a href="https://github-redirect.dependabot.com/facebook/jest/pull/11197">#11197</a>)</li> <li><code>[jest-config</code> Allow passing <code>forceNodeFilesystemAPI</code> through to <code>jest-haste-map</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11264">#11264</a>)</li> <li><code>[jest-config, jest-haste-map, jest-resolve, jest-runner, jest-runtime, jest-test-sequencer, jest-transform, jest-types]</code> [<strong>BREAKING</strong>] Add custom HasteMap class implementation config option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11107">#11107</a>)</li> <li><code>[jest-core]</code> make <code>TestWatcher</code> extend <code>emittery</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10324">#10324</a>)</li> <li><code>[jest-core]</code> Run failed tests interactively the same way we do with snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10858">#10858</a>)</li> <li><code>[jest-core]</code> more <code>TestSequencer</code> methods can be async (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10980">#10980</a>)</li> <li><code>[jest-core]</code> Add support for <code>testSequencer</code> written in ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11207">#11207</a>)</li> <li><code>[jest-core]</code> Add support for <code>globalSetup</code> and <code>globalTeardown</code> written in ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11267">#11267</a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/blob/master/CHANGELOG.md">jest's changelog</a>.</em></p> <blockquote> <h2>27.0.3</h2> <h3>Fixes</h3> <ul> <li><code>[jest-config]</code> <code>require.resolve</code> on default test sequencer and test environment (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11482">#11482</a>)</li> <li><code>[jest-mock]</code> Fixed <code>fn</code> and <code>spyOn</code> exports (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11480">#11480</a>)</li> </ul> <h2>27.0.2</h2> <h3>Features</h3> <ul> <li><code>[jest-circus]</code> Add some APIs to make it easier to build your own test runner</li> <li><code>[jest-reporters]</code> Expose the <code>getResultHeader</code> util (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11460">#11460</a>)</li> <li><code>[jest-resolver]</code> Export <code>resolve*</code> utils for different Jest modules (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11466">#11466</a>)</li> <li><code>[jest/test-result]</code> Export <code>Test</code>, <code>TestEvents</code> and <code>TestFileEvent</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11466">#11466</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-circus]</code> Add missing <code>slash</code> dependency (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11465">#11465</a>)</li> <li><code>[jest-circus, jest/test-sequencer]</code> Remove dependency on <code>jest-runner</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11466">#11466</a>)</li> <li><code>[jest-config]</code> Resolve <code>config.runner</code> to absolute path (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11465">#11465</a>)</li> <li><code>[jest-config]</code> Make sure to support functions as config (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11475">#11475</a>)</li> <li><code>[jest-core]</code> Do not warn about <code>DNSCHANNEL</code> handles when using the <code>--detectOpenHandles</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11470">#11470</a>)</li> <li><code>[jest-runner]</code> Remove dependency on <code>jest-config</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11466">#11466</a>)</li> <li><code>[jest-worker]</code> Loosen engine requirement to <code>>= 10.13.0</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11451">#11451</a>)</li> </ul> <h2>27.0.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-environment-jsdom]</code> Bump version of JSDOM to avoid deprecated <code>request</code> package (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11442">#11442</a>)</li> </ul> <h2>27.0.0</h2> <h3>Features</h3> <ul> <li><code>[babel-jest]</code> Add async transformation (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11192">#11192</a>)</li> <li><code>[jest-changed-files]</code> Use '--' to separate paths from revisions (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11160">#11160</a>)</li> <li><code>[jest-circus]</code> [<strong>BREAKING</strong>] Fail tests when multiple <code>done()</code> calls are made (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10624">#10624</a>)</li> <li><code>[jest-circus, jest-jasmine2]</code> [<strong>BREAKING</strong>] Fail the test instead of just warning when describe returns a value (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10947">#10947</a>)</li> <li><code>[jest-config]</code> [<strong>BREAKING</strong>] Default to Node testing environment instead of browser (JSDOM) (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9874">#9874</a>)</li> <li><code>[jest-config]</code> [<strong>BREAKING</strong>] Use <code>jest-circus</code> as default test runner (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10686">#10686</a>)</li> <li><code>[jest-config]</code> Add support for <code>preset</code> written in ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11200">#11200</a>)</li> <li><code>[jest-config, jest-runtime]</code> Support ESM for files other than <code>.js</code> and <code>.mjs</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10823">#10823</a>)</li> <li><code>[jest-config, jest-runtime]</code> [<strong>BREAKING</strong>] Use "modern" implementation as default for fake timers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10874">#10874</a> & <a href="https://github-redirect.dependabot.com/facebook/jest/pull/11197">#11197</a>)</li> <li><code>[jest-config</code> Allow passing <code>forceNodeFilesystemAPI</code> through to <code>jest-haste-map</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11264">#11264</a>)</li> <li><code>[jest-config, jest-haste-map, jest-resolve, jest-runner, jest-runtime, jest-test-sequencer, jest-transform, jest-types]</code> [<strong>BREAKING</strong>] Add custom HasteMap class implementation config option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11107">#11107</a>)</li> <li><code>[jest-core]</code> make <code>TestWatcher</code> extend <code>emittery</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10324">#10324</a>)</li> <li><code>[jest-core]</code> Run failed tests interactively the same way we do with snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10858">#10858</a>)</li> <li><code>[jest-core]</code> more <code>TestSequencer</code> methods can be async (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10980">#10980</a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
89d05d5e46 |
Build all artifacts as part of GH workflow (#2404)
Summary:
We missed that D28795384 (
|
||
|
|
e00ad1a45d |
Bump typescript from 4.2.4 to 4.3.2 in /flipper-js-client-sdk (#2384)
Summary: allow-large-files Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 4.3.2</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-3">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.3.0%22+is%3Aclosed+">fixed issues query for TypeScript v4.3.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.3.1%22+is%3Aclosed+">fixed issues query for TypeScript v4.3.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.3.2%22+is%3Aclosed+">fixed issues query for TypeScript v4.3.2</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-43">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017">Select new version in project options</a>)</li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 4.3 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-3-rc">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.3.0%22+is%3Aclosed+">fixed issues query for TypeScript v4.3.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.3.1%22+is%3Aclosed+">fixed issues query for TypeScript v4.3.1 (RC)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-43">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017">Select new version in project options</a>)</li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 4.3 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-3-beta/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.3.0%22">fixed issues query for Typescript 4.3.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-43beta">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017">Select new version in project options</a>)</li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
d1dfc395d1 |
Revert D28795384: Bump protobuf_java_to_protobufjs from 0.0.1 to 0.1.0
Differential Revision:
D28795384 (
|
||
|
|
187cc4af47 |
Bump babel-jest from 26.6.3 to 27.0.2 in /react-native/ReactNativeFlipperExample (#2389)
Summary: Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 26.6.3 to 27.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">babel-jest's releases</a>.</em></p> <blockquote> <h2>27.0.2</h2> <h3>Features</h3> <ul> <li><code>[jest-circus]</code> Add some APIs to make it easier to build your own test runner</li> <li><code>[jest-reporters]</code> Expose the <code>getResultHeader</code> util (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11460">#11460</a>)</li> <li><code>[jest-resolver]</code> Export <code>resolve*</code> utils for different Jest modules (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11466">#11466</a>)</li> <li><code>[jest/test-result]</code> Export <code>Test</code>, <code>TestEvents</code> and <code>TestFileEvent</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11466">#11466</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-circus]</code> Add missing <code>slash</code> dependency (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11465">#11465</a>)</li> <li><code>[jest-circus, jest/test-sequencer]</code> Remove dependency on <code>jest-runner</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11466">#11466</a>)</li> <li><code>[jest-config]</code> Resolve <code>config.runner</code> to absolute path (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11465">#11465</a>)</li> <li><code>[jest-config]</code> Make sure to support functions as config (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11475">#11475</a>)</li> <li><code>[jest-core]</code> Do not warn about <code>DNSCHANNEL</code> handles when using the <code>--detectOpenHandles</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11470">#11470</a>)</li> <li><code>[jest-runner]</code> Remove dependency on <code>jest-config</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11466">#11466</a>)</li> <li><code>[jest-worker]</code> Loosen engine requirement to <code>>= 10.13.0</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11451">#11451</a>)</li> </ul> <h2>27.0.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-environment-jsdom]</code> Bump version of JSDOM to avoid deprecated <code>request</code> package (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11442">#11442</a>)</li> </ul> <h2>27.0.0</h2> <p><a href="https://jestjs.io/blog/2021/03/09/jest-website-upgrade">Blog post</a></p> <h3>Features</h3> <ul> <li><code>[babel-jest]</code> Add async transformation (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11192">#11192</a>)</li> <li><code>[jest-changed-files]</code> Use '--' to separate paths from revisions (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11160">#11160</a>)</li> <li><code>[jest-circus]</code> [<strong>BREAKING</strong>] Fail tests when multiple <code>done()</code> calls are made (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10624">#10624</a>)</li> <li><code>[jest-circus, jest-jasmine2]</code> [<strong>BREAKING</strong>] Fail the test instead of just warning when describe returns a value (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10947">#10947</a>)</li> <li><code>[jest-config]</code> [<strong>BREAKING</strong>] Default to Node testing environment instead of browser (JSDOM) (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9874">#9874</a>)</li> <li><code>[jest-config]</code> [<strong>BREAKING</strong>] Use <code>jest-circus</code> as default test runner (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10686">#10686</a>)</li> <li><code>[jest-config]</code> Add support for <code>preset</code> written in ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11200">#11200</a>)</li> <li><code>[jest-config, jest-runtime]</code> Support ESM for files other than <code>.js</code> and <code>.mjs</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10823">#10823</a>)</li> <li><code>[jest-config, jest-runtime]</code> [<strong>BREAKING</strong>] Use "modern" implementation as default for fake timers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10874">#10874</a> & <a href="https://github-redirect.dependabot.com/facebook/jest/pull/11197">#11197</a>)</li> <li><code>[jest-config</code> Allow passing <code>forceNodeFilesystemAPI</code> through to <code>jest-haste-map</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11264">#11264</a>)</li> <li><code>[jest-config, jest-haste-map, jest-resolve, jest-runner, jest-runtime, jest-test-sequencer, jest-transform, jest-types]</code> [<strong>BREAKING</strong>] Add custom HasteMap class implementation config option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11107">#11107</a>)</li> <li><code>[jest-core]</code> make <code>TestWatcher</code> extend <code>emittery</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10324">#10324</a>)</li> <li><code>[jest-core]</code> Run failed tests interactively the same way we do with snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10858">#10858</a>)</li> <li><code>[jest-core]</code> more <code>TestSequencer</code> methods can be async (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10980">#10980</a>)</li> <li><code>[jest-core]</code> Add support for <code>testSequencer</code> written in ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11207">#11207</a>)</li> <li><code>[jest-core]</code> Add support for <code>globalSetup</code> and <code>globalTeardown</code> written in ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11267">#11267</a>)</li> <li><code>[jest-core]</code> Add support for <code>watchPlugins</code> written in ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11315">#11315</a>)</li> <li><code>[jest-core]</code> Add support for <code>runner</code> written in ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11232">#11232</a>)</li> <li><code>[jest-core]</code> Add support for <code>reporters</code> written in ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11427">#11427</a>)</li> <li><code>[jest-each]</code> Add support for interpolation with object properties (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11388">#11388</a>)</li> <li><code>[jest-environment-node]</code> Add AbortController to globals (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11182">#11182</a>)</li> <li><code>[jest/fake-timers]</code> Update to <code>sinonjs/fake-timers</code> to v7 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11198">#11198</a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/blob/master/CHANGELOG.md">babel-jest's changelog</a>.</em></p> <blockquote> <h2>27.0.2</h2> <h3>Features</h3> <ul> <li><code>[jest-circus]</code> Add some APIs to make it easier to build your own test runner</li> <li><code>[jest-reporters]</code> Expose the <code>getResultHeader</code> util (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11460">#11460</a>)</li> <li><code>[jest-resolver]</code> Export <code>resolve*</code> utils for different Jest modules (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11466">#11466</a>)</li> <li><code>[jest/test-result]</code> Export <code>Test</code>, <code>TestEvents</code> and <code>TestFileEvent</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11466">#11466</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-circus]</code> Add missing <code>slash</code> dependency (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11465">#11465</a>)</li> <li><code>[jest-circus, jest/test-sequencer]</code> Remove dependency on <code>jest-runner</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11466">#11466</a>)</li> <li><code>[jest-config]</code> Resolve <code>config.runner</code> to absolute path (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11465">#11465</a>)</li> <li><code>[jest-config]</code> Make sure to support functions as config (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11475">#11475</a>)</li> <li><code>[jest-core]</code> Do not warn about <code>DNSCHANNEL</code> handles when using the <code>--detectOpenHandles</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11470">#11470</a>)</li> <li><code>[jest-runner]</code> Remove dependency on <code>jest-config</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11466">#11466</a>)</li> <li><code>[jest-worker]</code> Loosen engine requirement to <code>>= 10.13.0</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11451">#11451</a>)</li> </ul> <h2>27.0.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-environment-jsdom]</code> Bump version of JSDOM to avoid deprecated <code>request</code> package (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11442">#11442</a>)</li> </ul> <h2>27.0.0</h2> <h3>Features</h3> <ul> <li><code>[babel-jest]</code> Add async transformation (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11192">#11192</a>)</li> <li><code>[jest-changed-files]</code> Use '--' to separate paths from revisions (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11160">#11160</a>)</li> <li><code>[jest-circus]</code> [<strong>BREAKING</strong>] Fail tests when multiple <code>done()</code> calls are made (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10624">#10624</a>)</li> <li><code>[jest-circus, jest-jasmine2]</code> [<strong>BREAKING</strong>] Fail the test instead of just warning when describe returns a value (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10947">#10947</a>)</li> <li><code>[jest-config]</code> [<strong>BREAKING</strong>] Default to Node testing environment instead of browser (JSDOM) (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9874">#9874</a>)</li> <li><code>[jest-config]</code> [<strong>BREAKING</strong>] Use <code>jest-circus</code> as default test runner (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10686">#10686</a>)</li> <li><code>[jest-config]</code> Add support for <code>preset</code> written in ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11200">#11200</a>)</li> <li><code>[jest-config, jest-runtime]</code> Support ESM for files other than <code>.js</code> and <code>.mjs</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10823">#10823</a>)</li> <li><code>[jest-config, jest-runtime]</code> [<strong>BREAKING</strong>] Use "modern" implementation as default for fake timers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10874">#10874</a> & <a href="https://github-redirect.dependabot.com/facebook/jest/pull/11197">#11197</a>)</li> <li><code>[jest-config</code> Allow passing <code>forceNodeFilesystemAPI</code> through to <code>jest-haste-map</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11264">#11264</a>)</li> <li><code>[jest-config, jest-haste-map, jest-resolve, jest-runner, jest-runtime, jest-test-sequencer, jest-transform, jest-types]</code> [<strong>BREAKING</strong>] Add custom HasteMap class implementation config option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11107">#11107</a>)</li> <li><code>[jest-core]</code> make <code>TestWatcher</code> extend <code>emittery</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10324">#10324</a>)</li> <li><code>[jest-core]</code> Run failed tests interactively the same way we do with snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10858">#10858</a>)</li> <li><code>[jest-core]</code> more <code>TestSequencer</code> methods can be async (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10980">#10980</a>)</li> <li><code>[jest-core]</code> Add support for <code>testSequencer</code> written in ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11207">#11207</a>)</li> <li><code>[jest-core]</code> Add support for <code>globalSetup</code> and <code>globalTeardown</code> written in ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11267">#11267</a>)</li> <li><code>[jest-core]</code> Add support for <code>watchPlugins</code> written in ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11315">#11315</a>)</li> <li><code>[jest-core]</code> Add support for <code>runner</code> written in ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11232">#11232</a>)</li> <li><code>[jest-core]</code> Add support for <code>reporters</code> written in ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11427">#11427</a>)</li> <li><code>[jest-each]</code> Add support for interpolation with object properties (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11388">#11388</a>)</li> <li><code>[jest-environment-node]</code> Add AbortController to globals (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11182">#11182</a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
6645949c77 |
Bump react-native-flipper from 0.91.1 to 0.91.2 in /react-native/ReactNativeFlipperExample (#2388)
Summary: Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.91.1 to 0.91.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/flipper/releases">react-native-flipper's releases</a>.</em></p> <blockquote> <h2>v0.91.2</h2> <p>See <a href="https://github.com/facebook/flipper/blob/master/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/master/desktop/static/CHANGELOG.md</a> for full notes.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
5c8fef0fda |
Bump @typescript-eslint/parser from 4.23.0 to 4.25.0 in /flipper-js-client-sdk (#2386)
Summary: Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.23.0 to 4.25.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>v4.25.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.24.0...v4.25.0">4.25.0</a> (2021-05-24)</h1> <h3>Bug Fixes</h3> <ul> <li>corrected no-unsupported-browser-code in roadmap as unimplemented (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3407">#3407</a>) (<a href=" |
||
|
|
09951d505e |
Bump protobuf_java_to_protobufjs from 0.0.1 to 0.1.0 (#2391)
Summary: Bumps [protobuf_java_to_protobufjs](https://github.com/hbmartin/protobuf_java_to_protobufjs) from 0.0.1 to 0.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hbmartin/protobuf_java_to_protobufjs/releases">protobuf_java_to_protobufjs's releases</a>.</em></p> <blockquote> <h2>v0.1.0</h2> <ul> <li>Added support for <code>oneof</code></li> <li>Added support for enums</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/hbmartin/protobuf_java_to_protobufjs/commits/v0.1.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/2391 Reviewed By: nikoant Differential Revision: D28795384 Pulled By: passy fbshipit-source-id: 56e791ff245cdc096e9ef11eb2b436e42e611659 |
||
|
|
f5c38d21f7 |
Bump tar from 0.4.33 to 0.4.35 in /packer (#2382)
Summary: Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.33 to 0.4.35. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
3859d9c098 |
Bump indicatif from 0.15.0 to 0.16.2 in /packer (#2383)
Summary: Bumps [indicatif](https://github.com/mitsuhiko/indicatif) from 0.15.0 to 0.16.2. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
4fd63d44e5 |
Bump com.github.ben-manes.versions from 0.38.0 to 0.39.0 (#2392)
Summary: Bumps com.github.ben-manes.versions from 0.38.0 to 0.39.0. [](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/2392 Reviewed By: nikoant Differential Revision: D28795383 Pulled By: passy fbshipit-source-id: 941bb27ea6fdbf203e0fa09fdb0af0d9af430800 |
||
|
|
eb788aaf43 |
Added "Zoom in", "Zoom out" and "Actual size" commands similarly to Google Chrome
Summary: Changelog: allow zooming Flipper window content in and out either using View menu or hotkeys (Cmd+Plus) and (Cmd+Minus) Reviewed By: passy Differential Revision: D28748567 fbshipit-source-id: a214c708cae2c82d04eb53fc879518a0106517de |
||
|
|
6d1cecdeee |
Retry icon download
Summary: In public CI (only?), asset downloads sometimes fail with a spurious 404. We already have retrying in place, but it will obviously not do that on a 500. Reviewed By: nikoant Differential Revision: D28744817 fbshipit-source-id: b6a185d8e9db45e02c6427233a0171b00c552751 |
||
|
|
9bfcadc2ef |
Bump @typescript-eslint/eslint-plugin from 4.23.0 to 4.25.0 in /flipper-js-client-sdk (#2369)
Summary: Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.23.0 to 4.25.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>v4.25.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.24.0...v4.25.0">4.25.0</a> (2021-05-24)</h1> <h3>Bug Fixes</h3> <ul> <li>corrected no-unsupported-browser-code in roadmap as unimplemented (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3407">#3407</a>) (<a href=" |
||
|
|
6902e55256 |
Bump ws from 7.3.0 to 7.4.6 in /desktop (#2371)
Summary: Bumps [ws](https://github.com/websockets/ws) from 7.3.0 to 7.4.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/websockets/ws/releases">ws's releases</a>.</em></p> <blockquote> <h2>7.4.6</h2> <h1>Bug fixes</h1> <ul> <li>Fixed a ReDoS vulnerability (00c425ec).</li> </ul> <p>A specially crafted value of the <code>Sec-Websocket-Protocol</code> header could be used to significantly slow down a ws server.</p> <pre lang="js"><code>for (const length of [1000, 2000, 4000, 8000, 16000, 32000]) { const value = 'b' + ' '.repeat(length) + 'x'; const start = process.hrtime.bigint(); <p>value.trim().split(/ *, */);</p> <p>const end = process.hrtime.bigint();</p> <p>console.log('length = %d, time = %f ns', length, end - start); } </code></pre></p> <p>The vulnerability was responsibly disclosed along with a fix in private by Robert McLaughlin from University of California, Santa Barbara.</p> <p>In vulnerable versions of ws, the issue can be mitigated by reducing the maximum allowed length of the request headers using the <a href="https://nodejs.org/api/cli.html#cli_max_http_header_size_size"><code>--max-http-header-size=size</code></a> and/or the <a href="https://nodejs.org/api/http.html#http_http_createserver_options_requestlistener"><code>maxHeaderSize</code></a> options.</p> <h2>7.4.5</h2> <h1>Bug fixes</h1> <ul> <li>UTF-8 validation is now done even if <code>utf-8-validate</code> is not installed (23ba6b29).</li> <li>Fixed an edge case where <code>websocket.close()</code> and <code>websocket.terminate()</code> did not close the connection (67e25ff5).</li> </ul> <h2>7.4.4</h2> <h1>Bug fixes</h1> <ul> <li>Fixed a bug that could cause the process to crash when using the permessage-deflate extension (92774377).</li> </ul> <h2>7.4.3</h2> <h1>Bug fixes</h1> <ul> <li>The deflate/inflate stream is now reset instead of reinitialized when context takeover is disabled (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1840">https://github.com/facebook/flipper/issues/1840</a>).</li> </ul> <h2>7.4.2</h2> <h1>Bug fixes</h1> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
87f739607e |
docs: update network-plugin.mdx android (#2368)
Summary: Flipper network plugin does not work without the above added lines. Without the added lines, the network plugin simply does not work on Android with Flipper version 0.91.0. I found this solution in your example react-native project. This should be stated in the docs. ## Changelog This should not be stated in changelog. Pull Request resolved: https://github.com/facebook/flipper/pull/2368 Test Plan: There is no code. Reviewed By: passy Differential Revision: D28714451 Pulled By: nikoant fbshipit-source-id: 81583fcf590e1c603d67bcb649067393455549cc |
||
|
|
11b63f18cb |
Bump dns-packet dependency to fix vulnerability warning
Summary: Github says dns-packet < 5.2.2 is vulnerable, so pinning it to ensure we use fixed version Reviewed By: passy Differential Revision: D28714350 fbshipit-source-id: 836061216826948d2fe9320137a91f4fbdad4211 |
||
|
|
6a777f7690 |
Bump browserslist dependency to fix vulnerability warning
Summary: Github says browserslist < 4.16.5 is vulnerable, so I'm pinning it everywhere. Reviewed By: muraziz Differential Revision: D28713858 fbshipit-source-id: b512dc48ded88bdf90556b58bd1e67cacbbc8a3e |
||
|
|
c94fbbee14 |
Fix bump pods (#2374)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/2374 Quick fix for create_pr flow Reviewed By: priteshrnandgaonkar Differential Revision: D28711029 fbshipit-source-id: 893a15a62896a96739b3cf5e784ca29e5d9647b5 |
||
|
|
be2f15b71f |
Dep bump
Summary: Daily bump for low-risk deps. Reviewed By: cekkaewnumchai Differential Revision: D28707008 fbshipit-source-id: 453351387a9a7a05a1c30294f2712956da6ecc49 |
||
|
|
4a583ad086 |
Make color of time markers more contrast
Summary: Changelog: Increased contrast of timestamps text on marker timelines used in several plugins (QPL, Sections) Reviewed By: mweststrate Differential Revision: D28707431 fbshipit-source-id: 8749a95fccf895bddf707c1d830baf5c65578fb9 |
||
|
|
623a505284 |
Downgrade app-builder to fix build
Summary: Uggh, a patch release that introduces a breaking change: The minimum Node version. https://github.com/facebook/flipper/runs/2667073574 Reviewed By: nikoant Differential Revision: D28681220 fbshipit-source-id: d41e8b701ceca0703d4ec19da9d4e472fb54ae0d |
||
|
|
bca8030df8 |
Dep bump
Summary: Daily bump keeps the yada yada. Only patch updates or safe ones. allow-large-files Reviewed By: nikoant Differential Revision: D28636754 fbshipit-source-id: d2a8c7fc0779bea30ff6532ae076694ce0e1fffa |
||
|
|
526e0ddd01 |
Demote console.error on check fail
Summary: We use exception for control flow here which isn't great but we shouldn't log naked errors when a check fails. Reviewed By: nikoant Differential Revision: D28645636 fbshipit-source-id: db8c7b1457883acc767ac850f015f6b35a41730b |
||
|
|
d9c986fcf8 |
Fix test flakiness by using jest timers
Summary: Some tests were occasionally flaky, by emulating delays, time variation should no longer influence tests. Reviewed By: passy Differential Revision: D28572946 fbshipit-source-id: f4134a6509a0ec0be2e8f36e5623c4882b5531b8 |
||
|
|
8d508c8634 |
Build script updated to allow specifying directory with default plugins
Summary: This change allows passing a directory containing plugin packages to include them into Flipper distributive. This is used by release command on Sandcastle (see D28626715). Reviewed By: passy Differential Revision: D28628425 fbshipit-source-id: 9c5d7527721f99b43991bace0b5e2f3a4ede0d13 |
||
|
|
313baafded |
Flipper Snapshot Bump: v0.91.3-SNAPSHOT
Summary: Releasing snapshot version 0.91.3-SNAPSHOT Reviewed By: nikoant Differential Revision: D28638215 fbshipit-source-id: a6c05fd37bcce58ad139684247e3bd65713a81e2 |
||
|
|
0305947ca2 |
Flipper Release: v0.91.2
Summary: Releasing version 0.91.2 Reviewed By: nikoant Differential Revision: D28638216 fbshipit-source-id: 282edcbfb954e65f4a8559445856b01929578619 |
||
|
|
d57c4d687c |
Fix build-plugin script
Summary: This diff fixes "build-plugin" script which is failing for fb-internal plugins, because "fb/package.json" not exist. Because of that release of "fb/mobilebuilds" plugin failed recently: https://www.internalfb.com/intern/sandcastle/job/13510799309874638. Reviewed By: passy Differential Revision: D28624924 fbshipit-source-id: e00da98cfef992f5d49045afc9d404764a0d13ac |
||
|
|
4dd3b3e8ba |
Dep bump
Summary: A daily bump keeps the dependabot away. Reviewed By: fabiomassimo Differential Revision: D28602154 fbshipit-source-id: 058789faaa3d00a60273c1944bef0dbebd591946 |
||
|
|
76701565ac |
Cleanup public plugins metadata
Summary: Now we support splitting metadata to public and fb-internal (see the previous diff in the stack), and this diff actually cleans up all public plugin metadata from fb-specific things. Reviewed By: passy Differential Revision: D28568413 fbshipit-source-id: eae699eabaae489c4bcfbfcc407c3bef42bfd338 |
||
|
|
5ae104cc59 |
Merge plugin package.json from public and fb-internal parts
Summary: Allow splitting package.json to public one and fb-internal one located in "fb/package.json". When plugin is packaged, fields in package.json are overwritten by fields from "fb/package.json" if they exist. This give us a way to specify additional metadata which only make sense internally (e.g. oncall and internal links to docs and support). Reviewed By: mweststrate Differential Revision: D28542101 fbshipit-source-id: c0167461897a994e5731aaf0fe625de052eda864 |
||
|
|
d680a2807f |
Bumped deps / pods to latest (0.91.1), re-enabled i386
Summary: Per title After landing this and verifying in CI, will apply those version bumps to RN itself: https://github.com/facebook/react-native/pull/31562, and remove the custom overrides in the future Reviewed By: passy Differential Revision: D28573552 fbshipit-source-id: e52c40f4751f933f17312aac2aacfd695f554a3f |
||
|
|
39172f6413 |
Apply clang-format
Reviewed By: igorsugak Differential Revision: D28477074 fbshipit-source-id: f15dfc45b9fb30c661ebe2899cd882676d0fdf2a |
||
|
|
bf32eca8fc |
Remove console.error for login
Summary: This is in fact correctly handled, shown in the UI and we don't need a task if someone pastes the wrong token. Reviewed By: priteshrnandgaonkar Differential Revision: D28569896 fbshipit-source-id: 689bff06b4a488be7ad4c58eb4f2e91018da31cf |
||
|
|
550305ee99 |
Bump ansi-to-html from 0.6.14 to 0.6.15 in /flipper-js-client-sdk (#2318)
Summary: Bumps [ansi-to-html](https://github.com/rburns/ansi-to-html) from 0.6.14 to 0.6.15. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/rburns/ansi-to-html/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/2318 Reviewed By: priteshrnandgaonkar Differential Revision: D28474718 Pulled By: mweststrate fbshipit-source-id: e153a70fc3c1e85c62dec9bb752fa8171fba3c18 |
||
|
|
7020c894eb |
Bump @typescript-eslint/parser from 4.22.1 to 4.23.0 in /flipper-js-client-sdk (#2321)
Summary: Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.22.1 to 4.23.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>v4.23.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.1...v4.23.0">4.23.0</a> (2021-05-10)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>scope-manager:</strong> fix visiting TSAsExpression in assignment (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3355">#3355</a>) (<a href=" |
||
|
|
4174387488 |
Bump @typescript-eslint/eslint-plugin from 4.22.1 to 4.23.0 in /desktop (#2330)
Summary: Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.22.1 to 4.23.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>v4.23.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.1...v4.23.0">4.23.0</a> (2021-05-10)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>scope-manager:</strong> fix visiting TSAsExpression in assignment (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3355">#3355</a>) (<a href=" |
||
|
|
fe7bb7cedd |
Fix null reference on isError check
Summary: Fixed new error which appeared in logview after last release. See task T91245438 for details. Reviewed By: passy Differential Revision: D28569848 fbshipit-source-id: a4b622d4387aa41ecc4db269e05c5315669df250 |
||
|
|
0c854eaeb5 |
Add Flipper icon "raincloud"
Reviewed By: joelmats Differential Revision: D28541930 fbshipit-source-id: 109264f705f0060a3b1b085abc1d0717decb6143 |
||
|
|
066ddbcb41 |
Flipper Snapshot Bump: v0.91.2-SNAPSHOT
Summary: Releasing snapshot version 0.91.2-SNAPSHOT Reviewed By: passy Differential Revision: D28546236 fbshipit-source-id: 537518100535affac63e93b149f4116e3141dc5d |
||
|
|
e277ca9b05 |
Flipper Release: v0.91.1
Summary: Releasing version 0.91.1 Reviewed By: passy Differential Revision: D28546238 fbshipit-source-id: 9dee4ccbbe647e99a2f590a48a7671af6bad5b73 |
||
|
|
15454ceec7 |
Update Boost iOSX dep and make it work for arm and i386 for sims (#2341)
Summary: This diff updates and adds the boost ios podspec in flipper repo. This new boost dep works for Arm and i386 archs for simulator too. This diff also updates our GH Action to remove i386 from excluded archs. Still arm64 is kept as non M1 mac machines do not have arm swift symbols for arm simulator. And since all our CI is on non M1, it is required. It also takes care of https://github.com/facebook/flipper/issues/2268 ## Changelog - Update the boost dep - Update the GH action Pull Request resolved: https://github.com/facebook/flipper/pull/2341 Test Plan: CI Reviewed By: mweststrate Differential Revision: D28537004 Pulled By: priteshrnandgaonkar fbshipit-source-id: 474ccec674d0edf5fa7b792b15a326e0f139d977 |
||
|
|
e0e95b59c7 |
Update docs workflow (#2342)
Summary: Updated to the latest version which apparently doesn't need a privileged token anymore, which would be good news. Also updated the message to include a `[ci skip]` which instructs CircleCI not to run because we're having a chicken-and-egg-problem here with CircleCI otherwise needing a config to tell it not to run, otherwise it will run and fail because there's no config. Pull Request resolved: https://github.com/facebook/flipper/pull/2342 Test Plan: hopeitwork Task: T91157540 Reviewed By: mweststrate Differential Revision: D28539468 Pulled By: passy fbshipit-source-id: 609c3fa1578e0506aadeb225c4e38ff53db67934 |
||
|
|
3f55ceac8f |
Added few eslint rules checking promises
Summary: Added rules to ensure we properly propagate errors from promises. Also found and fixed a place where promise function parameter was mismatched. Reviewed By: mweststrate Differential Revision: D28537820 fbshipit-source-id: b93f44274fc76544049813f645508cb78e432880 |
||
|
|
c897d92df8 |
Minor doc improvements
Summary: per title Reviewed By: muraziz Differential Revision: D28538087 fbshipit-source-id: 322558d909fb89cd297b56d6aaf3de98e20b4ec1 |