-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Update forked dependency to fix typescript error #34422
Update forked dependency to fix typescript error #34422
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this locally by running git clean -fdx && npm cache clean --force && npm ci
in trunk
first, which failed with the same TS error in #34377.
Then I ran the same command in this branch and it was successful 🎉
* Update forked dependency to fix typescript error * Temporary: create new npm cache * Point to react-native-gesture-handler fork tag * Temporary: new npm cache for build-plugin-zip.sh * Revert "Temporary: new npm cache for build-plugin-zip.sh" This reverts commit b04adb2. * Revert "Temporary: create new npm cache" This reverts commit ab60daa.
I've 🍒 picked this PR into today's 11.4 release since the build was broken there too. Thank you! |
* Update forked dependency to fix typescript error * Temporary: create new npm cache * Point to react-native-gesture-handler fork tag * Temporary: new npm cache for build-plugin-zip.sh * Revert "Temporary: new npm cache for build-plugin-zip.sh" This reverts commit b04adb2. * Revert "Temporary: create new npm cache" This reverts commit ab60daa.
* Update forked dependency to fix typescript error * Temporary: create new npm cache * Point to react-native-gesture-handler fork tag * Temporary: new npm cache for build-plugin-zip.sh * Revert "Temporary: new npm cache for build-plugin-zip.sh" This reverts commit b04adb2. * Revert "Temporary: create new npm cache" This reverts commit ab60daa.
Description
Fixes #34377
The TypeScript dependency was not pinned to a specific version which allowed it to fetch changes that brought in breaking changes to downstream clients of this library.
h/t to @ceyhun for figuring this one out.
Related:
How has this been tested?
Compressed Size
andPerformances Tests
jobs, which will still fail because they testtrunk
(which is currently broken). So if all other tests pass, the proposal here is to merge this PR despite these two failing tests. This will allowtrunk
to work again.Types of changes
Checklist:
*.native.js
files for terms that need renaming or removal).