Skip to content
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

Remove deprecated Browserify Preprocessor #1199

Closed
artursopelnik opened this issue Jun 14, 2024 · 1 comment
Closed

Remove deprecated Browserify Preprocessor #1199

artursopelnik opened this issue Jun 14, 2024 · 1 comment

Comments

@artursopelnik
Copy link

artursopelnik commented Jun 14, 2024

Current behavior

Currently we are installing Webpack and also the deprecated Browserify preprocessor.

Desired behavior

Install only the Webpack preprocessor.

Removing "@cypress/browserify-preprocessor": "^3.0.2" from package.json

Background

The dependency "@cypress/browserify-preprocessor" install old and vulnerability dependencies

@artursopelnik artursopelnik changed the title Remove deprecated Cypress Browserify Preprocessor Remove deprecated Browserify Preprocessor Jun 14, 2024
@badeball
Copy link
Owner

@cypress/browserify-preprocessor still has nearly 400k weekly downloads and is obviously still used, hence I am not removing support for it.

It is merely a peer dependency of this project and an optional peerdep even. If your package manager is installing it, it is doing something wrong (or you are), ref. npm/rfcs#221. In any case, you don't have to install it if you don't want to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants