infosum / cypress-tags

Use custom tags to slice up Cypress test runs
83 stars 20 forks source link

querystring deprecation notice #215

Closed peterjaap closed 1 year ago

peterjaap commented 2 years ago

After installing this plugin;

npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
$ npm why querystring
querystring@0.2.0 dev
node_modules/querystring
  querystring@"0.2.0" from url@0.11.0
  node_modules/url
    url@"~0.11.0" from browserify@16.5.2
    node_modules/browserify
      browserify@"^16.2.3" from @cypress/browserify-preprocessor@3.0.2
      node_modules/@cypress/browserify-preprocessor
        @cypress/browserify-preprocessor@"^3.0.1" from cypress-tags@1.0.2
        node_modules/cypress-tags
          dev cypress-tags@"^1.0.2" from the root project
    url@"~0.11.0" from browserify@17.0.0
    node_modules/watchify/node_modules/browserify
      browserify@"^17.0.0" from watchify@4.0.0
      node_modules/watchify
        watchify@"^4.0.0" from @cypress/browserify-preprocessor@3.0.2
        node_modules/@cypress/browserify-preprocessor
          @cypress/browserify-preprocessor@"^3.0.1" from cypress-tags@1.0.2
          node_modules/cypress-tags
            dev cypress-tags@"^1.0.2" from the root project
annaet commented 1 year ago

Hi @peterjaap

It looks like querystring is used as part of browserify and they have not released a version that replaces it with URLSearchParams yet.

Until that happens we can just ignore the deprecation warning.