6437 Commits

Author SHA1 Message Date
Craigory Coppola
c2c06c12c3
fix(core): remove old example and help text from show remnants (#18228) 2023-07-20 18:15:52 -04:00
Jason Jean
49a95800bc
chore(core): clean up task hasher spec (#18230) 2023-07-20 17:45:16 -04:00
Jonathan Cammisuli
eecbde52a5
fix(core): check if socketMessenger is null before using (#18116) 2023-07-20 14:52:21 -04:00
Denis Frenademetz
c3d4bfe9f0
fix(core): do not cache external dependency hashes if they are not fully resolved (#18020) 2023-07-20 14:22:24 -04:00
Caleb Ukle
b7fb3ea8ad
fix(testing): add playwright secondary entrypoint for preset (#18202) 2023-07-20 12:42:51 -04:00
Katerina Skroumpelou
4ef66f4afd
fix(core): improve error handling for getting metadata during file wa… (#18223) 2023-07-20 16:34:58 +00:00
Katerina Skroumpelou
d942e7b5fb
fix(storybook): make sure skipLibCheck is true (#18212) 2023-07-20 18:17:13 +03:00
Jack Hsu
c97a8ac63b
feat(js): bump babel versions (#18220) 2023-07-20 11:04:16 -04:00
Miroslav Jonaš
0ab8cd4b4c
cleanup(nx-plugin): remove unused imports (#18221) 2023-07-20 14:50:59 +00:00
Katerina Skroumpelou
d1e295ec40
cleanup(storybook): add more tests for interaction tests generators (#18219) 2023-07-20 17:44:59 +03:00
Miroslav Jonaš
f4f4eb66e2
feat(linter): add dependency-checks to buildable lib generator (#18015) 2023-07-20 10:28:20 -04:00
Jonathan Cammisuli
fef5b65b45
fix(core): migrate old invalid glob syntax in target outputs (#18191) 2023-07-20 10:04:01 -04:00
Jonathan Cammisuli
fb0f1f0ec8
fix(core): correctly output created and update events for the watcher on macos (#18186)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-07-19 18:05:52 -04:00
Jack Hsu
28df2057fd
chore(repo): replace dep check script with new lint rule (#18060) 2023-07-19 17:07:52 -04:00
Leosvel Pérez Espinosa
ca5e673a80
feat(misc): add alternative implementation to calculate buildable dependencies using the task graph (#18125) 2023-07-19 15:11:13 -04:00
Caleb Ukle
3e86e42537
fix(testing): run playwright from workspaceRoot (#18195) 2023-07-19 14:37:00 -04:00
Caleb Ukle
4ffc68e18b
feat(testing): add playwright e2e preset (#18194) 2023-07-19 13:07:43 -05:00
Caleb Ukle
8d118160e9
feat(testing): add option/QoL improvements to playwright (#18190) 2023-07-19 10:59:43 -05:00
Miroslav Jonaš
d9a95b64de
fix(core): use package.json version in yarn parser when node_modules are unavailable (#18121) 2023-07-19 17:51:49 +02:00
Emily Xiong
48d4927068
fix(react-native): fix tsc app (#18124) 2023-07-19 11:27:43 -04:00
Miroslav Jonaš
2c1d4bac96
fix(core): run ensurePackage with node_modules for yarn berry (#18144) 2023-07-19 10:50:32 -04:00
Katerina Skroumpelou
29a9f8eba8
feat(storybook): interaction tests generators for angular (#18166) 2023-07-19 17:42:13 +03:00
Miroslav Jonas
7280cb0f72 fix(nx-dev): fix broken redirects after nesting tutorials 2023-07-19 16:36:18 +02:00
Katerina Skroumpelou
ab11815041
feat(storybook): update storybook to 7.1 (#18183) 2023-07-19 16:56:06 +03:00
Jason Jean
e2f1c92e03
feat(js): introduce rust-based typescript dependency processor (#17976)
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2023-07-18 18:26:43 -04:00
Emily Xiong
d4f0e304b4
chore(core): move isNxGenerator out of workspaces (#18097) 2023-07-18 18:12:15 -04:00
Jack Hsu
36cd6b0485
fix(core): generate npm preset correctly (#18164) 2023-07-18 14:27:14 -04:00
Miroslav Jonaš
21bf6cd0a2
fix(core): ensure graph creation keeps dep type in worker mode (#18156) 2023-07-18 11:53:11 -04:00
Colum Ferry
3fefbaf468
feat(angular): add esbuild incremental build builder (#17991) 2023-07-18 15:36:19 +01:00
Jack Hsu
0040520bb0
feat(core): merge None and TS stacks into one since they are both for TS/JS projects (#18108) 2023-07-18 09:42:07 -04:00
Jack Hsu
b07d24ef42
feat(js): create package.json with proper defaults (#18091)
Co-authored-by: Miroslav Jonaš <meeroslav@users.noreply.github.com>
2023-07-18 08:53:18 +02:00
Victor Savkin
57b2a76007
fix(misc): stat collector filters out version 16 (#18149) 2023-07-17 16:15:14 -04:00
Jack Hsu
e2c0abc1a7
fix(js): run build in watch mode when specified for faster recompile time (#18145) 2023-07-17 14:48:32 -04:00
Emily Xiong
699a20ca03
feat(react-native): upgrade react-native to 0.72 (#17810) 2023-07-17 13:07:46 -04:00
Caleb Ukle
6529be96cf
feat(vite): add tsconfig paths resolution plugin (#17844) 2023-07-17 15:42:12 +00:00
Isaac Mann
ce42f04ae6 docs(core): recipe standalone to integrated 2023-07-17 17:38:34 +02:00
Miroslav Jonaš
10fc4dd4d8
fix(core): ensure proper yarn version detection even for nested projects (#18052) 2023-07-17 10:35:18 -04:00
Jonathan Cammisuli
187842e14c
fix(core): write file directly instead of using fs-extra.outputFileSync (#18129) 2023-07-17 10:01:50 -04:00
Emily Xiong
e5e561d648
feat(testing): add playwright configuration generator (#18013) 2023-07-14 12:17:10 -04:00
Leosvel Pérez Espinosa
d489de59e0
fix(core): do not duplicate output of tasks executed in batch mode (#18084) 2023-07-14 11:41:07 -04:00
Katerina Skroumpelou
2a888ad2df
fix(storybook): install core-js for non-vite libs (#18115) 2023-07-14 17:44:36 +03:00
Jonathan Cammisuli
b61373a30f
fix(core): remove fatal: no path specified logs from daemon (#18117) 2023-07-14 10:44:05 -04:00
Leosvel Pérez Espinosa
4f9f04fb96
docs(js): add docs about @nx/js:tsc batch execution (#18071) 2023-07-14 08:41:40 +01:00
Emily Xiong
1c6a359130
chore(core): copy isNxExecutor out of Workspaces class (#17996) 2023-07-14 01:55:42 -04:00
Katerina Skroumpelou
e545db7da9
fix(storybook): change storybook tsconfig path in eslint file too (#18101) 2023-07-13 10:19:24 +00:00
Katerina Skroumpelou
4bba066d57
feat(react): interaction tests story generator (#18082) 2023-07-13 13:06:04 +03:00
Leosvel Pérez Espinosa
6ce7fc57ed
fix(misc): prompt for workspace name when creating it using nx init (#18079) 2023-07-13 08:22:09 +01:00
Jack Hsu
ae773d547e
fix(linter): skip verifying deps of deps by default in package.json (#18058) 2023-07-12 20:59:36 -04:00
Caleb Ukle
da2674ded6
Revert "feat(testing): update jest to v29.6.1 (#18061)" (#18096) 2023-07-12 17:00:05 -05:00
Colum Ferry
77bb4b7429
feat(angular): add support for TS Module Federation Config #15739 (#17876) 2023-07-12 16:14:52 +01:00