cypress-browserify-preprocessor
cypress-browserify-preprocessor copied to clipboard
Cypress preprocessor for bundling JavaScript via browserify
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. - WARN: Found renovate...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | semantic-release | [`17.4.7` -> `19.0.3`](https://renovatebot.com/diffs/npm/semantic-release/17.4.7/19.0.3) | ### GitHub Vulnerability Alerts #### [CVE-2022-31051](https://togithub.com/semantic-release/semantic-release/security/advisories/GHSA-x2pg-mjhr-2m5x) ### Impact _What...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | npm | [`7.24.2` -> `8.11.0`](https://renovatebot.com/diffs/npm/npm/7.24.2/8.11.0) | ### GitHub Vulnerability Alerts #### [CVE-2022-29244](https://togithub.com/npm/cli/security/advisories/GHSA-hj9c-8jmm-8c52) ### Impact `npm...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | marked | [`2.1.3` -> `4.0.10`](https://renovatebot.com/diffs/npm/marked/2.1.3/4.0.10) | ### GitHub Vulnerability Alerts #### [CVE-2022-21681](https://togithub.com/markedjs/marked/security/advisories/GHSA-5v2h-r2cx-5xgj) ### Impact _What...
### Is this a Feature or Bug? I think this is a bug, as typescript is supported now ootb, so we should be able to create `plugins/index.ts` that is able...
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
When typescript support is enabled, we should load the user's `tsconfig.json` and only override the options we need to for things to run smoothly. We should try to auto-load it...
It specifies that, "Source maps are always enabled unless explicitly disabled by specifying debug: false.". When I used use-babelrc file from code coverage which uses browserify preprocessor(https://github.com/cypress-io/code-coverage/blob/master/use-babelrc.js) and printed defaultOptions...
Cypress v6 @cypress/browserify-preprocessor 3.0.1 my settings specify `tsify` plugin ```js const browserify = require('@cypress/browserify-preprocessor') module.exports = (on, config) => { const options = browserify.defaultOptions options.browserifyOptions.extensions.push('.ts') options.browserifyOptions.transform.push('browserify-istanbul') options.browserifyOptions.plugin.push('tsify') on('file:preprocessor', browserify(options)) }...
This is more of just a general request to update your dependencies (see #63). I'm getting a bunch of installation warnings all coming from packages that you depend on (that,...