Victor Savkin
|
738708c11c
|
fix(core): daemon process should propagate file watcher errors to client
|
2021-12-02 14:36:11 -05:00 |
|
Isaac Mann
|
99164baaa0
|
docs(devkit): example of jscodeshift codemod (#7976)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
|
2021-12-02 14:25:50 -05:00 |
|
Philip Fulcher
|
fcab9f2001
|
feat(dep-graph): enable image download of graph (#7963)
|
2021-12-02 19:09:24 +00:00 |
|
Benjamin Cabanes
|
4470ebd4bc
|
docs(nxdev): update content (#7975)
|
2021-12-02 16:12:33 +00:00 |
|
Markus Heinemann
|
a8d5ac11b0
|
docs(core): add gitlab ci guide (#7878)
Closes: #7876
|
2021-12-02 09:52:30 -06:00 |
|
Philip Fulcher
|
f65d6fd42d
|
fix(core): fix formatFiles schematic to write changes to correct workspace config file (#7944)
|
2021-12-02 09:44:06 -05:00 |
|
Leosvel Pérez Espinosa
|
d689416aa1
|
fix(angular): support custom webpack config to use typescript (#7970)
|
2021-12-02 11:47:44 +00:00 |
|
Leosvel Pérez Espinosa
|
9a08a83591
|
feat(angular): add tailwind support for buildable libraries (#7961)
|
2021-12-02 11:16:01 +00:00 |
|
Philip Fulcher
|
56aaeb7931
|
chore(dep-graph): move project focus selection to cytoscape (#7780)
|
2021-12-02 00:10:54 -07:00 |
|
Victor Savkin
|
764d69bdc4
|
chore(repo): bump up the versino of nx cloud
|
2021-12-01 16:29:47 -05:00 |
|
Chau Tran
|
1e577e4068
|
fix(js): adjust runTypeCheck util to use readTsConfig from nrwl/workspace (#7957)
|
2021-11-30 18:06:14 -05:00 |
|
Craigory Coppola
|
c04686ab10
|
feat(core): optional workspace.json file (#7584)
|
2021-11-30 15:02:06 -06:00 |
|
Jack Hsu
|
157c6e0fb0
|
feat(web): rename @nrwl/web:build to @nrwl/web:webpack (#7952)
|
2021-11-30 14:22:34 -05:00 |
|
Emily Xiong
|
49df712d5f
|
bugfix(react-native): change to entryFile absoluste path (#7953)
|
2021-11-30 13:18:33 -05:00 |
|
Miroslav Jonaš
|
1aec1124e6
|
fix(linter): linter utils should respect nx.json folder configuration (#7949)
|
2021-11-30 16:42:11 +01:00 |
|
Miroslav Jonaš
|
99946a2bea
|
feat(core): print out directly simple create-nx-workspace exceptions (#7932)
* feat(core): print out directly simple create-nx-workspace exceptions
* feat(core): respect NX_VERBOSE_LOGGING when calling create-nx-workspace
|
2021-11-30 09:57:08 -05:00 |
|
Kirils L
|
bfd1a4715a
|
feat(web): rename package executor to rollup (#7904)
|
2021-11-30 09:32:12 -05:00 |
|
Miroslav Jonaš
|
64d388e607
|
feat(linter): allow banning of transitive dependencies from imports (#7906)
|
2021-11-30 13:34:32 +01:00 |
|
Emily Xiong
|
3add9caacf
|
bugfix(react-native): fix the js e2e tests (#7922)
|
2021-11-29 14:07:45 -05:00 |
|
James Henry
|
3dece0dac1
|
feat(linter): automated migration for ESLint 8 changes (#7818)
* feat(linter): automated migration for ESLint 8 changes
* fix(linter): make category selector more specific
|
2021-11-29 13:47:38 -05:00 |
|
Jack Hsu
|
7698ee9a65
|
feat(js): add type checking util (for use with SWC) (#7909)
|
2021-11-29 10:37:10 -05:00 |
|
Leosvel Pérez Espinosa
|
5623da58ce
|
fix(angular): add migration to opt-out of the new default testbed teardown for existing projects using jest (#7907)
|
2021-11-29 11:37:53 +00:00 |
|
Hans Otto Wirtz
|
eb9a7135e2
|
fix(storybook): make Angular 13 logger devkit-compatible
|
2021-11-29 09:20:35 +01:00 |
|
Victor Savkin
|
9898b11c80
|
chore(repo): temporary disable failed e2e test
|
2021-11-28 11:57:18 -05:00 |
|
Victor Savkin
|
7b9294cd11
|
chore(repo): update to 13.3.0-beta.3
|
2021-11-28 11:54:52 -05:00 |
|
Victor Savkin
|
0a7037193a
|
Release 13.3.0-beta.3
|
2021-11-27 14:28:16 -05:00 |
|
Leosvel Pérez Espinosa
|
e666d3fdf0
|
fix(angular): do not require v8-compile-cache when it is an angular workspace
|
2021-11-27 14:08:14 -05:00 |
|
Leosvel Pérez Espinosa
|
153e038c9b
|
fix(angular): install @angular/cli if not installed (#7910)
|
2021-11-26 17:09:09 +00:00 |
|
Katerina Skroumpelou
|
c293e7779d
|
fix(storybook): fix webpack5 check (#7836)
ISSUES CLOSED: #7640
|
2021-11-26 09:26:01 -05:00 |
|
Emily Xiong
|
1e79975fa1
|
bugfix(react-native): fix invalid entry file for react native with js (#7782)
|
2021-11-26 09:15:21 -05:00 |
|
Emily Xiong
|
624f3f944e
|
feat(react-native): enable pnpm support for react-native (#7781)
|
2021-11-26 09:14:55 -05:00 |
|
Emily Xiong
|
445d72c38a
|
bugfix(react-native): change path to absolute to allow run commands in any directory (#7737)
- change the path to absolute to run the nx command in any directory
- add resetCache option to run-ios and run-android command
|
2021-11-26 09:13:30 -05:00 |
|
Miroslav Jonaš
|
2ad82adb10
|
chore(core): cleanup the obsolete graph version check from graph builder (#7903)
|
2021-11-26 12:30:54 +00:00 |
|
Miroslav Jonaš
|
f78e679735
|
chore(repo): add hint for skipping build and cleanup on e2e runs (#7902)
|
2021-11-26 11:12:54 +00:00 |
|
Miroslav Jonaš
|
bc5debcb39
|
fix(repo): bump @cypress/request to v2.88.9 (#7900)
|
2021-11-26 11:28:35 +01:00 |
|
Miroslav Jonaš
|
50eb5a91a2
|
chore(repo): switch of invalid nightly parallel runs (#7899)
|
2021-11-26 10:21:57 +01:00 |
|
Jay Bell
|
2d9c0ff4d9
|
feat(angular): allow for full ivy compilation in buildable libraries (#7873)
|
2021-11-25 18:56:10 +00:00 |
|
Miroslav Jonaš
|
e54e5a2496
|
chore(repo): fix resolution of @cypress/request until its deps are resolved (#7887)
|
2021-11-25 15:32:46 +00:00 |
|
Miroslav Jonaš
|
1393f60f17
|
chore(repo): prefer frozen lockfile on github matrix (#7888)
|
2021-11-25 13:44:24 +01:00 |
|
Benjamin Cabanes
|
928aa5c68d
|
docs(nxdev): add workshop event banner (#7874)
|
2021-11-24 18:53:51 -05:00 |
|
Colum Ferry
|
b3664fe264
|
feat(angular): update angular-architects/module-federation plugin to v13 (#7868)
|
2021-11-24 20:04:21 +00:00 |
|
Sean Murphy
|
b9a4289fc9
|
fix(angular): fix issue with less stylesheet process in publishable ng libs (#7861)
|
2021-11-24 10:48:30 +00:00 |
|
Rares Matei
|
c07f54d555
|
docs(core): fix daemon process enablement option
|
2021-11-23 13:32:05 -05:00 |
|
Benjamin Cabanes
|
7a622fcb4a
|
docs(nxdev): Revert "docs(nxdev): flavors banner (#7798)" (#7842)
|
2021-11-22 20:27:33 +00:00 |
|
Victor Savkin
|
6f478c4e1d
|
fix(core): git hashing fails when trying to hash a dir
|
2021-11-22 15:15:23 -05:00 |
|
Benjamin Cabanes
|
cbfa066737
|
docs(nxdev): flavors banner (#7798)
|
2021-11-22 14:24:03 -05:00 |
|
Kirils L
|
3d7b909af7
|
fix(nextjs): codesplit buildable next libs (#7717)
|
2021-11-22 09:40:14 -05:00 |
|
Leosvel Pérez Espinosa
|
f6289beff6
|
fix(core): fix adding node_modules to path on windows when running migrations (#7835)
|
2021-11-22 12:14:56 +00:00 |
|
Miroslav Jonaš
|
2af9d4b4b1
|
fix(linter): fix broken circular deps output (#7810)
|
2021-11-22 10:51:41 +01:00 |
|
Leosvel Pérez Espinosa
|
4a3686c501
|
chore(core): nx plugin submission @nxtensions/astro (#7829)
|
2021-11-22 09:09:16 +00:00 |
|