Lorenzo Blasa
d66b513298
Add CK and iOS tags
...
Summary: ^
Reviewed By: LukeDefeo
Differential Revision: D41876581
fbshipit-source-id: 79b98a06abb503f4cd39a61a2ed90e7899b8fd68
2022-12-13 10:02:05 -08:00
Lorenzo Blasa
8dd5b57444
Diagnostic controller improvement
...
Summary:
The diagnostics controller is not the best crafted UIViewController. It has many things that should be improved.
- This diff just sets the background of the root view to white. At least, that will ensure that its text content is always shown if the screen background happens to be black (same as font colour).
- Correct offset calculation, used for scrolling. Effectively, only set it if the content to be displayed no longer fits in the scrollview viewport.
Reviewed By: LukeDefeo
Differential Revision: D41876904
fbshipit-source-id: e2a89d8f6001e5b626c8df1d0832e77783999b81
2022-12-13 09:49:46 -08:00
Luke De Feo
b686567e2b
Added indent guides to parent and children for selected node
...
Reviewed By: lblasa
Differential Revision: D41995460
fbshipit-source-id: cd4574caa6aa164d2b3a026f656609585cae65c0
2022-12-13 08:21:22 -08:00
Luke De Feo
5043e5292f
Last minute tree changes
...
Summary:
1. Greater spacing between levels
2. Align children when one has chevron and another doesnt
3. Allow searching of inline attribute values
Reviewed By: lblasa
Differential Revision: D41955235
fbshipit-source-id: aa6bce71810a32cd218db790287aaaf506df75b7
2022-12-12 09:17:03 -08:00
generatedunixname89002005306973
6d192bc020
Flipper Snapshot Bump: v0.176.2-SNAPSHOT
...
Summary: Releasing snapshot version 0.176.2-SNAPSHOT
Reviewed By: aigoncharov
Differential Revision: D41946575
fbshipit-source-id: d2c5d7d0fa4a6530d751585f926371791672f55f
2022-12-12 08:09:50 -08:00
generatedunixname89002005306973
69db826792
Flipper Release: v0.176.1
...
Summary: Releasing version 0.176.1
Reviewed By: aigoncharov
Differential Revision: D41946576
fbshipit-source-id: 5b1930fed4157f30d77b850c499a427842d9ad23
2022-12-12 08:09:50 -08:00
generatedunixname89002005325672
ecae770824
Daily arc lint --take KTFMT
...
Reviewed By: adamjernst
Differential Revision: D41833756
fbshipit-source-id: 0ecc95aff3bdadadb0769dec55d27fb84fe50e95
2022-12-12 07:51:03 -08:00
Luke De Feo
8242a94ca4
Rename tree
...
Reviewed By: lblasa
Differential Revision: D41875028
fbshipit-source-id: a3afd0014798f03cbaefac3f9128b4e92bccb290
2022-12-12 07:28:37 -08:00
Luke De Feo
74247ee721
Remove react complex tree
...
Reviewed By: lblasa
Differential Revision: D41875029
fbshipit-source-id: 2af58610fe0d0f644aa8450a4210fd52f8ed4db6
2022-12-12 07:28:37 -08:00
Luke De Feo
ed35623bef
Only render a single context menu for the entire tree
...
Summary: There is no reason to have a context menu rendered by react for each item in the tree, its pretty wastefull. It also means less props drilled to the tree node
Reviewed By: lblasa
Differential Revision: D41872778
fbshipit-source-id: b13491a310c03334d7f3056207f5de23d20c3e61
2022-12-12 07:28:37 -08:00
Luke De Feo
040240ec34
Tree2 feedback
...
Summary:
1. only useValue from tree root
2. Pass down props for ui state instead subscribing ad hoc
3. Pass down callbacks, instead of updating atoms ad hoc.
4. Create ui actions object holding api, will use this later on in the vizualizer as some of the same
In general its more verbose but with memoizing perf should be fine should hopefully be easier to reason about components and what they can do as things are more explicit
Hopefully this serves as a general template for how to organise the react code going forward
Reviewed By: lblasa
Differential Revision: D41872490
fbshipit-source-id: 94a33b0e951c04df367ba102fa0a097d4a0389cd
2022-12-12 07:28:37 -08:00
Luke De Feo
1a9724d790
Added inline tree attributes
...
Summary:
This is temporary solution to get to parity with the old plugin. In future would like to make this more flexible on the desktop side
Additionally getData was renamed to getAttributes for consistency
Reviewed By: lblasa
Differential Revision: D41845248
fbshipit-source-id: 50e94a7712f5d42938229134e212cef5d379475d
2022-12-12 07:28:37 -08:00
Luke De Feo
97cca42822
Remove native scan
...
Summary: This is obsolete and maintaining it as the protocol changes no longer makes sense
Reviewed By: lblasa
Differential Revision: D41845247
fbshipit-source-id: c4ead597ca66223ccfa091ac79a6a80784a3c8e4
2022-12-12 07:28:37 -08:00
Luke De Feo
fc43580134
Memoize tree nodes
...
Reviewed By: antonk52
Differential Revision: D41838164
fbshipit-source-id: 3184f4ee607f0dd47604265fc259480403c083f0
2022-12-12 07:28:37 -08:00
Luke De Feo
0db0afec21
Fix 'focus undefined' in viz context menu
...
Reviewed By: antonk52
Differential Revision: D41838173
fbshipit-source-id: 01019614362a1c5154e920faa1a4b6aee83f88c3
2022-12-12 07:28:37 -08:00
Luke De Feo
65d6089ed2
Added context menu and focus mode
...
Reviewed By: antonk52
Differential Revision: D41838172
fbshipit-source-id: 7c5fad5a7520cea5f0dbabb9f99ef436ad87ec60
2022-12-12 07:28:37 -08:00
Luke De Feo
88e2bb7607
Fix order of items
...
Reviewed By: lawrencelomax
Differential Revision: D41838169
fbshipit-source-id: 2cc82eb1d50552de5f7970b61f6375d6ff8985fd
2022-12-12 07:28:37 -08:00
Luke De Feo
8784691e62
If no children dont show chevron
...
Reviewed By: lawrencelomax
Differential Revision: D41809088
fbshipit-source-id: 7f4bef5390561671cc53a12be8aa99ea5efe228c
2022-12-12 07:28:37 -08:00
Luke De Feo
0e51914e9e
Made kb controls scroll friendly
...
Reviewed By: antonk52
Differential Revision: D41838167
fbshipit-source-id: fb32941ed750fa22797586bab8da39880131eac9
2022-12-12 07:28:37 -08:00
Luke De Feo
2692476647
Added scroll into view when when node selected
...
Reviewed By: lblasa
Differential Revision: D41838165
fbshipit-source-id: 4b135f9bfaf3ac0dd536ab7250a22dc4e739aed6
2022-12-12 07:28:37 -08:00
Luke De Feo
d61f36a0d2
Added basic kb controls to tree
...
Reviewed By: lawrencelomax
Differential Revision: D41838171
fbshipit-source-id: 1e89c689b2c371f870b1a3f1c7dd8c611426195a
2022-12-12 07:28:37 -08:00
Luke De Feo
a2ce6d5aac
Added fast hover to tree
...
Summary: While moving mouse and changing hover state react render is under 1ms due to subscribing to state rather than passing hover as prop to all components
Reviewed By: lblasa
Differential Revision: D41838168
fbshipit-source-id: c9b3334adc44df5018e0a785684a2883aeb3bab1
2022-12-12 07:28:37 -08:00
Luke De Feo
2bdb068531
Added chevon icon when expanding / collapsing
...
Reviewed By: lblasa
Differential Revision: D41838170
fbshipit-source-id: f04438d77445736e45e29e2c46e9e8f8dd0906a8
2022-12-12 07:28:37 -08:00
Luke De Feo
a6544489f3
Basic new tree implemenation
...
Summary: The old implementation would always rerender on every operation (select, hover etc) and was quite slow for large hierachies
Reviewed By: lblasa
Differential Revision: D41838166
fbshipit-source-id: 1270841027926440a9c1f1a846d3aedc75ffe8bf
2022-12-12 07:28:37 -08:00
Andrey Goncharov
3fc319ea36
Fix rebuilding plugins with intern references in dev mode when started as flipper-server
...
Summary: require.resolve conflicts with require monkey patch in flipper-server
Reviewed By: mweststrate
Differential Revision: D41917678
fbshipit-source-id: 3bcd35ec4090cda85c372f23d6f8d0bcd9e7c74d
2022-12-12 05:46:01 -08:00
Andrey Goncharov
10e415655c
Fix table flickering without hiding content
...
Summary:
Followup of D39772453 (2437aeb3e9 )
Fixes https://fb.workplace.com/groups/flippersupport/permalink/1518236858656967/
1. Stop using clientWidth and offsetWidth because they have rounding errors
2. Since step 1 did not resolve the issue entirely (for some weird reason I do not really have the capacity now to investigate - my bet it is a rounding error when you sum up doubles) set offset of the table to "scroll" instead of "auto". As a result, it starts rendering space for the scrollbars all the time, but since Flipper is a dev tool it should be fine
Reviewed By: antonk52
Differential Revision: D41839402
fbshipit-source-id: cf50eb1600b692d3970003fd1b45b953ee45e3df
2022-12-09 04:06:58 -08:00
Lorenzo Blasa
91effaea44
Update SampleSwift as to remove CK dependencies
...
Summary: ^
Reviewed By: LukeDefeo
Differential Revision: D41868295
fbshipit-source-id: 52f594fe1817459e99dab25bf9c87eebdef2168e
2022-12-09 02:22:28 -08:00
Anton Kastritskiy
2b7ceb9407
bump Static Docs
...
Reviewed By: jknoxville
Differential Revision: D41800524
fbshipit-source-id: 4dbe0599bb56c857d6b5c064a43cc28ba0f58b04
2022-12-07 05:26:39 -08:00
Luke De Feo
c238740af1
Add support for non support libarry scroll views
...
Summary: we had special handling previously for nested scrollview and we previously used the indirect approach of asking for the local visible rect. New approach is to get the scroll x from the parent and apply it, will work for all scrolling view and it is a lot clearer what the intention is.
Reviewed By: lblasa
Differential Revision: D41772106
fbshipit-source-id: 04b5e68ecabd70548e788ed18423a360ce6c3fa7
2022-12-07 04:31:56 -08:00
Luke De Feo
e195c7c3fd
Dont show non visible fragments
...
Summary: On messenger they use fragments heavily and for navigation. The hide some views via the fragment but we were using that so we saw a lot of overlapping boxes. Ive added a check for if the fragment isVisible as well as exported some more fragment state
Reviewed By: lblasa
Differential Revision: D41800223
fbshipit-source-id: fde33c7542f5fa98d8b98e0722d4292f2d1b67d0
2022-12-07 04:27:25 -08:00
Luke De Feo
999e7d203a
Update ui debugger docs
...
Reviewed By: antonk52
Differential Revision: D41768712
fbshipit-source-id: a61c07859cd419b30025f3a07e51d97a90215b7a
2022-12-06 10:00:26 -08:00
John Knox
95a3a3d922
Fix style guide internally
...
Summary:
The site loads the style guide in an iframe so that it's css is isolated from the main sites styles.
But it doesn't know how big to render the iframe, because it doesn't know the size of its contents.
Previously, the js running inside the iframe measured itself and then accessed itself using the parents frame and modified it's own size to match.
That doesn't work anymore because the iframe isn't allowed to interact directly with its parent.
So instead, i'm using message passing.
Also changing MutationObserver to ResizeObserver because the former does not always fire when new css gets loaded and applied.
Reviewed By: aigoncharov
Differential Revision: D41735809
fbshipit-source-id: 9e84a9b20741f5470012e25f240fb6a2b494f7e3
2022-12-06 09:38:11 -08:00
Pascal Hartig
fdcd3fca11
Update README ( #4350 )
...
Summary:
Stack created with [Sapling]
* __->__ https://github.com/facebook/flipper/issues/4350
Update README
Mainly to test out Sapling, but also to get rid of some "recently"s that are not longer all that recent.
Pull Request resolved: https://github.com/facebook/flipper/pull/4350
Test Plan: _eyes
Reviewed By: antonk52
Differential Revision: D41653401
Pulled By: passy
fbshipit-source-id: 39aac6dcd3bb427f93bd725fbb587c8aac7ffba4
2022-12-05 07:57:16 -08:00
Luke De Feo
faac3dddfb
Android activity tracking uses root view resolver as sole source of truth
...
Summary:
The previous approach was to append any 'extra/floating' root view to the end of the childrens for the application descriptor. But the active child was always the last view so if there was a 'floating' decor view with no activity it would always be the active child, even if you opened a real activity from it. This was possible to do in FB4a and you could get into a situation where you couldn't see the top most activity.
New approach is to only iterate the root views from the resolver since it contains everything and map to activity if possible.
Reviewed By: lblasa
Differential Revision: D41731951
fbshipit-source-id: 9ef3fcfdaa41e9b07606ca6781cf22482b54e072
2022-12-05 07:07:44 -08:00
Luke De Feo
00334acb2b
Fixing issue where certain activities not tracked
...
Summary:
The root view resolver will always find all root views but there was a bug in the listrootviews method. The code was very complex and most of the code seemed to be unneeded. Its now working. The listrootviews method now just returns teh contents of the observable array.
The reason we needed this is that Certain activities dont seem to tracked by the listener we add to `registerActivityLifecycleCallbacks` Its as if there is a floating decor with no activity. One example in FB4a is clicking on a notification in the notifications panel
Reviewed By: lblasa
Differential Revision: D41522791
fbshipit-source-id: b49b0104ddf758f097e1fd3f9ac6588de2d3646e
2022-12-05 07:07:44 -08:00
Lorenzo Blasa
29e0794ff4
Fix advertisement bug
...
Summary: Falsely advertising UIDebugger for iOS devices.
Reviewed By: LukeDefeo
Differential Revision: D41732451
fbshipit-source-id: 0377da0090c4c7f4d56d8a31a2af35b403b69b8f
2022-12-05 06:17:52 -08:00
Andrey Goncharov
73e7298525
Ignore parameters with pre-filled JSON values
...
Summary:
https://fb.workplace.com/groups/flippersupport/permalink/1513232162490770/
Apparently, some apps use JSONs as values for their params
Reviewed By: lblasa
Differential Revision: D41684474
fbshipit-source-id: 4ab19313ede06b226715a5c398728f0be7feddaf
2022-12-05 04:14:34 -08:00
generatedunixname89002005306973
904e530f74
Flipper Snapshot Bump: v0.176.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.176.1-SNAPSHOT
Reviewed By: lblasa
Differential Revision: D41663133
fbshipit-source-id: c8b496c2b019a887784caf5162b7cf438d508d53
2022-12-01 13:57:12 -08:00
generatedunixname89002005306973
da69299561
Flipper Release: v0.176.0
...
Summary: Releasing version 0.176.0
Reviewed By: lblasa
Differential Revision: D41663132
fbshipit-source-id: e977228577c94c5efd6ad922776dc5c8a88427fc
2022-12-01 13:57:12 -08:00
Kfir Schindelhaim
b55a35dd0f
Rename CKMountable -> RCMountable
...
Summary: ^^
Reviewed By: adamjernst
Differential Revision: D41496622
fbshipit-source-id: aa4ce00ef5f05f58935e30d1570fbaa8b57c55d7
2022-12-01 13:20:37 -08:00
Kevin Strider
8c6a3a6ab5
Under the Hood - index.md
...
Summary: This diff includes minor changes to the pages within the Under the Hood section of Flipper Docs.
Reviewed By: mweststrate
Differential Revision: D41582203
fbshipit-source-id: 7e5ebd3c1e37f0544efc9c979ca9092ac947f35c
2022-12-01 05:16:02 -08:00
dependabot[bot]
ee9b32d4e8
Bump prettier from 2.7.1 to 2.8.0 in /js/js-flipper ( #4345 )
...
Summary:
Bumps [prettier](https://github.com/prettier/prettier ) from 2.7.1 to 2.8.0.
<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.8.0</h2>
<p><a href="https://github.com/prettier/prettier/compare/2.7.1...2.8.0 ">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2022/11/23/2.8.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.8.0</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.7.1...2.8.0 ">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2022/11/23/2.8.0.html ">Release Notes</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="dcc0623911 "><code>dcc0623</code></a> Release 2.8.0</li>
<li><a href="7f7498109b "><code>7f74981</code></a> Remove version validattion temp</li>
<li><a href="876c297589 "><code>876c297</code></a> Update changelog for <code>satisfies</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/13879 ">#13879</a>)</li>
<li><a href="fd376000e9 "><code>fd37600</code></a> Update <code>typescript-eslint/typescript-estree</code> to support <code>satisfies</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/13872 ">#13872</a>)</li>
<li><a href="fac87619a4 "><code>fac8761</code></a> Build(deps): Bump minimatch from 3.0.4 to 3.1.2 in /scripts/release (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/13854 ">#13854</a>)</li>
<li><a href="68ea881498 "><code>68ea881</code></a> Update typescript to v4.9 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/13852 ">#13852</a>)</li>
<li><a href="5e0b88329e "><code>5e0b883</code></a> Fix generate truncate comment (backport <a href="https://github-redirect.dependabot.com/prettier/prettier/issues/13437 ">#13437</a>) (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/13814 ">#13814</a>)</li>
<li><a href="a980caa7db "><code>a980caa</code></a> Add missing changelog for <a href="https://github-redirect.dependabot.com/prettier/prettier/issues/13016 ">#13016</a> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/13812 ">#13812</a>)</li>
<li><a href="520dbcd36e "><code>520dbcd</code></a> Add changelog for <a href="https://github-redirect.dependabot.com/prettier/prettier/issues/13783 ">#13783</a> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/13811 ">#13811</a>)</li>
<li><a href="ae4d85ab3c "><code>ae4d85a</code></a> Update description of <code>vueIndentScriptAndStyle</code> option (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/13781 ">#13781</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.7.1...2.8.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/4345
Reviewed By: antonk52
Differential Revision: D41578594
Pulled By: mweststrate
fbshipit-source-id: 9810cecba0cdbf68ddef5a5c16a97aaf66f7d3ce
2022-11-30 07:43:03 -08:00
dependabot[bot]
a77a694d71
Bump @typescript-eslint/parser from 5.43.0 to 5.44.0 in /js/js-flipper ( #4344 )
...
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.43.0 to 5.44.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/parser</code>'s releases</a>.</em></p>
<blockquote>
<h2>v5.44.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.43.0...v5.44.0 ">5.44.0</a> (2022-11-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-empty-interface] disable autofix for declaration merging with class (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5920 ">#5920</a>) (<a href="a4f85b8cfe ">a4f85b8</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] handle index signature type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5912 ">#5912</a>) (<a href="5baad0893f ">5baad08</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-optional-chain] handle binary expressions in negated or (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5992 ">#5992</a>) (<a href="2778ff0c3d ">2778ff0</a>)</li>
<li><strong>typescript-estree:</strong> don't consider a cached program unless it's specified in the current <code>parserOptions.project</code> config (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5999 ">#5999</a>) (<a href="530e0e618c ">530e0e6</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [adjacent-overload-signatures] check BlockStatement nodes (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5998 ">#5998</a>) (<a href="97d3e56709 ">97d3e56</a>)</li>
<li><strong>eslint-plugin:</strong> [keyword-spacing] Support spacing in import-type syntax (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5977 ">#5977</a>) (<a href="6a735e142e ">6a735e1</a>)</li>
<li>support parsing <code>satisfies</code> operators (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5717 ">#5717</a>) (<a href="20d7caee35 ">20d7cae</a>)</li>
<li>update to TypeScript 4.9 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5716 ">#5716</a>) (<a href="4d744ea10b ">4d744ea</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md "><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.43.0...v5.44.0 ">5.44.0</a> (2022-11-21)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="01159d2041 "><code>01159d2</code></a> chore: publish v5.44.0</li>
<li><a href="426c2f9f7e "><code>426c2f9</code></a> chore: remove unnecessary project names from nx commands (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/6054 ">#6054</a>)</li>
<li><a href="e2d1263dee "><code>e2d1263</code></a> chore: switched repo lint to use nx run-many (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/6038 ">#6038</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.44.0/packages/parser ">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/4344
Reviewed By: antonk52
Differential Revision: D41578602
Pulled By: mweststrate
fbshipit-source-id: 48faee2c57a782d1c6f70f4196dd58d34145944d
2022-11-30 07:43:03 -08:00
dependabot[bot]
c4962216b5
Bump @babel/core from 7.19.3 to 7.20.5 in /js/js-flipper ( #4343 )
...
Summary:
Bumps [babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.19.3 to 7.20.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases "><code>@babel/core</code>'s releases</a>.</em></p>
<blockquote>
<h2>v7.20.5 (2022-11-28)</h2>
<p>Thanks <a href="https://github.com/davydof "><code>@davydof</code></a> and <a href="https://github.com/SuperSodaSea "><code>@SuperSodaSea</code></a> for your first PRs!</p>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-helpers</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15183 ">#15183</a> Improve array destructuring spec compliance (<a href="https://github.com/SuperSodaSea "><code>@SuperSodaSea</code></a>)</li>
</ul>
</li>
<li><code>babel-cli</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15182 ">#15182</a> fix: apply toPropertyKey when defining class members (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-private-property-in-object</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15133 ">#15133</a> fix: validate rhs of <code>in</code> when transpiling <code>#p in C</code> (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15225 ">#15225</a> Parse <code>using[foo]</code> as computed member expression (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15207 ">#15207</a> Export <code>ParseResult</code> type (<a href="https://github.com/davydof "><code>@davydof</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15198 ">#15198</a> fix: parse <code>import module, ...</code> (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-wrap-function</code>, <code>babel-preset-env</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15181 ">#15181</a> fix: Edge cases for async functions and <code>noNewArrow</code> assumption (<a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-arrow-functions</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15163 ">#15163</a> fix: Throw error when compiling <code>super()</code> in arrow functions with default / rest parameters (<a href="https://github.com/SuperSodaSea "><code>@SuperSodaSea</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>, <code>babel-node</code>, <code>babel-plugin-proposal-async-generator-functions</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15194 ">#15194</a> fix: Bump <code>regenerator</code> and add tests (<a href="https://github.com/SuperSodaSea "><code>@SuperSodaSea</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-regexp-features-plugin</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15192 ">#15192</a> fix: Update <code>regjsparser</code> for <code>babel/standalone</code> (<a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15109 ">#15109</a> fix: Babel 8 types (<a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15143 ">#15143</a> Don't print inner comments as leading when wrapping in <code>(``)</code> (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-block-scoping</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15167 ">#15167</a> Register <code>switch</code>'s <code>discriminant</code> in the outer scope (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15173 ">#15173</a> Improve generator behavior when <code>comments:false</code> (<a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-block-scoping</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15164 ">#15164</a> Only extract IDs for TDZ checks in assign when necessary (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-core</code>, <code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15202 ">#15202</a> Bump typescript to 4.9.3 (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 6</h4>
<ul>
<li>Alexander Davydov (<a href="https://github.com/davydof "><code>@davydof</code></a>)</li>
<li>Babel Bot (<a href="https://github.com/babel-bot "><code>@babel-bot</code></a>)</li>
<li>Huáng Jùnliàng (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
<li>Tianlan Zhou (<a href="https://github.com/SuperSodaSea "><code>@SuperSodaSea</code></a>)</li>
<li><a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a></li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md "><code>@babel/core</code>'s changelog</a>.</em></p>
<blockquote>
<h2>v7.20.5 (2022-11-28)</h2>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-helpers</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15183 ">#15183</a> Improve array destructuring spec compliance (<a href="https://github.com/SuperSodaSea "><code>@SuperSodaSea</code></a>)</li>
</ul>
</li>
<li><code>babel-cli</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15182 ">#15182</a> fix: apply toPropertyKey when defining class members (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-private-property-in-object</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15133 ">#15133</a> fix: validate rhs of <code>in</code> when transpiling <code>#p in C</code> (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15225 ">#15225</a> Parse <code>using[foo]</code> as computed member expression (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15207 ">#15207</a> Export <code>ParseResult</code> type (<a href="https://github.com/davydof "><code>@davydof</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15198 ">#15198</a> fix: parse <code>import module, ...</code> (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-wrap-function</code>, <code>babel-preset-env</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15181 ">#15181</a> fix: Edge cases for async functions and <code>noNewArrow</code> assumption (<a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-arrow-functions</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15163 ">#15163</a> fix: Throw error when compiling <code>super()</code> in arrow functions with default / rest parameters (<a href="https://github.com/SuperSodaSea "><code>@SuperSodaSea</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>, <code>babel-node</code>, <code>babel-plugin-proposal-async-generator-functions</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15194 ">#15194</a> fix: Bump <code>regenerator</code> and add tests (<a href="https://github.com/SuperSodaSea "><code>@SuperSodaSea</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-regexp-features-plugin</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15192 ">#15192</a> fix: Update <code>regjsparser</code> for <code>babel/standalone</code> (<a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15109 ">#15109</a> fix: Babel 8 types (<a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15143 ">#15143</a> Don't print inner comments as leading when wrapping in <code>(``)</code> (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-block-scoping</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15167 ">#15167</a> Register <code>switch</code>'s <code>discriminant</code> in the outer scope (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15173 ">#15173</a> Improve generator behavior when <code>comments:false</code> (<a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-block-scoping</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15164 ">#15164</a> Only extract IDs for TDZ checks in assign when necessary (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-core</code>, <code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15202 ">#15202</a> Bump typescript to 4.9.3 (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.20.4 (2022-11-08)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15160 ">#15160</a> Fix printing of comments before <code>=></code> (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-plugin-transform-typescript</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15144 ">#15144</a> Falback to printing inner comments as trailing (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.20.3 (2022-11-07)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code></li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="29a97b8ea2 "><code>29a97b8</code></a> v7.20.5</li>
<li><a href="f6546d79d4 "><code>f6546d7</code></a> Bump typescript to 4.9.3 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15202 ">#15202</a>)</li>
<li><a href="5f19f621d9 "><code>5f19f62</code></a> Bump babel deps (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15187 ">#15187</a>)</li>
<li><a href="12a58cb58c "><code>12a58cb</code></a> v7.20.2</li>
<li><a href="77f3700fa2 "><code>77f3700</code></a> fix: <code>babel/node</code> repl and enable <code>no-use-before-define</code> rule (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15124 ">#15124</a>)</li>
<li><a href="aadd7a3d52 "><code>aadd7a3</code></a> v7.19.6</li>
<li><a href="d0e58e646e "><code>d0e58e6</code></a> Don't bundle unnecessary plugins in <code>babel/standalone</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15023 ">#15023</a>)</li>
<li><a href="d45d59a4e3 "><code>d45d59a</code></a> Improve comments generation (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14979 ">#14979</a>)</li>
<li><a href="4f4b450f52 "><code>4f4b450</code></a> Improve source map generation (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14967 ">#14967</a>)</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.20.5/packages/babel-core ">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/4343
Reviewed By: antonk52
Differential Revision: D41578603
Pulled By: mweststrate
fbshipit-source-id: ec699ef855a70161ede191aa4733361235ceb9a5
2022-11-30 07:43:03 -08:00
dependabot[bot]
69b737381c
Bump @oclif/plugin-warn-if-update-available from 2.0.4 to 2.0.14 in /desktop ( #4341 )
...
Summary:
Bumps [oclif/plugin-warn-if-update-available](https://github.com/oclif/plugin-warn-if-update-available ) from 2.0.4 to 2.0.14.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/oclif/plugin-warn-if-update-available/releases "><code>@oclif/plugin-warn-if-update-available</code>'s releases</a>.</em></p>
<blockquote>
<h2>2.0.14</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> bump <code>@oclif/core</code> from 1.20.3 to 1.20.4 (<a href="10fff9af86 ">10fff9a</a>)</li>
</ul>
<h2>2.0.13</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> bump <code>@oclif/core</code> from 1.20.0 to 1.20.3 (<a href="56c514e199 ">56c514e</a>)</li>
</ul>
<h2>2.0.12</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> bump async from 2.6.3 to 2.6.4 (<a href="3536f48d5a ">3536f48</a>)</li>
</ul>
<h2>2.0.11</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> bump <code>@oclif/core</code> from 1.19.1 to 1.20.0 (<a href="f1a417375e ">f1a4173</a>)</li>
</ul>
<h2>2.0.10</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> bump <code>@oclif/core</code> from 1.18.0 to 1.19.1 (<a href="388b4101fc ">388b410</a>)</li>
</ul>
<h2>2.0.9</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> bump <code>@oclif/core</code> from 1.16.5 to 1.18.0 (<a href="0e252b24ef ">0e252b2</a>)</li>
</ul>
<h2>2.0.8</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> bump semver from 7.3.7 to 7.3.8 (<a href="02ec3564e0 ">02ec356</a>)</li>
</ul>
<h2>2.0.7</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> bump <code>@oclif/core</code> from 1.16.4 to 1.16.5 (<a href="1a81356ae1 ">1a81356</a>)</li>
</ul>
<h2>2.0.6</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> bump moment from 2.29.2 to 2.29.4 (<a href="51c59d5722 ">51c59d5</a>)</li>
</ul>
<h2>2.0.5</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> bump <code>@oclif/core</code> from 1.1.1 to 1.16.4 (<a href="b8808ca1b7 ">b8808ca</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/oclif/plugin-warn-if-update-available/blob/main/CHANGELOG.md "><code>@oclif/plugin-warn-if-update-available</code>'s changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>All notable changes to this project will be documented in this file. See <a href="https://github.com/conventional-changelog/standard-version ">standard-version</a> for commit guidelines.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="b821c57bab "><code>b821c57</code></a> chore(release): 2.0.14 [skip ci]</li>
<li><a href="f12100c86d "><code>f12100c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/oclif/plugin-warn-if-update-available/issues/327 ">https://github.com/facebook/flipper/issues/327 </a> from oclif/dependabot-npm_and_yarn-oclif-core-1.20.4</li>
<li><a href="10fff9af86 "><code>10fff9a</code></a> fix(deps): bump <code>@oclif/core</code> from 1.20.3 to 1.20.4</li>
<li><a href="6e8a6f9b1e "><code>6e8a6f9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/oclif/plugin-warn-if-update-available/issues/328 ">https://github.com/facebook/flipper/issues/328 </a> from oclif/dependabot-npm_and_yarn-chai-and-types-cha...</li>
<li><a href="bded580245 "><code>bded580</code></a> chore(dev-deps): bump chai and <code>@types/chai</code></li>
<li><a href="81e38a0747 "><code>81e38a0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/oclif/plugin-warn-if-update-available/issues/324 ">https://github.com/facebook/flipper/issues/324 </a> from oclif/dependabot-npm_and_yarn-types-lodash-4.14.188</li>
<li><a href="502b073c7c "><code>502b073</code></a> chore(dev-deps): bump <code>@types/lodash</code> from 4.14.186 to 4.14.188</li>
<li><a href="951d36474d "><code>951d364</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/oclif/plugin-warn-if-update-available/issues/325 ">https://github.com/facebook/flipper/issues/325 </a> from oclif/dependabot-npm_and_yarn-tslib-2.4.1</li>
<li><a href="b98ff2e8fe "><code>b98ff2e</code></a> chore(dev-deps): bump tslib from 2.4.0 to 2.4.1</li>
<li><a href="6469b28776 "><code>6469b28</code></a> chore(release): 2.0.13 [skip ci]</li>
<li>Additional commits viewable in <a href="https://github.com/oclif/plugin-warn-if-update-available/compare/v2.0.4...2.0.14 ">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/4341
Reviewed By: antonk52
Differential Revision: D41578608
Pulled By: mweststrate
fbshipit-source-id: 71066c6c1b62bcd23f4943ea7d028d939c29cd61
2022-11-30 07:43:03 -08:00
dependabot[bot]
e5d75506c4
Bump espresso-core from 3.4.0 to 3.5.0 ( #4340 )
...
Summary:
Bumps espresso-core from 3.4.0 to 3.5.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/4340
Reviewed By: antonk52
Differential Revision: D41578610
Pulled By: mweststrate
fbshipit-source-id: 4326d9d752fd8dec2f7b284be7c006289add212c
2022-11-30 07:43:03 -08:00
dependabot[bot]
659405411d
Bump runner from 1.4.0 to 1.5.1 ( #4339 )
...
Summary:
Bumps runner from 1.4.0 to 1.5.1.
[](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/4339
Reviewed By: antonk52
Differential Revision: D41578611
Pulled By: mweststrate
fbshipit-source-id: 4622332d9332e8858345538c077a0177a184bfdc
2022-11-30 07:43:03 -08:00
dependabot[bot]
546e044612
Bump mockito-core from 4.8.1 to 4.9.0 ( #4338 )
...
Summary:
Bumps [mockito-core](https://github.com/mockito/mockito ) from 4.8.1 to 4.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mockito/mockito/releases ">mockito-core's releases</a>.</em></p>
<blockquote>
<h2>v4.9.0</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog ">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>4.9.0</h4>
<ul>
<li>2022-11-14 - <a href="https://github.com/mockito/mockito/compare/v4.8.1...v4.9.0 ">6 commit(s)</a> by Andrei Solntsev, Rafael Winterhalter, Rick Ossendrijver, dependabot[bot]</li>
<li>Upgrade objenesis 3.2 -> 3.3 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2784 ">https://github.com/facebook/flipper/issues/2784 </a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2784 ">mockito/mockito#2784</a>)</li>
<li>Upgrade objenesis 3.2 -> 3.3 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2783 ">https://github.com/facebook/flipper/issues/2783 </a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2783 ">mockito/mockito#2783</a>)</li>
<li>Avoids clearing stale weak entries from critical code segments. [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2780 ">https://github.com/facebook/flipper/issues/2780 </a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2780 ">mockito/mockito#2780</a>)</li>
<li>bump gradle from 7.3.1 to 7.5.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2776 ">https://github.com/facebook/flipper/issues/2776 </a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2776 ">mockito/mockito#2776</a>)</li>
<li>Bump gradle/wrapper-validation-action from 1.0.4 to 1.0.5 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2775 ">https://github.com/facebook/flipper/issues/2775 </a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2775 ">mockito/mockito#2775</a>)</li>
<li>Bump gradle-errorprone-plugin from 2.0.2 to 3.0.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2770 ">https://github.com/facebook/flipper/issues/2770 </a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2770 ">mockito/mockito#2770</a>)</li>
<li>Bump junit-platform-launcher from 1.9.0 to 1.9.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2768 ">https://github.com/facebook/flipper/issues/2768 </a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2768 ">mockito/mockito#2768</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="0052e2f5f7 "><code>0052e2f</code></a> Avoid clearing stale weak entries from critical code segments (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2780 ">https://github.com/facebook/flipper/issues/2780 </a>)</li>
<li><a href="47045cbdfe "><code>47045cb</code></a> Upgrade objenesis 3.2 -> 3.3 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2784 ">https://github.com/facebook/flipper/issues/2784 </a>)</li>
<li><a href="eb85518cef "><code>eb85518</code></a> Update gradle to 7.5.1 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2776 ">https://github.com/facebook/flipper/issues/2776 </a>)</li>
<li><a href="fcb4cf7bf3 "><code>fcb4cf7</code></a> Bump gradle/wrapper-validation-action from 1.0.4 to 1.0.5 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2775 ">https://github.com/facebook/flipper/issues/2775 </a>)</li>
<li><a href="f512a76940 "><code>f512a76</code></a> Bump gradle-errorprone-plugin from 2.0.2 to 3.0.1 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2770 ">https://github.com/facebook/flipper/issues/2770 </a>)</li>
<li><a href="fe7dca2651 "><code>fe7dca2</code></a> Bump junit-platform-launcher from 1.9.0 to 1.9.1 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2768 ">https://github.com/facebook/flipper/issues/2768 </a>)</li>
<li>See full diff in <a href="https://github.com/mockito/mockito/compare/v4.8.1...v4.9.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/4338
Reviewed By: antonk52
Differential Revision: D41578613
Pulled By: mweststrate
fbshipit-source-id: d22c242734f078f80c393524b50e2b9e5c54fb0c
2022-11-30 07:43:03 -08:00
dependabot[bot]
f488ada3ca
Bump serde from 1.0.147 to 1.0.148 in /packer ( #4337 )
...
Summary:
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.147 to 1.0.148.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases ">serde's releases</a>.</em></p>
<blockquote>
<h2>v1.0.148</h2>
<ul>
<li>Support <code>remote</code> derive for generic types that have private fields (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2327 ">https://github.com/facebook/flipper/issues/2327 </a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="7766103174 "><code>7766103</code></a> Release 1.0.148</li>
<li><a href="30f7c7110d "><code>30f7c71</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2331 ">https://github.com/facebook/flipper/issues/2331 </a> from dtolnay/remote</li>
<li><a href="50354c2d0b "><code>50354c2</code></a> Improve error message on remote derive duplicate generics</li>
<li><a href="c4f67e679f "><code>c4f67e6</code></a> Add ui test of duplicate generics in remote derive</li>
<li><a href="0daafe423f "><code>0daafe4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2330 ">https://github.com/facebook/flipper/issues/2330 </a> from dtolnay/remote</li>
<li><a href="37021910c9 "><code>3702191</code></a> Fix Into conversion involving generic remote derive with getter</li>
<li><a href="7328b34810 "><code>7328b34</code></a> Add test of generic remote derive with getter</li>
<li><a href="fabbd2b097 "><code>fabbd2b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2329 ">https://github.com/facebook/flipper/issues/2329 </a> from dtolnay/safety</li>
<li><a href="6814f978d7 "><code>6814f97</code></a> Revert Buf::as_str safety change from PR 2319</li>
<li><a href="4ea403c54a "><code>4ea403c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2328 ">https://github.com/facebook/flipper/issues/2328 </a> from dtolnay/remote</li>
<li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.147...v1.0.148 ">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/4337
Reviewed By: antonk52
Differential Revision: D41578618
Pulled By: mweststrate
fbshipit-source-id: 770095ae88e03f7389251b967fa53013607950e4
2022-11-30 07:43:03 -08:00
dependabot[bot]
eba5dbd860
Bump @babel/core from 7.19.3 to 7.20.5 in /react-native/ReactNativeFlipperExample ( #4336 )
...
Summary:
Bumps [babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.19.3 to 7.20.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases "><code>@babel/core</code>'s releases</a>.</em></p>
<blockquote>
<h2>v7.20.5 (2022-11-28)</h2>
<p>Thanks <a href="https://github.com/davydof "><code>@davydof</code></a> and <a href="https://github.com/SuperSodaSea "><code>@SuperSodaSea</code></a> for your first PRs!</p>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-helpers</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15183 ">#15183</a> Improve array destructuring spec compliance (<a href="https://github.com/SuperSodaSea "><code>@SuperSodaSea</code></a>)</li>
</ul>
</li>
<li><code>babel-cli</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15182 ">#15182</a> fix: apply toPropertyKey when defining class members (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-private-property-in-object</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15133 ">#15133</a> fix: validate rhs of <code>in</code> when transpiling <code>#p in C</code> (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15225 ">#15225</a> Parse <code>using[foo]</code> as computed member expression (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15207 ">#15207</a> Export <code>ParseResult</code> type (<a href="https://github.com/davydof "><code>@davydof</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15198 ">#15198</a> fix: parse <code>import module, ...</code> (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-wrap-function</code>, <code>babel-preset-env</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15181 ">#15181</a> fix: Edge cases for async functions and <code>noNewArrow</code> assumption (<a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-arrow-functions</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15163 ">#15163</a> fix: Throw error when compiling <code>super()</code> in arrow functions with default / rest parameters (<a href="https://github.com/SuperSodaSea "><code>@SuperSodaSea</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>, <code>babel-node</code>, <code>babel-plugin-proposal-async-generator-functions</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15194 ">#15194</a> fix: Bump <code>regenerator</code> and add tests (<a href="https://github.com/SuperSodaSea "><code>@SuperSodaSea</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-regexp-features-plugin</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15192 ">#15192</a> fix: Update <code>regjsparser</code> for <code>babel/standalone</code> (<a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15109 ">#15109</a> fix: Babel 8 types (<a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15143 ">#15143</a> Don't print inner comments as leading when wrapping in <code>(``)</code> (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-block-scoping</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15167 ">#15167</a> Register <code>switch</code>'s <code>discriminant</code> in the outer scope (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15173 ">#15173</a> Improve generator behavior when <code>comments:false</code> (<a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-block-scoping</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15164 ">#15164</a> Only extract IDs for TDZ checks in assign when necessary (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-core</code>, <code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15202 ">#15202</a> Bump typescript to 4.9.3 (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 6</h4>
<ul>
<li>Alexander Davydov (<a href="https://github.com/davydof "><code>@davydof</code></a>)</li>
<li>Babel Bot (<a href="https://github.com/babel-bot "><code>@babel-bot</code></a>)</li>
<li>Huáng Jùnliàng (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
<li>Tianlan Zhou (<a href="https://github.com/SuperSodaSea "><code>@SuperSodaSea</code></a>)</li>
<li><a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a></li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md "><code>@babel/core</code>'s changelog</a>.</em></p>
<blockquote>
<h2>v7.20.5 (2022-11-28)</h2>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-helpers</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15183 ">#15183</a> Improve array destructuring spec compliance (<a href="https://github.com/SuperSodaSea "><code>@SuperSodaSea</code></a>)</li>
</ul>
</li>
<li><code>babel-cli</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15182 ">#15182</a> fix: apply toPropertyKey when defining class members (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-private-property-in-object</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15133 ">#15133</a> fix: validate rhs of <code>in</code> when transpiling <code>#p in C</code> (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15225 ">#15225</a> Parse <code>using[foo]</code> as computed member expression (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15207 ">#15207</a> Export <code>ParseResult</code> type (<a href="https://github.com/davydof "><code>@davydof</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15198 ">#15198</a> fix: parse <code>import module, ...</code> (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-wrap-function</code>, <code>babel-preset-env</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15181 ">#15181</a> fix: Edge cases for async functions and <code>noNewArrow</code> assumption (<a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-arrow-functions</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15163 ">#15163</a> fix: Throw error when compiling <code>super()</code> in arrow functions with default / rest parameters (<a href="https://github.com/SuperSodaSea "><code>@SuperSodaSea</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>, <code>babel-node</code>, <code>babel-plugin-proposal-async-generator-functions</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15194 ">#15194</a> fix: Bump <code>regenerator</code> and add tests (<a href="https://github.com/SuperSodaSea "><code>@SuperSodaSea</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-regexp-features-plugin</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15192 ">#15192</a> fix: Update <code>regjsparser</code> for <code>babel/standalone</code> (<a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15109 ">#15109</a> fix: Babel 8 types (<a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15143 ">#15143</a> Don't print inner comments as leading when wrapping in <code>(``)</code> (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-block-scoping</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15167 ">#15167</a> Register <code>switch</code>'s <code>discriminant</code> in the outer scope (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15173 ">#15173</a> Improve generator behavior when <code>comments:false</code> (<a href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-block-scoping</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15164 ">#15164</a> Only extract IDs for TDZ checks in assign when necessary (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-core</code>, <code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15202 ">#15202</a> Bump typescript to 4.9.3 (<a href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.20.4 (2022-11-08)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15160 ">#15160</a> Fix printing of comments before <code>=></code> (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-plugin-transform-typescript</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15144 ">#15144</a> Falback to printing inner comments as trailing (<a href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.20.3 (2022-11-07)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code></li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="29a97b8ea2 "><code>29a97b8</code></a> v7.20.5</li>
<li><a href="f6546d79d4 "><code>f6546d7</code></a> Bump typescript to 4.9.3 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15202 ">#15202</a>)</li>
<li><a href="5f19f621d9 "><code>5f19f62</code></a> Bump babel deps (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15187 ">#15187</a>)</li>
<li><a href="12a58cb58c "><code>12a58cb</code></a> v7.20.2</li>
<li><a href="77f3700fa2 "><code>77f3700</code></a> fix: <code>babel/node</code> repl and enable <code>no-use-before-define</code> rule (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15124 ">#15124</a>)</li>
<li><a href="aadd7a3d52 "><code>aadd7a3</code></a> v7.19.6</li>
<li><a href="d0e58e646e "><code>d0e58e6</code></a> Don't bundle unnecessary plugins in <code>babel/standalone</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15023 ">#15023</a>)</li>
<li><a href="d45d59a4e3 "><code>d45d59a</code></a> Improve comments generation (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14979 ">#14979</a>)</li>
<li><a href="4f4b450f52 "><code>4f4b450</code></a> Improve source map generation (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14967 ">#14967</a>)</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.20.5/packages/babel-core ">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/4336
Reviewed By: antonk52
Differential Revision: D41578620
Pulled By: mweststrate
fbshipit-source-id: 55fb4d5357482140a4a536703cc144c0427fc12d
2022-11-30 07:43:03 -08:00