8684 Commits

Author SHA1 Message Date
Colum Ferry
2883f171a5
docs(angular): setup module federation with ssr (#13815) 2022-12-14 13:38:13 +00: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
Miroslav Jonaš
2f4435b18d
docs(core): add recipe on package json and lock file generation for ci (#13804) 2022-12-13 22:13:20 +01: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
Philip Fulcher
e5265d6348
cleanup(graph): add e2e tests to externalAPI (#13737)
Co-authored-by: Philip Fulcher <philip@Philips-MacBook-Pro.local>
2022-12-12 13:44:48 -07:00
Jason Jean
486516ea13 chore(misc): publish 15.3.3 2022-12-12 15:09:47 -05:00
Miroslav Jonaš
76ee86f7ed
feat(core): rename lock file pruning function to createLockFile (#13770) 2022-12-12 19:20:03 +00:00
Benjamin Cabanes
b3bb388c2f
docs(nxdev): change vit plugin card by official nx plugin (#13773) 2022-12-12 13:56:25 -05:00
Doni Rubiagatra
3c0b0ec3c4
docs(core): fix duplicate generate description for dryRun (#13759)
Fixes https://github.com/nrwl/nx/issues/12196
2022-12-12 13:51:48 -05: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
32cf32a09b
chore(misc): publish 15.3.2 2022-12-12 09:28:58 -05:00
Victor Savkin
3a217a762f
chore(misc): publish 15.3.1 2022-12-12 09:26:20 -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
Zack DeRose
7daa2eb380 docs(core): rm typo - Project Configuration 2022-12-10 15:14:38 -05:00
Altan Stalker
ed159e865f
feat(core): add gitlab ci generator (#13739) 2022-12-09 15:41:04 -05:00
Jack Hsu
e240339f33
feat(js): add --bundler=vite support for JS libs (#13716) 2022-12-09 14:36:09 -05:00
Katerina Skroumpelou
440112d94b
fix(misc): change ensureDependencies to ensurePackage (#13735) 2022-12-09 13:28:34 -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
Miroslav Jonaš
2941d87bc0
fix(core): support alias packages in affected locators detection (#13585) 2022-12-09 11:53:30 -05:00
Katerina Skroumpelou
a7b1943dbc
fix(vite): vite tsonfig paths plugin to v4 (#13731) 2022-12-09 12:50:25 +01:00
Miroslav Jonaš
2ff6b11f46
docs(misc): add info about running E2E in CI-like env to CONTRIBUTING (#13730) 2022-12-09 12:49:07 +01:00
Leosvel Pérez Espinosa
ecf9a80bae
fix(angular): deprecate simpleModuleName in library generator in favor of simpleName (#13726)
Fixes https://github.com/nrwl/nx/issues/13198
2022-12-09 10:48:23 +01:00
Isaac Mann
34d6de9e0c
docs(core): show large task graph (#13721) 2022-12-08 16:22:40 -05:00
Isaac Mann
c9e39e31d7
docs(nxdev): graph widget loads json from file (#13717) 2022-12-08 14:22:50 -05:00
Katerina Skroumpelou
fd7ca43324
fix(vite): export default from migrator (#13718) 2022-12-08 19:09:30 +00:00
Katerina Skroumpelou
45ce3b2a0a
feat(vite): update vite-tsconfig-paths (#13714) 2022-12-08 18:36:45 +00:00
Isaac Mann
e470b6e259
docs(graph): add task graph widget (#13698) 2022-12-08 11:07:16 -05:00
Miroslav Jonaš
c3bc517480
feat(core): prune lock file based on projects dependencies and package.json (#13317) 2022-12-08 09:32:11 -05:00
Colum Ferry
977ff7e21b
fix(react): host generate should include remotes.d.ts for server (#13710) 2022-12-08 13:35:49 +00:00
Colum Ferry
bb32f024cb
feat(react): add module-federation-ssr-dev-server (#13708) 2022-12-08 08:35:42 -05:00
Colum Ferry
62fc986609
fix(react): fix target to use for serve-ssr remote detection (#13709) 2022-12-08 08:32:17 -05:00
Leosvel Pérez Espinosa
3e933b6e24
fix(angular): remove invalid nested packages key from migration (#13707)
Fixes https://github.com/nrwl/nx/issues/13689
2022-12-08 13:27:22 +00:00
Leosvel Pérez Espinosa
694c974fdb
fix(angular): ensure migration for ngrx 15 targets a future patch version (#13705)
Fixes https://github.com/nrwl/nx/issues/13689
2022-12-08 11:26:07 +00:00
Leosvel Pérez Espinosa
99a313e64f
fix(angular): handle next and latest npm tags when resolving generator directory (#13703)
Fixes https://github.com/nrwl/nx/issues/13673
2022-12-08 12:05:29 +01:00
Leosvel Pérez Espinosa
51bfe24bbe
docs(angular): sort versions in compatibility matrix from newest to oldest (#13702) 2022-12-08 11:57:41 +01:00