5047 Commits

Author SHA1 Message Date
Victor Savkin
9c25cd9f59
chore(repo): reenable tests 2022-03-15 09:52:43 -04:00
Colum Ferry
c4f96467c3
feat(angular): default export of scams to true (#9331) 2022-03-15 13:39:57 +00:00
Miroslav Jonaš
f5a0f7ea73
chore(repo): update nx orb version in circleci config (#9327) 2022-03-15 10:36:44 +00:00
Miroslav Jonaš
bdb5ac4879
chore(repo): update CI config documentation for GitHub and CircleCI (#9328) 2022-03-15 11:34:11 +01:00
Colum Ferry
3c39c311f8
fix(angular): strip trailing slash from directory #9263 (#9314) 2022-03-15 09:38:32 +00:00
Victor Savkin
53a0528d7a
fix(repo): temporary disable tests 2022-03-14 21:31:55 -04:00
Victor Savkin
7b4ee52833
fix(core): fix a typo in a migration 2022-03-14 21:13:54 -04:00
Victor Savkin
94f575a326
fix(core): correctly reexport from nx to preserve backwards compat 2022-03-14 20:54:01 -04:00
Victor Savkin
48a5d19b68
feat(core): add a migration to replace nrwl/cli and nrwl/tao with nx 2022-03-14 20:45:51 -04:00
Enoyao
03e9015d69
chore(core): combine identical conditional expressions (#9136) 2022-03-14 17:09:59 -04:00
Craigory Coppola
db938799a3
fix(misc): report should include nx-plugin (#9312) 2022-03-14 17:09:27 -04:00
Victor Savkin
6f038e7a4a feat(core): reorganize packges to consolidate all cli-related code in nx 2022-03-14 16:42:51 -04:00
Jason Jean
5c0da2f635
fix(js): fix inconsistent tsconfig module casing (#9320) 2022-03-14 20:32:29 +00:00
Naor Peled
7af7157e06
docs(core): add missing return type for workspace builders docs (#9040) 2022-03-14 13:03:58 -04:00
Katerina Skroumpelou
dbbd7eff83
fix(storybook): fixing the static-dir issue (#9313) 2022-03-14 17:53:15 +02:00
Berk Köylü
0d6bdf523d
docs(angular): fix commands in ngrx guide (#9310) 2022-03-14 09:50:00 +00:00
Chau Tran
71bd3e13ad
fix(js): default swcCwd to '.' to prevent ENOENT error when invoking swc cli (#9256)
Co-authored-by: Chau Tran <ctran@Chaus-MacBook-Pro.local>
2022-03-13 22:07:09 -05:00
Victor Savkin
921a9e5a48
Release 13.8.8 2022-03-11 14:47:28 -05:00
Jack Hsu
cd81a2061e
fix(react): update package.json only with shallow dependencies (#9297) 2022-03-11 14:43:34 -05:00
Craigory Coppola
208d5c0f6d
feat(nx-plugin): port compiler option into nx-plugin generator (#9299) 2022-03-11 14:36:56 -05:00
Victor Savkin
b1224177d5
chore(repo): update the version of nx 2022-03-11 14:01:35 -05:00
Isaac Mann
5470b3097c
docs(core): core nx tutorial (#9220)
* docs(core): core nx tutorial

* docs(core): cleanup core tutorial

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2022-03-11 12:25:16 -05:00
Jack Hsu
fabee46965
chore(repo): update check-versions script to also update versions.ts and add entries to migrations.json (#9272) 2022-03-11 12:18:58 -05:00
Jack Hsu
ec533c521d
feat(react): update packages (#9296) 2022-03-11 12:18:40 -05:00
Victor Savkin
4e9375f5f4 chore(repo): update the version of nx 2022-03-11 10:40:40 -05:00
Richard Roozenboom
5949c4ea45
fix(angular): jest-preset-angular migration format files once (#9292)
Move the formatFiles call outside of the for loop

ISSUES CLOSED: #9291

Co-authored-by: Richard Roozenboom <richard.roozenboom@rabobank.nl>
2022-03-11 13:56:00 +00:00
Miroslav Jonaš
ca38be735d
chore(core): add type for hasher filter to avoid typos (#9287) 2022-03-11 14:54:21 +01:00
Miroslav Jonaš
5db394ecd8
fix(linter): use import to check for secondary entrypoint in angular (#9285) 2022-03-11 14:52:43 +01:00
Victor Savkin
a32d46c5a3 feat(core): provide an experimental hashing mode for jest and cyrpess 2022-03-10 21:16:58 -05:00
Jason Jean
90abd6f101 Release 13.8.7 2022-03-10 18:34:39 -05:00
Jason Jean
94687e993c
chore(repo): ensure license file exists for all published packages (#9274) 2022-03-10 18:33:06 -05:00
Jason Jean
23494a09cb
chore(core): fix workspace integrity unit test (#9273) 2022-03-10 18:32:58 -05:00
Jason Jean
fd5e26c7c9 Release 13.8.6 2022-03-10 16:20:49 -05:00
Jason Jean
76fb93d9b8
chore(core): format run-one (#9270) 2022-03-10 15:36:18 -05:00
Craigory Coppola
24c0c1b56f
fix(node): update @nrwl/node:library to accept compiler options (#9269) 2022-03-10 14:42:03 -05:00
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