Coder Social home page Coder Social logo

Comments (7)

maxbraeutigam avatar maxbraeutigam commented on August 15, 2024 5

Hi @shubhamUpadhyayInBlue – I am getting warnings for three packages that you are pulling in:

node_modules/querystring:
The querystring API is considered Legacy. new code should use the URLSearchParams API instead.

node_modules/superagent:
Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at https://github.com/visionmedia/superagent/releases.

node_modules/superagent/node_modules/formidable:
Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau

All packages are dependencies of sib-api-v3-sdk

> npm explain querystring
[email protected]
node_modules/querystring
  querystring@"0.2.0" from [email protected]
  node_modules/sib-api-v3-sdk
    sib-api-v3-sdk@"^8.4.0" from the root project
> npm explain superagent
[email protected]
node_modules/superagent
  superagent@"3.7.0" from [email protected]
  node_modules/sib-api-v3-sdk
    sib-api-v3-sdk@"^8.4.0" from the root project
> npm explain formidable
[email protected]
node_modules/formidable
  formidable@"^2.0.1" from the root project

[email protected]
node_modules/superagent/node_modules/formidable
  formidable@"^1.1.1" from [email protected]
  node_modules/superagent
    superagent@"3.7.0" from [email protected]
    node_modules/sib-api-v3-sdk
      sib-api-v3-sdk@"^8.4.0" from the root project

from apiv3-nodejs-library.

shubhamUpadhyayInBlue avatar shubhamUpadhyayInBlue commented on August 15, 2024 1

Thanks @TheLionIsAlive , yes overriding the version is a workaround for now. But, I checked if I have to upgrade to this version in the SDK it does not support Node v10. So, it will be a breaking change that I will have to release. I will do it after new development changes are live in a minor release first.

Thanks!

from apiv3-nodejs-library.

shubhamUpadhyayInBlue avatar shubhamUpadhyayInBlue commented on August 15, 2024

Hi @mhoffmann-attempto
Thanks for pointing it out. I will check this.

from apiv3-nodejs-library.

marcus-franzen avatar marcus-franzen commented on August 15, 2024

I am getting "Refused to set unsafe header "user-agent"" as console error, is this issue related?
Creating new contacts via API works anyways.

from apiv3-nodejs-library.

SolwayEnterprises avatar SolwayEnterprises commented on August 15, 2024

I'm having the same warnings. Since formidable is a dependency of the superagent package, I've been able to fix both formidable and superagent by adding an override to my package.json like so:

"dependencies": {
    ... ,
    "sib-api-v3-sdk": "^8.5.0"
},
"overrides": {
    "sib-api-v3-sdk": {
        "superagent": "8.0.0"
    }
}

I'm still working on the [email protected] warning.

from apiv3-nodejs-library.

SolwayEnterprises avatar SolwayEnterprises commented on August 15, 2024

Actually, for some reason in my most recent commits, I'm no longer getting the deprecation warning for [email protected], even though I haven't successfully troubleshooted it. I'm not sure if I should still be concerned... but I'll go with it for now since I still have all the functionality I should be getting.

from apiv3-nodejs-library.

SolwayEnterprises avatar SolwayEnterprises commented on August 15, 2024

from apiv3-nodejs-library.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.