@nrwl/cypress 14.3.6 → 14.4.0-beta.2

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
- ## [14.3.6](https://github.com/nrwl/nx/compare/14.3.5...14.3.6) (2022-06-16)
6
+ # [14.4.0-beta.2](https://github.com/nrwl/nx/compare/14.3.6...14.4.0-beta.2) (2022-06-27)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/cypress
package/executors.json CHANGED
@@ -10,7 +10,6 @@
10
10
  "cypress": {
11
11
  "implementation": "./src/executors/cypress/cypress.impl",
12
12
  "schema": "./src/executors/cypress/schema.json",
13
- "hasher": "./src/executors/cypress/hasher",
14
13
  "description": "Run Cypress E2E tests."
15
14
  }
16
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/cypress",
3
- "version": "14.3.6",
3
+ "version": "14.4.0-beta.2",
4
4
  "description": "The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,9 +36,9 @@
36
36
  "@babel/core": "^7.0.1",
37
37
  "@babel/preset-env": "^7.0.0",
38
38
  "@cypress/webpack-preprocessor": "^5.9.1",
39
- "@nrwl/devkit": "14.3.6",
40
- "@nrwl/linter": "14.3.6",
41
- "@nrwl/workspace": "14.3.6",
39
+ "@nrwl/devkit": "14.4.0-beta.2",
40
+ "@nrwl/linter": "14.4.0-beta.2",
41
+ "@nrwl/workspace": "14.4.0-beta.2",
42
42
  "babel-loader": "^8.0.2",
43
43
  "chalk": "4.1.0",
44
44
  "enhanced-resolve": "^5.8.3",
@@ -59,5 +59,5 @@
59
59
  "optional": true
60
60
  }
61
61
  },
62
- "gitHead": "cc2a1d55bb3dd51e655cc8da7af4e633d24b40a3"
62
+ "gitHead": "bf11bbf70947113abdf3495eaaa5fbfd1e26a894"
63
63
  }
@@ -1,7 +0,0 @@
1
- import { Hash, Hasher, NxJsonConfiguration, ProjectGraph, Task, TaskGraph, ProjectsConfigurations } from '@nrwl/devkit';
2
- export default function run(task: Task, context: {
3
- hasher: Hasher;
4
- projectGraph: ProjectGraph;
5
- taskGraph: TaskGraph;
6
- workspaceConfig: ProjectsConfigurations & NxJsonConfiguration;
7
- }): Promise<Hash>;
@@ -1,16 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- function run(task, context) {
5
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
6
- const cypressPluginConfig = context.workspaceConfig.pluginsConfig
7
- ? context.workspaceConfig.pluginsConfig['@nrwl/cypress']
8
- : undefined;
9
- const filter = cypressPluginConfig && cypressPluginConfig.hashingExcludesTestsOfDeps
10
- ? 'exclude-tests-of-deps'
11
- : 'all-files';
12
- return context.hasher.hashTaskWithDepsAndContext(task, filter);
13
- });
14
- }
15
- exports.default = run;
16
- //# sourceMappingURL=hasher.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hasher.js","sourceRoot":"","sources":["../../../../../../packages/cypress/src/executors/cypress/hasher.ts"],"names":[],"mappings":";;;AAUA,SAA8B,GAAG,CAC/B,IAAU,EACV,OAKC;;QAED,MAAM,mBAAmB,GAAG,OAAO,CAAC,eAAe,CAAC,aAAa;YAC/D,CAAC,CAAE,OAAO,CAAC,eAAe,CAAC,aAAa,CAAC,eAAe,CAAS;YACjE,CAAC,CAAC,SAAS,CAAC;QACd,MAAM,MAAM,GACV,mBAAmB,IAAI,mBAAmB,CAAC,0BAA0B;YACnE,CAAC,CAAC,uBAAuB;YACzB,CAAC,CAAC,WAAW,CAAC;QAClB,OAAO,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;IACjE,CAAC;CAAA;AAjBD,sBAiBC"}