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 |
|
Victor Savkin
|
8d9de7f81d
|
cleanup(core): clean up workspace creation
|
2022-11-15 17:22:02 -05:00 |
|
Craigory Coppola
|
2661582df3
|
feat(core): add includedScripts to allow filtering package json scripts (#13179)
|
2022-11-15 12:52:33 -05:00 |
|
Jonathan Cammisuli
|
54670c93e0
|
feat(testing): add vitest (#13129)
|
2022-11-15 09:15:19 -05:00 |
|
Katerina Skroumpelou
|
8d103f323c
|
feat(bundling): vite plugin executors (#13032)
|
2022-11-14 14:33:09 -05:00 |
|
Victor Savkin
|
c4ebef2803
|
feat(react): add a preset to generate a workspace with a single app at the root
|
2022-11-12 17:17:58 -05:00 |
|
Jason Jean
|
16c3a2eb20
|
chore(repo): make runCLI work in verbose mode (#13123)
|
2022-11-10 23:15:14 -05:00 |
|
Jack Hsu
|
41fb76a953
|
feat(react): cra-to-nx to use PORT from .env file when migrating to Vite (#13116)
|
2022-11-10 16:09:32 -05:00 |
|
Jack Hsu
|
83646895c3
|
cleanup(react): add e2e tests for cra-to-nx package (#13107)
|
2022-11-10 10:41:05 -05:00 |
|
Philip Fulcher
|
7557bd4f48
|
chore(graph): provide task data to graph app (#13058)
|
2022-11-09 08:40:17 -07:00 |
|
Colum Ferry
|
f432b97e12
|
fix(angular): fix failing e2e (#13083)
|
2022-11-09 12:15:30 +00:00 |
|
Colum Ferry
|
efc100587b
|
feat(react): remove exposed utils (#13079)
|
2022-11-09 11:20:21 +00:00 |
|
Jason Jean
|
87b9f7e7ab
|
chore(repo): exclude vite tests on macos e2e (#13073)
|
2022-11-08 16:32:33 -05:00 |
|
Craigory Coppola
|
f311ecbdd7
|
chore(repo): remove workspace.json (#13040)
|
2022-11-08 13:12:31 -05:00 |
|
Miroslav Jonas
|
bce3c03755
|
chore(repo): hide e2e logs unless verbose is set
|
2022-11-08 10:16:42 -05:00 |
|
Victor Savkin
|
67e032d5cc
|
fix(core): correctly derive the name of the project based on package.json without name
|
2022-11-07 09:50:12 -05:00 |
|
Caleb Ukle
|
5a137d0b3f
|
fix(testing): handle path offsets for angular component testing (#12863)
|
2022-11-04 11:43:21 -05:00 |
|