@nx/playwright 19.0.0-canary.20240503-dbad02a → 19.0.0-canary.20240504-fd5ea92
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/playwright",
|
|
3
|
-
"version": "19.0.0-canary.
|
|
3
|
+
"version": "19.0.0-canary.20240504-fd5ea92",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"homepage": "https://nx.dev",
|
|
6
6
|
"private": false,
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
|
36
|
-
"@nx/devkit": "19.0.0-canary.
|
|
37
|
-
"@nx/eslint": "19.0.0-canary.
|
|
38
|
-
"@nx/js": "19.0.0-canary.
|
|
36
|
+
"@nx/devkit": "19.0.0-canary.20240504-fd5ea92",
|
|
37
|
+
"@nx/eslint": "19.0.0-canary.20240504-fd5ea92",
|
|
38
|
+
"@nx/js": "19.0.0-canary.20240504-fd5ea92",
|
|
39
39
|
"tslib": "^2.3.0",
|
|
40
40
|
"minimatch": "9.0.3"
|
|
41
41
|
},
|
|
@@ -7,7 +7,7 @@ const executor_to_plugin_migrator_1 = require("@nx/devkit/src/generators/plugin-
|
|
|
7
7
|
async function convertToInferred(tree, options) {
|
|
8
8
|
const projectGraph = await (0, devkit_1.createProjectGraphAsync)();
|
|
9
9
|
const migratedProjects = await (0, executor_to_plugin_migrator_1.migrateExecutorToPlugin)(tree, projectGraph, '@nx/playwright:playwright', '@nx/playwright/plugin', (targetName) => ({ targetName, ciTargetName: 'e2e-ci' }), postTargetTransformer, plugin_1.createNodes, options.project);
|
|
10
|
-
if (migratedProjects === 0) {
|
|
10
|
+
if (migratedProjects.size === 0) {
|
|
11
11
|
throw new Error('Could not find any targets to migrate.');
|
|
12
12
|
}
|
|
13
13
|
if (!options.skipFormat) {
|