5183 Commits

Author SHA1 Message Date
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
Miroslav Jonaš
b602c5228d
fix(detox): remove extra build target from project config (#9089) 2022-02-23 12:49:03 +01:00
Leosvel Pérez Espinosa
176fdc71c2
chore(angular): make ng-add e2e tests more deterministic when checking the defaultBase (#9090) 2022-02-23 10:12:19 +00:00
Jack Hsu
e6941e4fc4
fix(react): component generator outputs correct CSS module setup (#9084) 2022-02-22 13:31:07 -05:00
Miroslav Jonaš
0a62f1f963
chore(repo): use npx on e2e ng calls to fix windows failures (#9078) 2022-02-22 13:34:47 +00:00
Colum Ferry
5d9176eda7
fix(angular): karma migrator fixes (#9063) 2022-02-22 10:03:25 +00:00
Miroslav Jonaš
b14e85056b
chore(repo): improve report message readability (#9075) 2022-02-22 09:49:48 +00:00
Miroslav Jonaš
aa7bd611c6
chore(repo): fix failing windows nightly (#9066) 2022-02-21 20:22:21 +01:00
Leosvel Pérez Espinosa
ebaf8f646c
fix(angular): improve angular cli migration when using --preserve-angular-cli-layout (#9064) 2022-02-21 17:43:51 +00:00
Colum Ferry
01dba862e9
fix(angular): upgrade karma and fix settings (#9056) 2022-02-21 16:35:07 +00:00
Miroslav Jonaš
36245e14af
chore(repo): remove obsolete NX_E2E_SKIP_DAEMON_CLEANUP flag (#9061) 2022-02-21 16:11:20 +00:00
Katerina Skroumpelou
fc018cd438
feat(storybook): add styles and stylePreprocessorOptions to the executors (#9057) 2022-02-21 16:40:59 +02:00