Skip to content

Commit

Permalink
cleanup(react): remove cra-to-nx package (#15556)
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez authored Apr 12, 2023
1 parent d2f8555 commit 8562964
Show file tree
Hide file tree
Showing 36 changed files with 1 addition and 1,073 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/e2e-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ jobs:
project:
- e2e-angular-core
- e2e-angular-extensions
- e2e-cra-to-nx
- e2e-cypress
- e2e-detox
- e2e-esbuild
Expand Down Expand Up @@ -146,8 +145,6 @@ jobs:
codeowners: 'S04SS457V38'
- project: e2e-angular-extensions
codeowners: 'S04SS457V38'
- project: e2e-cra-to-nx
codeowners: 'S04TNCNJG5N'
- project: e2e-cypress
codeowners: 'S04T16BTJJY'
- project: e2e-detox
Expand Down Expand Up @@ -211,8 +208,6 @@ jobs:
project: e2e-angular-core
- node_version: 16
project: e2e-angular-extensions
- node_version: 16
project: e2e-cra-to-nx
- node_version: 16
project: e2e-cypress
- node_version: 16
Expand Down Expand Up @@ -261,8 +256,6 @@ jobs:
project: e2e-angular-core
- node_version: 19
project: e2e-angular-extensions
- node_version: 19
project: e2e-cra-to-nx
- node_version: 19
project: e2e-cypress
- node_version: 19
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
project:
- e2e-angular-core
- e2e-angular-extensions
- e2e-cra-to-nx
- e2e-cypress
- e2e-esbuild
- e2e-jest
Expand Down Expand Up @@ -104,8 +103,6 @@ jobs:
codeowners: 'S04SS457V38'
- project: e2e-angular-extensions
codeowners: 'S04SS457V38'
- project: e2e-cra-to-nx
codeowners: 'S04TNCNJG5N'
- project: e2e-cypress
codeowners: 'S04T16BTJJY'
- project: e2e-esbuild
Expand Down Expand Up @@ -156,8 +153,6 @@ jobs:
project: e2e-angular-core
- node_version: 16
project: e2e-angular-extensions
- node_version: 16
project: e2e-cra-to-nx
- node_version: 16
project: e2e-cypress
- node_version: 16
Expand Down Expand Up @@ -200,8 +195,6 @@ jobs:
project: e2e-angular-core
- node_version: 19
project: e2e-angular-extensions
- node_version: 19
project: e2e-cra-to-nx
- node_version: 19
project: e2e-cypress
- node_version: 19
Expand Down
2 changes: 0 additions & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ yarn.lock @FrozenPandaz @vsavkin @AgentEnder @jaysoo @JamesHenry
/e2e/react/** @jaysoo @mandarini @xiongemi @ndcunningham
/packages/next/** @ndcunningham @jaysoo @xiongemi
/e2e/next/** @ndcunningham @jaysoo @xiongemi
/packages/cra-to-nx/** @jaysoo @xiongemi @mandarini
/e2e/cra-to-nx/** @jaysoo @xiongemi @mandarini @ndcunningham
/packages/react/plugins/component-testing/** @jaysoo @ndcunningham @barbados-clemens
/packages/react/src/generators/cypress-component-configuration/** @jaysoo @ndcunningham @barbados-clemens
/packages/react/src/generators/component-test/** @jaysoo @ndcunningham @barbados-clemens
Expand Down
8 changes: 0 additions & 8 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -4102,14 +4102,6 @@
"isExternal": false,
"disableCollapsible": false
},
{
"id": "cra-to-nx",
"path": "/packages/cra-to-nx",
"name": "cra-to-nx",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "create-nx-plugin",
"path": "/packages/create-nx-plugin",
Expand Down
12 changes: 0 additions & 12 deletions docs/generated/manifests/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,18 +369,6 @@
},
"path": "/packages/angular"
},
"cra-to-nx": {
"githubRoot": "https://github.com/nrwl/nx/blob/master",
"name": "cra-to-nx",
"packageName": "cra-to-nx",
"description": "This package will turn your React app into an Nx workspace. To use this package, your React app must have been generated and kept the structure of Create-React-App, with files generated either in js/jsx or ts/tsx.",
"documents": {},
"root": "/packages/cra-to-nx",
"source": "/packages/cra-to-nx/src",
"executors": {},
"generators": {},
"path": "/packages/cra-to-nx"
},
"create-nx-plugin": {
"githubRoot": "https://github.com/nrwl/nx/blob/master",
"name": "create-nx-plugin",
Expand Down
11 changes: 0 additions & 11 deletions docs/generated/packages-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,17 +368,6 @@
"root": "/packages/angular",
"source": "/packages/angular/src"
},
{
"description": "This package will turn your React app into an Nx workspace. To use this package, your React app must have been generated and kept the structure of Create-React-App, with files generated either in js/jsx or ts/tsx.",
"documents": [],
"executors": [],
"generators": [],
"githubRoot": "https://github.com/nrwl/nx/blob/master",
"name": "cra-to-nx",
"packageName": "cra-to-nx",
"root": "/packages/cra-to-nx",
"source": "/packages/cra-to-nx/src"
},
{
"description": "This package is used to scaffold a brand-new workspace used to develop an Nx plugin, and sets up a pre-configured plugin with the specified name. The new plugin is created with a default generator, executor, and e2e app.",
"documents": [],
Expand Down
7 changes: 0 additions & 7 deletions docs/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@
]
}
},
{
"name": "cra-to-nx",
"packageName": "cra-to-nx",
"description": "This package will turn your React app into an Nx workspace. To use this package, your React app must have been generated and kept the structure of Create-React-App, with files generated either in js/jsx or ts/tsx.",
"path": "generated/packages/cra-to-nx.json",
"schemas": { "executors": [], "generators": [] }
},
{
"name": "create-nx-plugin",
"packageName": "create-nx-plugin",
Expand Down
Loading

1 comment on commit 8562964

@vercel
Copy link

@vercel vercel bot commented on 8562964 Apr 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.