Skip to content

Commit

Permalink
feat(core): cleanup for v19 (#22993)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed May 1, 2024
1 parent 307f8d4 commit a64a7e2
Show file tree
Hide file tree
Showing 184 changed files with 229 additions and 16,339 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ rust-toolchain @nrwl/nx-native-reviewers
/packages/devkit/** @nrwl/nx-devkit-reviewers
/packages/devkit/index.ts @FrozenPandaz @vsavkin
/packages/devkit/public-api.ts @FrozenPandaz @vsavkin
/packages/devkit/nx.ts @FrozenPandaz @vsavkin

# Gradle
/packages/gradle/** @FrozenPandaz @xiongemi
Expand Down
1 change: 0 additions & 1 deletion docs/generated/devkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ It only uses language primitives and immutable objects
### Classes

- [ProjectGraphBuilder](../../devkit/documents/ProjectGraphBuilder)
- [Workspaces](../../devkit/documents/Workspaces)

### Interfaces

Expand Down
8 changes: 4 additions & 4 deletions docs/generated/devkit/TaskHasher.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

**`Deprecated`**

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

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

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

**`Deprecated`**

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

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

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

**`Deprecated`**

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

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

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

**`Deprecated`**

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

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

Expand Down
45 changes: 0 additions & 45 deletions docs/generated/devkit/Workspaces.md

This file was deleted.

17 changes: 0 additions & 17 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -8630,23 +8630,6 @@
"isExternal": false,
"disableCollapsible": false
},
{
"id": "executors",
"path": "/nx-api/plugin/executors",
"name": "executors",
"children": [
{
"id": "e2e",
"path": "/nx-api/plugin/executors/e2e",
"name": "e2e",
"children": [],
"isExternal": false,
"disableCollapsible": false
}
],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "generators",
"path": "/nx-api/plugin/generators",
Expand Down
12 changes: 1 addition & 11 deletions docs/generated/manifests/nx-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2072,17 +2072,7 @@
},
"root": "/packages/plugin",
"source": "/packages/plugin/src",
"executors": {
"/nx-api/plugin/executors/e2e": {
"description": "Creates and runs the E2E tests for an Nx Plugin.",
"file": "generated/packages/plugin/executors/e2e.json",
"hidden": false,
"name": "e2e",
"originalFilePath": "/packages/plugin/src/executors/e2e/schema.json",
"path": "/nx-api/plugin/executors/e2e",
"type": "executor"
}
},
"executors": {},
"generators": {
"/nx-api/plugin/generators/plugin": {
"description": "Create a Nx Plugin.",
Expand Down
12 changes: 1 addition & 11 deletions docs/generated/packages-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2047,17 +2047,7 @@
"originalFilePath": "shared/packages/plugin/plugin"
}
],
"executors": [
{
"description": "Creates and runs the E2E tests for an Nx Plugin.",
"file": "generated/packages/plugin/executors/e2e.json",
"hidden": false,
"name": "e2e",
"originalFilePath": "/packages/plugin/src/executors/e2e/schema.json",
"path": "plugin/executors/e2e",
"type": "executor"
}
],
"executors": [],
"generators": [
{
"description": "Create a Nx Plugin.",
Expand Down
1 change: 0 additions & 1 deletion docs/generated/packages/devkit/documents/nx_devkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ It only uses language primitives and immutable objects
### Classes

- [ProjectGraphBuilder](../../devkit/documents/ProjectGraphBuilder)
- [Workspaces](../../devkit/documents/Workspaces)

### Interfaces

Expand Down
209 changes: 0 additions & 209 deletions docs/generated/packages/plugin/executors/e2e.json

This file was deleted.

2 changes: 0 additions & 2 deletions docs/shared/reference/sitemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,6 @@
- [plugin](/nx-api/plugin)
- [documents](/nx-api/plugin/documents)
- [Overview](/nx-api/plugin/documents/overview)
- [executors](/nx-api/plugin/executors)
- [e2e](/nx-api/plugin/executors/e2e)
- [generators](/nx-api/plugin/generators)
- [plugin](/nx-api/plugin/generators/plugin)
- [create-package](/nx-api/plugin/generators/create-package)
Expand Down
1 change: 0 additions & 1 deletion nx-dev/nx-dev-e2e/src/packages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ const pages: Array<{ title: string; path: string }> = [
title: '@nx/plugin:executor',
path: '/packages/plugin/generators/executor',
},
{ title: '@nx/plugin:e2e', path: '/packages/plugin/executors/e2e' },
{ title: '@nx/react', path: '/packages/react' },
{ title: '@nx/react:init', path: '/packages/react/generators/init' },
{
Expand Down

0 comments on commit a64a7e2

Please sign in to comment.