Miroslav Jonaš
|
20c4782078
|
fix(core): fix pruning of pnpm lockfiles with github packages (#13875)
|
2022-12-19 09:44:49 -05:00 |
|
Leosvel Pérez Espinosa
|
a049d6c7eb
|
fix(misc): set schema when converting a project to standalone configuration (#13887)
|
2022-12-19 09:36:02 -05:00 |
|
Nicholas Cunningham
|
b94c7e5870
|
fix(vite): Copy correct package.json when building a library (#13854)
Co-authored-by: Nicholas Cunningham <ndcunningham>
|
2022-12-16 11:53:06 -05:00 |
|
Katerina Skroumpelou
|
d86026ddf0
|
fix(vite): better warning message (#13878)
|
2022-12-16 16:36:05 +00:00 |
|
Leosvel Pérez Espinosa
|
1247e043f4
|
feat(angular): skip invalid projects or targets instead of erroring when migrating from angular cli to nx monorepo (#13871)
|
2022-12-16 16:26:20 +01:00 |
|
Katerina Skroumpelou
|
bb65968df1
|
fix(vite): change coverage path (#13867)
|
2022-12-16 16:56:18 +02:00 |
|
Colum Ferry
|
4f98e37fb3
|
fix(core): move generator should work if there are comments in tsconfig #13740 (#13866)
|
2022-12-16 14:20:37 +00:00 |
|
Katerina Skroumpelou
|
b52b649fcb
|
feat(vite): allow user to set their custom target for transform (#13691)
|
2022-12-16 13:35:52 +00:00 |
|
Philip Fulcher
|
578ecb6785
|
feat(graph): add tooltips to docs graph (#13832)
|
2022-12-15 18:54:34 -07:00 |
|
Katerina Skroumpelou
|
f4802ae579
|
fix(vite): set mode in configuration (#13856)
|
2022-12-15 17:44:19 -05:00 |
|
Jack Hsu
|
99983e933f
|
fix(react): default bundler to vite when deprecated buildable option is used (#13857)
|
2022-12-15 17:11:29 -05:00 |
|
Jack Hsu
|
622070bc5d
|
fix(react): update standalone preset prompt to include vitest and cyp… (#13853)
|
2022-12-15 12:54:29 -05:00 |
|
Jack Hsu
|
fdd04ba0a6
|
feat(react): add cypress e2e for react standalone preset (#13848)
|
2022-12-15 10:07:06 -07:00 |
|
Craigory Coppola
|
5eabd6c48a
|
fix(core): reduce likelihood of ENAMETOOLONG error on windows (#13850)
|
2022-12-15 12:00:04 -05:00 |
|
Miroslav Jonaš
|
565652ff3c
|
fix(nextjs): ensure no dev deps in prod package.json (#13851)
|
2022-12-15 16:52:12 +00:00 |
|
Nicholas Cunningham
|
70e1aabb09
|
fix(vite): Failing to build when generated library uses jest (#13797)
Co-authored-by: Nicholas Cunningham <ndcunningham>
|
2022-12-15 11:32:27 -05:00 |
|
Miroslav Jonaš
|
5d64b1eb3c
|
feat(linter): add support for combo source tags (#13817)
Fixes https://github.com/nrwl/nx/issues/12871
|
2022-12-15 16:12:59 +00:00 |
|
Jason Jean
|
3fd18415ce
|
fix(devkit): do not move properties when nx.json doesn't exist (#13825)
|
2022-12-15 10:42:52 -05:00 |
|
Miroslav Jonaš
|
03be42efcc
|
fix(core): ensure yarn patch and path versions are correct when pruning (#13847)
Fixes https://github.com/nrwl/nx/issues/13835
|
2022-12-15 16:07:45 +01:00 |
|
Dmitriy Stepanenko
|
c3c9b2d24d
|
feat(vite): configuration updates (#13816)
|
2022-12-15 11:31:46 +00:00 |
|
Denis Frenademetz
|
a2adf50786
|
fix(core): fix lock file pruning optional dependencies (#13830)
|
2022-12-15 10:49:00 +01:00 |
|
Miroslav Jonaš
|
3149b66036
|
feat(core): add missing lock file generation to executors (#13799)
|
2022-12-15 09:33:27 +01:00 |
|
Jack Hsu
|
4f9b9d4344
|
feat(testing): remove unused dependencies from @nrwl/cypress (#13771)
|
2022-12-15 05:12:43 +00:00 |
|
Emily Xiong
|
14c1c16cf8
|
feat(react): add unit test examples when inSourceTests is passed (#13779)
|
2022-12-14 23:46:13 -05:00 |
|
Katerina Skroumpelou
|
1ef01f8ccc
|
feat(testing): cypress vite (#13474)
|
2022-12-15 04:28:53 +00:00 |
|
Jason Jean
|
92d33f9539
|
fix(core): ignore angular.json projects if @nrwl/angular is not insta… (#13827)
|
2022-12-14 16:46:41 -05:00 |
|
Katerina Skroumpelou
|
002d7f32b5
|
feat(vite): update vite to version 4 (#13800)
|
2022-12-14 11:53:58 -05:00 |
|
Jack Hsu
|
2392b916c4
|
fix(react): use correct setup for React SSR with module federation (#13822)
|
2022-12-14 10:37:55 -05:00 |
|
William Sedlacek
|
82d44adfb4
|
fix(js): unique node execution (#13813)
|
2022-12-14 10:25:57 -05:00 |
|
Craigory Coppola
|
efa6ef0c69
|
fix(core): additional null check when hashing lockfile (#13803)
Fixes https://github.com/nrwl/nx/issues/13776
Fixes https://github.com/nrwl/nx/issues/13777
|
2022-12-14 09:22:51 -05:00 |
|
Jack Hsu
|
8df1834f2c
|
feat(react): add nx.server.ready message from Node process to any potential parent process (#13808)
|
2022-12-13 23:02:20 -05:00 |
|
Craigory Coppola
|
8f7feba160
|
fix(devkit): isIncomingVersionGreater should work with prerelease versions (#13805)
|
2022-12-13 17:22:03 -05:00 |
|
Craigory Coppola
|
75c34c3d8d
|
fix(core): local plugins should work on windows (#13801)
|
2022-12-13 17:05:30 -05:00 |
|
Jonathan Cammisuli
|
a1d9c46cf7
|
feat(core): add watch command (#13664)
|
2022-12-13 17:04:34 -05:00 |
|
Colum Ferry
|
61af68b5b1
|
fix(react): module-federation-ssr-dev-server should use fork (#13791)
|
2022-12-13 19:17:23 +00:00 |
|
Colum Ferry
|
8ffa9fdd5f
|
fix(react): host should use module-federation-ssr-dev-server (#13794)
|
2022-12-13 13:17:10 -05:00 |
|
Miroslav Jonaš
|
65ecd9cbbd
|
fix(core): handle local workspace projects in package.json for affected locator (#13728)
|
2022-12-13 17:57:12 +01:00 |
|
Emily Xiong
|
6b8d3d6f14
|
fix(expo): update expo peer dependency to 47 (#13780)
|
2022-12-13 10:26:43 -05:00 |
|
nodegin
|
b3ff11f5d9
|
fix(vite): Support fileReplacements for devServer (#13761)
Co-authored-by: <john@doe.gov>
|
2022-12-13 12:11:29 +02:00 |
|
Minijus L
|
9ac9491c3b
|
fix(angular): support target-less projects in update-15-2-0 (#13755)
|
2022-12-13 09:18:19 +00:00 |
|
Caleb Ukle
|
f0b581d144
|
docs(core): add info about defaultConfiguration (#13775)
|
2022-12-12 21:55:28 +00:00 |
|
Miroslav Jonaš
|
76ee86f7ed
|
feat(core): rename lock file pruning function to createLockFile (#13770)
|
2022-12-12 19:20:03 +00:00 |
|
Jack Hsu
|
04efd84336
|
Fix/remove libs tools folders for standalone (#13769)
|
2022-12-12 12:46:44 -05:00 |
|
Nicholas Cunningham
|
01e437d237
|
fix(vite): add console.warn nx serve --prod (#13597)
Co-authored-by: Nicholas Cunningham <ndcunningham>
|
2022-12-12 17:42:23 +00:00 |
|
Victor Savkin
|
dd490c188a
|
fix(core): workspaceRoot is not correctly inrepolated when projectRoo… (#13768)
|
2022-12-12 16:28:24 +00:00 |
|
Jerico Pingul
|
af157ffa2b
|
fix(core): handle undefined when package.json changes are not in node modules (#13681)
|
2022-12-12 10:52:21 -05:00 |
|
Miroslav Jonaš
|
7a70d52918
|
feat(core): support npm workspaces in lock file utils (#13695)
|
2022-12-12 10:48:01 -05:00 |
|
Jack Hsu
|
6b2f266f0a
|
chore(misc): update README file for cra-to-nx (#13765)
|
2022-12-12 10:20:56 -05:00 |
|
Victor Savkin
|
34d861d234
|
fix(testing): preserve the old coverage layout
|
2022-12-11 14:47:16 -05:00 |
|
Victor Savkin
|
40b39b2e64
|
fix(core): remove leading ./ when normalizing root project outputs
|
2022-12-10 15:53:25 -05:00 |
|