Victor Savkin
|
40b39b2e64
|
fix(core): remove leading ./ when normalizing root project outputs
|
2022-12-10 15:53:25 -05:00 |
|
Jack Hsu
|
e240339f33
|
feat(js): add --bundler=vite support for JS libs (#13716)
|
2022-12-09 14:36:09 -05:00 |
|
Miroslav Jonaš
|
75de1651a1
|
feat(core): add lockfile pruning to executors that generate package.json (#13734)
|
2022-12-09 12:17:36 -05:00 |
|
Colum Ferry
|
b0a09585b5
|
cleanup(angular): add e2e for mf ssr (#13627)
|
2022-12-07 17:59:50 +00:00 |
|
Jack Hsu
|
66c85bd15c
|
cleanup(nextjs): remove workaround for enhanced-resolve bug in e2e test (#13639)
|
2022-12-05 12:20:18 -05:00 |
|
Jack Hsu
|
5b7dba1cb7
|
fix(react): clean-up after dependency removal from @nrwl/react (#13563)
|
2022-12-02 16:58:07 +00:00 |
|
Katerina Skroumpelou
|
fb9467a020
|
cleanup(bundling): cleanup and enhance vite e2e tests (#13584)
|
2022-12-02 16:04:49 +00:00 |
|
Leosvel Pérez Espinosa
|
2dd2eeae63
|
fix(angular): ensure apps/libs layout is created when migrating from angular cli to nx monorepo layout (#13577)
|
2022-12-02 15:10:44 +01:00 |
|
Nicholas Cunningham
|
3edfc5d6b3
|
fix(vite): apps packagejson copy (#13553)
Co-authored-by: Nicholas Cunningham <ndcunningham>
|
2022-12-01 14:39:41 -05:00 |
|
Miroslav Jonaš
|
22e70d614e
|
fix(angular): fix root-project support for Angular (#13534)
|
2022-12-01 15:14:08 +01:00 |
|
Miroslav Jonaš
|
1a3cc515a4
|
fix(core): prevent peer deps from ending up as dev deps in create package json (#13502)
|
2022-12-01 12:07:52 +01:00 |
|
Victor Savkin
|
7762eddfc8
|
fix(core): fix nx init for non monorepos
|
2022-11-30 14:55:08 -05:00 |
|
Jack Hsu
|
5d0f50e424
|
feat(react): add --bundler=none option for React lib generator if the… (#13511)
|
2022-11-30 19:48:02 +00:00 |
|
Jack Hsu
|
a9ac43b86f
|
feat(react): add CRA support to "nx init" (#13488)
|
2022-11-29 23:20:27 -05:00 |
|
Caleb Ukle
|
74bd0bb00c
|
feat(testing): support root project generation for jest (#13353)
Co-authored-by: Miroslav Jonas <missing.manual@gmail.com>
|
2022-11-29 17:03:19 -05:00 |
|
Victor Savkin
|
8f2fb24605
|
feat(misc): assume repo and app names are the same for standlone presets
|
2022-11-29 17:01:28 -05:00 |
|
Leosvel Pérez Espinosa
|
f448477e9d
|
feat(misc): add support for angular cli workspaces to nx init (#13404)
|
2022-11-29 13:08:18 -05:00 |
|
Chau Tran
|
1c70ac9571
|
fix(core): escape scripts with delimiters for nx exec (#13451)
|
2022-11-28 19:01:19 +00:00 |
|
Miroslav Jonaš
|
a95b91d433
|
fix(core): generated package.json should not include duplicates and optional peer deeps (#13438)
|
2022-11-28 17:26:32 +01:00 |
|
Miroslav Jonaš
|
05d0bf1e1e
|
fix(linter): standalone projects should be detectable with eslint (#13435)
|
2022-11-28 10:39:00 -05:00 |
|
Jack Hsu
|
3c60da7023
|
cleanup(bundling): rename imported vite-tsconfig-paths plugin to matc… (#13423)
|
2022-11-28 13:39:06 +00:00 |
|
Miroslav Jonaš
|
9a0db4848f
|
feat(linter): replace createReactEslintJson with extendReactEslintJson (#13431)
|
2022-11-28 11:54:30 +01:00 |
|
Jack Hsu
|
a63a25d2e2
|
feat(react): add Vite bundler option for buildable libraries (#13382)
|
2022-11-25 20:25:37 +00:00 |
|
Jack Hsu
|
c0f12757f1
|
Revert "feat(vite): use the project's tsconfig.json to configure plug… (#13415)
|
2022-11-25 19:46:37 +00:00 |
|
Jack Hsu
|
bf32321c3c
|
feat(vite): use the project's tsconfig.json to configure plugins rath… (#13408)
|
2022-11-25 11:01:27 -05:00 |
|
Miroslav Jonaš
|
110b5f2867
|
feat(core): enable linter on root projects (#13347)
|
2022-11-24 22:51:24 +01:00 |
|
Victor Savkin
|
dd2c3728e4
|
fix(misc): rework create-nx-workspace command to show standalone presets
|
2022-11-24 14:13:15 -05:00 |
|
Katerina Skroumpelou
|
2614452840
|
feat(storybook): for nested projects (#13314)
|
2022-11-24 19:18:06 +02:00 |
|
Colum Ferry
|
062698a905
|
fix(angular): e2e test should correctly fail (#13373)
|
2022-11-24 14:26:03 +00:00 |
|
Colum Ferry
|
2471768ce1
|
feat(angular): add --ssr flag to remote generator (#13370)
|
2022-11-24 11:06:40 +00:00 |
|
Victor Savkin
|
16fd4374d6
|
feat(misc): derive workspace layout dynamically
|
2022-11-23 15:45:13 -05:00 |
|
Jonathan Cammisuli
|
02e22de7ed
|
feat(testing): add vitest generators (#13301)
|
2022-11-23 10:00:29 -05:00 |
|
Jack Hsu
|
98a6cb1e32
|
chore(repo): re-enable storybook e2e tests with overrides for enhance… (#13339)
|
2022-11-22 16:49:35 -05:00 |
|
Jack Hsu
|
6b305ef4c1
|
chore(repo): disable storybook e2e tests temporarily until a fix for … (#13336)
|
2022-11-22 16:07:40 -05:00 |
|
Victor Savkin
|
661bea436a
|
feat(misc): nx init should work on non-monorepo projects
|
2022-11-22 14:04:26 -05:00 |
|
Jack Hsu
|
f98618b8d3
|
cleanup(react): remove bundler=vite option from host and remote gener… (#13320)
|
2022-11-22 10:37:24 -05:00 |
|
Miroslav Jonaš
|
0c8610b336
|
chore(core): fix flaky bail e2e test (#13311)
|
2022-11-22 10:07:23 +00:00 |
|
Katerina Skroumpelou
|
776491405e
|
chore(bundling): added extra e2e tests for vite on web (#13310)
|
2022-11-22 09:55:37 +00:00 |
|
Katerina Skroumpelou
|
6fcb9c4dba
|
chore(bundling): added tests for fileReplacement (#13292)
|
2022-11-22 09:36:07 +00:00 |
|
Craigory Coppola
|
61c3b0ef31
|
feat(core): add shorthand for nx run-commands (#13139)
|
2022-11-21 23:59:31 +00:00 |
|
Craigory Coppola
|
76c237bd2c
|
feat(core): add nx exec command (#13212)
|
2022-11-21 17:35:24 -05:00 |
|
Jack Hsu
|
23e4fc77c9
|
feat(react): add SSR support to React apps (#13234)
|
2022-11-21 14:22:05 -05:00 |
|
Katerina Skroumpelou
|
f394608658
|
feat(bundling): vite generators (#13158)
|
2022-11-21 13:18:40 -05:00 |
|
Leosvel Pérez Espinosa
|
70e43cdc77
|
feat(angular): add a preset to generate a workspace with a single app at the root
|
2022-11-21 11:17:03 -05:00 |
|
Emily Xiong
|
590a3dc769
|
feat(core): support nested structure for cra-to-nx (#13253)
|
2022-11-21 10:12:53 -05:00 |
|
Miroslav Jonaš
|
7f4802374c
|
chore(core): invert nx daemon tests from enable to disable (#13290)
|
2022-11-21 13:59:28 +00:00 |
|
Miroslav Jonaš
|
41c320cb07
|
fix(core): fix invalid path in e2e print-affected test (#13285)
|
2022-11-21 12:24:43 +00:00 |
|
Colum Ferry
|
b084dddff0
|
feat(angular): support for Angular 15 (#12112)
|
2022-11-17 09:31:45 -05:00 |
|
Miroslav Jonaš
|
945fc7309b
|
cleanup(bundling): cleanup vite e2e test (#13220)
|
2022-11-17 14:24:24 +01:00 |
|
Miroslav Jonaš
|
2bc9e84edd
|
feat(core): support npm v1 lock file pruning with disclaimer (#13218)
|
2022-11-17 14:04:50 +01:00 |
|