Emily Xiong
cc0d91203e
feat(react-native): upgrade react-native to 0.71.7 ( #16504 )
2023-04-24 14:51:59 -04:00
Emily Xiong
16e115fd7b
fix(react-native): log errors for pod install ( #16386 )
2023-04-19 15:03:36 -04:00
Jason Jean
76dfc62412
feat(web): replace usages of @nrwl with @nx ( #16376 )
2023-04-19 10:59:41 -04:00
Jason Jean
5a0a4e8d26
feat(repo): replace usages of @nrwl/ with @nx/ in tooling packages ( #16351 )
2023-04-18 12:15:33 -04:00
Jason Jean
2d195007b0
feat(core): switch packages to use the @nx scope ( #16069 )
2023-04-14 19:56:37 -04:00
Miroslav Jonaš
cafb49ac84
feat(core): remove @nrwl/workspace:lib ( #16122 )
2023-04-12 15:28:09 -04:00
Jason Jean
4a55ee9a33
fix(js): run prettier with default options when theres no prettierrc ( #15888 )
2023-03-27 18:00:24 -04:00
Emily Xiong
04b6ddb596
feat(react-native): update @react-native-community/cli to 10.2.1 ( #15738 )
2023-03-24 12:51:35 -04:00
Emily Xiong
e61759335d
feat(react-native): upgrade react native to 0.71.4 ( #15599 )
2023-03-10 13:58:18 -05:00
Colum Ferry
8744698a01
feat(devkit): move runTasksInSerial to devkit ( #15467 )
2023-03-06 13:55:44 -05:00
Emily Xiong
6c93378530
feat(react-native): upgrade react-native to 0.71.3 ( #15401 )
2023-03-06 10:31:00 -05:00
Emily Xiong
a97212b601
feat(core): move tsconfig.base.json to @nrwl/js:init ( #14467 )
2023-02-16 11:17:30 -05:00
Emily Xiong
9b08a8db55
feat(react-native): upgrade react native to 0.71.2 ( #14908 )
2023-02-13 10:55:44 -05:00
Emily Xiong
41fc2ebbed
feat(react-native): upgrade react-native to 0.71.1 ( #14584 )
2023-01-25 13:28:32 -05:00
Jack Hsu
d7536aa7e3
feat(core): clean up workspace configuration code
2023-01-23 19:35:15 -05:00
Emily Xiong
cac1f30a16
fix(expo): fixing version conflict of react ( #14144 )
2023-01-09 11:43:06 -05:00
Victor Savkin
422c8c735a
cleanup(core): clearly split nx.json config and projects config
2023-01-05 15:35:36 -05:00
Emily Xiong
e61e247f23
bugfix(expo): add cache to gitignore and eslint ignore ( #14069 )
2023-01-03 11:24:59 -05:00
Emily Xiong
cec625e342
feat(expo): move svg to inline for starter app ( #14068 )
2023-01-03 11:24:45 -05:00
Nicholas Cunningham
5c10f1ca5c
fix(react-native): skipPackageJson was being ignored ( #13513 )
...
Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-11-30 12:46:48 -07:00
Miroslav Jonaš
9a0db4848f
feat(linter): replace createReactEslintJson with extendReactEslintJson ( #13431 )
2022-11-28 11:54:30 +01:00
Victor Savkin
16fd4374d6
feat(misc): derive workspace layout dynamically
2022-11-23 15:45:13 -05:00
Emily Xiong
cd1e12a555
feat(react-native): upgrade react-native to 0.70.6 ( #13277 )
2022-11-21 10:13:06 -05:00
Emily Xiong
20ba188b89
feat(react-native): upgrade metro to 0.72.3 ( #12325 )
2022-10-12 10:49:37 -04:00
Colum Ferry
09c6ccb266
feat(linter): remove tslint support ( #12279 )
2022-09-28 11:08:01 -04:00
Emily Xiong
aceaadd7dd
bugfix(react-native): fix pod install hanging when generate a new app ( #12217 )
2022-09-26 09:07:10 -04:00
Emily Xiong
2436a5d542
feat(react-native): upgrade react-native version to 0.70.1 ( #12124 )
2022-09-26 09:06:36 -04: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
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
73d748c59c
feat(react-native): upgrade metro to 0.72.1 ( #11697 )
2022-08-25 10:59:06 -04:00
Caleb Ukle
657b2bff5a
feat(testing): support jest 28 ( #10857 )
...
* feat(testing): support jest 28
WIP jest migration
* fix(testing): jest-environment-jsdom must be explicitly added now
* fix(testing): add rxjs to the transform lsit
* fix(testing): jest ts-jest updates and resolver issues
* feat(testing): remove test runner for react native jest
* feat(testing): add preprocessor for react native jest
* fix(testing): update query to handle tsx file syntax, remove rxjs transform
* chore(repo): remove file from accident commit
* chore(testing): update migration to target 14.6 for RN jest preprocessor
* fix(testing): call passed in packageFilter if preset
* docs(testing): add resolver env var to troubleshooting guide
* chore(repo): prep resolver for jest 28 migration
* fix(testing): update deps to handle esbuild-wasm service error
* fix(testing): switch to testEnvironmentOptions for cjs loading vs resolver list
* fix(testing): force babel-jest preset in transformer for project transforms
* chore(testing): address PR feedback
* fix(testing): address pr feedback, remove react-native transform
* chore(testing): update createTreeWithEmptyWorkspace calls
* chore(testing): address pr feedback
* feat(testing): add migration script for react native to rename .babelrc to babel.config.json
* chore(testing): nx format after rebase
* chore(testing): fix display name for @nrwl/js
Co-authored-by: Emily Xiong <xiongemi@gmail.com>
2022-08-18 18:40:31 -04:00
Miroslav Jonaš
187f5200c0
fix(linter): add jest to root .eslintrc if selected as unit test runner ( #11555 )
2022-08-18 14:51:09 +02:00
Emily Xiong
519451e1e2
feat(react-native): upgrade metro to 0.72.0 ( #11480 )
2022-08-17 13:22:58 -04:00
Craigory Coppola
458fc36014
chore(misc): split create tree with empty workspace to remove parameter ( #10188 )
...
* feat(devkit): split create-empty-tree to different functions
* chore(repo): apply migration for createEmptyTree
* cleanup(misc): fix tests that migration misses
2022-08-11 19:24:04 -04:00
Emily Xiong
635825ed2b
feat(react-native): upgrade react-native to 0.69.3 ( #11324 )
2022-07-28 11:36:21 -04:00
Emily Xiong
c075e69898
feat(react-native): upgrade metro to 0.71.3 ( #11105 )
2022-07-13 19:50:15 +00:00
Emily Xiong
1a9678298a
feat(react-native): upgrade react-native to 0.69.1 ( #11020 )
2022-07-06 12:24:57 -04:00
Emily Xiong
cce43db1f9
feat(react-native): upgrade metro to 0.71.1 and react-native-config to 1.4.6 ( #10700 )
2022-06-13 12:57:22 -04:00
Emily Xiong
d038b70a87
feat(react-native): upgrade metro to 0.71.0 ( #10598 )
2022-06-07 10:57:58 -04:00
Jason Jean
04985be149
chore(repo): switch publishing to use lerna ( #10293 )
2022-05-20 00:35:47 +00:00
Emily Xiong
5192b09eec
feat(react-native): upgrade react-native to 0.68.2 ( #10380 )
2022-05-18 16:09:21 -04:00
Emily Xiong
0bee59727e
feat(react-native): upgrade metro to 0.70.3 ( #10307 )
2022-05-18 18:11:42 +00:00
Emily Xiong
d439d4b20a
feat(react-native): upgrade metro version to 0.70.2 ( #9961 )
2022-04-26 11:54:05 -04:00
Caleb Ukle
88971468db
fix(testing): pass --js flag to jest generators ( #9965 )
2022-04-22 22:43:59 -04:00
Caleb Ukle
39331d1e17
feat(testing): move jest config to .ts files ( #9854 )
...
* feat(testing): move jest config to .ts
move jest config and preset to ts files
ISSUES CLOSED : #8344
* fix(testing): update tests for jest.config.ts changes
update tests broken by renaming jest fils to ts files
2022-04-21 17:58:40 +00:00
Emily Xiong
2f41eb07c1
cleanup(core): update the docs to be inline with nx 14 ( #9851 ) ( #9872 )
...
Co-authored-by: Victor Savkin <mail@vsavkin.com>
2022-04-21 12:42:45 -04:00
Jason Jean
cb7fb22bca
feat(core): remove @types/node from default workspace ( #9853 )
...
Signed-off-by: Jason Jean <jasonjean1993@gmail.com>
2022-04-20 12:43:23 -04:00
Jack Hsu
b02beb551b
feat(react): update to react 18 ( #9613 )
2022-03-30 17:48:37 +00:00
Victor Savkin
d4b5c30eba
cleanup(core): remove the indirection left after inlining ta… ( #9469 )
2022-03-23 22:18:17 -04:00
Emily Xiong
3627c3a38c
feat(react-native): upgrade metro-resolver to 0.69.1 ( #9381 )
2022-03-17 13:46:01 -04:00