-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
3,533 additions
and
3,806 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,4 +58,5 @@ package-lock.json | |
**/playwright/.cache | ||
|
||
.nx/cache | ||
.nx/workspace-data | ||
.nx/workspace-data | ||
vite.config.*.timestamp* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
const { join } = require('path'); | ||
|
||
module.exports = { | ||
plugins: { | ||
'postcss-import': {}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
const { getJestProjects } = require('@nx/jest'); | ||
const { getJestProjectsAsync } = require('@nx/jest'); | ||
|
||
export default { projects: getJestProjects() }; | ||
export default async () => ({ projects: await getJestProjectsAsync() }); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,41 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"cli": "nx", | ||
"version": "19.6.3-beta.0", | ||
"description": "Migrate proxy config files to match new format from webpack-dev-server v5.", | ||
"implementation": "./src/migrations/update-19-6-3/proxy-config", | ||
"package": "@nx/webpack", | ||
"name": "update-19-6-3-proxy-config" | ||
"version": "20.0.0-beta.7", | ||
"description": "Migration for v20.0.0-beta.7", | ||
"implementation": "./src/migrations/update-20-0-0/move-use-daemon-process", | ||
"package": "nx", | ||
"name": "move-use-daemon-process" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "19.6.0-beta.4", | ||
"description": "Ensure Module Federation DTS is turned off by default.", | ||
"factory": "./src/migrations/update-19-6-0/turn-off-dts-by-default", | ||
"package": "@nx/react", | ||
"name": "update-19-6-0-turn-module-federation-dts-off" | ||
"version": "20.0.1", | ||
"description": "Set `useLegacyCache` to true for migrating workspaces", | ||
"implementation": "./src/migrations/update-20-0-1/use-legacy-cache", | ||
"x-repair-skip": true, | ||
"package": "nx", | ||
"name": "use-legacy-cache" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "19.6.0-beta.4", | ||
"description": "Update the server file for Module Federation SSR port value to be the same as the 'serve' target port value.", | ||
"factory": "./src/migrations/update-19-6-0/update-ssr-server-port", | ||
"package": "@nx/react", | ||
"name": "update-module-federation-ssr-server-file" | ||
"version": "20.0.0-beta.5", | ||
"description": "replace getJestProjects with getJestProjectsAsync", | ||
"implementation": "./src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync", | ||
"package": "@nx/jest", | ||
"name": "replace-getJestProjects-with-getJestProjectsAsync" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "19.6.1-beta.0", | ||
"description": "Ensure Target Defaults are set correctly for Module Federation.", | ||
"factory": "./src/migrations/update-19-6-1/ensure-depends-on-for-mf", | ||
"package": "@nx/react", | ||
"name": "update-19-6-1-ensure-module-federation-target-defaults" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "19.6.0-beta.0", | ||
"description": "Use serve-static or preview for webServerCommand.", | ||
"implementation": "./src/migrations/update-19-6-0/use-serve-static-preview-for-command", | ||
"package": "@nx/playwright", | ||
"name": "19-6-0-use-serve-static-preview-for-command" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "19.6.0-beta.1", | ||
"description": "Add inferred ciTargetNames to targetDefaults with dependsOn to ensure dependent application builds are scheduled before atomized tasks.", | ||
"implementation": "./src/migrations/update-19-6-0/add-e2e-ci-target-defaults", | ||
"package": "@nx/playwright", | ||
"name": "update-19-6-0-add-e2e-ci-target-defaults" | ||
}, | ||
{ | ||
"version": "19.6.0-beta.0", | ||
"description": "Add dependsOn: [build] to preview targets using preview-server", | ||
"implementation": "./src/migrations/update-19-6-0/add-depends-on-for-preview", | ||
"version": "20.0.4-beta.0", | ||
"description": "Add gitignore entry for temporary vite config files.", | ||
"implementation": "./src/migrations/update-20-0-4/add-vite-temp-files-to-git-ignore", | ||
"package": "@nx/vite", | ||
"name": "update-19-6-0-add-depends-on-for-preview-server" | ||
"name": "update-20-0-4" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "19.6.0-beta.0", | ||
"description": "Update workspace to use Storybook v8", | ||
"implementation": "./src/migrations/update-19-6-0/update-sb-8", | ||
"package": "@nx/storybook", | ||
"name": "update-19-6-0-add-nx-packages" | ||
"version": "20.0.6-beta.0", | ||
"description": "Add gitignore entry for temporary vite config files and remove previous incorrect glob.", | ||
"implementation": "./src/migrations/update-20-0-4/add-vite-temp-files-to-git-ignore", | ||
"package": "@nx/vite", | ||
"name": "update-20-0-6" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,5 +176,6 @@ | |
} | ||
} | ||
], | ||
"defaultBase": "main" | ||
"defaultBase": "main", | ||
"useLegacyCache": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.