Juri Strumpflohner
a75143caff
fix(storybook): remove webpack v4 typings ( #5638 )
...
there are different version potentially installed
2021-05-12 15:59:05 -04:00
Brandon
fb197a27a9
feat(angular): update to NgRx 12.0.0-rc.0 ( #5640 )
2021-05-12 15:34:22 -04:00
Leosvel Pérez Espinosa
678818a58b
feat(angular): upgrade Angular to v12.0.0-rc.3 ( #5630 )
...
* feat(angular): upgrade Angular to v12.0.0-rc.3
* feat(angular): target Nx v12.4.0-beta.0 for Angular v12.0.0-rc.0 upgrade
* fix(angular): use defaultConfiguration if no other configuration is passed
* cleanup(angular): sync migration folder name to target version
* fix(repo): creating custom schema flattener for docs
* chore(repo): amend yarn.lock
* feat(angular): update angular storybook to use webpack 5
* fix(angular): add legacy peer deps for angular+jest
* fix(angular): move migrations to 12.3.0-rc.0
Co-authored-by: Zack DeRose <zack.derose@gmail.com>
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-05-12 12:20:12 -04:00
Jack Hsu
6db97832e6
docs(core): fix relative image paths ( #5635 )
2021-05-12 11:04:55 -04:00
vsavkin
0bd6deaa65
fix(core): misc fixes to make the task orchestration logic work with the existing nx cloud package
2021-05-12 08:11:53 -04:00
Miroslav Jonaš
83dd2bd128
build(gatsby): update pnpm plugin to next version ( #5628 )
...
Version 1.2.5 only supports `gatsby` v2.x.x
Version 1.2.5 supports also versions v3.x.x
2021-05-12 10:18:15 +02:00
Jack Hsu
367b36c117
docs(core): update code syntax highlighting to support line numbers + copy to clipboard button ( #5632 )
2021-05-11 20:42:18 -04:00
Miroslav Jonaš
6d22f628b5
fix(linter): add missing self-circular check for tslint ( #5613 )
...
* fix(linter): add missing self-circular check for tslint
* feat(linter): add test for tslint self-circular deps
2021-05-11 16:39:12 +00:00
Victor Savkin
67e78dc051
feat(core): add support for custom hashers
2021-05-11 11:17:57 -04:00
Jack Hsu
5454609747
docs(core): add support for markdown images ( #5614 )
2021-05-11 11:08:17 -04:00
Jordan Hall
a78fe65d81
feat(angular): add support for a target Builder ( #4903 )
...
Ability to support incremental builds when using target builders
ISSUES CLOSED : #4896
2021-05-11 14:32:56 +01:00
Jason Jean
4b73b7c1f7
Release 12.2.0
2021-05-10 13:22:06 -04:00
Benjamin Cabanes
da8285be5d
feat(nxdev): add markdown display features ( #5601 )
2021-05-08 18:04:19 -04:00
Jack Hsu
5b635072a8
chore(repo): update to 12.2.0-beta.0 ( #5598 )
2021-05-07 19:09:12 +00:00
Juri Strumpflohner
d24d401eb5
fix(web): chokidar watching on file-server ( #5564 )
2021-05-07 13:41:08 -04:00
Kirils L
da27b2bd6c
fix(nextjs): NODE_ENV defaults to production for builds ( #5574 )
2021-05-07 12:55:16 -04:00
Craigory V Coppola
c0d79baad5
fix(nx-plugin): plugins should not include spec files ( #5566 )
...
Glob pattern for assets previously picked up spec files.
#5563
2021-05-07 11:55:40 -04:00
Jason Jean
ef442dfeaf
fix(testing): convert jest migrations to nx devkit ( #5586 )
2021-05-07 10:44:15 -04:00
Juri Strumpflohner
56fc0adc5d
fix(testing): adjust test-setup in Jest 6.5.5 migration ( #5568 )
2021-05-06 17:43:26 -04:00
Miroslav Jonaš
f28097e264
fix(linter): disable absolute paths within project ( #5555 )
...
* fix(linter): disable absolute paths within project
* fix(linter): add missing colon before the import path
* feat(linter): add flag to disable self circular check
2021-05-06 12:17:28 +01:00
Victor Savkin
e20cf134a8
chore(repo): update nx-cloud to 12.1.1 ( #5571 )
2021-05-05 18:05:51 -04:00
Kirils L
d251a4f49f
feat(nextjs): update to 10.2.0 ( #5503 )
2021-05-06 00:05:40 +03:00
Leosvel Pérez Espinosa
939da0a1c3
fix(angular): support dynamic imports in buildable libs ( #5560 )
2021-05-05 20:17:08 +01:00
Victor Savkin
6aadf98fca
chore(repo): update to @nrwl/nx-cloud@12.1.0
2021-05-05 14:30:40 -04:00
Phillip Barta
02d1373b57
fix(repo): fixed documentation map-link-checker
2021-05-04 20:29:43 -04:00
Jason Jean
6503c4fa03
feat(node): migrate @nrwl/express to use devkit ( #5558 )
2021-05-04 18:48:45 -04:00
Naoyoshi Aikawa
c9e79ab84e
feat(core): support .env.local ( #5491 )
...
* feat(core): support .env.local
* fix(core): fix e2e tests for env variables
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-05-04 16:30:03 -04:00
Phillip Barta
cf2f42d3ba
cleanup(core): cleanup of the hasher
2021-05-04 16:03:54 -04:00
Emily Xiong
72ce35264f
fix(core): change legacy_peer_deps to npm env variable ( #5541 )
2021-05-04 16:02:12 -04:00
Phillip Barta
cc69d90ba6
cleanup(core): cleanup usage of flat
2021-05-04 16:01:11 -04:00
Colin Ogoo
bbd28dc202
docs: fix incorrect reference ( #5527 )
...
docs(devkit): fix incorrect reference to executors
2021-05-04 15:59:52 -04:00
puku0x
568cf8cf73
feat(devkit): pretty json on generating a project
2021-05-04 15:25:30 -04:00
James Henry
8d24bb01a0
fix(core): remove unused quiet option from nx cli
2021-05-04 12:06:16 -04:00
Kirils L
217f581472
fix(nextjs): allow node modules css import in libs ( #5479 )
2021-05-04 09:53:41 +00:00
Phillip Barta
d1f267764b
feat(web): use chokidar for the fileserver implementation ( #5535 )
2021-05-03 21:11:48 +02:00
Emily Xiong
efd706ff5f
feat(gatsby): add style-jsx support for gatsby ( #5300 )
...
add style-jsx option for gatsby
add plugin to add _JSXStyle to global
2021-05-03 13:19:32 -04:00
Jason Jean
a964405b93
Release 12.1.0
2021-05-03 13:07:15 -04:00
Jason Jean
87bc1c2f83
fix(core): fix parsing for affected ( #5538 )
2021-05-03 12:54:39 -04:00
vsavkin
d4e659c660
feat(repo): explicitly kill processes holding onto ports
2021-05-03 11:59:28 -04:00
vsavkin
c47b49cea1
chore(repo): update to nx 12-rc1.
2021-05-03 10:58:06 -04:00
vsavkin
92e33550ed
Release 12.1.0-rc.1
2021-05-03 10:45:04 -04:00
Isaac Mann
78dd5c9fb8
docs(nxdev): use nx devkit instead of angular devkit in workspace generator docs ( #5533 )
...
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-05-03 09:58:26 -04:00
Noriyuki Shinpuku
321815d56d
fix(react): fix react library generator for strict option ( #5249 )
2021-05-02 22:01:51 -04:00
Noriyuki Shinpuku
6cb1dc65d0
feat(react): add strict option to react application generator ( #5248 )
2021-05-02 22:01:43 -04:00
Juri Strumpflohner
111a7cfeaf
docs(core): change tsconfig.json to tsconfig.base.json in core concepts docs ( #5514 )
2021-04-30 20:42:11 -04:00
Jason Jean
89dec9afcd
fix(core): cleanup output of task results
2021-04-30 20:35:46 -04:00
Christopher Dieringer
92a92c4117
feat(testing): support test timeout argv flag ( #5520 )
...
Co-authored-by: c0d01a5 <christopher.dieringer@walmartlabs.com>
2021-04-30 19:10:13 -04:00
Jason Jean
c7ce8d2b28
fix(core): consistently process args with yargs-parser instead of minimist ( #5488 )
2021-04-30 19:08:59 -04:00
Emily Xiong
1f21e48a4b
fix(gatsby): update generated app for gatsby ( #5486 )
2021-04-30 18:57:28 -04:00
Benjamin Cabanes
bdb42e35dc
feat(nxdev): Add version and framework selectors ( #5518 )
2021-04-30 16:58:57 -04:00