Skip to content

Commit b56df7b

Browse files
authored
chore(repo): update nx to 20.8.0-beta.2 (#30694)
<!-- 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.7.0-beta.3 ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> This repo uses Nx 20.8.0-beta.2 ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
1 parent ce41ded commit b56df7b

File tree

7 files changed

+1441
-887
lines changed

7 files changed

+1441
-887
lines changed

graph/client-e2e/cypress-release-static.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@ export default defineConfig({
2828
* More Info: https://docs.cypress.io/guides/references/migration-guide#Test-Isolation
2929
**/
3030
testIsolation: false,
31+
// Please ensure you use `cy.origin()` when navigating between domains and remove this option.
32+
// See https://docs.cypress.io/app/references/migration-guide#Changes-to-cyorigin
33+
injectDocumentDomain: true,
3134
},
3235
});

graph/client-e2e/cypress-release.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ export default defineConfig({
2727
* More Info: https://docs.cypress.io/guides/references/migration-guide#Test-Isolation
2828
**/
2929
testIsolation: false,
30+
// Please ensure you use `cy.origin()` when navigating between domains and remove this option.
31+
// See https://docs.cypress.io/app/references/migration-guide#Changes-to-cyorigin
32+
injectDocumentDomain: true,
3033
},
3134
});

graph/client-e2e/cypress-watch-mode.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ export default defineConfig({
2727
* More Info: https://docs.cypress.io/guides/references/migration-guide#Test-Isolation
2828
**/
2929
testIsolation: false,
30+
// Please ensure you use `cy.origin()` when navigating between domains and remove this option.
31+
// See https://docs.cypress.io/app/references/migration-guide#Changes-to-cyorigin
32+
injectDocumentDomain: true,
3033
},
3134
});

graph/client-e2e/cypress.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ export default defineConfig({
2727
* More Info: https://docs.cypress.io/guides/references/migration-guide#Test-Isolation
2828
**/
2929
testIsolation: false,
30+
// Please ensure you use `cy.origin()` when navigating between domains and remove this option.
31+
// See https://docs.cypress.io/app/references/migration-guide#Changes-to-cyorigin
32+
injectDocumentDomain: true,
3033
},
3134
});

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -75,27 +75,27 @@
7575
"@notionhq/client": "^2.2.15",
7676
"@nuxt/kit": "^3.10.0",
7777
"@nuxt/schema": "^3.10.0",
78-
"@nx/angular": "20.7.0-beta.3",
79-
"@nx/cypress": "20.7.0-beta.3",
80-
"@nx/devkit": "20.7.0-beta.3",
81-
"@nx/esbuild": "20.7.0-beta.3",
82-
"@nx/eslint": "20.7.0-beta.3",
83-
"@nx/eslint-plugin": "20.7.0-beta.3",
84-
"@nx/jest": "20.7.0-beta.3",
85-
"@nx/js": "20.7.0-beta.3",
78+
"@nx/angular": "20.8.0-beta.2",
79+
"@nx/cypress": "20.8.0-beta.2",
80+
"@nx/devkit": "20.8.0-beta.2",
81+
"@nx/esbuild": "20.8.0-beta.2",
82+
"@nx/eslint": "20.8.0-beta.2",
83+
"@nx/eslint-plugin": "20.8.0-beta.2",
84+
"@nx/jest": "20.8.0-beta.2",
85+
"@nx/js": "20.8.0-beta.2",
8686
"@nx/key": "1.3.0-beta.11",
87-
"@nx/next": "20.7.0-beta.3",
88-
"@nx/playwright": "20.7.0-beta.3",
87+
"@nx/next": "20.8.0-beta.2",
88+
"@nx/playwright": "20.8.0-beta.2",
8989
"@nx/powerpack-conformance": "1.3.0-beta.11",
9090
"@nx/powerpack-enterprise-cloud": "1.3.0-beta.11",
9191
"@nx/powerpack-license": "1.3.0-beta.11",
92-
"@nx/react": "20.7.0-beta.3",
93-
"@nx/rsbuild": "20.7.0-beta.3",
94-
"@nx/rspack": "20.7.0-beta.3",
95-
"@nx/storybook": "20.7.0-beta.3",
96-
"@nx/vite": "20.7.0-beta.3",
97-
"@nx/web": "20.7.0-beta.3",
98-
"@nx/webpack": "20.7.0-beta.3",
92+
"@nx/react": "20.8.0-beta.2",
93+
"@nx/rsbuild": "20.8.0-beta.2",
94+
"@nx/rspack": "20.8.0-beta.2",
95+
"@nx/storybook": "20.8.0-beta.2",
96+
"@nx/vite": "20.8.0-beta.2",
97+
"@nx/web": "20.8.0-beta.2",
98+
"@nx/webpack": "20.8.0-beta.2",
9999
"@phenomnomnominal/tsquery": "~5.0.1",
100100
"@playwright/test": "^1.36.1",
101101
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
@@ -115,13 +115,13 @@
115115
"@rspack/plugin-minify": "^0.7.5",
116116
"@rspack/plugin-react-refresh": "^1.0.0",
117117
"@schematics/angular": "19.2.0",
118-
"@storybook/addon-essentials": "8.4.6",
119-
"@storybook/addon-interactions": "8.4.6",
120-
"@storybook/core-server": "8.4.6",
121-
"@storybook/react": "8.4.6",
122-
"@storybook/react-vite": "8.4.6",
123-
"@storybook/react-webpack5": "8.4.6",
124-
"@storybook/types": "^8.4.6",
118+
"@storybook/addon-essentials": "8.6.12",
119+
"@storybook/addon-interactions": "8.6.12",
120+
"@storybook/core-server": "8.6.12",
121+
"@storybook/react": "8.6.12",
122+
"@storybook/react-vite": "8.6.12",
123+
"@storybook/react-webpack5": "8.6.12",
124+
"@storybook/types": "8.6.12",
125125
"@supabase/supabase-js": "^2.26.0",
126126
"@svgr/rollup": "^8.1.0",
127127
"@svgr/webpack": "^8.0.1",
@@ -132,9 +132,9 @@
132132
"@swc/jest": "0.2.36",
133133
"@testing-library/react": "15.0.6",
134134
"@tutorialkit/astro": "1.3.1",
135+
"@tutorialkit/react": "1.3.1",
135136
"@tutorialkit/theme": "1.3.1",
136137
"@tutorialkit/types": "1.3.1",
137-
"@tutorialkit/react": "1.3.1",
138138
"@types/cytoscape": "^3.18.2",
139139
"@types/detect-port": "^1.3.2",
140140
"@types/ejs": "3.1.2",
@@ -185,7 +185,7 @@
185185
"convert-source-map": "^2.0.0",
186186
"copy-webpack-plugin": "^10.2.4",
187187
"css-minimizer-webpack-plugin": "^5.0.0",
188-
"cypress": "13.13.0",
188+
"cypress": "14.3.0",
189189
"cytoscape": "^3.18.2",
190190
"cytoscape-dagre": "^2.4.0",
191191
"cytoscape-popper": "^2.0.0",
@@ -199,8 +199,8 @@
199199
"enhanced-resolve": "^5.8.3",
200200
"esbuild": "0.25.0",
201201
"eslint": "8.57.0",
202-
"eslint-config-next": "14.2.16",
203-
"eslint-config-prettier": "^10.0.0",
202+
"eslint-config-next": "15.3.0",
203+
"eslint-config-prettier": "10.1.2",
204204
"eslint-plugin-cypress": "2.14.0",
205205
"eslint-plugin-import": "2.31.0",
206206
"eslint-plugin-jsx-a11y": "6.10.1",
@@ -265,7 +265,7 @@
265265
"ng-packagr": "19.2.0",
266266
"npm-package-arg": "11.0.1",
267267
"nuxt": "^3.10.0",
268-
"nx": "20.7.0-beta.3",
268+
"nx": "20.8.0-beta.2",
269269
"octokit": "^2.0.14",
270270
"open": "^8.4.0",
271271
"openai": "~4.3.1",
@@ -375,7 +375,7 @@
375375
"json-schema-to-typescript": "^10.1.5",
376376
"jsonpointer": "^5.0.0",
377377
"license-checker": "^25.0.1",
378-
"next": "14.2.26",
378+
"next": "14.2.28",
379379
"next-seo": "^5.13.0",
380380
"node-machine-id": "1.1.12",
381381
"npm-run-path": "^4.0.1",

packages/cypress/src/plugins/plugin.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ describe('@nx/cypress/plugin', () => {
160160
videosFolder: './dist/videos',
161161
screenshotsFolder: './dist/screenshots',
162162
devServer: {
163-
framework: 'create-react-app',
163+
framework: 'react',
164164
bundler: 'webpack',
165165
},
166166
},

0 commit comments

Comments
 (0)