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
Michael M
f13ce2b74a
docs(misc): fix hyphens in code sample ( #9088 )
2022-02-28 09:40:18 -05:00
Leosvel Pérez Espinosa
615955afec
feat(angular): support migrating angular cli workspaces using cypress for e2e tests ( #9105 )
2022-02-28 11:03:09 +00:00
Enoyao
40f0f3d870
chore(core): use optional chaining for reading js plugin config ( #8951 )
2022-02-25 17:41:35 -05:00
Nicholas Cunningham
6c4c6cdec9
docs(web): amend docs formatting for preset ( #9129 )
2022-02-25 20:55:18 +00:00
Nicholas Cunningham
eaeb82657a
docs(web): add documentation for custom presets ( #9028 )
...
ISSUES CLOSED : #8559
2022-02-25 14:57:41 -05:00
Miroslav Jonaš
3c45a1c81d
fix(linter): make sure hasher has all the tags ( #9110 )
2022-02-25 16:58:43 +00:00
Miroslav Jonaš
06ff832ea9
chore(react): fix version on eslint-plugin-react ( #9121 )
2022-02-25 17:25:06 +01:00
Leosvel Pérez Espinosa
34fba4aad4
docs(angular): restore preserveAngularCLILayout in the docs until the change renaming it gets released ( #9122 )
2022-02-25 11:16:20 +00:00
Leosvel Pérez Espinosa
e677a1d82d
fix(devkit): fall back to the target default config when reading target options and the config is not provided ( #8932 )
2022-02-25 09:18:27 +00:00
Jason Gerbes
4287d59a2a
fix(js): update dependencies in package.json ( #9073 )
...
Co-authored-by: Jason Gerbes <jason.gerbes@vista.co>
2022-02-24 16:01:43 -06:00
Nicholas Cunningham
68e94353f0
fix(web): fixes force down compilation for non esm bundles ( #8907 )
...
When you use swc as the compiler for a library the types should be generated
ISSUES CLOSED : #8639
2022-02-24 09:37:41 -05:00
Colum Ferry
61ed9037e8
chore(angular): upgrade mfe plugin ( #9104 )
2022-02-24 10:40:47 +00:00
Jack Hsu
95f5a085fa
feat(node): consolidate js and node plugins ( #9086 )
...
* chore(node): update docs after consolidating js and node plugins
* feat(node): consolidate js and node plugins
2022-02-23 16:59:03 -05:00
Chau Tran
55277243e4
fix(js): adjust destination directory for swc executor ( #9072 )
...
* fix(js): bump swc deps versions
* fix(js): change swc cli arguments to ensure it works in parity with tsc
* fix(js): add "dts" flag to swc executor
* fix(js): remove dts option as diff in perf is negligible
* fix(js): change logic around swc cli so that outputPath isn't computed
Co-authored-by: Chau Tran <ctran@Chaus-MacBook-Pro.local>
2022-02-23 12:18:00 -06:00
Jack Hsu
7c16cc4199
chore(web): update generated css module file ( #9098 )
2022-02-23 12:42:09 -05:00
Benjamin Cabanes
280044181e
chore(core): cleanup run-command log ( #9095 )
2022-02-23 09:47:03 -05:00
Miroslav Jonaš
ba74e9ce42
chore(repo): disable detox on nightly ( #9092 )
2022-02-23 12:11:17 +00:00
Colum Ferry
4643da2699
chore(storybook): turn on disabled e2es ( #8999 )
...
* chore(storybook): turn on disabled e2es
* fix(storybook): build error for template in helper
* chore(storybook): run e2es on macos
2022-02-23 13:54:23 +02:00