6238 Commits

Author SHA1 Message Date
Jonathan Cammisuli
18f95a99ad
feat(core): build project file map with rust (#17472)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-06-14 13:42:34 -04:00
Katerina Skroumpelou
c8dc4d8f9a
fix(core): ensure its file before reading (#17597) 2023-06-14 19:23:46 +03:00
Caleb Ukle
f18d50ca0c
fix(core): handle string and array parserOptions.project values (#17500) 2023-06-14 12:21:34 -04:00
Miroslav Jonaš
a21ab98ca8
fix(linter): fix relative path detection (#17592) 2023-06-14 12:18:44 -04:00
Colum Ferry
76b7d61592
fix(react): component test regex should not use global (#17548) 2023-06-14 16:27:19 +01:00
Peter Jokumsen
73ab23f381
chore(core): fix list typo (#17582) 2023-06-14 09:15:52 -04:00
Katerina Skroumpelou
ea349998fa
chore(vite): remove unused deps (#17585) 2023-06-14 08:01:06 -04:00
Jack Hsu
a19fbb1ddb
feat(js): add preset for TS standalone workspace (#17467) 2023-06-13 14:32:06 -04:00
Jack Hsu
8d5ef222cc
feat(testing): add support for additional environment options when generating vite config (#17560) 2023-06-13 13:30:52 -04:00
Katerina Skroumpelou
7abcb816b5
feat(react): update types to match react version (#17571) 2023-06-13 11:25:23 -04:00
Katerina Skroumpelou
7f15660c07
feat(vite): update packages to latest versions (#17515) 2023-06-13 16:00:05 +03:00
Miroslav Jonaš
26538097f3
fix(core): ensure createPackageJson does not override existing config (#17471) 2023-06-12 20:59:39 +02:00
Jack Hsu
ec48f61142
fix(bundling): update esbuild project generator to support standalone… (#17558) 2023-06-12 13:39:17 -04:00
Jack Hsu
edf0b1ce20
feat(js): add setup-build generator for JS packages (#17523) 2023-06-12 12:38:26 -04:00
Jason Jean
5fc4238b28
fix(core): properly hash tasks that depend on outputs of other tasks … (#17556) 2023-06-12 11:57:21 -04:00
Miroslav Jonaš
aaf35e75b2
docs(linter): document flat config option (#17520) 2023-06-12 17:33:52 +02:00
Jack Hsu
35ed04741d
fix(js): add support for waitUntilTargets back (#17553) 2023-06-12 09:38:47 -05:00
Nicholas Cunningham
478fb8ba56
fix(js): Ensure runTimeArgs are not ignored (#17527) 2023-06-12 08:28:38 -06:00
Colum Ferry
860d82a640
fix(angular): find module from options should support full path #17547 (#17550) 2023-06-12 15:22:35 +01:00
Emily Xiong
a8aeda9ad4
feat(react-native): upgrade react native to version 0.71.10 (#17535) 2023-06-12 08:18:46 -04:00
Leosvel Pérez Espinosa
e39ee11bcb
fix(angular): fix @angular-eslint/* package updates to consider angular installed version (#17526) 2023-06-12 09:30:44 +01:00
Jason Jean
d1c1c1a611
fix(core): fix logic for determining if task can be hashed upfront (#17540) 2023-06-10 13:43:30 -04:00
Jason Jean
83895e4573
fix(core): properly hash tasks that depend on outputs of other tasks (#17512) 2023-06-09 16:46:11 -04:00
Jack Hsu
9fa9fda61d
fix(bundling): support BABEL_ENV over NODE_ENV for babel config (#17529) 2023-06-09 16:26:43 -04:00
Emily Xiong
fc42b7b7ff
fix(testing): fix windows e2e storage ENOENT (#17506) 2023-06-09 12:31:30 -04:00
Katerina Skroumpelou
bf2c42c31e
feat(core): update stylus to latest version (#17519) 2023-06-09 09:11:04 -06:00
Katerina Skroumpelou
899240046b
fix(vite): properly find projectRoot (#17517) 2023-06-09 09:07:32 -06:00
Nicholas Cunningham
cb1bd5e9e5
fix(nextjs): Update @nx/next to be a devDependency (#17510) 2023-06-09 08:13:59 -06:00
Jack Hsu
20359e77a6
fix(js): mark importPath option as important since it is required for publishable libs (#17509) 2023-06-09 10:21:12 +03:00
Leosvel Pérez Espinosa
152cf00e55 fix(core): avoid terminal flickering when doing dynamic rendering 2023-06-08 10:38:10 -04:00
Luca Becker
26e3e16cb9
chore(vite): remove typo in the comment / documentation (#17488) 2023-06-08 09:54:47 -04:00
Leosvel Pérez Espinosa
2d87f77217
fix(core): match tasks by id in run-many terminal output lifecycles (#17460) 2023-06-08 09:50:13 -04:00
Miroslav Jonaš
ec4e85773d
feat(core): add dependentTasksOutputFiles input (#17314) 2023-06-08 09:45:07 -04:00
Katerina Skroumpelou
b953565bc2
feat(vite): add type check to vite builder (#17487) 2023-06-08 15:57:51 +03:00
Katerina Skroumpelou
1c478aedfd
feat(storybook): generate ts config files by default (#17490) 2023-06-08 11:37:09 +01:00
Vinícius Neto
a9f8cc61fa
feat(vite): add incremental builds support to Vite plugin build executor (#17433)
Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
2023-06-08 10:07:57 +03:00
Jack Hsu
f55241bc7d
docs(bundling): fix a typo causing tabs to not render correctly (#17470) 2023-06-07 14:57:00 -04:00
Jack Hsu
0fc8053c74
docs(bundling): updated webpack and rollup executor examples (#17466) 2023-06-07 18:31:13 +00:00
Katerina Skroumpelou
481926421d
fix(storybook): correctly identify if uses vite-based framework (#17465) 2023-06-07 19:31:39 +03:00
Emily Xiong
075ac2545d
chore(repo): change e2e to use verdaccio executor (#17347) 2023-06-07 12:26:43 -04:00
Katerina Skroumpelou
417ac38759
fix(js): dont ignore args option on node executor (#17463) 2023-06-07 18:15:53 +03:00
Johannes Handke
05fb178fc4
fix(core): fix pnpm lockfile parsing in v6.1 (#17407) 2023-06-07 17:10:45 +02:00
Katerina Skroumpelou
d5aca8bdf2
feat(webpack): bump css-minimizer-webpack-plugin version to latest (#17456) 2023-06-07 18:03:35 +03:00
Katerina Skroumpelou
392366f0fd
fix(js): pass buildTargetOptions in executor (#17459) 2023-06-07 08:12:00 -04:00
Katerina Skroumpelou
3cb7b8f70d
fix(storybook): add all Storybook CLI options to schema (#17358) 2023-06-07 09:52:14 +03:00
Isaac Mann
e693642c35
docs(core): update preset link (#17153) 2023-06-06 16:22:25 -04:00
Jack Hsu
08339ee49f
feat(js): do not generate root babel.config.json for babel projects (#17289) 2023-06-06 15:45:33 -04:00
Richard Roozenboom
5c7db06508
fix(core): increase interval attempts for daemon server available on … (#16813) 2023-06-06 14:14:18 -04:00
Yuri Pieters
d26d0f45d6
fix(js): use export type for exports from schema.d.ts files (#17392)
Co-authored-by: Yuri Pieters <yuri.pieters@anaplan.com>
2023-06-06 09:51:11 -04:00
Lars Gyrup Brink Nielsen
f1db759755
docs(core): add example run-many commands filtering on specific tags (#17254) 2023-06-06 08:37:53 -04:00