Skip to content

Commit

Permalink
feat(devkit): bump compatibility to Nx 19 - 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Oct 3, 2024
1 parent 874fad0 commit abd4a3a
Show file tree
Hide file tree
Showing 75 changed files with 624 additions and 1,370 deletions.
23 changes: 3 additions & 20 deletions docs/generated/devkit/ExecutorContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Context that is passed into an executor
- [target](../../devkit/documents/ExecutorContext#target): TargetConfiguration<any>
- [targetName](../../devkit/documents/ExecutorContext#targetname): string
- [taskGraph](../../devkit/documents/ExecutorContext#taskgraph): TaskGraph
- [workspace](../../devkit/documents/ExecutorContext#workspace): ProjectsConfigurations & NxJsonConfiguration<string[] | "\*">

## Properties

Expand Down Expand Up @@ -47,23 +46,19 @@ Enable verbose logging

### nxJsonConfiguration

`Optional` **nxJsonConfiguration**: [`NxJsonConfiguration`](../../devkit/documents/NxJsonConfiguration)\<`string`[] \| `"*"`\>
**nxJsonConfiguration**: [`NxJsonConfiguration`](../../devkit/documents/NxJsonConfiguration)\<`string`[] \| `"*"`\>

The contents of nx.json.

@todo(vsavkin): mark this as required for v17

---

### projectGraph

`Optional` **projectGraph**: [`ProjectGraph`](../../devkit/documents/ProjectGraph)
**projectGraph**: [`ProjectGraph`](../../devkit/documents/ProjectGraph)

A snapshot of the project graph as
it existed when the Nx command was kicked off

@todo(vsavkin) mark this required for v17

---

### projectName
Expand All @@ -76,12 +71,10 @@ The name of the project being executed on

### projectsConfigurations

`Optional` **projectsConfigurations**: [`ProjectsConfigurations`](../../devkit/documents/ProjectsConfigurations)
**projectsConfigurations**: [`ProjectsConfigurations`](../../devkit/documents/ProjectsConfigurations)

Projects config

@todo(vsavkin): mark this as required for v17

---

### root
Expand Down Expand Up @@ -114,13 +107,3 @@ The name of the target being executed

A snapshot of the task graph as
it existed when the Nx command was kicked off

---

### workspace

`Optional` **workspace**: [`ProjectsConfigurations`](../../devkit/documents/ProjectsConfigurations) & [`NxJsonConfiguration`](../../devkit/documents/NxJsonConfiguration)\<`string`[] \| `"*"`\>

Deprecated. Use projectsConfigurations or nxJsonConfiguration
The full workspace configuration
@todo(vsavkin): remove after v17
2 changes: 1 addition & 1 deletion docs/generated/devkit/NxPlugin.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Type alias: NxPlugin

Ƭ **NxPlugin**: [`NxPluginV1`](../../devkit/documents/NxPluginV1) \| [`NxPluginV2`](../../devkit/documents/NxPluginV2)
Ƭ **NxPlugin**: [`NxPluginV2`](../../devkit/documents/NxPluginV2)

A plugin for Nx
16 changes: 0 additions & 16 deletions docs/generated/devkit/NxPluginV1.md

This file was deleted.

288 changes: 0 additions & 288 deletions docs/generated/devkit/ProjectGraphBuilder.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/generated/devkit/ProjectGraphNode.md

This file was deleted.

Loading

0 comments on commit abd4a3a

Please sign in to comment.