6845 Commits

Author SHA1 Message Date
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
Katerina Skroumpelou
58e1f233cf
feat(storybook): interaction testing init generator (#18051) 2023-07-12 18:02:12 +03:00
C. T. Lin
c364207f3e
fix(core): use concat in buildAllWorkspaceFiles to avoid Maximum call stack size exceeded (#18065) 2023-07-12 06:57:17 -04:00
Caleb Ukle
2128f8e3e2
feat(testing): add @nx/playwright plugin (#17975) 2023-07-11 16:47:56 -04:00
Jonathan Cammisuli
460e469617
fix(core): remove throttle from watch (#18077) 2023-07-11 16:46:00 -04:00
Caleb Ukle
90172c579c
feat(testing): update jest to v29.6.1 (#18061) 2023-07-11 16:15:33 -04:00
Jason Jean
bcb3251ef5
fix(core): fix project configuration typings (#18073) 2023-07-11 15:00:51 -04:00
Victor Savkin
1bc58c997d feat(core): throw an error when unknown local cache source 2023-07-11 14:43:09 -04:00
Leosvel Pérez Espinosa
95a2256a34
feat(misc): deprecate executor options to generate package.json for libraries (#17923) 2023-07-11 15:28:03 +00:00
Leosvel Pérez Espinosa
8be6558700
fix(misc): fix migrations updating target options to consider target defaults (#18064) 2023-07-11 11:21:24 -04:00
Miroslav Jonaš
7a9a60324d
cleanup(core): remove obsolete versions from workspace (#17984) 2023-07-10 13:59:07 -04:00
Chi Ma
e25582780a
fix(core): add missing perf_hooks import in tasks-runner/cache (#18043) 2023-07-10 10:48:44 -04:00
Leosvel Pérez Espinosa
92926b9346
fix(core): handle undefined target defaults (#18044) 2023-07-10 10:41:59 -04:00
Leosvel Pérez Espinosa
a08cb91891
fix(angular): explicitly depend on find-cache-dir to avoid npm resolution conflict (#18049) 2023-07-10 09:41:10 -04:00
Leosvel Pérez Espinosa
d10aeb49ac
fix(js): post-process skipped tasks by the ts compiler in tsc batch implementation (#17938) 2023-07-10 14:30:25 +01:00
Katerina Skroumpelou
878955b50d
fix(storybook): dont throw if no project-level tsconfig (#18027) 2023-07-10 12:03:57 +01:00
Julius Osokinas
6bf3dc91ad
feat(vite): server executor https prop as object (#18048)
Co-authored-by: Julius Osokinas <julius.osokinas@kevin.eu>
2023-07-10 13:42:59 +03:00
Jack Hsu
38fa586b78
feat(testing): rename jest-project generator to "configuration" generator for consistency in naming (#18006) 2023-07-07 16:17:41 -04:00
Jason Jean
c04053b4e9
fix(core): parse project configs only in js (#18009) 2023-07-07 16:06:44 -04:00
Nicholas Cunningham
b1f19e3e91
fix(nextjs): Update @types/react version for yarn resolution (#18028) 2023-07-07 13:39:17 -06:00
Jack Hsu
24e45d494f
feat(bundling): rename esbuild-project, rollup-project, and webpack-project generators to "configuration" generators for consistency in naming (#18003) 2023-07-07 13:59:41 -04:00
Emily Xiong
8d5cfcc2b3
fix(js): restore registry for only localhost (#17999) 2023-07-07 13:44:25 -04:00
Jack Hsu
9940a0c544
feat(testing): renamed cypress-e2e-configuration to configuration to maintain consistency between plugins (#17998) 2023-07-07 12:43:29 -04:00
Miroslav Jonaš
d0c37727c5
fix(core): ensure yarn runs install with correct version (#17997) 2023-07-07 09:19:04 -04:00
Katerina Skroumpelou
21007d8922
fix(storybook): properly identify file as story (#18016) 2023-07-07 11:48:28 +03:00
Katerina Skroumpelou
3edbe49fa2
fix(storybook): optional chain .length in utils (#18001) 2023-07-07 08:33:46 +00:00
Jack Hsu
3fdc66dd69
feat(vite): pin Vite version range to patch releases only to avoid conflicts with Angular (#18010) 2023-07-07 10:47:03 +03:00
Nathan Walker
ccd195d60a
fix(js): remove duplicate alias (#17978) 2023-07-06 09:20:02 -04:00
Leosvel Pérez Espinosa
64765eb313
feat(misc): change updateBuildableProjectDepsInPackageJson option default value to false (#17920) 2023-07-06 09:06:48 +01:00
Jack Hsu
c6a0615fa5
fix(js): add watchIgnore and runBuildTargetDependencies options to speed up build (#17953) 2023-07-05 14:50:53 -04:00
Colum Ferry
8c9ad0da69
fix(bundling): update the browsers for es5 terser check (#17784) 2023-07-05 17:10:25 +01:00
Colum Ferry
c64f26ef3c
fix(angular): automatically skip remotes not in the current workspace #17473 (#17497) 2023-07-05 16:57:40 +01:00
Miroslav Jonaš
28a071f243
fix(js): ignore dependencies from non-index root files for create-package-json (#17930) 2023-07-05 17:47:49 +02:00
Vergil Penkov
d42d2f46fb
fix(core): add license information for native packages (#17964) 2023-07-05 10:43:57 -04:00
Denis Frenademetz
65adb94bf6
fix(core): ensure external dependency hashes are resolved in a deterministic way (#17926) 2023-07-05 10:42:58 -04:00
Denis Frenademetz
47d23c8436
fix(js): js:node executor resolves main.js and build options correctly (#17884)
Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
2023-07-05 10:10:15 +00:00
Miroslav Jonaš
b093306f9d
feat(linter): bump typescript-eslint to 5.60.1 (#17916) 2023-07-04 16:30:58 -04:00
Nicholas Cunningham
50ee9904e1
fix(nextjs): Respect CLI output path when provided (#17947) 2023-07-04 13:58:13 -06:00
Jason Jean
90584d3164
fix(core): ignore root projects for project inference (#17949) 2023-07-04 12:57:28 -04:00
Miroslav Jonaš
8f0ec5cb39
feat(testing): add test-setup.ts to ignored prod inputs (#17918) 2023-07-04 10:20:54 -04:00
Miroslav Jonaš
388611854f
Revert "fix(nextjs): set localhost as hostname default (#17856)" (#17931) 2023-07-04 00:19:18 +02:00
Colum Ferry
9eaa240b4d
feat(angular): add --bundler flag for applications (#17919) 2023-07-03 16:22:37 +01:00
Miroslav Jonaš
55c0a168cf
fix(linter): apply missing deps fix in a single patch for deps check (#17924) 2023-07-03 16:29:15 +02:00