6116 Commits

Author SHA1 Message Date
Victor Berchet
8d382fb05f
fix(vite): do not include vitest types in tsconfig.json (#14200) 2023-01-09 11:14:54 -05:00
Jack Hsu
fcc02d1932
feat(webpack): remove support for legacy browsers (#14190) 2023-01-09 12:15:37 +02:00
Ian Luca
716ba89b15
Honour browserslist on libraries using babel (#14065) 2023-01-09 12:14:41 +02:00
Caleb Ukle
16aa1b5af2
docs(core): add example for running multiple targets (#14210) 2023-01-06 22:26:51 +00:00
Nicholas Cunningham
a631af7b62
feat(node): support nodejs frameworks (#14199) 2023-01-06 15:04:11 -07:00
Jack Hsu
d3ba6447d0
fix(nextjs): hide lockfile generation behind a flag so it can be toggled on and off (#14204) 2023-01-06 20:26:10 +00:00
Victor Savkin
187f2a13ae fix(misc): fix --help for generators and executors 2023-01-06 12:49:26 -05:00
Jack Hsu
d0d6e854d4
fix(bundling): update esbuild executor to emit correct events (#14193) 2023-01-06 12:11:50 -05:00
Caleb Ukle
e96dfe575a
fix(web): dynamic default unitTestRunner based on bundler for @nrwl/web:app (#14188)
Fixes https://github.com/nrwl/nx/issues/14167
2023-01-06 10:36:46 -06:00
Craigory Coppola
bd305fd8a9
fix(misc): @nrwl/vite should be in @nrwl/workspace's package group (#14151) 2023-01-06 10:32:59 -05:00
Jack Hsu
b63b6e43a4
feat(webpack): use webpack.sources instead of webpack-sources package (#14189) 2023-01-06 10:32:17 -05:00
Jack Hsu
88f11a47ab
feat(nextjs): update to Next.js 13.1 (#14186) 2023-01-06 09:41:11 -05:00
Colum Ferry
dd8be60182
feat(angular): add backwards compatibility to module-federation-dev-server (#14180) 2023-01-06 09:16:24 -05:00
Colum Ferry
39eba959d5
feat(angular): add backwards compatibility to module-federation-dev-ssr (#14181) 2023-01-06 09:16:05 -05:00
Colum Ferry
4a8f95e5c6
feat(angular): add backwards compatibility to webpack-server (#14163) 2023-01-06 09:15:23 -05:00
Victor Savkin
422c8c735a cleanup(core): clearly split nx.json config and projects config 2023-01-05 15:35:36 -05:00
Colum Ferry
cd0c196069
feat(angular): add backwards compatibility to webpack-dev-server (#14162) 2023-01-05 14:47:25 +00:00
Katerina Skroumpelou
8d329e0488
fix(storybook): add vite-tsconfig-paths to storybook (#14161) 2023-01-05 16:04:38 +02:00
Jack Hsu
3364e386a3
cleanup(webpack): remove previously deprecated options (#14149) 2023-01-05 09:00:41 -05:00
Colum Ferry
2beebf4ab3
feat(angular): add backwards compatibility to webpack-browser (#14159) 2023-01-05 13:01:04 +00:00
Colum Ferry
5fba936254
feat(angular): add standalone support to NgRx generator (#14141) 2023-01-05 12:46:54 +00:00
Caleb Ukle
49aa44bb81
fix(testing): only check provided project is root for cypress-project… (#14148) 2023-01-04 20:09:43 +00:00
Katerina Skroumpelou
29f16483c7
fix(vite): correct worker plugin (#14147) 2023-01-04 19:46:25 +00:00
Katerina Skroumpelou
67bac32fc6
fix(storybook): vite builder version correction (#14146)
CLOSED https://github.com/nrwl/nx/issues/14140
2023-01-04 21:08:35 +02:00
Jack Hsu
bd14b24460
feat(bundling): add option to esbuild to not bundle (#14145) 2023-01-04 13:36:52 -05:00
Craigory Coppola
7992ec618f
chore(repo): setup negative config for several targets (#14080) 2023-01-04 11:34:50 -05:00
Colum Ferry
d9efb98ebb
feat(angular): add ast util to add a provider to bootstrapApplication (#14136) 2023-01-04 11:34:18 -05:00
Caleb Ukle
8c014f0d48
docs(testing): add deprecation messages for Jest/Cypress (#14137) 2023-01-04 10:33:04 -06:00
Colum Ferry
4de2a9d5d3
feat(angular): add ast util to add a provider to a route (#14133) 2023-01-04 13:21:30 +00:00
Katerina Skroumpelou
41898df3bb
fix(storybook): refactor target finding function (#14130) 2023-01-04 11:42:47 +00:00
Colum Ferry
762c9ee50d
feat(angular): add isStandalone util to check for standalone decorators (#14129) 2023-01-04 11:04:53 +00:00
Katerina Skroumpelou
58b1c40e52
fix(storybook): pass down configureTestRunner option (#14128) 2023-01-04 10:49:43 +00:00
Caleb Ukle
843bad146e
fix(testing): vitest deleting project root with coverage enabled (#14116) 2023-01-03 13:15:48 -06:00
Katerina Skroumpelou
5c962d0e3b
fix(vite): add paths plugin for worker (#14115) 2023-01-03 12:53:05 -05:00
Katerina Skroumpelou
00db9e3a22
fix(storybook): update storybook to latest 6 (#14110) 2023-01-03 11:56:16 -05:00
Katerina Skroumpelou
285cf2ecf5
fix(storybook): restore babelrc for storybook webpack (#14111) 2023-01-03 18:48:54 +02:00
Emily Xiong
1e15557280
feat(expo): upgrade expo 47.0.9 (#14070) 2023-01-03 11:25:08 -05:00
Emily Xiong
e61e247f23
bugfix(expo): add cache to gitignore and eslint ignore (#14069) 2023-01-03 11:24:59 -05:00
Emily Xiong
cec625e342
feat(expo): move svg to inline for starter app (#14068) 2023-01-03 11:24:45 -05:00
Craigory Coppola
b19eb6cb72 feat(core): support projectName token in target defaults 2023-01-03 11:22:48 -05:00
Craigory Coppola
355d8a0b3f fix(core): dont mutate target defaults in memory when resolving path tokens
fix: use array spread for arrays
2023-01-03 11:22:48 -05:00
Craigory Coppola
d72ed7d727 fix(core): schemas should not require executor due to negative config work 2023-01-03 11:22:48 -05:00
Colum Ferry
64d7ceb447
feat(angular): add ast utils for standalone decorators (#14108) 2023-01-03 15:05:41 +00:00
Jack Hsu
666e057a50
fix(react): skip exports field in generated package.json when using rollup to bundle library (#14107) 2023-01-03 17:02:50 +02:00
Colum Ferry
16a0891d30
feat(angular): add parent flag to ngrx generator (#14105) 2023-01-03 13:35:53 +00:00
Katerina Skroumpelou
53cffacf6b
Revert "fix(vite): Support fileReplacements for devServer" (#14104) 2023-01-03 13:26:10 +02:00
Caleb Ukle
c82975685d
fix(testing): correctly set task status for failed coverage reports (#14008) 2023-01-03 12:09:57 +02:00
Flavio Stutz
72a2bd6c68
chore(core): bump tsconfig-paths lib (#14084) (#14085) 2023-01-02 15:36:57 -05:00
Dan Kreiger
217d6e3886
fix(expo): address deprecation warning seen upon using @nrwl/expo:start (#14095) 2023-01-02 15:35:52 -05:00
Spencer
d5c93bfa39
fix(core): find imports in export type statements (#13921) 2022-12-30 13:43:04 -05:00