7686 Commits

Author SHA1 Message Date
Victor Berchet
02d1cc85ca
fix(vite): move clearScreen and logLevel to the shared options (#14174) 2023-01-09 18:16:45 +02:00
Victor Berchet
da4e2a5a6b
fix(testing): do not add a duplicate tsconfig.spec.json ref (#14201) 2023-01-09 11:16:24 -05:00
Victor Berchet
8d382fb05f
fix(vite): do not include vitest types in tsconfig.json (#14200) 2023-01-09 11:14:54 -05:00
Katerina Skroumpelou
ea34f256f9
docs(storybook): update image link (#14230)
closed https://github.com/nrwl/nx/issues/14178
2023-01-09 15:58:48 +00:00
Benjamin Cabanes
13a61e909d
docs(nxdev): remove current items from related documents (#14229) 2023-01-09 10:46:13 -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
Q.Ben Zheng
c7288395d4
chore(repo): use cz-git as commitizen adapter and CLI (#13124) 2023-01-08 23:39:54 -05: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
Caleb Ukle
3db0bf8a18
docs(testing): add info about --spec and link to storybook (#14211) 2023-01-06 15:51:39 -06:00
Victor Savkin
ecf1f21d09 chore(repo): update ci setup to use multi target 2023-01-06 16:44:44 -05:00
Victor Savkin
0827694421
chore(misc): publish 15.4.5 2023-01-06 16:05:55 -05: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
e8b2731a47
chore(repo): update nx to 15.4.5-beta 2023-01-06 12:58:33 -05:00
Benjamin Cabanes
4fb81f1681
docs(nxdev): update footer copyright (#14197) 2023-01-06 12:53:26 -05:00
Benjamin Cabanes
18f0a284b2
chore(core): update license copy year (#14198) 2023-01-06 12:53:16 -05: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
Jack Hsu
bf17af552f
docs(misc): remove webpack 5 migration guide (#14185) 2023-01-06 09:24:40 -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
Benjamin Cabanes
15174c0ac4
docs(nxdev): add typography component (#14175) 2023-01-06 09:01:07 -05:00
Benjamin Cabanes
13d885a02d
docs(nxdev): add button component (#14171) 2023-01-05 16:08:15 -05:00
Victor Savkin
422c8c735a cleanup(core): clearly split nx.json config and projects config 2023-01-05 15:35:36 -05:00
Benjamin Cabanes
36c6940e2b
docs(nxdev): add status page link (#14165) 2023-01-05 12:34:37 -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
Felipe Plets
2e8511ae6f
docs(core): fix links to devkit index page (#14034)
Co-authored-by: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com>
Fixes https://github.com/nrwl/nx/issues/14033
2023-01-04 14:04:28 -05:00
Jack Hsu
bd14b24460
feat(bundling): add option to esbuild to not bundle (#14145) 2023-01-04 13:36:52 -05:00
Isaac Mann
b8d0ba6d96
docs(core): identify dependencies between folders (#13672) 2023-01-04 11:46:55 -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
Benjamin Cabanes
9193d1aebc
docs(nxdev): check type of x-deprecated value (#14135) 2023-01-04 15:02:51 +00: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