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

deps: Run yarn upgrade #5756

Merged
merged 2 commits into from
Sep 13, 2023
Merged

Conversation

chrisbobbe
Copy link
Contributor

No description provided.

@chrisbobbe chrisbobbe added the dependencies Pull requests that update a dependency file label Sep 5, 2023
@chrisbobbe
Copy link
Contributor Author

If the types changes are a pain to review, perhaps I should redo the upgrade but hold back react-native-safe-area-context, which seems to be the source of most of the complexity there.

Copy link
Member

@gnprice gnprice left a comment

Choose a reason for hiding this comment

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

Thanks for taking care of these! This is a big bundle of upgrades we've accumulated; good to be taking them.

The types changes look good. (I agree that if we did need to split things out, holding back react-native-safe-area-context would be a good strategy.)

One nit below, then please merge at will.

tools/tsflower Outdated
@@ -209,9 +209,11 @@ run_only()
rm -rf "${rootdir}"/types/"${package}"/lib/typescript/example/
format_dir "${rootdir}"/types/"${package}"

# Remove all *.web.js.flow files. We don't use RN for the web.
# Remove all *.web.js.flow files, *.windows.js.flow files, etc.
Copy link
Member

Choose a reason for hiding this comment

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

nit: can keep the "why" part of the comment:

Suggested change
# Remove all *.web.js.flow files, *.windows.js.flow files, etc.
# Remove all *.web.js.flow files, etc. We don't use RN on those platforms.

@chrisbobbe
Copy link
Contributor Author

Thanks for the review! Merging, with that tweak.

@chrisbobbe chrisbobbe merged commit 5f5db6e into zulip:main Sep 13, 2023
1 check passed
@chrisbobbe chrisbobbe deleted the pr-yarn-upgrade-2023-09-05 branch September 13, 2023 19:36
@chrisbobbe chrisbobbe changed the title deps: Run yarn ugrade deps: Run yarn upgrade Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants