Skip to content

Commit d2a0593

Browse files
authored
chore(repo): update nx to 21.4.0-beta.8 (#32301)
Updating Nx from 21.4.0-beta.6 to 21.4.0-beta.8
1 parent bcedaab commit d2a0593

4 files changed

Lines changed: 254 additions & 552 deletions

File tree

docs/generated/devkit/PostTasksExecutionContext.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
| Name | Type |
88
| :-------------------- | :-------------------------------------------------------------------------------- |
9+
| `argv` | `string`[] |
910
| `nxJsonConfiguration` | [`NxJsonConfiguration`](/reference/core-api/devkit/documents/NxJsonConfiguration) |
1011
| `taskResults` | [`TaskResults`](/reference/core-api/devkit/documents/TaskResults) |
1112
| `workspaceRoot` | `string` |

docs/generated/devkit/PreTasksExecutionContext.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66

77
| Name | Type |
88
| :-------------------- | :-------------------------------------------------------------------------------- |
9+
| `argv` | `string`[] |
910
| `nxJsonConfiguration` | [`NxJsonConfiguration`](/reference/core-api/devkit/documents/NxJsonConfiguration) |
1011
| `workspaceRoot` | `string` |

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -79,28 +79,28 @@
7979
"@notionhq/client": "^2.2.15",
8080
"@nuxt/kit": "^3.10.0",
8181
"@nuxt/schema": "^3.10.0",
82-
"@nx/angular": "21.4.0-beta.6",
82+
"@nx/angular": "21.4.0-beta.8",
8383
"@nx/conformance": "3.0.0",
84-
"@nx/cypress": "21.4.0-beta.6",
85-
"@nx/devkit": "21.4.0-beta.6",
84+
"@nx/cypress": "21.4.0-beta.8",
85+
"@nx/devkit": "21.4.0-beta.8",
8686
"@nx/enterprise-cloud": "3.0.0",
87-
"@nx/esbuild": "21.4.0-beta.6",
88-
"@nx/eslint": "21.4.0-beta.6",
89-
"@nx/eslint-plugin": "21.4.0-beta.6",
90-
"@nx/gradle": "21.4.0-beta.6",
91-
"@nx/jest": "21.4.0-beta.6",
92-
"@nx/js": "21.4.0-beta.6",
87+
"@nx/esbuild": "21.4.0-beta.8",
88+
"@nx/eslint": "21.4.0-beta.8",
89+
"@nx/eslint-plugin": "21.4.0-beta.8",
90+
"@nx/gradle": "21.4.0-beta.8",
91+
"@nx/jest": "21.4.0-beta.8",
92+
"@nx/js": "21.4.0-beta.8",
9393
"@nx/key": "3.0.0",
94-
"@nx/next": "21.4.0-beta.6",
95-
"@nx/playwright": "21.4.0-beta.6",
94+
"@nx/next": "21.4.0-beta.8",
95+
"@nx/playwright": "21.4.0-beta.8",
9696
"@nx/powerpack-license": "3.0.0",
97-
"@nx/react": "21.4.0-beta.6",
98-
"@nx/rsbuild": "21.4.0-beta.6",
99-
"@nx/rspack": "21.4.0-beta.6",
100-
"@nx/storybook": "21.4.0-beta.6",
101-
"@nx/vite": "21.4.0-beta.6",
102-
"@nx/web": "21.4.0-beta.6",
103-
"@nx/webpack": "21.4.0-beta.6",
97+
"@nx/react": "21.4.0-beta.8",
98+
"@nx/rsbuild": "21.4.0-beta.8",
99+
"@nx/rspack": "21.4.0-beta.8",
100+
"@nx/storybook": "21.4.0-beta.8",
101+
"@nx/vite": "21.4.0-beta.8",
102+
"@nx/web": "21.4.0-beta.8",
103+
"@nx/webpack": "21.4.0-beta.8",
104104
"@phenomnomnominal/tsquery": "~5.0.1",
105105
"@playwright/test": "^1.36.1",
106106
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
@@ -216,7 +216,7 @@
216216
"gpt3-tokenizer": "^1.1.5",
217217
"handlebars": "4.7.7",
218218
"html-webpack-plugin": "5.5.0",
219-
"http-proxy-middleware": "^3.0.5",
219+
"http-proxy-middleware": "3.0.5",
220220
"http-server": "14.1.0",
221221
"husky": "^9.1.5",
222222
"identity-obj-proxy": "3.0.0",
@@ -260,7 +260,7 @@
260260
"ng-packagr": "~20.1.0",
261261
"npm-package-arg": "11.0.1",
262262
"nuxt": "^3.10.0",
263-
"nx": "21.4.0-beta.6",
263+
"nx": "21.4.0-beta.8",
264264
"nx-mcp": "^0.1.0",
265265
"octokit": "^2.0.14",
266266
"open": "^8.4.0",

0 commit comments

Comments
 (0)