cc9c26d2141c3874bddc02ac5b39d8994102b303
226 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
88142c7d2a |
Bump prettier from 2.4.1 to 2.5.1 in /js/js-flipper (#3266)
Summary: Bumps [prettier](https://github.com/prettier/prettier) from 2.4.1 to 2.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>2.5.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#251">Changelog</a></p> <h2>2.5.0</h2> <p><a href="https://github.com/prettier/prettier/compare/2.4.1...2.5.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2021/11/25/2.5.0.html">Release note</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>2.5.1</h1> <p><a href="https://github.com/prettier/prettier/compare/2.5.0...2.5.1">diff</a></p> <h4>Improve formatting for empty tuple types (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/11884">#11884</a> by <a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</h4> <pre lang="tsx"><code>// Input type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [] ? Foo3 : Foo4; <p>// Prettier 2.5.0 type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [</p> <p>] ? Foo3 : Foo4;</p> <p>// Prettier 2.5.0 (tailingCommma = all) // Invalid TypeScript code type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [ , ] ? Foo3 : Foo4;</p> <p>// Prettier 2.5.1 type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [] ? Foo3 : Foo4;</p> <p></code></pre></p> <h4>Fix compatibility with Jest inline snapshot test (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/11892">#11892</a> by <a href="https://github.com/fisker"><code>@fisker</code></a>)</h4> <p>A internal change in Prettier@v2.5.0 accidentally breaks the Jest inline snapshot test.</p> <h4>Support Glimmer's named blocks (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/11899">#11899</a> by <a href="https://github.com/duailibe"><code>@duailibe</code></a>)</h4> <p>Prettier already supported this feature, but it converted empty named blocks to self-closing, which is not supported by the Glimmer compiler.</p> <p>See: <a href="https://emberjs.github.io/rfcs/0460-yieldable-named-blocks.html">Glimmer's named blocks</a>.</p> <pre lang="hbs"><code>// Input </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
00b4d6da83 |
Bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.33.0 in /js/js-flipper (#3272)
Summary: Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.31.1 to 4.33.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.33.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.32.0...v4.33.0">4.33.0</a> (2021-10-04)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [lines-between-class-members] fix <code>exceptAfterOverload</code> for abstract methods (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3943">#3943</a>) (<a href=" |
||
|
|
36d4940ffc |
Bump eslint-plugin-react from 7.26.1 to 7.28.0 in /js/js-flipper (#3271)
Summary: Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.26.1 to 7.28.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/yannickcr/eslint-plugin-react/releases">eslint-plugin-react's releases</a>.</em></p> <blockquote> <h2>v7.28.0</h2> <h2>What's Changed</h2> <ul> <li>[New] component detection: track React imports by <a href="https://github.com/duncanbeevers"><code>@duncanbeevers</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3149">yannickcr/eslint-plugin-react#3149</a></li> <li>[New] <code>function-component-definition</code>: support <code>namedComponents</code> option being an array by <a href="https://github.com/petersendidit"><code>@petersendidit</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3129">yannickcr/eslint-plugin-react#3129</a></li> <li>[Test] parsers.all augments suggestion code output by <a href="https://github.com/duncanbeevers"><code>@duncanbeevers</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3154">yannickcr/eslint-plugin-react#3154</a></li> <li>[Fix] <code>jsx-indent-props</code>: Reset <code>line.isUsingOperator</code> correctly after ternary (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3146">https://github.com/facebook/flipper/issues/3146</a>) by <a href="https://github.com/tobiaswaltl"><code>@tobiaswaltl</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3157">yannickcr/eslint-plugin-react#3157</a></li> <li>[New] Component detection: add <code>util.isReactHookCall</code> by <a href="https://github.com/duncanbeevers"><code>@duncanbeevers</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3156">yannickcr/eslint-plugin-react#3156</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tobiaswaltl"><code>@tobiaswaltl</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3157">yannickcr/eslint-plugin-react#3157</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.27.1...v7.28.0">https://github.com/yannickcr/eslint-plugin-react/compare/v7.27.1...v7.28.0</a></p> <h2>v7.27.1</h2> <h2>What's Changed</h2> <ul> <li>[Fix] <code>no-unused-class-component-methods</code>: add getChildContext lifecycle method by <a href="https://github.com/yoyo837"><code>@yoyo837</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3136">yannickcr/eslint-plugin-react#3136</a></li> <li>[readme] fix syntax typo by <a href="https://github.com/moselhy"><code>@moselhy</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3141">yannickcr/eslint-plugin-react#3141</a></li> <li>[Fix] <code>prop-types</code>: fix false positives on renames in object destructuring by <a href="https://github.com/golopot"><code>@golopot</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3142">yannickcr/eslint-plugin-react#3142</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/moselhy"><code>@moselhy</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3141">yannickcr/eslint-plugin-react#3141</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.27.0...v7.27.1">https://github.com/yannickcr/eslint-plugin-react/compare/v7.27.0...v7.27.1</a></p> <h2>v7.27.0</h2> <h2>What's Changed</h2> <ul> <li>[New] add <code>no-unused-class-component-methods</code> by <a href="https://github.com/pawelnvk"><code>@pawelnvk</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2239">yannickcr/eslint-plugin-react#2239</a></li> <li>[New] Add <code>no-arrow-function-lifecycle</code> rule by <a href="https://github.com/ngtan"><code>@ngtan</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1980">yannickcr/eslint-plugin-react#1980</a></li> <li>[react/jsx-uses-vars]: False negative on HTML elements used in JSX by <a href="https://github.com/karlhorky"><code>@karlhorky</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2916">yannickcr/eslint-plugin-react#2916</a></li> <li>[Fix] <code>propTypes</code>: add <code>VoidFunctionComponent</code> to react generic list by <a href="https://github.com/vedadeepta"><code>@vedadeepta</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3092">yannickcr/eslint-plugin-react#3092</a></li> <li>[Fix] <code>no-arrow-function-lifecycle</code>: prevent crashing on ClassProperty by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3098">yannickcr/eslint-plugin-react#3098</a></li> <li>[Dev Deps] Upgrade <code>eslint-plugin-eslint-plugin</code> to v4 by <a href="https://github.com/bmish"><code>@bmish</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3105">yannickcr/eslint-plugin-react#3105</a></li> <li>[Tests] use parsers.all + features to maximally repeat test cases across parsers, plus fixes by <a href="https://github.com/ljharb"><code>@ljharb</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3108">yannickcr/eslint-plugin-react#3108</a></li> <li>[Fix] <code>display-name</code>: unwrap TS <code>as</code> expressions by <a href="https://github.com/ljharb"><code>@ljharb</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3110">yannickcr/eslint-plugin-react#3110</a></li> <li>[Fix] <code>no-unstable-components</code>: improve handling of objects containing render functions by <a href="https://github.com/fizwidget"><code>@fizwidget</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3111">yannickcr/eslint-plugin-react#3111</a></li> <li>[Fix] <code>prop-types</code>, <code>propTypes</code>: add forwardRef<!-- raw HTML omitted --> prop-types by <a href="https://github.com/vedadeepta"><code>@vedadeepta</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3112">yannickcr/eslint-plugin-react#3112</a></li> <li>[Tests] test on the new babel eslint parser by <a href="https://github.com/ljharb"><code>@ljharb</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3113">yannickcr/eslint-plugin-react#3113</a></li> <li>[Dev Deps] update <code>eslint-remote-tester</code> by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3118">yannickcr/eslint-plugin-react#3118</a></li> <li>[New] add <code>no-invalid-html-attribute</code> rule by <a href="https://github.com/Nokel81"><code>@Nokel81</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2863">yannickcr/eslint-plugin-react#2863</a></li> <li>[Dev Deps] update <code>eslint-remote-tester-run-action</code> by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3120">yannickcr/eslint-plugin-react#3120</a></li> <li>[Fix] <code>destructuring-assignment</code>, component detection: improve component detection by <a href="https://github.com/vedadeepta"><code>@vedadeepta</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3122">yannickcr/eslint-plugin-react#3122</a></li> <li>[Docs] <code>jsx-no-target-blank</code>: adjust options description by <a href="https://github.com/gebsh"><code>@gebsh</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3124">yannickcr/eslint-plugin-react#3124</a></li> <li>[New] support eslint 8.x by <a href="https://github.com/MichaelDeBoey"><code>@MichaelDeBoey</code></a> in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3059">yannickcr/eslint-plugin-react#3059</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ngtan"><code>@ngtan</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1980">yannickcr/eslint-plugin-react#1980</a></li> <li><a href="https://github.com/karlhorky"><code>@karlhorky</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2916">yannickcr/eslint-plugin-react#2916</a></li> <li><a href="https://github.com/bmish"><code>@bmish</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3105">yannickcr/eslint-plugin-react#3105</a></li> <li><a href="https://github.com/fizwidget"><code>@fizwidget</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3111">yannickcr/eslint-plugin-react#3111</a></li> <li><a href="https://github.com/gebsh"><code>@gebsh</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3124">yannickcr/eslint-plugin-react#3124</a></li> </ul> </blockquote> <p>... (truncated)</p> </details> <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.27.1...v7.28.0">7.28.0</a> - 2021.12.22</h2> <h3>Added</h3> <ul> <li>[<code>function-component-definition</code>]: support namedComponents option being an array (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3129">https://github.com/facebook/flipper/issues/3129</a>[] <a href="https://github.com/petersendidit"><code>@petersendidit</code></a>)</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>jsx-indent-props</code>]: Reset <code>line.isUsingOperator</code> correctly after ternary (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3146">https://github.com/facebook/flipper/issues/3146</a>[] <a href="https://github.com/tobiaswaltl"><code>@tobiaswaltl</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[Refactor] [<code>no-arrow-function-lifecycle</code>], [<code>no-unused-class-component-methods</code>]: use report/messages convention (<a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[Tests] component detection: Add testing scaffolding (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3149">https://github.com/facebook/flipper/issues/3149</a>[] <a href="https://github.com/duncanbeevers"><code>@duncanbeevers</code></a>)</li> <li>[New] component detection: track React imports (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3149">https://github.com/facebook/flipper/issues/3149</a>[] <a href="https://github.com/duncanbeevers"><code>@duncanbeevers</code></a>)</li> <li>[New] component detection: add <code>util.isReactHookCall</code> (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3156">https://github.com/facebook/flipper/issues/3156</a>[] <a href="https://github.com/duncanbeevers"><code>@duncanbeevers</code></a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3156">https://github.com/facebook/flipper/issues/3156</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3156">yannickcr/eslint-plugin-react#3156</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3149">https://github.com/facebook/flipper/issues/3149</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3149">yannickcr/eslint-plugin-react#3149</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3146">https://github.com/facebook/flipper/issues/3146</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3146">yannickcr/eslint-plugin-react#3146</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3129">https://github.com/facebook/flipper/issues/3129</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3129">yannickcr/eslint-plugin-react#3129</a></p> <h2><a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.27.0...v7.27.1">7.27.1</a> - 2021.11.18</h2> <h3>Fixed</h3> <ul> <li>[<code>no-invalid-html-attribute</code>]: allow <code>link</code> <code>rel</code> to have <code>apple-touch-icon</code>, <code>mask-icon</code> (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3132">https://github.com/facebook/flipper/issues/3132</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>no-unused-class-component-methods</code>]: add <code>getChildContext</code> lifecycle method (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3136">https://github.com/facebook/flipper/issues/3136</a>[] <a href="https://github.com/yoyo837"><code>@yoyo837</code></a>)</li> <li>[<code>prop-types</code>]: fix false positives on renames in object destructuring (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3142">https://github.com/facebook/flipper/issues/3142</a>[] <a href="https://github.com/golopot"><code>@golopot</code></a>)</li> <li>[<code>no-arrow-function-lifecycle</code>]: fix invalid autofix from a concise arrow method to a regular one (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3145">https://github.com/facebook/flipper/issues/3145</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>display-name</code>]: avoid false positives on non-creatClass object expressions (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3144">https://github.com/facebook/flipper/issues/3144</a> <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[readme] fix syntax typo (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3141">https://github.com/facebook/flipper/issues/3141</a>[] <a href="https://github.com/moselhy"><code>@moselhy</code></a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3145">https://github.com/facebook/flipper/issues/3145</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issue/3145">yannickcr/eslint-plugin-react#3145</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3144">https://github.com/facebook/flipper/issues/3144</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issue/3144">yannickcr/eslint-plugin-react#3144</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3142">https://github.com/facebook/flipper/issues/3142</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3142">yannickcr/eslint-plugin-react#3142</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3141">https://github.com/facebook/flipper/issues/3141</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3141">yannickcr/eslint-plugin-react#3141</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3136">https://github.com/facebook/flipper/issues/3136</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3136">yannickcr/eslint-plugin-react#3136</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3132">https://github.com/facebook/flipper/issues/3132</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issue/3132">yannickcr/eslint-plugin-react#3132</a></p> <h2>[7.27.0] - 2021.11.09</h2> <h3>Added</h3> <ul> <li>support eslint 8.x (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3059">https://github.com/facebook/flipper/issues/3059</a>[] <a href="https://github.com/MichaelDeBoey"><code>@MichaelDeBoey</code></a> <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>no-unused-class-component-methods</code>]: Handle unused class component methods (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2166">https://github.com/facebook/flipper/issues/2166</a>[] <a href="https://github.com/jakeleventhal"><code>@jakeleventhal</code></a> <a href="https://github.com/pawelnvk"><code>@pawelnvk</code></a>)</li> <li>add [<code>no-arrow-function-lifecycle</code>] (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1980">https://github.com/facebook/flipper/issues/1980</a>[] <a href="https://github.com/ngtan"><code>@ngtan</code></a>)</li> <li>add support for <code>typescript-eslint/parser</code> v5 (<a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>no-invalid-html-attribute</code>]: add rule (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2863">https://github.com/facebook/flipper/issues/2863</a>[] <a href="https://github.com/Nokel81"><code>@Nokel81</code></a>)</li> </ul> <h3>Fixed</h3> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
930a7f1af9 |
Bump eslint-plugin-react-hooks from 4.2.0 to 4.3.0 in /js/js-flipper (#3268)
Summary: Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.2.0 to 4.3.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md">eslint-plugin-react-hooks's changelog</a>.</em></p> <blockquote> <h2>4.3.0</h2> <ul> <li>Support ESLint 8. (<a href="https://github.com/MichaelDeBoey"><code>@MichaelDeBoey</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/22248">#22248</a>)</li> <li>Fix a crash with an empty effect. (<a href="https://github.com/ChrisRu"><code>@ChrisRu</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/20385">#20385</a>)</li> <li>Improve the error message. (<a href="https://github.com/callmetwan"><code>@callmetwan</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/20692">#20692</a>)</li> <li>Handle optional chained methods as dependency. (<a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/20247">#20247</a>)</li> <li>Assume the new <code>useTransition</code> signature in the rule. (<a href="https://github.com/rickhanlonii"><code>@rickhanlonii</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/20976">#20976</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks">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/3268 Reviewed By: antonk52 Differential Revision: D33565477 Pulled By: passy fbshipit-source-id: 49517b24fc144ef95b880168b37645d5f722f642 |
||
|
|
fccefac5ac |
Flipper Release: v0.128.2
Summary: Releasing version 0.128.2 Reviewed By: passy Differential Revision: D33566743 fbshipit-source-id: ca8f58a1b067221e8d53debfc3d0e5d4dbfbe9a4 |
||
|
|
98936183d8 |
Bump @typescript-eslint/parser from 4.31.1 to 4.33.0 in /js/js-flipper (#3273)
Summary: Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.31.1 to 4.33.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.33.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.32.0...v4.33.0">4.33.0</a> (2021-10-04)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [lines-between-class-members] fix <code>exceptAfterOverload</code> for abstract methods (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3943">#3943</a>) (<a href=" |
||
|
|
189a89e51c |
Flipper Release: v0.128.1
Summary: Releasing version 0.128.1 Reviewed By: passy Differential Revision: D33566181 fbshipit-source-id: 8d21e19b524762c9838f459070441724af0eb64f |
||
|
|
c2e4e9d9c0 |
Flipper Release: v0.128.0
Summary: Releasing version 0.128.0 Reviewed By: jknoxville Differential Revision: D33546862 fbshipit-source-id: 10da976b8b9e86179f6833b628a9dfd96ee68a29 |
||
|
|
79023ee190 |
Update copyright headers from Facebook to Meta
Reviewed By: bhamodi Differential Revision: D33331422 fbshipit-source-id: 016e8dcc0c0c7f1fc353a348b54fda0d5e2ddc01 |
||
|
|
9043966413 |
Flipper Release: v0.127.0
Summary: Releasing version 0.127.0 Reviewed By: nikoant Differential Revision: D33277479 fbshipit-source-id: 86ea279f547add2b1216777909ec094f94fedd39 |
||
|
|
d3ea3c46ce |
Flipper Release: v0.126.0
Summary: Releasing version 0.126.0 Reviewed By: nikoant Differential Revision: D33183900 fbshipit-source-id: 65ff0048c3d6dca3910209dfa8e285d754698716 |
||
|
|
b7ef9c7490 |
Flipper Release: v0.125.0
Summary: Releasing version 0.125.0 Reviewed By: mweststrate Differential Revision: D33041394 fbshipit-source-id: f6b8a3a2298bfdcb2bb259214c2836b255c44e59 |
||
|
|
a3401ff8fd |
Flipper Release: v0.124.0
Summary: Releasing version 0.124.0 Reviewed By: aigoncharov Differential Revision: D32946871 fbshipit-source-id: eba5fe2e68bd181af02140cc9119f2518ad283ea |
||
|
|
902242b3b6 |
Flipper Release: v0.123.0
Summary: Releasing version 0.123.0 Reviewed By: lblasa Differential Revision: D32753694 fbshipit-source-id: 70aa24c8711e99c7555346bc44106897ca6753db |
||
|
|
c308f7c9bc |
Flipper Release: v0.122.0
Summary: Releasing version 0.122.0 Reviewed By: passy Differential Revision: D32674367 fbshipit-source-id: 5c7e6c30c13b910244d5ccd85f9d58b9ba23ab7f |
||
|
|
5338c26c59 |
Flipper Release: v0.121.1
Summary: Releasing version 0.121.1 Reviewed By: passy Differential Revision: D32645612 fbshipit-source-id: 881af2b42348660257cc1a1596e048c9f80ee2fb |
||
|
|
1c160fb6ac |
Flipper Release: v0.121.0
Summary: Releasing version 0.121.0 Reviewed By: passy Differential Revision: D32641519 fbshipit-source-id: 4d137765188cba52597d73ea6c3634ee9ba8ab4b |
||
|
|
71a19cef8b |
Flipper Release: v0.120.0
Summary: Releasing version 0.120.0 Reviewed By: jknoxville Differential Revision: D32489726 fbshipit-source-id: 2843f8ddee7ec728dc320e3a4ae432ec392bc304 |
||
|
|
af581a20a0 |
Flipper Release: v0.119.0
Summary: Releasing version 0.119.0 Reviewed By: nikoant Differential Revision: D32309847 fbshipit-source-id: a4c4728c935111fa593ea629b564f2d8d02b9135 |
||
|
|
2fcd815098 |
Flipper Release: v0.118.1
Summary: Releasing version 0.118.1 Reviewed By: passy Differential Revision: D32204867 fbshipit-source-id: ac9bc8d106375e834ea18f502b6badb52d726233 |
||
|
|
4c4ef9b68f |
Flipper Release: v0.118.0
Summary: Releasing version 0.118.0 Reviewed By: mweststrate Differential Revision: D32167843 fbshipit-source-id: 1731e360ee1427ffabb9f0933470b1288bbe51a4 |
||
|
|
360ecb4b24 |
Flipper Release: v0.117.0
Summary: Releasing version 0.117.0 Reviewed By: aigoncharov Differential Revision: D31955241 fbshipit-source-id: 0a4c848c96bc63ebd1f4d642965693a1e3502f6c |
||
|
|
3176c2f81d |
Update js-flipper in the pre-release phase and publish it
Summary: 1. Update js-flipper's version in pre-release 2. Update current version of js-flipper to match react-native-flipper 3. Publish js-flipper automatically Reviewed By: mweststrate Differential Revision: D31858522 fbshipit-source-id: e5a9816980d89d3ca6745bc16942f7b75f8d2a88 |
||
|
|
9b16d0c29a |
Add documentation
Summary: Document Flipper integration with JavaScript clients. Reviewed By: passy Differential Revision: D31827187 fbshipit-source-id: c40d8820241c0f85bd2366a0c087d4270d316c71 |
||
|
|
02115722b3 |
Implement React example of WS integration with Flipper
Summary: Create an example of how one can use `js-flipper` in a browser to connect to Flipper over WS. Reviewed By: mweststrate Differential Revision: D31688114 fbshipit-source-id: 135f826daeddeda8dca5b3df6504cc2bdc04dd1b |
||
|
|
9a47f41056 |
Implement JS flipper client
Summary: Standardize WS implementation for JS environments. Why do we need a separate server implementation for browsers? Browser targets cannot authenticate via the default certificate exchange flow. We need a dedicated client for them that works over an insecure channel (without the cert exchange). Major changes: 1. Renamed `flipper-js-client-sdk` to `js-flipper` for consistency with `react-native-flipper` 2. Updated `js-flipper` implementation to match our other existing clients Documentation will be updated in a separate subsequent PR. https://fb.quip.com/2mboA0xbgoxl Reviewed By: mweststrate Differential Revision: D31688105 fbshipit-source-id: 418aa80e0fd86361c089cf54b0d44a8b4f748efa |