989 Commits

Author SHA1 Message Date
Victor Savkin
7fabc850fe feat(misc): make add-nx-to-monorepo interactive 2022-10-07 15:50:46 -04:00
Chau Tran
142ed2eead
feat(js): inline non-buildable libs for tsc and swc (#12280)
Co-authored-by: Chau Tran <chautran@10.0.0.10>
2022-10-07 09:46:43 +07:00
Jack Hsu
65a7f4798e
feat(express): generate express app with static assets handler (#12442) 2022-10-06 14:16:19 +00:00
Miroslav Jonaš
5e293eba4c
feat(core): map lock file data to external dependencies (#12185) 2022-10-05 20:58:28 -04:00
Jack Hsu
17cef57656
cleanup(nextjs): re-enable storybook e2e test for next.js (#12384) 2022-10-04 00:19:31 -04:00
Jack Hsu
5ae5f8858d
fix(nextjs): return correct webpack config for next.js storybook app (#12371) 2022-10-04 02:36:55 +00:00
Daniel Harvey
2889372dde
fix(core): remove trailing slash in outputs that prevents correct caching (#10708)
Fix by removing trailing slash when performing `cp -a` into cache.

Add test to confirm fix.

Resolves nrwl/nx#10549
2022-09-30 10:47:41 +02:00
Jack Hsu
c3e060247c
fix(bundling): set NODE_ENV correctly to avoid warnings (#12331) 2022-09-30 02:56:14 +00:00
Jack Hsu
a14646a864
fix(bundling): correct main field in package.json when using esbuild (#12328) 2022-09-29 22:11:00 +00:00
Jason Jean
9d06b3c084
fix(misc): remove remaining usages of @nrwl/workspace:run-commands executor (#12299) 2022-09-28 19:29:21 -04:00
Leosvel Pérez Espinosa
b3676e8019
cleanup(angular): remove deprecated DataPersistence service and generator option to use it (#12236) 2022-09-28 16:13:43 +01:00
Jack Hsu
4b491c86f2
fix(web): update http-server lookup so it works with pnpm (#12269) 2022-09-28 09:37:35 -04:00
Craigory Coppola
9b63ce167a
feat(core): don't generate workspace.json for v2 workspaces (#12127) 2022-09-27 23:16:22 +00:00
Jack Hsu
9a57940c6f
chore(bundling): cleanup esbuild setup (#12260) 2022-09-27 15:43:02 -04:00
Victor Savkin
e778644323
Revert "chore(js): inline non-buildbale (#12170)"
This reverts commit 24cb3cd57442229e81f8a85452c56818d26194a6.
2022-09-27 10:29:55 -04:00
Chau Tran
24cb3cd574
chore(js): inline non-buildbale (#12170)
Co-authored-by: Chau Tran <chautran@Chaus-MacBook-Pro.local>
2022-09-27 11:23:09 +00:00
Jason Jean
5d74e43775
chore(repo): temporarily switch failing e2e tests in pnpm to yarn (#12252) 2022-09-27 05:07:11 +00:00
Jason Jean
b210c416dc chore(repo): fix nx g move e2e tests 2022-09-23 14:26:10 -07:00
Jack Hsu
1b06110de1
fix(bundling): support type checking when using esbuidl with --watch (#12192) 2022-09-22 18:01:57 +00:00
Jack Hsu
0baae01e37
fix(js): update library generator for webpack and rollup bundler (#12183) 2022-09-22 14:50:17 +00:00
Jack Hsu
9d0d6d0402
fix(bundling): set correct rootDir compiler option for type checker (#12182) 2022-09-22 13:25:23 +00:00
Victor Savkin
0d18397ad1
fix(repo): fix a failing e2e test 2022-09-21 21:25:59 -04:00
Leosvel Pérez Espinosa
46c2d57664
cleanup(angular): remove deprecated syntax option from ngrx generator (#12153) 2022-09-21 16:37:11 +01:00
Jack Hsu
75115e100a
fix(js): support both .cjs and .js file extensions when generating package.json file (#12137) 2022-09-21 00:49:46 +00:00
Jack Hsu
ed7db7c114
feat(bundling): add esbuild plugin (#12053) 2022-09-20 12:05:58 -04:00
Miroslav Jonaš
5bd30cc1e9
fix(node): add cleanup on e2e tests (#12096) 2022-09-19 19:57:23 +00:00
Miroslav Jonaš
12c27d3621
fix(misc): ensure cleanup is run on a proper cwd in e2e (#12101) 2022-09-19 19:51:25 +00:00
Miroslav Jonaš
dd6f38e692
fix(linter): add cleanup on e2e tests (#12099) 2022-09-19 19:24:42 +00:00
Miroslav Jonaš
96be1f55fe
fix(testing): add cleanup on cypress e2e tests (#12089) 2022-09-19 19:22:07 +00:00
Miroslav Jonaš
bcbf76b8b8
fix(web): add cleanup on e2e tests (#12098) 2022-09-19 19:19:35 +00:00
Miroslav Jonaš
1aebdd6d7d
fix(nx-plugin): add cleanup on e2e tests (#12097) 2022-09-19 19:17:30 +00:00
Miroslav Jonaš
88be1d0033
fix(js): add cleanup on e2e tests (#12094) 2022-09-19 21:16:00 +02:00
Miroslav Jonaš
9b2a43915d
fix(react): add cleanup on e2e tests (#12091) 2022-09-19 19:15:50 +00:00
Miroslav Jonaš
635b2a61a7
fix(core): add cleanup on e2e tests (#12093) 2022-09-19 19:13:17 +00:00
Miroslav Jonaš
27d654a08d
fix(storybook): add cleanup on e2e tests (#12095) 2022-09-19 19:07:32 +00:00
Miroslav Jonaš
d18d7e935f
fix(detox): add cleanup on e2e tests (#12092) 2022-09-19 19:02:42 +00:00
Jack Hsu
ce5393776c
chore(misc): update graph-client build-base target to @nrwl/webpack:webpack (#12073) 2022-09-19 15:20:10 +00:00
Emily Xiong
a411e85e42
Feature/move expo (#11712)
* feat(expo): move expo to main repo

* feat(expo): add e2e expo tests and fix expo unit tests

* feat(expo): add generated docs

* feat(expo): update cz-config to add expo to commit message

* feat(expo): add @nrwl/expo to e2e test setup

* feat(expo): add expo to preset

* feat(expo): add detox tests

* feat(expo): update docs

* feat(expo): fix e2e tests

* feat(expo): upgrade expo to 46.0.10

* fix(expo): correct eas-cli build:info parameters names

* fix(expo): add cleanupProject to e2e test
2022-09-16 11:56:28 -04:00
Jack Hsu
dd6addefc3
feat(bundling): move rollup to its own plugin (#12009) 2022-09-15 14:55:06 -04:00
Emily Xiong
306d8a4cec
feat(react-native): upgrade react native to 0.70.0 (#11971)
* chore(react-native): add test for build library react native

* feat(react-native): upgrade react native to 0.70.0
2022-09-14 14:02:45 -04:00
Emily Xiong
dba76f55f8
chore(react-native): add test for build library react native (#12007) 2022-09-14 14:02:17 -04:00
Caleb Ukle
73fd49aab3
fix(testing): use webpack defined in executor options for react ct (#12005)
* fix(testing): resolve custom webpacks for react ct

* chore(testing): add more complex react ct e2e tests

* chore(testing): lower ct test timeout to prevent CI stalling when error
2022-09-14 10:58:01 -05:00
Caleb Ukle
d535cf3d43
fix(testing): use cypress generated tsconfig for angular ct (#12014) 2022-09-14 15:32:38 +00:00
Caleb Ukle
1a9df531b6
fix(testing): normalize paths for component-testing (#11963)
* fix(testing): normalize paths before accessing the project graph

* fix(testing): return object with offset input instead of string

* fix(testing): update schemas to provide better prompts
2022-09-13 14:17:49 +00:00
Jack Hsu
f49769a34a
feat(webpack): add webpack plugin (#11966) 2022-09-12 21:19:50 +01:00
Victor Savkin
a914f78701 chore(repo): fix e2e tests 2022-09-12 13:47:49 -04:00
Colum Ferry
d782a694f4
feat(core): support ts 4.8 (#11845) 2022-09-12 13:47:31 +01:00
Victor Savkin
db74bc7674 feat(core): create the daemon socket file in the tmp dir instead of node modules 2022-09-08 18:37:32 -04:00
Jason Jean
caec117288
fix(core): add back target defaults for all new workspaces (#11936) 2022-09-08 17:59:01 -04:00
Victor Savkin
0d9dbae789 feat(core): use daemon to watch outputs to enable cache restoration optimization 2022-09-08 10:58:50 -04:00