Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Flow to 0.171.0 #7667

Merged
merged 7 commits into from
Feb 23, 2022
Merged

Upgrade Flow to 0.171.0 #7667

merged 7 commits into from
Feb 23, 2022

Conversation

wbinnssmith
Copy link
Contributor

This mostly involved removing duplicate property declarations.

Test Plan: yarn flow check, yarn test

@height
Copy link

height bot commented Feb 7, 2022

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

@@ -39,7 +39,6 @@ export class Child {
loggerDisposable: IDisposable;
child: ChildImpl;
profiler: ?Profiler;
workerApi: WorkerApi;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's declared below in the function initializer isn't exactly this type, which seems problematic. Any thoughts @devongovett? I assume up until now, Flow just preferred the latter.

@parcel-benchmark
Copy link

parcel-benchmark commented Feb 7, 2022

Benchmark Results

Kitchen Sink 🚨

Timings

Description Time Difference
Cold FAILED -0.00ms
Cached FAILED -0.00ms

Cold Bundles

No bundles found, this is probably a failed build...

Cached Bundles

No bundles found, this is probably a failed build...

React HackerNews ✅

Timings

Description Time Difference
Cold 9.38s -199.00ms
Cached 512.00ms +28.00ms ⚠️

Cold Bundles

No bundle changes detected.

Cached Bundles

Bundle Size Difference Time Difference
dist/index.js 485.44kb +0.00b 5.07s -675.00ms 🚀
dist/PermalinkedComment.46b19af5.js 4.21kb +0.00b 5.07s -675.00ms 🚀
dist/UserProfile.f8cd7884.js 1.57kb +0.00b 5.07s -676.00ms 🚀
dist/NotFound.960ab92b.js 429.00b +0.00b 5.07s -675.00ms 🚀
dist/logo.c5bb83f1.png 246.00b +0.00b 5.00s -695.00ms 🚀

AtlasKit Editor ✅

Timings

Description Time Difference
Cold 1.08m -763.00ms
Cached 1.52s -17.00ms

Cold Bundles

No bundle changes detected.

Cached Bundles

No bundle changes detected.

Three.js ✅

Timings

Description Time Difference
Cold 6.77s -15.00ms
Cached 283.00ms +2.00ms

Cold Bundles

No bundle changes detected.

Cached Bundles

No bundle changes detected.

Click here to view a detailed benchmark overview.

Copy link
Contributor

@joeyslater joeyslater left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 🚀

@wbinnssmith wbinnssmith merged commit 18b038d into v2 Feb 23, 2022
gorakong pushed a commit that referenced this pull request May 5, 2022
* Update mocha typings from flow-typed

* Remove duplicate properties

* Update flow to 0.171.0
gorakong pushed a commit that referenced this pull request Nov 3, 2022
* upstream/v2: (26 commits)
  Replace typeof before DCE (#7788)
  Bump lmdb (#7797)
  Upgrade flow to 0.173.0 (#7809)
  Prevent `term-size` from being bundled (#7750)
  Pin lmdb@2.2.3 (#7763)
  Fix Windows CI (#7774)
  Upgrade Flow to 0.171.0 (#7667)
  Move tests to GitHub actions (#7678)
  v2.3.2
  Fix autoinstalling node builtins (#7735)
  Fix lint
  Use pinned versions
  Don't build native packages again during publish step
  Fix build
  Fix autoinstall
  v2.3.1
  Add diagnostic for failed autoinstall of node polyfill (#7682)
  v2.3.0
  Changelog for 2.3.0
  Support React 18 prereleases and experimental versions with automatic JSX runtime (#7642)
  ...
@mischnic mischnic deleted the wbinnssmith/flow-0.171.0 branch December 21, 2022 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants