Leosvel Pérez Espinosa
80f20db51a
fix(angular): fix tailwind css support in libraries using components with inline styles ( #8393 )
2022-01-06 10:17:15 +00:00
Vadim
77529a1770
fix(storybook): apply a webpack tweak for storybook and angular ( #8392 )
...
* fix(storybook): apply a webpack tweak for storybook and angular
- [x] remove html raw-loader from the webpack rules array if storybook is used with angular v13;
the html raw-loader breaks jit compilation when storybook 6.5 aplha is used with angular v13
ISSUES CLOSED : #8360
fix(testing): update storybook generator configuration snapshot
fix(testing): update storybook generator configuration snapshot, use the flag --update-snapshot
fix(testing): update storybook generator configuration snapshot, test affected, update snapshot
* cleanup(storybook): make the webpack tweak for storybook and angular explanation more concise
2022-01-06 11:21:13 +02:00
Chau Tran
22c6ddb73d
fix(js): adjust how to pass information down to swc cli ( #8298 )
2022-01-05 20:28:49 -05:00
Colum Ferry
0f50de73d8
fix(angular): mfe migration failing in certain scenarios ( #8384 )
2022-01-05 16:42:23 +00:00
Victor Savkin
20f731990c
docs(misc): rework the top section of docs
2022-01-04 14:11:31 -05:00
Zach Gover
ec2944c6c8
chore(nextjs): removed deprecated target ( #8237 )
2022-01-04 16:14:58 +00:00
David
7e99073f5b
feat(angular): support multiple state slices in data persistence ops ( #8216 )
...
A breaking change that enables data persistence operators to be used in streams with more than one slice of data (e.g., with `withLatestFrom` and `concatLatestFrom`).
Closes #6830
2022-01-04 11:42:05 +00:00
Victor Savkin
3aafa8bb6a
feat(testing): project generator should accept baseUrl
2022-01-03 16:48:27 -05:00
Victor Savkin
85918d83b0
fix(core): assert valid workspace config should be a warning
2022-01-02 09:22:59 -05:00
Jack Hsu
4075ae757c
fix(core): boolean args to custom presets are passed correctly ( #8339 )
2021-12-31 06:35:42 +00:00
Jack Hsu
027bb9d9ad
feat(react): SVGR and http-server version updates for security fixes ( #8334 )
2021-12-30 04:55:55 +00:00
Jack Hsu
7e5641b380
feat(web): update rollup-plugin-typescript2 to 0.31 ( #8329 )
2021-12-29 16:30:37 -05:00
Jack Hsu
166985f33d
feat(web): import TS plugin only if SWC is not used ( #8328 )
2021-12-29 15:15:00 -05:00
Jack Hsu
195b8f3262
chore(nextjs): remove assertion that dependencies have been built ( #8325 )
2021-12-29 13:04:10 -05:00
Victor Savkin
53767a89c1
fix(js): mark swc as experimental
2021-12-23 20:12:19 -05:00
Chau Tran
214ef8ac4f
chore(testing): adjust tests that are affected by removing swc
2021-12-23 19:56:58 -05:00
Chau Tran
4430733f57
chore(testing): assert options.compiler to tsc
2021-12-23 19:56:58 -05:00
Chau Tran
f97961d865
fix(testing): remove 'swc' from compiler option for jest generators
...
@swc/jest is not currently working as it's supposed to. at least, with single .swcrc file.
2021-12-23 19:56:58 -05:00
Chau Tran
d6d56c7c4e
chore(js): adjust unit test
2021-12-23 19:56:58 -05:00
Chau Tran
fba478c362
fix(js): use ts-jest for compiler SWC due to known bug in SWC
2021-12-23 19:56:58 -05:00
David Slabý
657d93ae7f
fix(web): shouldSkip get of undefined fixed, chunk push into Set fixed ( #8140 )
...
Co-authored-by: david.slaby <david.slaby@chyronhego.com>
2021-12-23 19:07:08 +00:00
Katerina Skroumpelou
1b5632cc9a
fix(core): catch error when creating new workspace and git is not configured ( #8289 )
...
ISSUES CLOSED : #8183
2021-12-23 12:10:18 -05:00
Leosvel Pérez Espinosa
d3f4613687
fix(core): handle project graph plugins not providing optional projectFilePatterns property ( #8290 )
2021-12-23 12:09:35 -05:00
Jay Bell
655cc69325
feat(js): export lib and app generator functions ( #8266 )
2021-12-23 10:32:24 -05:00
Chau Tran
592d0e9aba
fix(js): ensure copy assets and packageJson is executed for swc executor
2021-12-22 18:09:08 -05:00
Victor Savkin
973cf4e243
fix(misc): add -W to yarn add to fix the error in yarn monorepos
2021-12-22 12:51:16 -05:00
Victor Savkin
57593f5df7
feat(core): add the ability to remove edges in the graph
2021-12-22 12:51:16 -05:00
Victor Savkin
33bd964c58
fix(misc): format command should handle workspace without workspace.json
2021-12-22 12:51:16 -05:00
Chau Tran
1139c616e1
feat(js): add nrwl/js:node executor to serve node apps
2021-12-22 10:33:02 -05:00
Colum Ferry
be908e2be6
feat(angular): use share helper to ensure correct version matching ( #8277 )
2021-12-22 15:03:39 +00:00
Craigory Coppola
6a77ce837c
fix(core): nested node_modules packages shouldn't be inferred as nx projects ( #8166 )
2021-12-21 16:54:54 -05:00
Kirils L
4b0a1322b9
docs(nextjs): page generator examples no longer shows component examples ( #8262 )
2021-12-21 16:16:07 -05:00
Phillip Barta
e57cef0901
cleanup(repo): use devkit instead of devkit reexports from workspace ( #7773 )
2021-12-21 21:06:31 +00:00
Isaac Mann
aea4f099fc
feat(angular): add helper to add any property to an ngModule decorator ( #7850 )
...
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-12-21 15:20:22 -05:00
Jason Jean
552be0dd14
feat(core): introduce chrome profiling ( #8215 )
2021-12-21 15:00:41 -05:00
Ashley Hunter
b10b505921
fix(nest): fixing resource generator options issue ( #8246 )
...
* fix(nest): fix(nest): fixing resource generator options issue
The normalize options function was excluding some important properties such as type causing
the
generated files not to match the output if it was run using the Nest schematic directly
ISSUES
CLOSED : #8243
ISSUES CLOSED : #8243
* fix(nest): fixing nest generator options issue
2021-12-21 14:53:34 -05:00
Juri
454852e55c
fix(js): adjust generator arg from name -> project s.t. it is picked up in Nx Console
2021-12-21 17:06:03 +01:00
Juri Strumpflohner
39ce485176
feat(testing): allow generating new Cypress e2e projects ( #8205 )
2021-12-21 10:49:51 -05:00
Colum Ferry
c5ce3b2748
fix(angular): mfe remote entry to use common module ( #8250 )
2021-12-21 12:25:03 +00:00
Jason Jean
f1a4b78c8f
fix(misc): fix issues with npm preset ( #8248 )
2021-12-21 04:43:39 +00:00
Victor Savkin
d58584dcbf
feat(js): add js plugin config ( #8245 )
2021-12-20 18:27:04 -05:00
Craigory Coppola
ba7a1aeda6
fix(core): should infer whole projects if workspace.json is missing ( #8244 )
2021-12-20 20:19:13 +00:00
Craigory Coppola
814061dbff
feat(core): support for extending project inference capabilities ( #8210 )
2021-12-20 11:18:31 -05:00
Victor Savkin
f1c21fa01a
fix(core): print a warning instead of an error duplicate names in package.json
2021-12-20 08:59:31 -05:00
Nathan Walker
d1b687714d
fix(core): improve migration handling of parallel tasksRunnerOptions ( #8238 )
2021-12-19 23:47:10 +00:00
Victor Savkin
3965ce42e7
docs(core): update config guides
2021-12-19 15:53:18 -05:00
Victor Savkin
9051ff2605
feat(core): add ts preset to create-nx-workspace
2021-12-17 21:57:15 -05:00
Kirils L
27f120db39
fix(nextjs): disable 13-1-1 migration ( #8209 )
...
* fix(nextjs): 13-1-1 migration - dont delete babelrc if storybook is configured
* fix(nextjs): disable 13-1-1 swc migration
2021-12-17 21:12:43 +00:00
Victor Savkin
88751a3685
chore(repo): clean up the language to match the new tag line
2021-12-17 16:08:38 -05:00
Victor Savkin
a973b99979
fix(core): gracefully handle the case where no root path mappings are defined
2021-12-17 10:41:31 -05:00