Skip to content

Commit 6882ad1

Browse files
authored
chore(repo): update nx to 20.1.0-beta.2 (#28813)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> This repo uses Nx 20.0.7 ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> This repo uses nx 20.1.0-beta.0 ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
1 parent 0d746ef commit 6882ad1

File tree

3 files changed

+593
-595
lines changed

3 files changed

+593
-595
lines changed

graph/client/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ module.exports = {
3333
assets: getAssets(process.env.NX_TASK_TARGET_CONFIGURATION),
3434
webpackConfig: './webpack.config.js',
3535
outputHashing: 'none',
36+
deleteOutputPath: false,
3637
}),
3738
new NxReactWebpackPlugin({
3839
svgr: false,

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -69,25 +69,25 @@
6969
"@ngrx/store": "18.0.2",
7070
"@nuxt/kit": "^3.10.0",
7171
"@nuxt/schema": "^3.10.0",
72-
"@nx/angular": "20.0.7",
73-
"@nx/cypress": "20.0.7",
74-
"@nx/devkit": "20.0.7",
75-
"@nx/esbuild": "20.0.7",
76-
"@nx/eslint": "20.0.7",
77-
"@nx/eslint-plugin": "20.0.7",
78-
"@nx/jest": "20.0.7",
79-
"@nx/js": "20.0.7",
80-
"@nx/next": "20.0.7",
81-
"@nx/playwright": "20.0.7",
72+
"@nx/angular": "20.1.0-beta.2",
73+
"@nx/cypress": "20.1.0-beta.2",
74+
"@nx/devkit": "20.1.0-beta.2",
75+
"@nx/esbuild": "20.1.0-beta.2",
76+
"@nx/eslint": "20.1.0-beta.2",
77+
"@nx/eslint-plugin": "20.1.0-beta.2",
78+
"@nx/jest": "20.1.0-beta.2",
79+
"@nx/js": "20.1.0-beta.2",
80+
"@nx/next": "20.1.0-beta.2",
81+
"@nx/playwright": "20.1.0-beta.2",
8282
"@nx/powerpack-enterprise-cloud": "1.0.9",
8383
"@nx/powerpack-license": "1.0.9",
8484
"@nx/powerpack-s3-cache": "1.0.9",
8585
"@nx/powerpack-shared-fs-cache": "1.0.9",
86-
"@nx/react": "20.0.7",
87-
"@nx/storybook": "20.0.7",
88-
"@nx/vite": "20.0.7",
89-
"@nx/web": "20.0.7",
90-
"@nx/webpack": "20.0.7",
86+
"@nx/react": "20.1.0-beta.2",
87+
"@nx/storybook": "20.1.0-beta.2",
88+
"@nx/vite": "20.1.0-beta.2",
89+
"@nx/web": "20.1.0-beta.2",
90+
"@nx/webpack": "20.1.0-beta.2",
9191
"@phenomnomnominal/tsquery": "~5.0.1",
9292
"@playwright/test": "^1.36.1",
9393
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
@@ -248,7 +248,7 @@
248248
"node-fetch": "^2.6.7",
249249
"npm-package-arg": "11.0.1",
250250
"nuxt": "^3.10.0",
251-
"nx": "20.0.7",
251+
"nx": "20.1.0-beta.2",
252252
"octokit": "^2.0.14",
253253
"open": "^8.4.0",
254254
"openai": "~4.3.1",

0 commit comments

Comments
 (0)