-
Notifications
You must be signed in to change notification settings - Fork 68
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 superagent npm dependency #302
base: main
Are you sure you want to change the base?
Conversation
Contributor License Agreement Instructions Please download the appropriate CLA below. Once downloaded, please read, sign, and send back to us at [email protected]. Please note, this account is not monitored so please visit https://mailchimp.com/contact/ if you need support. Individual CLA: Mailchimp Individual CLA Once you’ve emailed us the signed CLA, please reply here (e.g. CLA signed and sent!) and we’ll verify it. What to do if you already signed the CLA |
CLA signed and sent
… On 1 Jul 2022, at 17:04, cla-bot[bot] ***@***.***> wrote:
Contributor License Agreement Instructions
Thanks for your pull request. Before we can review your work, you’ll need to sign a Contributor License Agreement (CLA).
Please download the appropriate CLA below. Once downloaded, please read, sign, and send back to us at ***@***.*** ***@***.***>. Please note, this account is not monitored so please visit https://mailchimp.com/contact/ <https://mailchimp.com/contact/> if you need support.
Individual CLA: Mailchimp Individual CLA <https://eep.io/assets/yzco4xsimv0y/5oXiQulP7Bqe9kPtulXiHR/254a0208cf46a5c438d75dd00db99668/Mailchimp_Individual_CLA.pdf>
Corporate CLA: Mailchimp Corporate CLA <https://eep.io/assets/yzco4xsimv0y/5fCjtPRrjSMfFZmuufPnyg/7c59a766f7b1d6447ae4b645e77b3bd5/Mailchimp_Corporate_CLA.pdf>
Once you’ve emailed us the signed CLA, please reply here (e.g. CLA signed and sent!) and we’ll verify it.
What to do if you already signed the CLA
Individual signers
• If you’ve previously sent us a signed CLA, please reply here letting us know and we’ll verify. If we are unable to verify, It’s possible we don’t have your GitHub username or you’re using a different email address on your Git commit. Check that the CLA you previously submitted was sent to us using the email address associated with your GitHub username and verify that your email is set on your Git commits.
Corporate signers
• Your company has a Point of Contact (POC) who decides which employees are authorized to participate. Ask your POC to be added to the group of authorized contributors. If you’ve previously sent us an updated CLA, please reply here letting us know and we’ll verify.
• The email used to register you as an authorized contributor must be the email used for the Git commit.
• The email used to register you as an authorized contributor must also be attached to your GitHub account.
—
Reply to this email directly, view it on GitHub <#302 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAE7WW2U3MRQVLXTS6AW37DVR4CIFANCNFSM52NANULQ>.
You are receiving this because you authored the thread.
|
@shogren please take a look |
please merge this |
This is open now 2 years. Please merge... |
Description
The
superagent
dependency used (as well as itsformidable
dependency) is deprecated, leading to warnings on every npm install using@mailchimp/mailchimp_marketing
.Judging from https://github.com/visionmedia/superagent#upgrading-from-previous-versions, there should be no breaking changes and my own tests consuming
@mailchimp/mailchimp_marketing
are still running fine.Known Issues
I'm unable to run
npm run generate
on my machine, it exits with the following error:This might be related to using
[email protected]
due to v2 not being installable on my ARM Apple.