254 Commits

Author SHA1 Message Date
Emily Xiong
3627c3a38c
feat(react-native): upgrade metro-resolver to 0.69.1 (#9381) 2022-03-17 13:46:01 -04:00
Emily Xiong
615bd73c59
bugfix(react-native): add ENTRY_FILE relative to PROJECT_DIR in iOS shell script (#9222) 2022-03-16 13:03:37 -04:00
Victor Savkin
48a5d19b68
feat(core): add a migration to replace nrwl/cli and nrwl/tao with nx 2022-03-14 20:45:51 -04:00
Victor Savkin
6f038e7a4a feat(core): reorganize packges to consolidate all cli-related code in nx 2022-03-14 16:42:51 -04:00
Victor Savkin
4e9375f5f4 chore(repo): update the version of nx 2022-03-11 10:40:40 -05:00
Jason Jean
94687e993c
chore(repo): ensure license file exists for all published packages (#9274) 2022-03-10 18:33:06 -05:00
Leosvel Pérez Espinosa
acc29e9593
fix(misc): support workspaces using a root tsconfig.json instead of tsconfig.base.json (#9195)
* fix(misc): support workspaces using a root tsconfig.json instead of tsconfig.base.json

* cleanup(angular): address pr feedback
2022-03-09 11:30:26 -05:00
Emily Xiong
8101df4396
feat(react-native): upgrade react-native to 0.67.3 (#9215) 2022-03-08 12:33:09 -05:00
Emily Xiong
abfe9dbc30
bugfix(react-native): ignore dist folder in metro config (#9214) 2022-03-08 12:32:45 -05:00
Emily Xiong
5542936f6a
docs(react-native): update react-native and detox readme (#9157) 2022-03-08 12:32:32 -05:00
Emily Xiong
38ba36129d
feat(react-native): upgrade react native to 0.67 (#8935) 2022-02-14 12:28:29 -05:00
Emily Xiong
19efdfc938
feat(react-native): add storybook to react native (#8886) 2022-02-14 10:13:23 -05:00
William Sedlacek
e942a85b1c
feat(react-native): debug option for build-android (#8702)
* feat(react-native): debug option for build-android

* docs(react-native): debug option
2022-02-07 21:39:31 -05:00
peter
0182df4b9f
fix(react-native): use metro default resolver on tsconfig import (#8656)
use metro default resolver on tsconfig match result.
it fixes tsconfig paths import with index files
2022-02-07 21:35:16 -05:00
Benjamin Cabanes
0959194ce0
feat(core): update deps (#8713) 2022-01-26 22:17:10 -05:00
Victor Savkin
4e474773bf
Revert "feat(core): show dep types in dep graph (#2760) (#8132)"
This reverts commit 31bb2f36261fdf222e9e8e962227dcd911dfee66.
2022-01-25 15:23:25 -05:00
Isaac Mann
07ebdb36a3
feat(core): add nx graph as alias of nx dep-graph (#8539)
* feat(core): add nx graph as alias of nx dep-graph

* docs(core): add note about old dep-graph syntax

* cleanup(core): formatting

* feat(core): formatting

* feat(core): formatting

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2022-01-21 11:15:23 -05:00
Phillip Barta
574160ddc4
cleanup(repo): import ignore instead of require (#8579) 2022-01-19 10:11:22 -05:00
MaximSagan
31bb2f3626
feat(core): show dep types in dep graph (#2760) (#8132) 2022-01-18 10:20:09 -07:00
Emily Xiong
8120d40192
feat(react-native): add react-native-config to support environment variable (#8485) 2022-01-13 14:59:41 -05:00
Emily Xiong
2a9e92e054
fix(react-native): add babel.config.json at root for react native project (#8467)
Co-authored-by: Rares Matei <matei.rar@gmail.com>
2022-01-12 14:16:12 -05:00
Emily Xiong
8fdec37525
fix(react-native): add test-setup to exclude in tsconfig for react native (#8429) 2022-01-11 09:12:06 -05:00
Emily Xiong
9b6d5773f9
feat(react-native): upgrade react native to 0.66.4 (#8400) 2022-01-11 09:09:13 -05:00
Emily Xiong
bda1a76b72
fix(react-native): update typing for svg in react native (#8399) 2022-01-11 09:08:19 -05:00
Emily Xiong
549b272158
docs(react-native): add overview page for react native and detox (#8451) 2022-01-11 09:06:47 -05:00
Phillip Barta
e57cef0901
cleanup(repo): use devkit instead of devkit reexports from workspace (#7773) 2021-12-21 21:06:31 +00:00
Victor Savkin
88751a3685 chore(repo): clean up the language to match the new tag line 2021-12-17 16:08:38 -05:00
Phillip Barta
50b1bc6bc6
fix(react-native): deprecation warning because of rmDirSync (#7772)
ISSUES CLOSED: #7739
2021-12-16 13:20:11 -05:00
Jack Hsu
6d6f29439d
feat(testing): add --compiler=tsc|swc|babel option for jest project generator (#8177) 2021-12-15 14:27:53 +00:00
Jack Hsu
e02c02cf70
feat(react-native): update app generator to display new starter content (#7982) 2021-12-03 16:20:37 +00:00
Emily Xiong
49df712d5f
bugfix(react-native): change to entryFile absoluste path (#7953) 2021-11-30 13:18:33 -05:00
Kirils L
bfd1a4715a
feat(web): rename package executor to rollup (#7904) 2021-11-30 09:32:12 -05:00
Emily Xiong
3add9caacf
bugfix(react-native): fix the js e2e tests (#7922) 2021-11-29 14:07:45 -05:00
Emily Xiong
1e79975fa1
bugfix(react-native): fix invalid entry file for react native with js (#7782) 2021-11-26 09:15:21 -05:00
Emily Xiong
624f3f944e
feat(react-native): enable pnpm support for react-native (#7781) 2021-11-26 09:14:55 -05:00
Emily Xiong
445d72c38a
bugfix(react-native): change path to absolute to allow run commands in any directory (#7737)
- change the path to absolute to run the nx command in any directory
- add resetCache option to run-ios and run-android command
2021-11-26 09:13:30 -05:00
James Henry
98ffe8574b feat(linter): support eslint v8 (#7800)
* feat(core): support eslint v8

* fix(core): align version of eslint across all packages
2021-11-19 14:55:33 -05:00
AgentEnder
f6a562d1ec chore(repo): migrate to v13.1.4 2021-11-11 15:12:06 -05:00
Emily Xiong
9eb3ac58e9
chore(react-native): uncomment detox e2e test to build and test native ios (#7479) 2021-11-08 12:33:13 -05:00
Jack Hsu
75513d6f8b
chore(repo): add tests to make sure migration factory/implementation are correct (#7541) 2021-10-27 16:12:07 -04:00
Jack Hsu
8686e919fb
fix(core): update generator logic so empty strings ("") for appsDir and libsDir work properly (#7508) 2021-10-25 12:01:53 -04:00
Emily Xiong
5d47468f17
feat(react-native): upgrade @types/react-native versions (#7392)
- upgrade @type/react-native, detox and @react-native-community/cli
2021-10-19 21:24:35 -04:00
Miroslav Jonaš
b23f2d8b80
feat(core): extract project graph external nodes (#7340) 2021-10-15 10:08:12 -04:00
Craigory Coppola
79cf69b4e4
feat(core): consolidate nx.json and workspace.json (#6642)
* feat(core): consolidate settings between workspace.json + nx.json

workspace.json (and linked project.json files) now contain all project specific settings.
nx.json now contains all settings that affect the whole workspace.

* chore(core): fix angular unit tests w/ new config

* chore(core): fix failing tests

* chore(core): fix formatting

* chore(core): fix more tests

* chore(core): normalize-nx-json feedback

* chore(core): Fix more unit tests

* chore(core): fix remaining tests in workspace

* chore(linter): fix remaining linter tests

* chore(core): fix remaining spec + build issues

* chore(core): formatting fixes

* feat(core): migration script to move config options to new locations

* chore(core): fix e2e tests

* chore(core): run format

* chore(react-native): fix failing tests

Signed-off-by: AgentEnder <craigorycoppola@gmail.com>

* feat(core): move properties to new location during format step

Signed-off-by: AgentEnder <craigorycoppola@gmail.com>

* feat(core): initial pass on ngcli-adapter for property consolidation

Signed-off-by: AgentEnder <craigorycoppola@gmail.com>

* chore(misc): fix tests

Signed-off-by: AgentEnder <craigorycoppola@gmail.com>

* docs(core): update docs with changes

* chore(misc): fix tests

* chore(core): code review changes

updateWorkspaceJson -> updateWorkspace, no longer uses updater function

Signed-off-by: AgentEnder <craigorycoppola@gmail.com>

* chore(core): fix bug in ngcli impl

* fix(core): fix bug in ngcli-adapter

Signed-off-by: AgentEnder <craigorycoppola@gmail.com>

* fix(core): fix ngcli-adapter

Signed-off-by: AgentEnder <craigorycoppola@gmail.com>

* chore(core): fix workspace e2e

* chore(core): fix nx-plugin e2e

* fix(core): move defaultProject to nx.json

* chore(core): fix broken workspace test

* chore(core): formatting

* chore(core): fix workspace format

* chore(core): add nxJson to ExecutorContext

Signed-off-by: AgentEnder <craigorycoppola@gmail.com>

* chore(core): remove all references ot `NxProjectConfiguration` from our code

* chore(core): Review Changes

* fix(core): update new config locations v13 migration
2021-10-14 10:42:47 -04:00
Jack Hsu
508ff79296
fix(react-native): use jest-jasmine2 runner (#7249)
- Using jest-circus results in timing issues
2021-10-05 11:33:16 -04:00
Jack Hsu
6caba471f8
fix(react-native): fix svg-mock path in generated jest config (#7248) 2021-10-05 10:43:47 -04:00
Emily Xiong
0492ff00ce
feat(react-native): add support for svg and upgrade react-native to 0.66.0 (#7231)
* feat(react-native): add support for svg

* feat(react-native): upgrade to 0.66
2021-10-04 14:59:22 -04:00
Emily Xiong
c7f18ca83b
feat(react-native): add macos tests in e2e test header (#7131) 2021-09-27 09:28:19 +02:00
Emily Xiong
18e369c85c
bugfix(core): fix issue when having a project name with directory in it (#7120) 2021-09-24 15:10:44 -04:00
Victor Savkin
d79bba3630 chore(repo): update to nx 12.10 2021-09-20 16:39:13 -04:00