-
Notifications
You must be signed in to change notification settings - Fork 219
Conversation
The release ZIP for this PR is accessible via:
Script Dependencies ReportThere is no changed script dependency between this branch and trunk. This comment was automatically generated by the TypeScript Errors Report
🎉 🎉 This PR does not introduce new TS errors. |
Size Change: 0 B Total Size: 1.1 MB ℹ️ View Unchanged
|
Just needs your ✅ @tarunvijwani — tests are failing in trunk right now so you can ignore those. |
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.
Thank you for working on it! 🎉
Question: While reviewing the PR, I read about the request nodule: https://www.npmjs.com/package/request
I couldn't locate it anywhere in our code. I tried looking for the string request(
but couldn't locate anything. Is it required in Core?
@tarunvijwani It's a peer dependency; a dependency of another. We include it so the version we defined is used by other dependencies. |
Forces 2.88.2 of the request peer dependency to ensure 2.88.2 is used. This only affects development builds.