-
Notifications
You must be signed in to change notification settings - Fork 8.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
Test yarn-deduplicate
#125741
Test yarn-deduplicate
#125741
Conversation
Note to self when I pick this back up: |
It appears that the prior deduplication removed some packages without removing their now-orphaned transitive dependencies. So I needed to re-run the full bootstrap to further pare down the lockfile.
2c2c4bb
to
30f952a
Compare
The `Cancelable` type was removed in a patch release... DefinitelyTyped/DefinitelyTyped#47166
30f952a
to
6c0ad49
Compare
I rebased on main and fixed a few more issues. Not sure why we are seeing Haven't started looking into the a11y errors yet. |
This is so strange, I'm seeing PropTypes-related TS errors all over the place. This appears to be due to changes in Collapsing the two
I see errors like this one in Conversely, pinning it to the earlier 15.7.1 (by modifying package.json), resulting in this in the lockfile, also does NOT work:
I see similar errors: The only thing that seems to work without type errors is this, which is what is in the lockfile today:
I was able to prevent these two from being combined by adding a yarn dependency resolution:
|
a85215a
to
e60aa22
Compare
e60aa22
to
f057cc3
Compare
💔 Build FailedFailed CI Steps
Test Failures
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
Testing for #125712