Skip to content

Commit

Permalink
fix(misc): adjust deprecation messages to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed May 7, 2024
1 parent 5edc64a commit 0653aa6
Show file tree
Hide file tree
Showing 156 changed files with 235 additions and 1,208 deletions.
168 changes: 0 additions & 168 deletions docs/generated/cli/affected-graph.md

This file was deleted.

126 changes: 0 additions & 126 deletions docs/generated/cli/print-affected.md

This file was deleted.

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

**`Deprecated`**

Use [NxPluginV2](../../devkit/documents/NxPluginV2) instead. This will be removed in Nx 19
Use [NxPluginV2](../../devkit/documents/NxPluginV2) instead. This will be removed in Nx 20

#### Type declaration

| Name | Type | Description |
| :------------------------ | :------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `name` | `string` | - |
| `processProjectGraph?` | `ProjectGraphProcessor` | **`Deprecated`** Use [CreateNodes](../../devkit/documents/CreateNodes) and [CreateDependencies](../../devkit/documents/CreateDependencies) instead. This will be removed in Nx 19 |
| `projectFilePatterns?` | `string`[] | A glob pattern to search for non-standard project files. @example: ["*.csproj", "pom.xml"] **`Deprecated`** Use [CreateNodes](../../devkit/documents/CreateNodes) instead. This will be removed in Nx 19 |
| `registerProjectTargets?` | [`ProjectTargetConfigurator`](../../devkit/documents/ProjectTargetConfigurator) | **`Deprecated`** Add targets to the projects inside of [CreateNodes](../../devkit/documents/CreateNodes) instead. This will be removed in Nx 19 |
| `processProjectGraph?` | `ProjectGraphProcessor` | **`Deprecated`** Use [CreateNodes](../../devkit/documents/CreateNodes) and [CreateDependencies](../../devkit/documents/CreateDependencies) instead. This will be removed in Nx 20 |
| `projectFilePatterns?` | `string`[] | A glob pattern to search for non-standard project files. @example: ["*.csproj", "pom.xml"] **`Deprecated`** Use [CreateNodes](../../devkit/documents/CreateNodes) instead. This will be removed in Nx 20 |
| `registerProjectTargets?` | [`ProjectTargetConfigurator`](../../devkit/documents/ProjectTargetConfigurator) | **`Deprecated`** Add targets to the projects inside of [CreateNodes](../../devkit/documents/CreateNodes) instead. This will be removed in Nx 20 |
2 changes: 1 addition & 1 deletion docs/generated/devkit/ProjectGraphBuilder.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A class which builds up a project graph

**`Deprecated`**

The ProjectGraphProcessor has been deprecated. Use a [CreateNodes](../../devkit/documents/CreateNodes) and/or a [CreateDependencies](../../devkit/documents/CreateDependencies) instead. This will be removed in Nx 19.
The ProjectGraphProcessor has been deprecated. Use a [CreateNodes](../../devkit/documents/CreateNodes) and/or a [CreateDependencies](../../devkit/documents/CreateDependencies) instead. This will be removed in Nx 20.

## Table of contents

Expand Down
2 changes: 1 addition & 1 deletion docs/generated/devkit/ProjectGraphProcessorContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Additional information to be used to process a project graph

**`Deprecated`**

The ProjectGraphProcessor is deprecated. This will be removed in Nx 19.
The ProjectGraphProcessor is deprecated. This will be removed in Nx 20.

## Table of contents

Expand Down
2 changes: 1 addition & 1 deletion docs/generated/devkit/ProjectTargetConfigurator.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**`Deprecated`**

Add targets to the projects in a [CreateNodes](../../devkit/documents/CreateNodes) function instead. This will be removed in Nx 19
Add targets to the projects in a [CreateNodes](../../devkit/documents/CreateNodes) function instead. This will be removed in Nx 20

#### Type declaration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

**`Deprecated`**

Pass the target and overrides instead. This will be removed in v19.
Pass the target and overrides instead. This will be removed in v20.

**getOutputsForTargetAndConfiguration**(`target`, `overrides`, `node`): `string`[]

Expand Down
16 changes: 0 additions & 16 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -8378,22 +8378,6 @@
"children": [],
"disableCollapsible": false
},
{
"name": "affected:graph",
"path": "/nx-api/nx/documents/affected-dep-graph",
"id": "affected-dep-graph",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "print-affected",
"path": "/nx-api/nx/documents/print-affected",
"id": "print-affected",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "format:check",
"path": "/nx-api/nx/documents/format-check",
Expand Down
Loading

0 comments on commit 0653aa6

Please sign in to comment.