@nrwl/cypress 15.0.4 → 15.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [15.0.4](https://github.com/nrwl/nx/compare/15.0.3...15.0.4) (2022-10-27)
6
+ ## [15.0.6](https://github.com/nrwl/nx/compare/15.0.5...15.0.6) (2022-11-02)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/cypress
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/cypress",
3
- "version": "15.0.4",
3
+ "version": "15.0.6",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.",
6
6
  "repository": {
@@ -37,9 +37,9 @@
37
37
  "@babel/core": "^7.0.1",
38
38
  "@babel/preset-env": "^7.0.0",
39
39
  "@cypress/webpack-preprocessor": "^5.12.0",
40
- "@nrwl/devkit": "15.0.4",
41
- "@nrwl/linter": "15.0.4",
42
- "@nrwl/workspace": "15.0.4",
40
+ "@nrwl/devkit": "15.0.6",
41
+ "@nrwl/linter": "15.0.6",
42
+ "@nrwl/workspace": "15.0.6",
43
43
  "@phenomnomnominal/tsquery": "4.1.1",
44
44
  "babel-loader": "^8.0.2",
45
45
  "chalk": "4.1.0",
@@ -64,5 +64,5 @@
64
64
  "access": "public"
65
65
  },
66
66
  "types": "./index.d.ts",
67
- "gitHead": "3b9cb7f190284ee348aa7d6528e0c4b3c8c217f3"
67
+ "gitHead": "dbc79728aa9246d7647914cbbffcacef72eea9a4"
68
68
  }
@@ -3,7 +3,7 @@ import ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
3
3
  /**
4
4
  * @deprecated This function is no longer necessary and will be removed in Nx 14
5
5
  */
6
- export declare function preprocessTypescript(config: any, customizeWebpackConfig?: (webpackConfig: any) => any): (file: any) => Promise<Promise<string>>;
6
+ export declare function preprocessTypescript(config: any, customizeWebpackConfig?: (webpackConfig: any) => any): (file: any) => Promise<Bluebird<string>>;
7
7
  export declare function getWebpackConfig(config: any): {
8
8
  resolve: {
9
9
  extensions: string[];