6116 Commits

Author SHA1 Message Date
Victor Savkin
58814c697a cleanup(core): make hashing faster 2022-01-11 20:56:26 -05:00
Phillip Barta
cb84ec7199
chore(repo): removed unused dependency find-parent-dir (#8356) 2022-01-11 15:34:26 -05:00
Phillip Barta
16e4964cb6
cleanup(linter): remove unnecessary createDirectory util function and use mkdirSyncs recursive option (#8359) 2022-01-11 15:33:25 -05:00
Rares Matei
c238f16a69 fix(core): correctly check if on azure CI
add a new env variable to the isCi check that works on Azure
2022-01-11 13:42:58 -05:00
Colum Ferry
15c6ca70a2
chore(repo): use LTS node typings (#8366) 2022-01-11 12:31:58 -05:00
Phillip Barta
da39485076
cleanup(misc): removed yargs and yargs-parser from packages (#8350) 2022-01-11 12:25:18 -05:00
Martin Gansler
b73da63026
fix(core): update @nrwl/js package with nx migrate latest (#8363)
ISSUES CLOSED: #8362
2022-01-11 12:21:53 -05:00
Leosvel Pérez Espinosa
7a35db9037
fix(web): prevent caching in the file-server (#8472) 2022-01-11 12:21:10 -05:00
Maurizio Vitale
c2115c2a72
fix(angular): skipFormat files when converting to Nx project (#8387)
Add the ability to skipFormat files when converting to Nx project

ISSUES CLOSED: #8386
2022-01-11 15:26:45 +00:00
Chau Tran
978cfe942d
fix(testing): turn swc/jest back on for react, web, and js (#8464) 2022-01-11 09:28:30 -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
Victor Savkin
75cc52fd48 fix(core): change default folder for daemon assets to cache dir 2022-01-10 16:54:12 -05:00
Victor Savkin
85fe340173 fix(core): inherit stdio instead of resetting it to 0,1,2 2022-01-10 15:45:49 -05:00
Jack Hsu
6407ff3275
feat(web): update http-server to 14.1.0 (#8465) 2022-01-10 15:37:11 -05:00
Victor Savkin
16e9f58f76 feat(core): optimise cache restoration and storing 2022-01-10 11:40:10 -05:00
Miroslav Jonaš
6fc5bbe931
fix(angular): fix broken data persistence normalize action function (#8453) 2022-01-10 11:41:03 +01:00
Colum Ferry
90f0ab2ea5
feat(angular): add mfe migration to fix incorrect setups from previously incorrect generator (#8433) 2022-01-10 09:40:33 +00:00
Caleb Ukle
baf44ad662
fix(testing): Create root babel config if one isn't present (#7816)
* fix(testing): create root babel config for babel-jest option

when creating a jest project with babel-jest a root babel.config.json file will be create if one

doesn't exist and babel deps install for allowing jest tests to run successfully

ISSUES CLOSED: #6782

* feat(testing): add migration for missing root babel config
2022-01-07 17:05:32 -05:00
Victor Savkin
b3fb9eef4a fix(core): correctly print parsing errors when receiving graph from daemon 2022-01-07 16:00:29 -05:00
Phillip Barta
d3bad60e53
chore(repo): removed unused dependency npm-run-all (#8340) 2022-01-07 14:10:42 -05:00
Phillip Barta
8abcaab7c3
fix(misc): dont publish jest.config.js files (#8341) 2022-01-07 14:10:24 -05:00
Caleb Ukle
240da9a43c
fix(testing): support cypress --tag arg (#8434)
* fix(testing): fix error with cypress --tag not being parsed

using --tag will now correctly pass the value to the cypress runner. learn more about --tag here
https://docs.cypress.io/guides/guides/command-line#cypress-run-tag-lt-tag-gt

ISSUES CLOSED: #4998

* docs(testing): add --tag option to cypress docs
2022-01-07 11:39:25 -06:00
Victor Savkin
75e6b12535 cleanup(core): remove a level of indirection in neo terminal output 2022-01-06 21:48:32 -05:00
“JamesHenry”
d225319ede chore(core): neo run-many output life cycle 2022-01-06 20:00:22 -05:00
Kirils L
4ce7c7aaa8
fix(react): update conflicting eslint plugin versions (#8376) 2022-01-06 19:03:38 +00:00
Noriyuki Shinpuku
054d4eb775
fix(nextjs): fix .babelrc for libraries (#8075) 2022-01-06 19:03:11 +00:00
Victor Savkin
9b947a5306 docs(misc): add more content to Nx and ... guides 2022-01-06 12:24:12 -05:00
Colum Ferry
8c8b257a3c
feat(angular): add option to skip module creation #7806 (#8391) 2022-01-06 11:49:04 +00:00
Leosvel Pérez Espinosa
80f20db51a
fix(angular): fix tailwind css support in libraries using components with inline styles (#8393) 2022-01-06 10:17:15 +00:00
Vadim
77529a1770
fix(storybook): apply a webpack tweak for storybook and angular (#8392)
* fix(storybook): apply a webpack tweak for storybook and angular

- [x] remove html raw-loader from the webpack rules array if storybook is used with angular v13;

the html raw-loader breaks jit compilation when storybook 6.5 aplha is used with angular v13

ISSUES CLOSED: #8360

fix(testing): update storybook generator configuration snapshot

fix(testing): update storybook generator configuration snapshot, use the flag --update-snapshot

fix(testing): update storybook generator configuration snapshot, test affected, update snapshot

* cleanup(storybook): make the webpack tweak for storybook and angular explanation more concise
2022-01-06 11:21:13 +02:00
Chau Tran
22c6ddb73d
fix(js): adjust how to pass information down to swc cli (#8298) 2022-01-05 20:28:49 -05:00
Colum Ferry
0f50de73d8
fix(angular): mfe migration failing in certain scenarios (#8384) 2022-01-05 16:42:23 +00:00
Victor Savkin
20f731990c docs(misc): rework the top section of docs 2022-01-04 14:11:31 -05:00
Zach Gover
ec2944c6c8
chore(nextjs): removed deprecated target (#8237) 2022-01-04 16:14:58 +00:00
David
7e99073f5b
feat(angular): support multiple state slices in data persistence ops (#8216)
A breaking change that enables data persistence operators to be used in streams with more than one slice of data (e.g., with `withLatestFrom` and `concatLatestFrom`).

Closes #6830
2022-01-04 11:42:05 +00:00
Victor Savkin
3aafa8bb6a feat(testing): project generator should accept baseUrl 2022-01-03 16:48:27 -05:00
Victor Savkin
85918d83b0 fix(core): assert valid workspace config should be a warning 2022-01-02 09:22:59 -05:00
Jack Hsu
4075ae757c
fix(core): boolean args to custom presets are passed correctly (#8339) 2021-12-31 06:35:42 +00:00
Jack Hsu
027bb9d9ad
feat(react): SVGR and http-server version updates for security fixes (#8334) 2021-12-30 04:55:55 +00:00
Jack Hsu
7e5641b380
feat(web): update rollup-plugin-typescript2 to 0.31 (#8329) 2021-12-29 16:30:37 -05:00
Jack Hsu
166985f33d
feat(web): import TS plugin only if SWC is not used (#8328) 2021-12-29 15:15:00 -05:00
Jack Hsu
195b8f3262
chore(nextjs): remove assertion that dependencies have been built (#8325) 2021-12-29 13:04:10 -05:00
Victor Savkin
53767a89c1 fix(js): mark swc as experimental 2021-12-23 20:12:19 -05:00
Chau Tran
214ef8ac4f chore(testing): adjust tests that are affected by removing swc 2021-12-23 19:56:58 -05:00
Chau Tran
4430733f57 chore(testing): assert options.compiler to tsc 2021-12-23 19:56:58 -05:00
Chau Tran
f97961d865 fix(testing): remove 'swc' from compiler option for jest generators
@swc/jest is not currently working as it's supposed to. at least, with single .swcrc file.
2021-12-23 19:56:58 -05:00
Chau Tran
d6d56c7c4e chore(js): adjust unit test 2021-12-23 19:56:58 -05:00