Skip to content

Commit a64a7e2

Browse files
authored
feat(core): cleanup for v19 (#22993)
1 parent 307f8d4 commit a64a7e2

File tree

184 files changed

+229
-16339
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+229
-16339
lines changed

CODEOWNERS

-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ rust-toolchain @nrwl/nx-native-reviewers
136136
/packages/devkit/** @nrwl/nx-devkit-reviewers
137137
/packages/devkit/index.ts @FrozenPandaz @vsavkin
138138
/packages/devkit/public-api.ts @FrozenPandaz @vsavkin
139-
/packages/devkit/nx.ts @FrozenPandaz @vsavkin
140139

141140
# Gradle
142141
/packages/gradle/** @FrozenPandaz @xiongemi

docs/generated/devkit/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ It only uses language primitives and immutable objects
1919
### Classes
2020

2121
- [ProjectGraphBuilder](../../devkit/documents/ProjectGraphBuilder)
22-
- [Workspaces](../../devkit/documents/Workspaces)
2322

2423
### Interfaces
2524

docs/generated/devkit/TaskHasher.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
**`Deprecated`**
2727

28-
use hashTask(task:Task, taskGraph: TaskGraph, env: NodeJS.ProcessEnv) instead. This will be removed in v19
28+
use hashTask(task:Task, taskGraph: TaskGraph, env: NodeJS.ProcessEnv) instead. This will be removed in v20
2929

3030
**hashTask**(`task`, `taskGraph`): `Promise`\<[`Hash`](../../devkit/documents/Hash)\>
3131

@@ -42,7 +42,7 @@ use hashTask(task:Task, taskGraph: TaskGraph, env: NodeJS.ProcessEnv) instead. T
4242

4343
**`Deprecated`**
4444

45-
use hashTask(task:Task, taskGraph: TaskGraph, env: NodeJS.ProcessEnv) instead. This will be removed in v19
45+
use hashTask(task:Task, taskGraph: TaskGraph, env: NodeJS.ProcessEnv) instead. This will be removed in v20
4646

4747
**hashTask**(`task`, `taskGraph`, `env`): `Promise`\<[`Hash`](../../devkit/documents/Hash)\>
4848

@@ -76,7 +76,7 @@ use hashTask(task:Task, taskGraph: TaskGraph, env: NodeJS.ProcessEnv) instead. T
7676

7777
**`Deprecated`**
7878

79-
use hashTasks(tasks:Task[], taskGraph: TaskGraph, env: NodeJS.ProcessEnv) instead. This will be removed in v19
79+
use hashTasks(tasks:Task[], taskGraph: TaskGraph, env: NodeJS.ProcessEnv) instead. This will be removed in v20
8080

8181
**hashTasks**(`tasks`, `taskGraph`): `Promise`\<[`Hash`](../../devkit/documents/Hash)[]\>
8282

@@ -93,7 +93,7 @@ use hashTasks(tasks:Task[], taskGraph: TaskGraph, env: NodeJS.ProcessEnv) instea
9393

9494
**`Deprecated`**
9595

96-
use hashTasks(tasks:Task[], taskGraph: TaskGraph, env: NodeJS.ProcessEnv) instead. This will be removed in v19
96+
use hashTasks(tasks:Task[], taskGraph: TaskGraph, env: NodeJS.ProcessEnv) instead. This will be removed in v20
9797

9898
**hashTasks**(`tasks`, `taskGraph`, `env`): `Promise`\<[`Hash`](../../devkit/documents/Hash)[]\>
9999

docs/generated/devkit/Workspaces.md

-45
This file was deleted.

docs/generated/manifests/menus.json

-17
Original file line numberDiff line numberDiff line change
@@ -8630,23 +8630,6 @@
86308630
"isExternal": false,
86318631
"disableCollapsible": false
86328632
},
8633-
{
8634-
"id": "executors",
8635-
"path": "/nx-api/plugin/executors",
8636-
"name": "executors",
8637-
"children": [
8638-
{
8639-
"id": "e2e",
8640-
"path": "/nx-api/plugin/executors/e2e",
8641-
"name": "e2e",
8642-
"children": [],
8643-
"isExternal": false,
8644-
"disableCollapsible": false
8645-
}
8646-
],
8647-
"isExternal": false,
8648-
"disableCollapsible": false
8649-
},
86508633
{
86518634
"id": "generators",
86528635
"path": "/nx-api/plugin/generators",

docs/generated/manifests/nx-api.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -2072,17 +2072,7 @@
20722072
},
20732073
"root": "/packages/plugin",
20742074
"source": "/packages/plugin/src",
2075-
"executors": {
2076-
"/nx-api/plugin/executors/e2e": {
2077-
"description": "Creates and runs the E2E tests for an Nx Plugin.",
2078-
"file": "generated/packages/plugin/executors/e2e.json",
2079-
"hidden": false,
2080-
"name": "e2e",
2081-
"originalFilePath": "/packages/plugin/src/executors/e2e/schema.json",
2082-
"path": "/nx-api/plugin/executors/e2e",
2083-
"type": "executor"
2084-
}
2085-
},
2075+
"executors": {},
20862076
"generators": {
20872077
"/nx-api/plugin/generators/plugin": {
20882078
"description": "Create a Nx Plugin.",

docs/generated/packages-metadata.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -2047,17 +2047,7 @@
20472047
"originalFilePath": "shared/packages/plugin/plugin"
20482048
}
20492049
],
2050-
"executors": [
2051-
{
2052-
"description": "Creates and runs the E2E tests for an Nx Plugin.",
2053-
"file": "generated/packages/plugin/executors/e2e.json",
2054-
"hidden": false,
2055-
"name": "e2e",
2056-
"originalFilePath": "/packages/plugin/src/executors/e2e/schema.json",
2057-
"path": "plugin/executors/e2e",
2058-
"type": "executor"
2059-
}
2060-
],
2050+
"executors": [],
20612051
"generators": [
20622052
{
20632053
"description": "Create a Nx Plugin.",

docs/generated/packages/devkit/documents/nx_devkit.md

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ It only uses language primitives and immutable objects
1919
### Classes
2020

2121
- [ProjectGraphBuilder](../../devkit/documents/ProjectGraphBuilder)
22-
- [Workspaces](../../devkit/documents/Workspaces)
2322

2423
### Interfaces
2524

docs/generated/packages/plugin/executors/e2e.json

-209
This file was deleted.

docs/shared/reference/sitemap.md

-2
Original file line numberDiff line numberDiff line change
@@ -562,8 +562,6 @@
562562
- [plugin](/nx-api/plugin)
563563
- [documents](/nx-api/plugin/documents)
564564
- [Overview](/nx-api/plugin/documents/overview)
565-
- [executors](/nx-api/plugin/executors)
566-
- [e2e](/nx-api/plugin/executors/e2e)
567565
- [generators](/nx-api/plugin/generators)
568566
- [plugin](/nx-api/plugin/generators/plugin)
569567
- [create-package](/nx-api/plugin/generators/create-package)

nx-dev/nx-dev-e2e/src/packages.spec.ts

-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ const pages: Array<{ title: string; path: string }> = [
275275
title: '@nx/plugin:executor',
276276
path: '/packages/plugin/generators/executor',
277277
},
278-
{ title: '@nx/plugin:e2e', path: '/packages/plugin/executors/e2e' },
279278
{ title: '@nx/react', path: '/packages/react' },
280279
{ title: '@nx/react:init', path: '/packages/react/generators/init' },
281280
{

0 commit comments

Comments
 (0)