Colum Ferry
bef8fb3629
feat(angular): add opinionated mfe webpack helpers ( #9233 )
...
* feat(angular): add mfe helpers for sharing workspace libraries
* feat(angular): add share packages helper
* chore(angular): add webpack dep
2022-03-10 19:35:18 +00:00
Enoyao
5d447c559a
cleanup(core): remove unused variable in run-one ( #9135 )
2022-03-10 12:34:10 -05:00
Enoyao
d5a01faff5
Update parse-run-one-options.ts ( #9134 )
2022-03-10 12:11:48 -05:00
Phillip Barta
dbb4988278
feat(web): update license-webpack-plugin to improve performance ( #9058 )
2022-03-10 12:06:57 -05:00
Santosh Yadav
285ea8217d
docs(testing): improve cypress headless mode guide ( #9264 )
2022-03-10 17:59:41 +01:00
Sid monta
37278fdece
fix(web): fix(web): allow use multiple config in custom webpack configuration file ( #9188 )
...
When use a custom configuration file for webpack build target allow to run webpack with
multiple
configuration options.
ISSUES CLOSED : #9186
2022-03-10 15:16:04 +00:00
Louis DeScioli
5cebe9ccdd
fix(nextjs): use posix path format for generated config.distdir ( #8990 )
...
ISSUES CLOSED : #8989
2022-03-10 14:51:15 +00:00
Miroslav Jonaš
55f7e720bf
docs(testing): remove outdated reference to issue ( #9265 )
2022-03-10 13:10:11 +00:00
Leosvel Pérez Espinosa
081ff42955
fix(angular): handle newProjectRoot correctly when generating apps and libs ( #9255 )
2022-03-10 13:09:04 +00:00
Katerina Skroumpelou
261b35d90b
feat(storybook): show warning about version 5 support drop ( #9257 )
2022-03-09 20:05:03 +00:00
Hannes Schmid
064d7ec30c
fix(js): execute postCompilationCallback in compileTypeScriptFiles in watch mode ( #9254 )
...
Execute the postCompilationCallback regardless of the watch option value
ISSUES CLOSED : #9253
Co-authored-by: Hannes Schmid <hannes.schmid@solunio.com>
2022-03-09 12:21:28 -06:00
Colum Ferry
1440f8362c
fix(web): file-server withDeps is deprecated ( #9170 )
...
* fix(web): file-server withDeps is deprecated
* docs(web): fix spacing issue
2022-03-09 11:32:12 -05:00
Jason Jean
88204a0f23
feat(core): prep project graph during postinstall ( #9204 )
2022-03-09 11:30:57 -05:00
Leosvel Pérez Espinosa
acc29e9593
fix(misc): support workspaces using a root tsconfig.json instead of tsconfig.base.json ( #9195 )
...
* fix(misc): support workspaces using a root tsconfig.json instead of tsconfig.base.json
* cleanup(angular): address pr feedback
2022-03-09 11:30:26 -05:00
James Henry
16c689189d
fix(core): show static terminal output when NX_VERBOSE_LOGGING is enabled ( #9248 )
2022-03-09 09:17:08 -05:00
Colum Ferry
aac9b681f2
fix(storybook): prevent storybook from hoisting webpack 4 dep for angular ( #9243 )
2022-03-09 08:03:57 -05:00
Juri Strumpflohner
45bf0e5a25
feat(linter): automatic fixes for noRelativeOrAbsoluteImportsAcrossLibraries and noSelfCircularDependencies ( #8901 )
...
Co-authored-by: Miroslav Jonas <missing.manual@gmail.com>
2022-03-09 08:14:33 +00:00
James Henry
a3242c4dcc
chore(core): improve consistency of output colors across terminal themes ( #9231 )
2022-03-08 15:11:32 -05:00
Emily Xiong
8101df4396
feat(react-native): upgrade react-native to 0.67.3 ( #9215 )
2022-03-08 12:33:09 -05:00
Emily Xiong
abfe9dbc30
bugfix(react-native): ignore dist folder in metro config ( #9214 )
2022-03-08 12:32:45 -05:00
Emily Xiong
5542936f6a
docs(react-native): update react-native and detox readme ( #9157 )
2022-03-08 12:32:32 -05:00
Leosvel Pérez Espinosa
5ada5adda2
fix(core): fix daemon server path on client ( #9235 )
2022-03-08 16:34:21 +00:00
Leon Radley
9c2ebfe71d
fix(storybook): add staticDir object schema ( #8885 )
...
Adds schema for the more advanced storybook staticDirs config defined here.
https://storybook.js.org/docs/react/configure/images-and-assets
2022-03-08 08:26:13 -08:00
Colum Ferry
6c9995939d
feat(angular): add mfe-remote generator ( #9191 )
2022-03-08 14:14:21 +00:00
Colum Ferry
744203057d
feat(angular): add mfe-host generator ( #9218 )
2022-03-08 13:30:24 +00:00
Jay Tavares
0a17a619d0
feat(linter): add notDependOnLibsWithTags constraint option to enforce-module-boundaries rule ( #8633 )
...
Co-authored-by: Miroslav Jonas <missing.manual@gmail.com>
2022-03-08 11:55:03 +01:00
Miroslav Jonaš
445cd59c70
fix(linter): use projectGraph in hasher for calculating dependencies ( #9118 )
2022-03-08 11:25:16 +01:00
Craigory Coppola
de7aa8ed3d
fix(core): cwd during dep-graph shouldn't vary based on daemon ( #9223 )
2022-03-08 13:28:42 +04:00
Miroslav Jonaš
a2c5010678
chore(react): fix storybook test failing on local ( #9224 )
2022-03-07 23:22:13 +00:00
Jason Jean
fd64546021
Release 13.8.5
2022-03-07 12:19:15 -05:00
Chau Tran
7d5988b5c8
fix(js): adjust .swcrc so that it works with swc/jest and no temp .swcrc needed (with migrations) ( #9198 )
...
* fix(js): remove hardcoded source-maps and add default value to sourceMaps in swcrc
ISSUES CLOSED : #9187
* fix(js): rename .swcrc to .lib.swcrc (with migrations)
* fix(js): revert jest config js tmpl in jest generator and replace jest config manually in JS generator
* chore(js): update snapshot
Co-authored-by: Chau Tran <ctran@Chaus-MacBook-Pro.local>
2022-03-07 09:14:31 -06:00
Jay McDoniel
6efcfeeabd
chore(core): nx plugin submission nx-uvu ( #9212 )
2022-03-07 08:41:17 -06:00
Chau Tran
e54e36e2ab
docs(js): remove all references of application in JS overview ( #9196 )
...
Co-authored-by: Chau Tran <ctran@Chaus-MacBook-Pro.local>
2022-03-04 11:04:03 -06:00
Miroslav Jonaš
d599dd56db
fix(nxdev): cover hero background on wide screens ( #9190 )
2022-03-04 10:10:14 -05:00
Jack Hsu
1390cd086c
feat(node): moved 13.9.0 migrations to 13.8.5 ( #9184 )
2022-03-04 08:15:49 -05:00
Jack Hsu
7084d19dd6
feat(node): improve @nrwl/node:node executor to handle build process correctly in watch and no-watch mode ( #9180 )
...
* Build only triggered once on file change
* Kill previous process if it exists
* Wait for build process to finish before exiting
2022-03-04 08:09:08 -05:00
Miroslav Jonaš
fa4cb1a958
fix(linter): ensure onlyDependOnLibsWithTags is present before check ( #9192 )
2022-03-04 08:07:30 -05:00
Ryan Diehl
ecf66750b4
fix(linter): update circular file path message to wrap onto multiple lines ( #9033 )
2022-03-04 13:57:20 +01:00
Miroslav Jonaš
c1ebe8020f
feat(core): expose swc/register via tao ( #9142 )
2022-03-04 12:54:58 +01:00
Chau Tran
229f71ef17
feat(nest): use nrwl/js to generate library ( #9164 )
...
* chore(js): rename GeneratorSchema to LibraryGeneratorSchema
* fix(js): add publishable to library generator schema
* feat(nest): use nrwl/js for library generator
* fix(js): update documentation about publishable
* chore(nest): fix depcheck for nrwl/js
* chore(nest): update test snapshot
* chore(nest): update nestjs/swagger version in node e2e
* chore(js): rename loadTsPlugins function
* fix(nest): default standaloneConfig for library generator to true
* feat(nest): rename tsPlugins to transformers and add tsPlugins to aliases
* chore(nest): fix e2e test on generate a new nest library
Co-authored-by: Chau Tran <ctran@Chaus-MacBook-Pro.local>
2022-03-03 15:47:06 -05:00
Jack Hsu
bf6299685e
fix(node): use @nrwl/node:node for app serve ( #9177 )
2022-03-03 10:48:22 -05:00
Leosvel Pérez Espinosa
bf513b1aad
docs(angular): update angular cli migration docs ( #9176 )
2022-03-03 13:00:11 +00:00
Colum Ferry
80144915de
docs(angular): fix incremental builds docs ( #9171 )
2022-03-03 12:48:42 +00:00
Leosvel Pérez Espinosa
b80de979d7
fix(angular): fix invalid style option for nx welcome component when generating an application ( #9173 )
2022-03-03 12:47:11 +00:00
Jason Jean
8afc3511ea
Release 13.8.4
2022-03-02 18:10:00 -05:00
Jason Jean
5964379bc9
feat(core): use package manager workspace globs to find projects ( #9131 )
2022-03-02 16:03:21 -05:00
Miloš Lajtman
ea334284aa
fix(misc): format:check not checking all affected files ( #9152 )
2022-03-02 10:57:08 -05:00
Craigory Coppola
efedd2eff7
fix(core): batch calls to git hash-object to avoid E2BIG error
2022-03-01 11:45:24 -05:00
James Henry
471f7be539
fix(core): improve output color consistency across terminal themes ( #9133 )
2022-02-28 15:18:48 -05:00
Leosvel Pérez Espinosa
cef4bbd4cf
fix(angular): align root karma config when migrating from angular cli to match the one for new workspaces ( #9144 )
2022-02-28 15:15:09 +00:00