-
Notifications
You must be signed in to change notification settings - Fork 0
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
🚧 Pipeline for feature/esm
#1
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedMore than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review. 213 files out of 295 files are above the max files limit of 75. You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
fc4b500
to
cd90c76
Compare
Yeah, that's annoying 🙃 |
* Fixed create user parameters for v3 * Update src/version3/models/newUserDetails.ts Co-authored-by: Vladislav Tupikin <[email protected]> --------- Co-authored-by: Vladislav Tupikin <[email protected]>
The newer library better supports modules and is written in TypeScript. The FormData interface is a drop-in replacement except for getHeaders(), but that didn't do anything useful, so it can be dropped. Closes MrRefactoring#327 Signed-off-by: Matyáš Kroupa <[email protected]> Co-authored-by: Matyáš Kroupa <[email protected]> Co-authored-by: Vladislav Tupikin <[email protected]>
This PR is for keeping track of and running the pipeline for MrRefactoring#314.