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 #
This commit is contained in:
parent
ce41dedf01
commit
b56df7ba7a
@ -28,5 +28,8 @@ export default defineConfig({
|
||||
* More Info: https://docs.cypress.io/guides/references/migration-guide#Test-Isolation
|
||||
**/
|
||||
testIsolation: false,
|
||||
// Please ensure you use `cy.origin()` when navigating between domains and remove this option.
|
||||
// See https://docs.cypress.io/app/references/migration-guide#Changes-to-cyorigin
|
||||
injectDocumentDomain: true,
|
||||
},
|
||||
});
|
||||
|
||||
@ -27,5 +27,8 @@ export default defineConfig({
|
||||
* More Info: https://docs.cypress.io/guides/references/migration-guide#Test-Isolation
|
||||
**/
|
||||
testIsolation: false,
|
||||
// Please ensure you use `cy.origin()` when navigating between domains and remove this option.
|
||||
// See https://docs.cypress.io/app/references/migration-guide#Changes-to-cyorigin
|
||||
injectDocumentDomain: true,
|
||||
},
|
||||
});
|
||||
|
||||
@ -27,5 +27,8 @@ export default defineConfig({
|
||||
* More Info: https://docs.cypress.io/guides/references/migration-guide#Test-Isolation
|
||||
**/
|
||||
testIsolation: false,
|
||||
// Please ensure you use `cy.origin()` when navigating between domains and remove this option.
|
||||
// See https://docs.cypress.io/app/references/migration-guide#Changes-to-cyorigin
|
||||
injectDocumentDomain: true,
|
||||
},
|
||||
});
|
||||
|
||||
@ -27,5 +27,8 @@ export default defineConfig({
|
||||
* More Info: https://docs.cypress.io/guides/references/migration-guide#Test-Isolation
|
||||
**/
|
||||
testIsolation: false,
|
||||
// Please ensure you use `cy.origin()` when navigating between domains and remove this option.
|
||||
// See https://docs.cypress.io/app/references/migration-guide#Changes-to-cyorigin
|
||||
injectDocumentDomain: true,
|
||||
},
|
||||
});
|
||||
|
||||
60
package.json
60
package.json
@ -75,27 +75,27 @@
|
||||
"@notionhq/client": "^2.2.15",
|
||||
"@nuxt/kit": "^3.10.0",
|
||||
"@nuxt/schema": "^3.10.0",
|
||||
"@nx/angular": "20.7.0-beta.3",
|
||||
"@nx/cypress": "20.7.0-beta.3",
|
||||
"@nx/devkit": "20.7.0-beta.3",
|
||||
"@nx/esbuild": "20.7.0-beta.3",
|
||||
"@nx/eslint": "20.7.0-beta.3",
|
||||
"@nx/eslint-plugin": "20.7.0-beta.3",
|
||||
"@nx/jest": "20.7.0-beta.3",
|
||||
"@nx/js": "20.7.0-beta.3",
|
||||
"@nx/angular": "20.8.0-beta.2",
|
||||
"@nx/cypress": "20.8.0-beta.2",
|
||||
"@nx/devkit": "20.8.0-beta.2",
|
||||
"@nx/esbuild": "20.8.0-beta.2",
|
||||
"@nx/eslint": "20.8.0-beta.2",
|
||||
"@nx/eslint-plugin": "20.8.0-beta.2",
|
||||
"@nx/jest": "20.8.0-beta.2",
|
||||
"@nx/js": "20.8.0-beta.2",
|
||||
"@nx/key": "1.3.0-beta.11",
|
||||
"@nx/next": "20.7.0-beta.3",
|
||||
"@nx/playwright": "20.7.0-beta.3",
|
||||
"@nx/next": "20.8.0-beta.2",
|
||||
"@nx/playwright": "20.8.0-beta.2",
|
||||
"@nx/powerpack-conformance": "1.3.0-beta.11",
|
||||
"@nx/powerpack-enterprise-cloud": "1.3.0-beta.11",
|
||||
"@nx/powerpack-license": "1.3.0-beta.11",
|
||||
"@nx/react": "20.7.0-beta.3",
|
||||
"@nx/rsbuild": "20.7.0-beta.3",
|
||||
"@nx/rspack": "20.7.0-beta.3",
|
||||
"@nx/storybook": "20.7.0-beta.3",
|
||||
"@nx/vite": "20.7.0-beta.3",
|
||||
"@nx/web": "20.7.0-beta.3",
|
||||
"@nx/webpack": "20.7.0-beta.3",
|
||||
"@nx/react": "20.8.0-beta.2",
|
||||
"@nx/rsbuild": "20.8.0-beta.2",
|
||||
"@nx/rspack": "20.8.0-beta.2",
|
||||
"@nx/storybook": "20.8.0-beta.2",
|
||||
"@nx/vite": "20.8.0-beta.2",
|
||||
"@nx/web": "20.8.0-beta.2",
|
||||
"@nx/webpack": "20.8.0-beta.2",
|
||||
"@phenomnomnominal/tsquery": "~5.0.1",
|
||||
"@playwright/test": "^1.36.1",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
||||
@ -115,13 +115,13 @@
|
||||
"@rspack/plugin-minify": "^0.7.5",
|
||||
"@rspack/plugin-react-refresh": "^1.0.0",
|
||||
"@schematics/angular": "19.2.0",
|
||||
"@storybook/addon-essentials": "8.4.6",
|
||||
"@storybook/addon-interactions": "8.4.6",
|
||||
"@storybook/core-server": "8.4.6",
|
||||
"@storybook/react": "8.4.6",
|
||||
"@storybook/react-vite": "8.4.6",
|
||||
"@storybook/react-webpack5": "8.4.6",
|
||||
"@storybook/types": "^8.4.6",
|
||||
"@storybook/addon-essentials": "8.6.12",
|
||||
"@storybook/addon-interactions": "8.6.12",
|
||||
"@storybook/core-server": "8.6.12",
|
||||
"@storybook/react": "8.6.12",
|
||||
"@storybook/react-vite": "8.6.12",
|
||||
"@storybook/react-webpack5": "8.6.12",
|
||||
"@storybook/types": "8.6.12",
|
||||
"@supabase/supabase-js": "^2.26.0",
|
||||
"@svgr/rollup": "^8.1.0",
|
||||
"@svgr/webpack": "^8.0.1",
|
||||
@ -132,9 +132,9 @@
|
||||
"@swc/jest": "0.2.36",
|
||||
"@testing-library/react": "15.0.6",
|
||||
"@tutorialkit/astro": "1.3.1",
|
||||
"@tutorialkit/react": "1.3.1",
|
||||
"@tutorialkit/theme": "1.3.1",
|
||||
"@tutorialkit/types": "1.3.1",
|
||||
"@tutorialkit/react": "1.3.1",
|
||||
"@types/cytoscape": "^3.18.2",
|
||||
"@types/detect-port": "^1.3.2",
|
||||
"@types/ejs": "3.1.2",
|
||||
@ -185,7 +185,7 @@
|
||||
"convert-source-map": "^2.0.0",
|
||||
"copy-webpack-plugin": "^10.2.4",
|
||||
"css-minimizer-webpack-plugin": "^5.0.0",
|
||||
"cypress": "13.13.0",
|
||||
"cypress": "14.3.0",
|
||||
"cytoscape": "^3.18.2",
|
||||
"cytoscape-dagre": "^2.4.0",
|
||||
"cytoscape-popper": "^2.0.0",
|
||||
@ -199,8 +199,8 @@
|
||||
"enhanced-resolve": "^5.8.3",
|
||||
"esbuild": "0.25.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-next": "14.2.16",
|
||||
"eslint-config-prettier": "^10.0.0",
|
||||
"eslint-config-next": "15.3.0",
|
||||
"eslint-config-prettier": "10.1.2",
|
||||
"eslint-plugin-cypress": "2.14.0",
|
||||
"eslint-plugin-import": "2.31.0",
|
||||
"eslint-plugin-jsx-a11y": "6.10.1",
|
||||
@ -265,7 +265,7 @@
|
||||
"ng-packagr": "19.2.0",
|
||||
"npm-package-arg": "11.0.1",
|
||||
"nuxt": "^3.10.0",
|
||||
"nx": "20.7.0-beta.3",
|
||||
"nx": "20.8.0-beta.2",
|
||||
"octokit": "^2.0.14",
|
||||
"open": "^8.4.0",
|
||||
"openai": "~4.3.1",
|
||||
@ -375,7 +375,7 @@
|
||||
"json-schema-to-typescript": "^10.1.5",
|
||||
"jsonpointer": "^5.0.0",
|
||||
"license-checker": "^25.0.1",
|
||||
"next": "14.2.26",
|
||||
"next": "14.2.28",
|
||||
"next-seo": "^5.13.0",
|
||||
"node-machine-id": "1.1.12",
|
||||
"npm-run-path": "^4.0.1",
|
||||
|
||||
@ -160,7 +160,7 @@ describe('@nx/cypress/plugin', () => {
|
||||
videosFolder: './dist/videos',
|
||||
screenshotsFolder: './dist/screenshots',
|
||||
devServer: {
|
||||
framework: 'create-react-app',
|
||||
framework: 'react',
|
||||
bundler: 'webpack',
|
||||
},
|
||||
},
|
||||
|
||||
2286
pnpm-lock.yaml
generated
2286
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user