Socket
Socket
Sign inDemoInstall

@cypress/webpack-preprocessor

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cypress/webpack-preprocessor - npm Package Compare versions

Comparing version 5.11.1 to 5.12.0

18

CHANGELOG.md

@@ -0,1 +1,19 @@

# [@cypress/webpack-preprocessor-v5.12.0](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v5.11.1...@cypress/webpack-preprocessor-v5.12.0) (2022-06-01)
### Bug Fixes
* windows build ([#20854](https://github.com/cypress-io/cypress/issues/20854)) ([e6cbc5a](https://github.com/cypress-io/cypress/commit/e6cbc5ae1edef0e7f0474dba6b2d8da3030489db))
### Features
* error when updating a 9.X value in 10.X in the pluginsFile ([#20521](https://github.com/cypress-io/cypress/issues/20521)) ([1de1aa5](https://github.com/cypress-io/cypress/commit/1de1aa5ccc2989d9a22e4e6ba88573a2c5c392e1))
* merging / delegating remote queries to cloud schema ([#17875](https://github.com/cypress-io/cypress/issues/17875)) ([94541d4](https://github.com/cypress-io/cypress/commit/94541d4f18591e8fa4b8702c39e92b0a7238aa5d))
* support specPattern, deprecate integrationFolder and componentFolder ([#19319](https://github.com/cypress-io/cypress/issues/19319)) ([792980a](https://github.com/cypress-io/cypress/commit/792980ac12746ef47b9c944ebe4c6c353a187ab2))
* Use .config files ([#18578](https://github.com/cypress-io/cypress/issues/18578)) ([081dd19](https://github.com/cypress-io/cypress/commit/081dd19cc6da3da229a7af9c84f62730c85a5cd6))
* Use plugins on config files ([#18798](https://github.com/cypress-io/cypress/issues/18798)) ([bb8251b](https://github.com/cypress-io/cypress/commit/bb8251b752ac44f1184f9160194cf12d41fc867f))
* use supportFile by testingType ([#19364](https://github.com/cypress-io/cypress/issues/19364)) ([0366d4f](https://github.com/cypress-io/cypress/commit/0366d4fa8971e5e5189c6fd6450cc3c8d72dcfe1))
* validate specPattern root level ([#19980](https://github.com/cypress-io/cypress/issues/19980)) ([5d52758](https://github.com/cypress-io/cypress/commit/5d52758d82c47033803c69c7858fc786a900faaf))
# [@cypress/webpack-preprocessor-v5.11.1](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v5.11.0...@cypress/webpack-preprocessor-v5.11.1) (2022-02-08)

@@ -2,0 +20,0 @@

1

dist/index.d.ts
/// <reference types="webpack-dev-server" />
/// <reference types="webpack-dev-server-3" />
/// <reference types="node" />

@@ -3,0 +4,0 @@ import * as Promise from 'bluebird';

14

package.json
{
"name": "@cypress/webpack-preprocessor",
"version": "5.11.1",
"version": "5.12.0",
"description": "Cypress preprocessor for bundling JavaScript via webpack",

@@ -8,3 +8,3 @@ "private": false,

"scripts": {
"build": "shx rm -rf dist && tsc",
"build": "rimraf dist && tsc || echo 'built, with errors'",
"build-prod": "yarn build",

@@ -20,3 +20,3 @@ "deps": "deps-ok && dependency-check --no-dev .",

"test-watch": "yarn test-unit & chokidar '**/*.(js|ts)' 'test/unit/*.(js|ts)' -c 'yarn test-unit'",
"types": "tsc --noEmit",
"check-ts": "tsc --noEmit",
"watch": "yarn build --watch"

@@ -51,3 +51,3 @@ },

"find-webpack": "1.5.0",
"fs-extra": "8.1.0",
"fs-extra": "9.1.0",
"mocha": "^7.1.0",

@@ -59,9 +59,9 @@ "mockery": "2.1.0",

"react-scripts": "3.2",
"rimraf": "3.0.2",
"semantic-release": "17.2.3",
"shx": "0.3.3",
"sinon": "^9.0.0",
"sinon-chai": "^3.5.0",
"snap-shot-it": "7.9.2",
"ts-node": "8.10.1",
"webpack": "^4.41.12"
"ts-node": "^10.2.1",
"webpack": "^4.44.2"
},

@@ -68,0 +68,0 @@ "peerDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc