Colum Ferry
37072bc5d6
feat(angular): replace mfe references with mf ( #10957 )
2022-07-01 13:48:38 +00:00
Benjamin Cabanes
778f13fdaf
docs(nxdev): improve markdown capabilities ( #10965 )
2022-06-30 15:30:38 -04:00
Miroslav Jonaš
aa2934674e
chore(repo): skip detox and react native e2e if not touched ( #10951 )
2022-06-30 17:15:42 +00:00
Benjamin Cabanes
6d8ed4baba
docs(nxdev): set hotjar tag script to afterInteractive ( #10962 )
2022-06-30 15:28:13 +00:00
Benjamin Cabanes
2981ebfbc0
docs(nxdev): set gtag script to afterInteractive ( #10961 )
2022-06-30 14:24:13 +00:00
Victor Savkin
589637fd82
fix(core): handle removals of dependencies
2022-06-29 14:51:39 -04:00
Victor Savkin
9e621ee30a
cleanup(core): do not wrap Cannot Find Configuration error
2022-06-29 14:31:03 -04:00
Benjamin Cabanes
6391072028
docs(core): fix ci overview links ( #10950 )
2022-06-29 19:07:40 +01:00
Victor Savkin
071ebf70cf
chore(repo): test targets should depend on the globaljest config file
2022-06-29 11:06:43 -04:00
Victor Savkin
2455e9786d
chore(repo): add default namedInput for clarity
2022-06-29 11:01:22 -04:00
Victor Savkin
65d4aba0fa
chore(repo): update to 14.4.0-beta.6
2022-06-29 10:57:42 -04:00
Victor Savkin
c52a8c2e9b
feat(core): finalize the input api
2022-06-29 10:52:14 -04:00
Benjamin Cabanes
dc7301634a
docs(nxdev): update algolia dns id ( #10947 )
2022-06-29 13:47:40 +00:00
Leosvel Pérez Espinosa
9e6e01b659
fix(misc): normalize paths when moving projects ( #10944 )
2022-06-29 11:45:36 +01:00
Colum Ferry
769d10fd01
fix(angular): ngrx generator should support multiple stores in one buildable library #10900 ( #10932 )
2022-06-29 09:28:32 +01:00
Victor Savkin
15b51227a4
chore(repo): update nrwl/nx-cloud
2022-06-28 22:15:13 -04:00
Leosvel Pérez Espinosa
f9bb54db88
fix(angular): normalize path in ng-package.json when moving a library project ( #10925 )
2022-06-28 18:08:01 +01:00
Miroslav Jonaš
5c1d69b054
fix(repo): add snap files to prod exclude input ( #10910 )
2022-06-28 17:00:36 +02:00
Victor Savkin
d37aaca507
chore(repo): update repo to use the latest beta of nx
2022-06-28 10:56:39 -04:00
Victor Savkin
40716f1f8a
fix(core): hasher should handle non existent env vars
2022-06-28 10:46:27 -04:00
Chau Tran
1afad766e6
fix(core): return a list of dependents that do not have sourceRoot to calculate glob patterns ( #10899 )
...
When a library (often an implicit dependency one) does not have `sourceRoot`,
`getSourceDirOfDependentProjects` returns an array with the problematic library path as `[undefined,
libs/some-other-lib]` which causes `createGlobPatternsForDependencies` to throw an error and
ultimately returns an empty `[]` instead of `[libs/some-other-lib]`.
This PR ensures
`getSourceDirOfDependentProjects` filters out `undefined` (`sourceRoot`) as well as logs a warning
to let the users know that they have libraries that are missing `sourceRoot` and Nx cannot calculate
their glob patterns
ISSUES CLOSED : #10871
2022-06-27 13:53:40 -05:00
Victor Savkin
adb02d2610
chore(repo): fix env inputs
2022-06-27 12:01:26 -04:00
Victor Savkin
28657607e2
chore(repo): update to nx 14.2.0-beta.2
2022-06-27 11:56:12 -04:00
Jack Hsu
bf11bbf709
feat(node): update @types/node to 18.0.0 ( #10916 )
2022-06-27 14:33:48 +00:00
Jack Hsu
7065da3f6b
feat(react): update react package versions ( #10915 )
2022-06-27 14:05:48 +00:00
Colum Ferry
8ca7d4bbd6
feat(angular): add option to format files with storybook generators ( #10909 )
2022-06-27 13:28:17 +01:00
Juri
80c5f328a9
fix(core): nx Cloud messaging on the wrkspace setup commands
2022-06-27 04:58:16 -07:00
Miroslav Jonaš
077e75c0fc
chore(repo): update nx orb version to 1.5.1 ( #10907 )
2022-06-27 11:33:16 +00:00
Miroslav Jonaš
f31c696523
docs(core): update ci docs ( #10864 )
2022-06-27 07:28:34 -04:00
Leosvel Pérez Espinosa
b0205d7a86
fix(angular): allow generating scam and exporting them from secondary entrypoints ( #10888 )
2022-06-27 10:12:14 +00:00
Andrew Mayer
d9bb4accdc
fix(storybook): update storybook tsconfig to only include *.storybook files ( #10823 )
...
ISSUES CLOSED : #9933
2022-06-27 09:49:35 +00:00
Miroslav Jonaš
9375172d69
chore(repo): disable graph e2e tests on win ( #10906 )
2022-06-27 07:31:18 +00:00
Victor Savkin
8d4e87dcd0
feat(core): support env vars and runtime deps as inputs
2022-06-25 13:47:20 -04:00
Philip Fulcher
0ae2154ca3
chore(dep-graph): re-enable project graph e2e ( #10799 )
2022-06-25 12:07:27 +02:00
Leosvel Pérez Espinosa
08899b15d7
feat(angular): support @angular-eslint/* v14.0.0 ( #10820 )
2022-06-24 18:27:51 +01:00
Victor Savkin
f3586b6d3a
chore(repo): uncomment NxCloud token
2022-06-24 10:33:23 -04:00
Victor Savkin
20e399bc8b
chore(core): tweaks in deprecation comments
2022-06-24 10:30:15 -04:00
Victor Savkin
b2eca8f092
chore(repo): update nx to 14.4.0-beta.1
2022-06-24 10:27:36 -04:00
Benjamin Cabanes
6f069ccdf8
docs(core): change schematics for generators in doc map ( #10886 )
2022-06-24 10:27:09 -04:00
Craigory Coppola
5b90514008
feat(core): move workspace configuration computation to daemon ( #10860 )
2022-06-24 09:45:51 -04:00
Leosvel Pérez Espinosa
c3b7db8c0e
fix(angular): export component generator ( #10883 )
2022-06-24 10:32:28 +01:00
Katerina Skroumpelou
67b3f8c74b
docs(storybook): prompt user to install webpack5 deps ( #10882 )
2022-06-24 08:46:25 +00:00
Altan Stalker
8f082d293c
chore(misc): add installation source for packages that install nx cloud ( #10784 )
2022-06-23 19:13:41 -04:00
Victor Savkin
4b857167cd
feat(core): generalize the notion of filesets to include other inputs
2022-06-23 14:56:33 -04:00
Katerina Skroumpelou
26d837693c
fix(storybook): fix support for nextjs and swc ( #10828 )
...
* fix(storybook): proper path for nextjs stories
* fix(storybook): adding swc options
2022-06-23 20:42:00 +03:00
Péter Ferenc Gyarmati
69881c277a
docs(core): fix typo "a executor" ( #10862 )
...
fixes "a executor" and "a Executor" to use "an"
2022-06-23 10:35:47 -04:00
Juri
969aa32659
docs(core): update add-nx-to-monorepo video
2022-06-23 06:31:00 -07:00
Miroslav Jonaš
803333aea5
feat(core): update github action workflow to latest version ( #10863 )
2022-06-23 11:47:16 +00:00
Miroslav Jonaš
62bae5a120
feat(core): make npmScope optional ( #10018 )
2022-06-23 10:57:54 +02:00
Colum Ferry
251af50674
feat(angular): add entity name to entity model for ngrx classes #10845 ( #10853 )
2022-06-23 09:40:00 +01:00