Skip to content

Commit

Permalink
chore(repo): update nx to 20.4.0-beta.2 (#29752)
Browse files Browse the repository at this point in the history
<!-- 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.3.0-rc.0

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

This repo uses Nx 20.4.0-beta.2

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
  • Loading branch information
FrozenPandaz authored Jan 26, 2025
1 parent 15fc599 commit a8aba61
Show file tree
Hide file tree
Showing 3 changed files with 591 additions and 643 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,26 @@
"@ngrx/store": "19.0.0",
"@nuxt/kit": "^3.10.0",
"@nuxt/schema": "^3.10.0",
"@nx/angular": "20.3.0-rc.0",
"@nx/cypress": "20.3.0-rc.0",
"@nx/devkit": "20.3.0-rc.0",
"@nx/esbuild": "20.3.0-rc.0",
"@nx/eslint": "20.3.0-rc.0",
"@nx/eslint-plugin": "20.3.0-rc.0",
"@nx/jest": "20.3.0-rc.0",
"@nx/js": "20.3.0-rc.0",
"@nx/next": "20.3.0-rc.0",
"@nx/playwright": "20.3.0-rc.0",
"@nx/angular": "20.4.0-beta.2",
"@nx/cypress": "20.4.0-beta.2",
"@nx/devkit": "20.4.0-beta.2",
"@nx/esbuild": "20.4.0-beta.2",
"@nx/eslint": "20.4.0-beta.2",
"@nx/eslint-plugin": "20.4.0-beta.2",
"@nx/jest": "20.4.0-beta.2",
"@nx/js": "20.4.0-beta.2",
"@nx/next": "20.4.0-beta.2",
"@nx/playwright": "20.4.0-beta.2",
"@nx/powerpack-conformance": "1.2.3",
"@nx/powerpack-enterprise-cloud": "1.2.3",
"@nx/powerpack-license": "1.2.3",
"@nx/react": "20.3.0-rc.0",
"@nx/rsbuild": "20.3.0-rc.0",
"@nx/rspack": "20.3.0-rc.0",
"@nx/storybook": "20.3.0-rc.0",
"@nx/web": "20.3.0-rc.0",
"@nx/webpack": "20.3.0-rc.0",
"@nx/vite": "20.3.0-rc.0",
"@nx/react": "20.4.0-beta.2",
"@nx/rsbuild": "20.4.0-beta.2",
"@nx/rspack": "20.4.0-beta.2",
"@nx/storybook": "20.4.0-beta.2",
"@nx/web": "20.4.0-beta.2",
"@nx/webpack": "20.4.0-beta.2",
"@nx/vite": "20.4.0-beta.2",
"@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
Expand Down Expand Up @@ -250,7 +250,7 @@
"node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1",
"nuxt": "^3.10.0",
"nx": "20.3.0-rc.0",
"nx": "20.4.0-beta.2",
"octokit": "^2.0.14",
"open": "^8.4.0",
"openai": "~4.3.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jest.mock('nx/src/project-graph/plugins/loader', () => ({
...jest.requireActual('nx/src/project-graph/plugins/loader'),
jest.mock('nx/src/project-graph/plugins/in-process-loader', () => ({
...jest.requireActual('nx/src/project-graph/plugins/in-process-loader'),
loadNxPlugin: jest.fn().mockImplementation(() => {
return [Promise.resolve({}), () => {}];
}),
Expand Down
Loading

0 comments on commit a8aba61

Please sign in to comment.